::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .05);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar {
	width: 16px;
	height: 16px
}

::-webkit-scrollbar-track,::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent
}

::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset
}

::-webkit-scrollbar-corner {
	background: transparent
}

* {
	padding: 0;
	margin: 0;
	font-size: 9pt
}

ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
	padding: 0;
	margin: 0
}

ul {
	list-style: none
}

img {
	border: none
}

a {
	color: #000
}

a:hover {
	color: #000
}

a:focus {
	outline: none;
	-moz-outline: none;
	color: #000
}

body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

.loading_background {
	cursor: wait;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	filter: alpha(opacity = 0.1);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000000
}

#loading_manage {
	color: #666;
	font-size: 20px;
	position: absolute;
	z-index: 20000001;
	left: 0%;
	top: 40%;
	border: 1px solid #bbb;
	width: auto;
	height: 80px;
	line-height: 78px;
	padding-left: 80px;
	padding-right: 20px;
	background: #fff;
	display: none;
	cursor: pointer;
	border-radius: 8px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .175)
}

#loading_manage span {
	font-size: 12pt
}

#container {
	margin: 0 auto
}

#side {
	float: left;
	width: 80px;
	_margin-right: -3px;
	position: relative;
	height: 100%;
	background: #2c3849
}

#icon-vension {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.user-select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.titlePanel {
	line-height: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
	border-bottom: none;
	position: relative
}

.titlePanel .title-info {
	background: url(images/view_grid.png) left center no-repeat;
	padding-left: 16px;
	float: left;
	margin: 20px 0 0 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer
}

.titlePanel .title-name {
	line-height: 20px;
	padding-left: 10px;
	font-size: 18px
}

.titlePanel .title-name .arrow {
	width: 8px;
	height: 8px;
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: 7px;
	background: url(images/black_arrow_8.png) 0 -8px no-repeat
}

.titlePanel .grid-operation {
	line-height: 60px;
	height: 60px;
	width: 100%;
	background: #fff;
	position: absolute;
	display: none
}

.titlePanel .grid-operation ul {
	margin: 13px 0 0 5px
}

.titlePanel .grid-operation ul li {
	float: left;
	height: 12px;
	line-height: 12px
}

.titlePanel .grid-operation ul .first {
	position: relative;
	display: block;
	padding: 10px 15px
}

.titlePanel .grid-operation .closeoperation {
	position: absolute;
	top: 23px;
	right: 18px;
	display: block;
	height: 12px;
	width: 12px;
	background: url(images/button_pm_close.png) left center no-repeat
}

.titlePanel .title-search {
	float: left;
	padding-left: 15px
}

.titlePanel .title-search .btn {
	margin-bottom: 3px;
	height: 28px;
	padding-top: 5px
}

.titlePanel .title-search select {
	padding: 4px;
	padding-left: 6px
}

.titlePanel .title-search .form-control {
	border-radius: 4px;
	box-shadow: none
}

