.breadcrumbPanel{
	height: 70px;
	background-color: #fff;
	min-width: 1200px;
	width: 100%;
	
}
.breadcrum{
	float: left;
}
.breadcrum li{
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.breadcrum li a{
	color: #333;
}
.breadcrum li a:hover{
	color: #4285f4;
}
.rightNavPanel{
	float: right;
		height: 70px;
	line-height: 70px;
}
.rightNavPanel a{
	text-decoration: underline;
	color:#f08200;
	margin: 0 5px 0 0;
}
.rightNavPanel .icon_more{
	vertical-align: -2px;
}
.form-control {
	width: 110px;
	border: 1px solid #ccc;
	color: #7b8a97;
	display: inline-block;
	height: 24px;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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;
}
.form-textarea{
	width: 100%;
	border: 1px solid #ccc;
	color: #7b8a97;
	display: inline-block;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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;
}
.form-textarea2{
	border:none;
	outline:none;
	width: 100%;
	color: #7b8a97;
	display: inline-block;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}
.form-control:focus{
	/*border:1px solid #fd403e;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(253, 64, 42, 0.6);*/
	outline: 0 none;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.form-textareaborder:focus{
	outline:none;
}
input::-webkit-input-placeholder {
	color: #7b8a97;
}

input:-ms-input-placeholder {
	color: #7b8a97;
}

input:-moz-placeholder {
	color: #7b8a97;
}

input::-moz-placeholder {
	color: #7b8a97;
}
.save-select{
	width: 60%;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
}
.t-btn{
	width: 186px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #f08200;
	font-size: 16px;
	margin: 10px 0;
}
.l-btn{
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #f3f3f4;
	background-color: #f08200;
}

.c-btn{
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #333333;
	background-color: #f3f3f4;
	border: 1px solid #e7eaec;
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.c-btn1{
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #adadad;
	

}
.b-btn{
	display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #4285f4;
	
}

.t-links{
	padding: 0 10px;
	/* border-right: 1px solid #e7eaec; */
	position: relative
}
.t-btns:after{
	content: "";
	position: absolute;
	border-right: 1px solid #e7eaec;
	height: 14px;
	    right: 0;
    top: 3px;
}
.t-btns:last-child:after{
	border-right: none;
}
.paging-line {
	text-align: center;
}

.paging-line .paging {
	display: inline-block;
	height: 30px;
	/*background-color: #fff;*/
	line-height: 30px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paging-line .paging a {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	color: #333;
	float: left;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}

.p-pro,
.p-next {
	width: 87px !important;
	float: left;
	text-align: center;
}

.paging-line .paging a.p-active,
.paging-line .paging a:hover {
	color: #fff !important;
	background-color: #4285f4;
}
.paging-line .paging a.p-disable{
	cursor: default;
	color: #666666;
	background-color:#e4e4e4;
}
.rLine{
	text-decoration: underline;
}
.pz{
	padding: 0 !important;
}
.ptz{
	padding-top: 0 !important;
}
.wHalf{
	width: 49%;
}
