@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
img{
    border: none;
}
/* 滚动条不占据位置*/

/* 结束*/
body{
    background: none repeat scroll 0 0 #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

ul,ol{
    list-style: none;
}
a{
    border: 0 none;
    display: block;
    text-decoration: none;
}
a{
    outline: 0;
    color: #428bca;
    text-decoration: none;
}
.bgcolor2{
	background: #7affe8 !important;
}
.bgcolor25{
	background: #d0dcff !important;
}
a:hover,
a:focus {
    color: #2a6496;
    outline: 0;
}
/* usual css*/
.panel{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.form-group{
    display: inline-block;
    width: 100%;
}
.form-group .control-label {
    margin-bottom: 0;
    padding-top: 14px;
    text-align: right;
    font-weight: bold;
    float: left;
}
.form-group .form-item{
    width: auto;
    padding: 5px 12px;
    float: left;
}
.form-group .form-control {
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 16px;
    height: 34px;
    width: auto;
}
.form-control::-moz-placeholder {
    color: #c9c9c9;
    opacity: 1;
    font-size: 14px;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {
    color: #c9c9c9;
    font-size: 14px;
}
.checkbox{
    position: relative;
    display: block;
    min-height: 20px;
}
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
/* btn 按钮*/
.btn {
    display: inline-block;
    float: left;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover{
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.operate{
	float:none;
	margin:0 auto;
	padding: 2px 3px;
	font-size: 13px;
}
.close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
/* breadcrumb */
.breadcrumb{
    position: relative;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 20px;
    background: #EEEEEE url("../images/icon-usual.png") no-repeat 2px -284px;
    z-index: -1;
    height: 40px;
    line-height: 40px;
}
.breadcrumb li{
	height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    color: #CCCCCC;
    margin-left: 4px;
}
.breadcrumb span{
	height: 40px;
    line-height: 40px;
    padding: 0px 35px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: #E02222 url("../images/icon-usual.png") no-repeat 0px -179px;
    color: #ffffff;
}
.breadcrumb .active {
    color: #9c9c9c;
}
/* table 绘制*/
table{
    border-collapse:collapse;
    border-spacing:0;
}
.table_border{
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
.table_border td{
    border-left:1px solid #ededed;
    border-top:1px solid #ededed;
}
.table_border th{
    border-left:1px solid #ededed;
    border-top:1px solid #ededed;
}
/* 分页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
/* tips*/
.tips{
    background: #1185ce;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 3px;
}
/* 浏览器版本提示 */
.top-tip {
    background: #f6e5e5 none repeat scroll 0 0;
    display: none;
    height: 50px;
    width: 100%;
    min-width: 1200px;;
}
.top-tip .tip-content{
    color: #de0000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 1200px;
}
.tip-content a{
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	padding: 0 5px;
	background: #5cb85c;
	color: #FFFFFF;
}
.tip-content a:hover{
	color: #fff;
    background-color: #449d44;
}
.tip-content .b1{
	right: 165px;
} 
.tip-content .b2{
	right: 50px;
} 
.tip-content .tip-ico{
	height: 50px;
	line-height: 50px;
	position: absolute;
	padding-left: 30px;
	top: 0px;
	left: 0px;
	background: url(../images/iconfont-tixing.png) 5px center no-repeat;
}
.tip-content .how-change{
	height: 50px;
	line-height: 50px;
	position: absolute;
	padding-left: 30px;
	top: 0px;
	left: 720px;
	display: block;
	color: #1196db;
	cursor: pointer;
	text-decoration: underline;
	background: url(../images/iconfont-nvshelp.png) 5px center no-repeat;
}
.tip-content .tip-close{
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 15px;
    background: url(../images/iconfont-close.png) 0px center no-repeat;
}
/*loading */

.loading {
    background: #e84c3d none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 999;
}

/* circle loading*/
.circle-loading {
	width: 10px;
	height: 10px;
	border: 2px solid #e84c3d;
	z-index: 9999;
	border-radius: 50%;
	position: fixed;
	top: 10px;
	right: 10px;
	border-bottom: 2px solid transparent;
	animation: loading .5s infinite linear;
	-webkit-animation: loading .5s infinite linear;
	-moz-animation: loading .5s infinite linear;
	-o-animation: loading .5s infinite linear;
}
/**/
.activePage{
	background:#eeeeee !important;
}
@keyframes loading {
	form {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-webkit-keyframes loading {
	form {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loading {
	form {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes loading {
	form {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
.nullData{
	right:108px !important;
}