/*日历控件样式*/
.Dateinput,
.pickDate {
    display: inline-block;
    width: 100%;
    background: url(../images/icon_calendar.png) no-repeat 97% #0000;
    border: 1px solid #E0E8E3;
    border-radius: 4px;
    padding: 5px 6px;
    line-height: 1.6;
    border-color: #E0E8E3;
    color: #555;
    margin: 0;
	background-color: #fff;
}

.monthselect,.yearselect{
	padding: 5px 2px !important;
    border-radius: 4px;
}

.daterangepicker select.hourselect{
	width:25% !important;
    border-radius: 4px;
}

.daterangepicker select.minuteselect{
	width:30% !important;
    border-radius: 4px;
}

.daterangepicker .calendar-time{
	padding-left:0 !important;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56% !important;
}

.daterangepicker select.yearselect {
    width: 40% !important;
}

/*edit和review页面流程步骤数据显示*/
.wz-nav-off>li a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default!important
}

.wz-icon-inline li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit
}

.wz-icon-bw li>a .icon-wrap,.wz-icon-bw li>a p {
	transition: all .5s
}

.wz-icon-bw li.active ~ li>a .icon-wrap {
	color: #758697;
	background-color: rgba(0,0,0,0.17);
	transition: all .5s
}

.wz-icon-bw li:not(.active)>a p {
	color: #758697!important;
	transition: all .5s
}

.wz-classic {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative
}

.wz-classic li,.wz-steps li {
	transition: all .5s;
	float: left;
}

.wz-classic li>a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 20px 0
}

.wz-classic li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit
}

.wz-classic:after,.wz-steps:after {
	content: '';
	display: table;
	clear: both
}

.wz-classic .active ~ li {
	color: inherit;
	background-color: inherit
}

.wz-classic .active ~ li a {
	opacity: .5
}

.wz-heading {
	position: relative
}

.wz-heading .progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background-color: transparent
}

.wz-heading.wz-w-label .progress {
	margin-top: -.5em
}

.wz-steps {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: block;
	position: relative
}

.wz-steps li>a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 0
}

.wz-steps li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle
}

.wz-steps li .wz-desc {
	transition: opacity .5s
}

.wz-steps li:not(.active) .wz-icon {
	display: none
}

.wz-steps .active ~ li {
	color: inherit
}

.wz-steps .active ~ li a {
	opacity: .5
}

.wz-steps .active ~ li .wz-icon {
	display: inline-block
}

.wz-steps .active .wz-icon-done,.wz-steps .active ~ li .wz-icon-done {
	display: none
}

.wz-steps .active .wz-desc {
	opacity: 1;
	transition: opacity .5s
}

.progress {
	height: 12px;
	margin-bottom: 15px;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(0,0,0,0.1)
}

.progress-bar {
	font-size: 10px;
	background-color: #42a5f5;
	line-height: 1.05em;
	box-shadow: none
}

.progress-light-base {
	background-color: #fff
}

.progress-dark-base {
	background-color: rgba(255,255,255,0.2)
}

.progress-xl {
	height: 30px;
	margin-bottom: 20px
}

.progress-xl .progress-bar {
	font-size: 13px;
	line-height: 30px
}

.progress-lg {
	height: 20px;
	margin-bottom: 20px
}

.progress-lg .progress-bar {
	font-size: 13px;
	line-height: 20px
}

.progress-md {
	height: 8px;
	margin-bottom: 5px
}

.progress-md .progress-bar {
	font-size: 5px;
	line-height: 8px
}

.progress-sm {
	height: 4px;
	margin-bottom: 5px
}

.progress-sm .progress-bar {
	font-size: 0;
	line-height: 4px
}

.progress-xs {
	height: 2px;
	margin-bottom: 10px
}

.progress-xs .progress-bar {
	font-size: 0;
	line-height: 2px
}

.progress-bar-light {
	background-color: #fff
}

.progress-bar-primary {
	background-color: #42a5f5
}

.progress-bar-info {
	background-color: #00bcd4
}

.progress-bar-success {
	background-color:#42b280
}

.progress-bar-warning {
	background-color: #ffa726
}

.progress-bar-danger {
	background-color: #ef5350
}

.progress-bar-mint {
	background-color: #26a69a
}

.progress-bar-purple {
	background-color: #ba68c8
}

.progress-bar-pink {
	background-color: #ec407a
}

.progress-bar-dark {
	background-color: #263238
}

.bg-trans {
	background-color: transparent
}

.bg-light {
	background-color: #fff
}

.bg-light,.bg-light a {
	color: #758697
}

.bg-gray-light {
	background-color: #f5f6f8
}

.bg-gray-light,.bg-gray-light a {
	color: #758697
}

.bg-gray {
	background-color: #e6eaed
}

.bg-gray,.bg-gray a {
	color: #758697
}

.bg-gray-dark {
	background-color: #c8d1d8
}

.bg-gray-dark,.bg-gray-dark a {
	color: #758697
}

.bg-trans-light {
	background-color: rgba(255,255,255,0.1)
}