.titlePanel .title-search .ui-filter .form-control {
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.titlePanel .toolbar {
	float: right;
	padding-right: 15px;
	line-height: 56px
}

.titlePanel .toolbar i {
	font-size: 14px;
	margin-top: -1px;
	vertical-align: middle;
	color: #666
}

.toolbar-btn i {
	font-size: 13px;
	vertical-align: middle;
	margin-bottom: 2px
}

.taskblockPanel {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border: 1px solid #cfcfcf
}

.taskblockPanel .taskblock {
	background-color: #fff;
	overflow-y: auto;
	width: 100%
}

.taskblockPanel .taskblock li {
	color: #8e8e8e;
	line-height: 22px;
	height: 80px;
	border: 1px solid #ddd;
	margin: 5px 5px 5px 0;
	padding: 7px;
	border-left: 5px solid #337ab7;
	background: #fff;
	border-radius: 5px;
	list-style: none;
	margin: 10px
}

.taskblockPanel .taskblock li:hover {
	background: #f5f5f5
}

.taskblockPanel .taskblock .item-text {
	font-weight: bold;
	font-size: 13px
}

.dropdown-menu i {
	vertical-align: inherit;
	margin-bottom: 3px
}

.tools_bar_icon {
	padding-left: 3px;
	height: 32px;
	line-height: 32px;
	border-bottom: #ccc 1px solid;
	margin-bottom: 1px;
	background: #f7f7f7
}

.tools_bar_icon .icon-botton {
	margin-top: 3px;
	margin-right: 4px;
	vertical-align: middle;
	line-height: 10px;
	padding: 4px;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.tools_bar_icon .icon-botton:hover {
	background-color: #fff
}

label[disabled],label[disabled] label {
	color: #ccc;
	opacity: 1;
	cursor: default
}

.formview {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
	border: solid #dcdcdc;
	border-width: 1px 0px 0px 1px;
	line-height: 30px;
}

.formview .formValue {
	padding: 0px 5px;
	border: solid #dcdcdc;
	border-width: 0px 1px 1px 0px;
}

.formview .formTitle {
	position: relative;
	left: 0;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	width: 90px;
	padding-right: 10px;
	border: solid #dcdcdc;
	border-width: 0px 1px 1px 0px;
}

.form {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-width: 3px 1px 1px;
	table-layout: fixed
}

.form .formTitle {
	position: relative;
	left: 0;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	width: 90px;
	padding-right: 10px
}

.form .formTitle font {
	color: red;
	padding-left: 3px;
}

.form .formTitle-top {
	vertical-align: top;
	padding-top: 4px
}

.form .formValue {
	position: relative;
	padding: 5px;
	width: auto
}

.form .formValue select {
	padding: 4px;
	padding-left: 4px
}

.form-control {
	color: #000;
	border-radius: 0;
	box-shadow: none;
	font-size: 9pt;
	height: 28px;
	padding-top: 0;
	padding-bottom: 1px;
	padding-right: 0;
	padding-left: 5px;
	resize: none
}

.form-control:focus {
	border-color: #337ab7;
	box-shadow: none
}

.form div.active {
	border-color: #337ab7;
	box-shadow: none
}

.form textarea.form-control {
	padding-top: 5px
}

textarea.form-control {
	padding-top: 5px
}

.form-control[disabled],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
	cursor: default;
	opacity: .6
}

.form-control[readonly],fieldset[readonly] .form-control {
	background-color: #fff;
	cursor: default
}

.form .control-button {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	float: left;
	height: 28px;
	line-height: 27px;
	text-align: center;
	border-left: none;
	cursor: pointer;
	background: #ddd
}

.form .control-button:hover {
	opacity: .8
}

.form .input-button {
	border: none;
	right: 8px;
	top: 50%;
	width: 12px;
	height: 16px;
	margin-top: -12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 100
}

.form .wdate-datepicker {
	background: url(images/datepicker_icon.png) right 0 no-repeat #fff
}

.form .input-box {
	position: absolute;
	right: 11px;
	top: 9px;
	color: #ccc;
	font-size: 16px;
	cursor: pointer
}

.form .input-success {
	position: absolute;
	right: 11px;
	top: 8px;
	color: #468847;
	font-size: 16px;
	cursor: default
}

.form .input-warning {
	position: absolute;
	right: 11px;
	top: 9px;
	color: #c09853;
	font-size: 16px;
	cursor: default
}

.form .input-error {
	position: absolute;
	right: 11px;
	top: 9px;
	color: #b94a48;
	font-size: 16px;
	cursor: default
}

.form-button {
	padding: 0;
	height: 40px;
	line-height: 36px;
	text-align: right;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
	position: absolute;
	top: 100%;
	margin-top: -40px;
	width: 100%;
	padding-right: 6px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.form-error-text {
	padding-left: 30px;
	height: 26px;
	color: red;
	line-height: 25px;
	background: url('images/validatebox_warning.png') center left no-repeat;
	background-position: 10px 4px
}

.form-succeed-text {
	padding-left: 30px;
	height: 26px;
	color: green;
	line-height: 25px;
	background: url('images/accept.png') center left no-repeat;
	background-position: 10px 4px
}

.input-datepicker {
	background: url(images/datepicker_icon.png) right 0 no-repeat #fff
}

.input-wdatepicker {
	background: url(images/datepicker_icon.png) right 0 no-repeat #fff
}

.input-underline {
	box-shadow: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	height: 25px
}

.has-error .form-control:focus {
	border-color: #b94a48
}

.has-error .ui-select .ui-select-text {
	border-color: #b94a48
}

.has-error .ui-select {
	border-color: #b94a48
}

.has-error .ui-select:focus {
	border-color: #843534
}

.ui-select[disabled],fieldset[disabled] .ui-select {
	background-color: #eee;
	opacity: 1;
	cursor: default;
	background-image: none;
	opacity: .6
}

.ui-select {
	cursor: pointer;
	outline: 0;
	width: auto;
	height: 28px;
	line-height: 26px;
	position: relative;
	background: #fff url(images/a2.png) no-repeat right center
}

.ui-select-focus {
	border-color: #337ab7
}

.ui-select .ui-select-text {
	box-shadow: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	padding-left: 5px;
	height: 28px;
	line-height: 26px
}

.ui-select-option {
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 28px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 9999
}

.ui-select-option .ui-select-option-content {
	overflow-y: auto
}

.ui-select-option li {
	min-height: 26px;
	line-height: 26px;
	overflow: hidden;
	cursor: pointer
}

.ui-select-option li.on {
	background-color: #eee
}

.ui-select-option li.liactive {
	background-color: #337ab7;
	color: #fff
}

.ui-select-option-search {
	position: relative
}

.ui-select-option-search .form-control {
	box-shadow: none;
	border-color: #ccc;
	border: none;
	border-top: 1px solid #ccc;
	height: 25px;
	margin: 0
}

.ui-select-option-search .input-query {
	position: absolute;
	right: 4px;
	top: 1px;
	color: #ccc;
	font-size: 16px
}

.ui-underline .ui-select-text {
	box-shadow: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	height: 25px
}

.ui-filter {
	cursor: pointer;
	outline: 0;
	width: auto;
	height: 29px;
	line-height: 28px;
	position: relative
}

.ui-filter .ui-filter-text {
	border-radius: 4px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	padding: 0px 25px 0px 5px;
	height: 29px;
	line-height: 27px;
	position: relative;
	z-index: 100;
	background: #fff url(images/a2.png) no-repeat right center
}

.ui-filter .ui-filter-text.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.ui-filter .ui-filter-list {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 100%;
	display: none;
	left: 0;
	top: 28px;
	background-color: #fff;
	overflow-y: auto;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 99;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ui-filter .ui-filter-list .ui-filter-list-bottom {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	height: 30px;
	float: right
}

.ui-filter .ui-filter-list .formTitle {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	width: 65px
}

.ui-option-list {
	width: 100%
}

.ui-option-list li {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 5px
}

.ui-option-list li.on {
	background-color: #eee
}

.ui-option-list li.liactive {
	background-color: #337ab7;
	color: #fff
}

.panel-Title {
	border-color: #c5c5c5;
	background-color: #fff;
	color: #666;
	height: 32px;
	line-height: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-left: 9px
}

.ui-layout .panel-Title {
	border-color: #c5c5c5;
	background-color: #fff;
	color: #666;
	height: 32px;
	line-height: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-left: 9px
}

.ui-layout .west-Panel {
	margin-left: 10px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0
}

.ui-layout .east-Panel {
	margin-right: 10px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0
}

.ui-layout .center-Panel {
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #fff
}

.ui-layout .center-Panel .titlePanel {
	border-left: none;
	border-right: none;
	border-top: none
}

.ui-layout .center-Panel .ui-widget-content {
	border: none;
	border-top: 1px solid #ccc
}

.ui-icon-seek-next {
	display: block;
	height: 20px;
	line-height: 18px;
	width: 22px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #666;
	padding-left: 2px
}

.ui-icon-seek-prev {
	display: block;
	height: 20px;
	line-height: 18px;
	width: 22px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #666;
	padding-right: 3px
}

.ui-icon-seek-end {
	display: block;
	height: 20px;
	line-height: 18px;
	width: 22px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	color: #666
}

.ui-icon-seek-first {
	display: block;
	height: 20px;
	line-height: 18px;
	width: 22px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	color: #666
}

.ui-icon-seek-next:hover,.ui-icon-seek-prev:hover,.ui-icon-seek-end:hover,.ui-icon-seek-first:hover
	{
	background-color: #f5f5f5
}

.contextmenu {
	position: fixed;
	top: -9999px;
	left: -9999px;
	z-index: 4000;
	display: none
}

.contextmenu ul {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	float: left;
	background: url(images/line.png) 26px 0 repeat-y #f1f1f1;
	padding: 5px 0;
	border: 1px solid #bebebe;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-color: #fff;
	border-radius: 4px
}

.contextmenu ul li {
	cursor: pointer;
	clear: both;
	line-height: 22px;
	white-space: nowrap;
	padding: 3px 33px
}

.contextmenu ul .disabled {
	cursor: not-allowed;
	color: #ccc
}

.contextmenu ul li.sub {
	background-repeat: no-repeat;
	background-position: right 11px;
	background-image: url(images/arrow1.png)
}

.contextmenu ul li.active {
	background-color: #f5f5f5;
	color: #000
}

.contextmenu ul ul {
	display: none;
	position: absolute;
	color: #000
}

.contextmenu .m-split {
	height: 2px;
	background: url(images/splitLine_bg.gif) center repeat-x;
	margin: 0 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 26px
}

.contextmenu li img {
	position: absolute;
	border: 0;
	left: 6px;
	margin-top: 4px;
	width: 16px;
	height: 16px
}

.mtip.success .mclose {
	background-position: -16px 0
}

.mtip.error .mclose {
	background-position: -8px 0
}

.mtip.warning .mclose {
	background-position: 0 0
}

.mtip.success .mclose:hover {
	background-position: -16px -8px
}

.mtip.error .mclose:hover {
	background-position: -8px -8px
}

.mtip.warning .mclose:hover {
	background-position: 0 -8px
}

.mtip .micon {
	background-image: url("images/micon.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 16px;
	padding-right: 10px;
	margin-top: 0
}

.mtip.error .micon {
	background-position: 0 0;
	vertical-align: top
}

.mtip.success .micon {
	background-position: 0 -66px;
	vertical-align: top
}

.mtip.warning .micon {
	background-position: 0 -132px;
	vertical-align: top
}

.mtip>span {
	vertical-align: 3px;
	line-height: 1;
	display: inline-block;
	width: auto;
	font-size: 16px
}

.mtip {
	border-radius: 0 0 4px 4px;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.mtip.error {
	background-color: #cd3237;
	background-image: -moz-linear-gradient(top, #e34447, #cd3237);
	background-image: -ms-linear-gradient(top, #e34447, #cd3237);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e34447),
		to(#cd3237));
	background-image: -webkit-linear-gradient(top, #e34447, #cd3237);
	background-image: -o-linear-gradient(top, #e34447, #cd3237);
	background-image: linear-gradient(top, #e34447, #cd3237);
	border: 1px solid #ca3e3e
}

.mtip.success {
	background-color: #43ab00;
	background-image: -moz-linear-gradient(top, #43ab00, #388e00);
	background-image: -ms-linear-gradient(top, #43ab00, #388e00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43ab00),
		to(#388e00));
	background-image: -webkit-linear-gradient(top, #43ab00, #388e00);
	background-image: -o-linear-gradient(top, #43ab00, #388e00);
	background-image: linear-gradient(top, #43ab00, #388e00);
	border: 1px solid #338100
}

.mtip.warning {
	background-color: #0f76cd;
	background-image: -moz-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -ms-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f76cd),
		to(#086cc1));
	background-image: -webkit-linear-gradient(top, #0f76cd, #086cc1);
	background-image: -o-linear-gradient(top, #0f76cd, #086cc1);
	background-image: linear-gradient(top, #0f76cd, #086cc1);
	border: 1px solid #006096
}

.tip_container {
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	text-align: left;
	width: auto;
	_width: auto
}

.poptip {
	z-index: 30000;
	position: absolute;
	margin-top: 5px;
	padding: 6px 10px 6px;
	*padding: 7px 10px 5px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	background-color: #b94a48;
	border: solid 1px #b94a48;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd
}

.poptip-arrow {
	position: absolute;
	overflow: hidden;
	font-style: normal;
	font-family: simsun;
	text-shadow: 0 0 2px #ccc
}

.poptip-arrow em,.poptip-arrow i {
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal
}

.poptip-arrow em {
	color: #b94a48
}

.poptip-arrow i {
	color: #b94a48;
	text-shadow: none
}

.poptip-arrow-top,.poptip-arrow-bottom {
	height: 6px;
	width: 12px;
	left: 12px;
	margin-left: -6px
}

.poptip-arrow-left,.poptip-arrow-right {
	height: 12px;
	width: 6px;
	top: 12px;
	margin-top: -6px
}

.poptip-arrow-top {
	top: -6px
}

.poptip-arrow-top em {
	top: -1px
}

.poptip-arrow-top i {
	top: 0
}

.poptip-arrow-bottom {
	bottom: -6px
}

.poptip-arrow-bottom em {
	top: -8px
}

.poptip-arrow-bottom i {
	top: -9px
}

.poptip-arrow-left {
	left: -6px
}

.poptip-arrow-left em {
	left: 1px
}

.poptip-arrow-left i {
	left: 2px
}

.poptip-arrow-right {
	right: -6px
}

.poptip-arrow-right em {
	left: -6px
}

.poptip-arrow-right i {
	left: -7px
}

.treesearch {
	position: relative
}

.treesearch .form-control {
	box-shadow: none;
	border-color: #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 28px;
	margin: 0
}

.treesearch .input-query {
	position: absolute;
	right: 6px;
	top: 2px;
	color: #ccc;
	font-size: 16px;
	cursor: pointer
}

.sys_spec_text {
	padding-left: 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.sys_spec_text li {
	position: relative;
	outline: none;
	display: inline;
	float: left;
	height: 46px;
	position: relative;
	margin: 10px 10px 0 0;
	outline: none
}

.sys_spec_text li a {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 39px;
	line-height: 38px;
	width: 100px;
	text-align: center;
	padding: 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	outline: none
}

.sys_spec_text li a:hover {
	padding: 0 0;
	text-decoration: none
}

.sys_spec_text li.active a {
	color: #ff5d5b;
	border: 1px solid #ff5d5b;
	padding: 0 0;
	background: url(images/duihao_03.png) right top no-repeat
}

.card-box {
	width: 250px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer
}

.card-box.active {
	border: 1px solid #ff5d5b;
	padding: 0 0;
	background: url(images/duihao_03.png) right top no-repeat
}

.card-box-img {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 58px;
	background-color: #ebebeb;
	border-right: 1px solid #ccc
}

.card-box-img img {
	margin-left: 9px;
	border-radius: 45px
}

.card-box-content {
	float: left;
	padding-left: 6px;
	/* padding-top: 4px */
	line-height: 20px;
}

.card-box-content p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px
}

.profile-nav {
	background: #fff;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.profile-nav li {
	line-height: 34px;
	height: 34px;
	margin-bottom: 10px;
	padding-left: 22px;
	cursor: pointer;
	border-left: 3px solid #fff
}

.profile-nav li.active {
	border-left: 3px solid #2c3849;
	background: #f5f5f5
}

.profile-nav li.hover {
	border-left: 3px solid #f5f5f5;
	background: #f5f5f5
}

.profile-nav .divide {
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	border-bottom: 1px solid #ccc
}

.profile-content {
	padding-left: 22px;
	padding-right: 22px;
	overflow: auto
}

.profile-content .title {
	padding-top: 20px;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc
}

.profile-content .formTitle {
	width: 80px;
	height: 45px;
	text-align: left
}

.profile-content .input-profile {
	border-radius: 4px;
	width: 98%;
}

.profile-content textarea.input-profile {
	padding: 5px
}

.portal-panel {
	margin: 0;
	padding: 0;
	min-height: 65px;
	height: auto;
	padding-left: 22px;
	padding-right: 22px
}

.portal-panel .portal-panel-title {
	padding-top: 10px;
	line-height: 45px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-weight: 300;
	font-size: 16px
}

.portal-panel .portal-panel-content {
	padding: 5px
}

.task-stat {
	border-radius: 5px;
	font-family: "微软雅黑", sans-serif;
	display: block;
	margin: 10px;
	overflow: hidden;
	color: #fff
}

.task-stat .visual>i {
	color: #fff;
	opacity: .4;
	filter: alpha(opacity = 10)
}

.task-stat .visual {
	width: 80px;
	height: 50px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 18px;
	font-size: 35px;
	line-height: 35px
}

.task-stat .visual>i {
	margin-left: -5px;
	font-size: 60px;
	line-height: 65px
}

.task-stat .details {
	position: absolute;
	right: 10px;
	padding-right: 15px
}

.task-stat .details .number {
	padding-top: 10px;
	text-align: right;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 0;
	font-weight: 300
}

.task-stat .details .desc {
	text-align: right;
	font-size: 15px;
	padding-top: 5px
}

.task-stat .more {
	clear: both;
	display: block;
	padding: 6px 10px 6px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 10px;
	opacity: .7;
	filter: alpha(opacity =         70);
	text-decoration: none;
	color: #fff
}

.task-stat .more:hover {
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity =         90)
}

.task-stat .more>i {
	display: inline-block;
	margin-top: 0;
	float: right;
	font-size: 15px
}

.mail-nav-top {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc
}

.mail-nav-top .option {
	position: relative;
	height: 40px;
	float: left;
	line-height: 40px;
	width: 49%;
	cursor: pointer;
	color: #666;
	text-align: center;
	font-weight: bold;
	font-family: "Microsoft Yahei", verdana;
	font-size: 14px
}

.mail-nav-top .receive {
	border-right: 1px solid #ccc
}

.mail-nav-top .option i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px
}

.mail-nav-top .option:hover {
	color: #337ab7
}

.mail-floder-icon {
	position: absolute;
	margin-left: -15px;
	color: #666
}

.mail-send-addresss {
	position: relative;
	height: auto;
	overflow: auto;
	padding-top: 4px;
	cursor: default
}

.mail-send-address {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
	padding: 0 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	height: 19px;
	max-width: 400px;
	margin-right: 3px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
	color: #666
}

.mail-send-address-name {
	padding-right: 3px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	line-height: 19px
}

.mail-send-address-del {
	float: right;
	font-size: 16px;
	width: 15px;
	height: 19px;
	line-height: 16px;
	font-weight: bold;
	cursor: pointer;
	border-left: 1px solid #eee;
	padding-left: 2px
}

.crumb-path .back {
	border-right: 1px solid #cad5e3;
	color: #337ab7;
	cursor: pointer;
	float: left;
	font-size: 12px;
	margin: 0 6px 0 0;
	padding-right: 8px
}

.crumb-path .path-item {
	background: url(images/file_arrow.png) 100% 4px no-repeat;
	color: #337ab7;
	cursor: pointer;
	font-size: 12px;
	margin: 0 6px 0 0;
	max-width: 15%;
	overflow: hidden;
	padding-right: 12px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.crumb-path .path-item:last-child {
	background: none;
	color: #000;
	cursor: default
}

.app-box {
	padding: 40px 0 0 20px;
	overflow: hidden
}

.app-box .app-item {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 100px;
	text-align: center;
	cursor: pointer
}

.app-box .app-item .app-logo {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 9px
}

.app-box .app-item .app-name {
	width: 100px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.app-box .app-item-add {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	background: url(images/icon_app_add.png) center no-repeat
}

.app-box .app-item-add .app-logo {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 9px
}

.app-box .app-item-close {
	z-index: 10;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	cursor: pointer;
	background: url(images/ui_close.png) no-repeat 0 0;
	display: none
}

.cover-box {
	height: 291px;
	width: 271px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left
}

.cover-img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 170px;
	width: 270px;
	border-bottom: 1px solid #ccc;
	text-align: center
}

.cover-info {
	padding: 6px 15px 28px;
	height: 80px;
	overflow: hidden
}

.cover-info h4 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	display: block;
	font-weight: bold;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 5px;
	color: #8b8b8c
}

.cover-info small {
	color: #838383;
	padding-bottom: 10px
}

.cover-button {
	background-color: #f6f6f6;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #e7e7e7;
	box-shadow: 0 1px 0 0 #fff inset;
	padding: 4px 5px 4px 5px;
	color: #8b8b8c;
	position: relative;
	text-align: right
}

.editview {
	position: relative;
	margin-bottom: 1px;
	margin-right: 1px
}

.editview:hover {
	border: 1px dashed #337ab7
}

.editviewtitle {
	display: none;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 100;
	height: 20px;
	line-height: 20px;
	border: 1px solid #2e6da4;
	cursor: pointer;
	background-color: #337ab7;
	color: #fff
}

div.standtabborder {
	border-right: #ccc 1px solid;
	float: left;
	width: 32px
}

div.standtab {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	margin-left: 3px;
	margin-top: 5px;
	display: inline-block;
	width: 29px;
	cursor: pointer;
	text-align: right;
	border: #ccc 1px solid;
	border-right: none
}

div.standtabactived {
	background-color: #fff
}

.timeline {
	position: relative;
	padding-left: 20px
}

.line {
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	left: 26px;
	z-index: -1
}

.timeline ul li {
	padding-left: 25px;
	color: #333;
	line-height: 30px;
	position: relative
}

.timeline ul li:last-child {
	margin-bottom: 0
}

.timeline ul li span.label {
	position: absolute;
	left: -5px;
	top: 0;
	border-radius: 10px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 12px;
	height: 20px;
	line-height: 13px
}

.timeline ul li span.label i {
	margin-right: 5px
}

.timeline ul li div.content {
	padding-top: 20px
}

.timeline {
	position: relative;
	padding-left: 20px;
	overflow: hidden
}

.line {
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	left: 26px;
	z-index: -1
}

.timeline ul li {
	padding-left: 25px;
	color: #333;
	line-height: 30px;
	position: relative
}

.timeline ul li:last-child {
	margin-bottom: 0
}

.timeline ul li span.label {
	position: absolute;
	left: -5px;
	top: 0;
	border-radius: 10px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 12px;
	height: 20px;
	line-height: 13px
}

.timeline ul li span.label i {
	margin-right: 5px
}

.timeline ul li div.content {
	padding-top: 35px;
	padding-bottom: 15px
}

.timeline ul li div.content .item-flag {
	color: #fff;
	position: absolute;
	left: -4px;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 20px;
	background: #898989;
	text-align: center;
	font-size: 10px
}

.timeline ul li div.content .item-data {
	font-size: 13px;
	line-height: 30px
}

.timeline ul li div.content .item-data .time {
	color: #8e8e8e;
	padding-right: 5px
}

.timeline ul li div.content .item-data .name i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px
}

.border {
	border: 1px solid #ccc
}

.border-top {
	border-top: 1px solid #ccc
}

.border-right {
	border-right: 1px solid #ccc
}

.border-left {
	border-left: 1px solid #ccc
}

.border-bottom {
	border-bottom: 1px solid #ccc
}

.no-data {
	background: #fff url(images/no_data.png) 100px 60px no-repeat;
	height: 402px;
	margin-right: 18px;
	position: absolute;
	z-index: 200;
	top: 150px;
	width: 700px;
	left: 18px
}

.bottomline {
	border-bottom: 1px solid #ccc;
	padding-top: 12px;
	padding-left: 40px;
	height: 44px
}

.label-success-quick4w {
	background: #0aa699
}

.label-inverse-quick4w {
	background: #1f3853
}

.label-important-quick4w {
	background: #f35958
}

.wizard {
	border-left: none;
	border-top: none;
	border-right: none
}

.wizard-step-content {
	border-left: none;
	border-bottom: none;
	border-right: none
}

.wizard-step-pane {
	margin: 10px;
	margin-bottom: 0
}

.wizard-step-content .drag-tip {
	text-align: center;
	padding-top: 100px
}

.wizard-step-content .drag-tip i {
	font-size: 204px;
	color: #0fa74f
}

.wizard-step-content .drag-tip p {
	color: #666;
	font-size: 12px;
	margin-top: 10px
}

.ckbox,.rdio {
	position: relative;
	display: inline-block
}

.ckbox input[type="checkbox"],.rdio input[type="radio"] {
	opacity: 0
}

.ckbox label,.rdio label {
	padding-left: 10px;
	cursor: pointer;
	margin-bottom: 7px !important
}

.ckbox label:before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff
}

.ckbox input[type="checkbox"]:disabled+label {
	color: #999
}

.ckbox input[type="checkbox"]:disabled+label:before {
	background-color: #eee
}

.ckbox input[type="checkbox"]:checked+label::after {
	font-family: 'FontAwesome';
	content: "飥�";
	position: absolute;
	top: 3px;
	left: 4px;
	display: inline-block;
	font-size: 11px;
	width: 10px;
	height: 10px;
	color: #fff
}

.ckbox-color_a input[type="checkbox"]:checked+label:before {
	border-color: #337ab7;
	background-color: #337ab7
}

.ckbox-color_b input[type="checkbox"]:checked+label:before {
	border-color: #42d758;
	background-color: #42d758
}

.ckbox-color_c input[type="checkbox"]:checked+label:before {
	border-color: #f04c4c;
	background-color: #f04c4c
}

.ckbox-color_d input[type="checkbox"]:checked+label:before {
	border-color: #36a2a3;
	background-color: #36a2a3
}

.ckbox-color_e input[type="checkbox"]:checked+label:before {
	border-color: #85d037;
	background-color: #85d037
}

.ckbox-color_f input[type="checkbox"]:checked+label:before {
	border-color: #dba42a;
	background-color: #dba42a
}

.ckbox-color_g input[type="checkbox"]:checked+label:before {
	border-color: #70b9f2;
	background-color: #70b9f2
}

.ckbox-color_h input[type="checkbox"]:checked+label:before {
	border-color: #7490bd;
	background-color: #7490bd
}

.ckbox-color_i input[type="checkbox"]:checked+label:before {
	border-color: #959595;
	background-color: #959595
}

.rdio label:before {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff
}

.rdio input[type="radio"]:disabled+label {
	color: #999
}

.rdio input[type="radio"]:disabled+label:before {
	background-color: #eee
}

.rdio input[type="radio"]:checked+label::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	display: inline-block;
	font-size: 11px;
	width: 10px;
	height: 10px;
	background-color: #444;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px
}

.rdio-color_a input[type="radio"]:checked+label:before {
	border-color: #337ab7
}

.rdio-color_a input[type="radio"]:checked+label::after {
	background-color: #337ab7
}

.rdio-color_b input[type="radio"]:checked+label:before {
	border-color: #42d758
}

.rdio-color_b input[type="radio"]:checked+label::after {
	background-color: #42d758
}

.rdio-color_c input[type="radio"]:checked+label:before {
	border-color: #f04c4c
}

.rdio-color_c input[type="radio"]:checked+label::after {
	background-color: #f04c4c
}

.rdio-color_d input[type="radio"]:checked+label:before {
	border-color: #36a2a3
}

.rdio-color_d input[type="radio"]:checked+label::after {
	background-color: #36a2a3
}

.rdio-color_e input[type="radio"]:checked+label:before {
	border-color: #85d037
}

.rdio-color_e input[type="radio"]:checked+label::after {
	background-color: #85d037
}

.rdio-color_f input[type="radio"]:checked+label:before {
	border-color: #dba42a
}

.rdio-color_f input[type="radio"]:checked+label::after {
	background-color: #dba42a
}

.rdio-color_g input[type="radio"]:checked+label:before {
	border-color: #70b9f2
}

.rdio-color_g input[type="radio"]:checked+label::after {
	background-color: #70b9f2
}

.rdio-color_h input[type="radio"]:checked+label:before {
	border-color: #7490bd
}

.rdio-color_h input[type="radio"]:checked+label::after {
	background-color: #7490bd
}

.rdio-color_i input[type="radio"]:checked+label:before {
	border-color: #959595
}

.rdio-color_i input[type="radio"]:checked+label::after {
	background-color: #959595
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #e52b6a;
	border-color: #e52b6a
}

/* start 鏃ユ湡鎺т欢 */

/*! * Pikaday * Copyright 漏 2012 David Bushell | BSD & MIT license | http://dbushell.com
/*/
.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	width: 210px;
	padding: 8px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, 'Microsoft YaHei'
}

.pika-single.is-hidden {
	display: none
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-title {
	height: 30px;
	overflow: hidden
}

.pika-label {
	float: left;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff
}

.pika-label-year {
	margin-left: 50px;
	width: 58px
}

.pika-label-month {
	width: 54px
}

.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	opacity: 0;
	filter: alpha(opacity =         0);
	font-size: 12px
}

.pika-next,.pika-prev {
	display: block;
	cursor: pointer;
	outline: 0;
	position: relative;
	text-indent: 100%;
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 0;
	top: 5px;
	border: 8px solid #fff
}

.is-rtl .pika-next,.pika-prev {
	float: left;
	border-left-width: 0;
	border-right-color: #aaa
}

.is-rtl .pika-prev,.pika-next {
	float: right;
	border-right-width: 0;
	border-left-color: #aaa
}

.pika-title .pika-prev:hover {
	border-right-color: #666
}

.pika-title .pika-next:hover {
	border-left-color: #666
}

.pika-next.is-disabled,.pika-prev.is-disabled {
	cursor: default;
	filter: alpha(opacity =         20);
	opacity: .2
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}

.pika-table td,.pika-table th {
	width: 30px;
	height: 25px;
	line-height: 25px;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	text-align: center
}

.pika-table abbr {
	cursor: default;
	text-decoration: none;
	border: none
}

.pika-button {
	cursor: pointer;
	display: block;
	outline: 0;
	border: 0;
	margin: 0;
	height: 25px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background: #f5f5f5;
	text-decoration: none;
}

.is-today .pika-button {
	color: #333;
	font-weight: 700;
	background: #ddd;
	box-shadow: 1px 1px 3px #ccc inset;
	border-radius: 3px;
}

.is-selected .pika-button {
	color: #fff;
	font-weight: 700;
	background: #3af;
	box-shadow: 1px 1px 3px #1775e5 inset;
	border-radius: 3px
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	filter: alpha(opacity =         30);
	opacity: .3
}

a.pika-button {
	text-decoration: none;
}

a.pika-button:hover {
	color: #333;
	background: #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #aaa inset
}
/* end 鏃ユ湡鎺т欢 */

.uiPretty {
	background: #f1f1f1;
	min-height: 100%;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 微软雅黑,'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 12px
}
/* 
.uiPretty .bbit-tree-node .bbit-tree-selected {
	background-color: #5965b1!important
}

.uiPretty .titlePanel .title-search .btn-primary {
	background-color: #5965b1;
	border-color: #5965b1
}

.uiPretty .ui-state-highlight,.uiPretty .ui-widget-content .ui-state-highlight,.uiPretty .ui-widget-header .ui-state-highlight {
	background: #5965b1
}

.uiPretty .form-control:focus {
	border-color: #3f5cc2
}

.uiPretty .ui-jqgrid tr.ui-row-ltr i.fa-toggle-on {
	color: rgba(111,89,177,.63)
}

.uiPretty .label-danger {
	background-color: #f06995
}

.uiPretty .label-success {
	background-color: #59debc
}

.uiPretty .btn-danger {
	color: #fff;
	background-color: #f06995;
	border-color: #f06995
}

.uiPretty .label-primary {
	background-color: #7b93e0
}

.uiPretty .profile-nav li.active {
	border-left: 3px solid #5965b1
}

.uiPretty .form-button {
	border-top: 1px solid #f1f1f1;
	background-color: #fff
}

 */
.layui-layer-input {
	font-size: 16px;
}

.uploadify-button {
	display: block;
	position: relative;
	width: 90px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.ui-photo {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	text-indent: 0;
	cursor: pointer !important;
}

.uploadify-upload {
	position: absolute;
	font-size: 1000px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity =   0);
	cursor: pointer !important;
}

.uploadify-button:hover {
	background-color: #e6e6e6;
	text-decoration: none;
}

.uploadify-queue {
	overflow: auto;
	position: relative;
	top: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	border-bottom: 0px;
}

.uploadify-queue-item {
	margin: 2px;
	float: none;
	width: auto;
	border-radius: 0px;
	height: 50px;
	line-height: 39px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.uploadify-queue-item .download {
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-right: 10px;
	display: none;
}

.uploadify-queue-item .cancel {
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-right: 10px;
	display: none;
}

.uploadify-queue-item .succeed {
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-right: 10px;
}

.uploadify-queue-item .succeed i {
	color: #5cb85c;
	font-size: 25px;
}

.uploadify-queue-item .error {
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	margin-right: 10px;
}

.uploadify-queue-item .error i {
	color: #b94a48;
	font-size: 25px;
}

.uploadify-progress {
	margin-top: -3px;
	border-radius: 5px;
	margin-left: 50px;
	width: 90%;
}

.uploadify-progress-bar {
	height: 5px;
	border-radius: 5px;
}


/*file icon copyright by www.wuchongchang.com */
.iconf { display: inline-block; width: 30px; height: 30px; background: url(images/file-icon-small.png) no-repeat -74px -490px; vertical-align: middle; }
.iconf-doc,.iconf-docx{background-position:0 0}
.iconf-ppt,.iconf-pptx{background-position:-37px 0}
.iconf-xls,.iconf-xlsx{background-position:-74px 0}
.iconf-pdf,.icof-pdf{background-position:-111px 0}
.iconf-txt,.icof-txt{background-position:-148px 0}
.iconf-folder{background-position:-185px 0}
.iconf-msg,.icof-msg{background-position:0 -35px}
.iconf-rp,.icof-rp{background-position:-37px -35px}
.iconf-vsd,.icof-vsd{background-position:-74px -35px}
.iconf-ai,.icof-ai{background-position:-111px -35px}
.iconf-eps,.icof-eps{background-position:-148px -35px}
.iconf-log,.icof-log{background-position:0 -70px}
.iconf-xmin,.icof-xmin{background-position:-37px -70px}
.iconf-cab,.icof-cab{background-position:-74px -70px}
.iconf-psd,.icof-psd{background-position:0 -105px}
.iconf-jpg,.icof-jpg{background-position:-37px -105px}
.iconf-jpeg,.icof-jpeg{background-position:-37px -105px}
.iconf-png,.icof-png{background-position:-74px -105px}
.iconf-gif,.icof-gif{background-position:-111px -105px}
.iconf-bmp,.icof-bmp{background-position:-148px -105px}
.iconf-rmvb,.icof-rmvb{background-position:0 -140px}
.iconf-rm,.icof-rm{background-position:0 -140px}
.iconf-mod,.icof-mod{background-position:-37px -140px}
.iconf-mov,.icof-mov{background-position:-74px -140px}
.iconf-3gp,.icof-3gp{background-position:-111px -140px}
.iconf-avi,.icof-avi{background-position:-148px -140px}
.iconf-swf,.icof-swf{background-position:0 -175px}
.iconf-flv,.icof-flv{background-position:-37px -175px}
.iconf-mpe,.icof-mpe{background-position:-74px -175px}
.iconf-asf,.icof-asf{background-position:-111px -175px}
.iconf-wmv,.icof-wmv{background-position:-148px -175px}
.iconf-mp4,.icof-mp4{background-position:-185px -175px}
.iconf-wma,.icof-wma{background-position:0 -210px}
.iconf-mp3,.icof-mp3{background-position:-37px -210px}
.iconf-wav,.icof-wav{background-position:-74px -210px}
.iconf-apk,.icof-apk{background-position:0 -245px}
.iconf-ipa,.icof-ipa{background-position:-37px -245px}
.iconf-exe,.icof-exe{background-position:-74px -245px}
.iconf-msi,.icof-msi{background-position:-111px -245px}
.iconf-bat,.icof-bat{background-position:-148px -245px}
.iconf-fla,.icof-fla{background-position:0 -280px}
.iconf-htm,.icof-htm,.iconf-html,.icof-html{background-position:-37px -280px}
.iconf-c,.icof-c{background-position:-111px -280px}
.iconf-xml,.icof-xml{background-position:-148px -280px}
.iconf-asp,.icof-asp{background-position:-185px -280px}
.iconf-chm,.icof-chm{background-position:0 -315px}
.iconf-hlp,.icof-hlp{background-position:-37px -315px}
.iconf-ttf,.icof-ttf{background-position:-111px -315px}
.iconf-otf,.icof-otf{background-position:-148px -315px}
.iconf-rar,.icof-rar{background-position:0 -350px}
.iconf-zip,.icof-zip{background-position:-37px -350px}
.iconf-tar,.icof-tar{background-position:-74px -350px}
.iconf-cab,.icof-cab{background-position:-111px -350px}
.iconf-uue,.icof-uue{background-position:-148px -350px}
.iconf-jar,.icof-jar{background-position:0 -385px}
.iconf-7z,.icof-7z{background-position:-37px -385px}
.iconf-iso,.icof-dmg{background-position:-74px -385px}
.iconf-dmg,.icof-dmg{background-position:-111px -385px}
.iconf-ace,.icof-ace{background-position:-148px -385px}
.iconf-bak,.icof-bak{background-position:0 -420px}
.iconf-tmp,.icof-tmp{background-position:-37px -420px}
.iconf-old,.icof-old{background-position:-74px -420px}
.iconf-document,.icof-document{background-position:0 -455px}
.iconf-exec,.icof-exec{background-position:-37px -455px}
.iconf-code,.icof-code{background-position:-74px -455px}
.iconf-image,.icof-image{background-position:-111px -455px}
.iconf-video,.icof-video{background-position:-148px -455px}
.iconf-audio,.icof-audio{background-position:0 -490px}
.iconf-compress,.icof-compress{background-position:-37px -490px}
.iconf-unknow,.icof-unknow{background-position:-74px -490px}
.iconf-filebroken,.icof-filebroken{background-position:-111px -490px}
.iconf-link,.icof-link{background-position:-111px -418px}