.bg-trans-light,.bg-trans-light a {
	color: inherit
}

.bg-trans-dark {
	background-color: rgba(0,0,0,0.05)
}

.bg-trans-dark,.bg-trans-dark a {
	color: inherit
}

.bg-primary {
	background-color: #42a5f5
}

.bg-primary,.bg-primary a {
	color: #fff
}

.bg-info {
	background-color: #00bcd4
}

.bg-info,.bg-info a {
	color: #fff
}

.bg-success {
	background-color: #42b280
}

.bg-success,.bg-success a {
	color: #fff
}

.bg-warning {
	background-color: #ffa726
}

.bg-warning,.bg-warning a {
	color: #fff
}

.bg-danger {
	background-color: #ef5350
}

.bg-danger,.bg-danger a {
	color: #fff
}

.bg-mint {
	background-color: #26a69a
}

.bg-mint,.bg-mint a {
	color: #fff
}

.bg-purple {
	background-color: #ba68c8
}

.bg-purple,.bg-purple a {
	color: #fff
}

.bg-pink {
	background-color: #ec407a
}

.bg-pink,.bg-pink a {
	color: #fff
}

.bg-dark {
	background-color: #263238
}

.bg-dark,.bg-dark a {
	color: #fff
}

.text-light,a.text-light:hover,a.text-light:focus {
	color: #fff
}

.text-muted,a.text-muted:hover,a.text-muted:focus {
	color: #afb9c3
}

.text-primary,a.text-primary:hover,a.text-primary:focus {
	color: #128ef2
}

.text-info,a.text-info:hover,a.text-info:focus {
	color: #008fa1
}

.text-success,a.text-success:hover,a.text-success:focus {
	color: #71a436
}

.text-warning,a.text-warning:hover,a.text-warning:focus {
	color: #f29000
}

.text-danger,a.text-danger:hover,a.text-danger:focus {
	color: #eb2521
}

.text-main,a.text-main:hover,a.text-main:focus {
	color: #2b425b
}

.text-mint,a.text-mint:hover,a.text-mint:focus {
	color: #1c7d74
}

.text-purple,a.text-purple:hover,a.text-purple:focus {
	color: #a844b9
}

.text-pink,a.text-pink:hover,a.text-pink:focus {
	color: #e2175b
}

.text-dark,a.text-dark:hover,a.text-dark:focus {
	color: #11171a
}

.box-block {
	display: block
}

.box-inline {
	display: inline-block
}

.box-vmiddle {
	display: inline-block;
	max-width: 500px;
	vertical-align: middle;
	margin-bottom: 15px
}

.box-vmiddle-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -15px
}

.text-thin {
	font-weight: 300
}

.text-normal {
	font-weight: normal
}

.text-semibold {
	font-weight: 600
}

.text-bold {
	font-weight: 700
}

.text-5x,.text-4x,.text-5x,.text-2x,.text-lg,.text-sm,.text-xs {
	line-height: 1.25;
	font-size: 4em
}

.text-4x {
	font-size: 4em
}

.text-3x {
	font-size: 3em
}

.text-2x {
	font-size: 2em
}

.text-lg {
	font-size: 1.2em
}

.text-sm {
	font-size: .9em
}

.text-xs {
	font-size: .8em
}

.text-overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-unit {
	font-size: 15px;
	vertical-align: top;
	line-height: 1.5em
}

.icon-wrap {
	display: inline-block;
	padding: 10px;
	border-radius: 2px
}

.icon-wrap i {
	display: block;
	line-height: 1em;
	text-align: center;
	position: relative;
	width: 1em;
	padding-top: 1em;
	vertical-align: middle
}

.icon-wrap i:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.icon-wrap .icon-txt {
	display: block;
	line-height: 1em;
	text-align: center;
	position: relative;
	width: 1em;
	vertical-align: top
}

.icon-wrap-lg {
	padding: 20px
}

.icon-wrap-md {
	padding: 17px
}

.icon-wrap-sm {
	padding: 12px
}

.icon-wrap-xs {
	padding: 7px
}

.icon-circle {
	border-radius: 50%
}

.mar-no {
	margin: 0!important
}

.mar-all {
	margin: 15px
}

.mar-top {
	margin-top: 15px
}

.mar-btm {
	margin-bottom: 15px
}

.mar-lft {
	margin-left: 15px
}

.mar-rgt {
	margin-right: 15px
}

.mar-hor {
	margin-left: 15px;
	margin-right: 15px
}

.mar-ver {
	margin-top: 15px;
	margin-bottom: 15px
}

.fa-times-circle:before,.fa-check-circle:before{
	display:none;
}

.readinfo-box{
    border-bottom: dashed 1px #e2e2e2;
    margin: 2px 18px;
    line-height: 34px;
}

.readinfo-box a{
	display: inline-block;
    vertical-align: middle;
    width: 80px;
	background: #0000;
}

.readinfo-box span {
    margin: 0 20px;
}

.nowrap,.buttonText{
    word-wrap: break-word;
    word-break: break-all;
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}