@charset "utf-8";

/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f6f3ee;
	color: #333;
	overflow-x: hidden;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

body,
input,
button,
textarea,
select {
	font-family: Microsoft YaHei, sans-serif;
	font-size: 14px;
}

input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: medium;
}

img {
	border: none;
}

body.backg {
	width: 100%;
	height: 100%;
	background: #FFFFFF url(../img/backg.png) center center no-repeat;
	background-size: cover;
}

.popover {
	position: fixed;
	top: 50%;
	left: 45%;
	width: 160px;
	padding: 20px 10px;
	margin: -20px 0 0 -60px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	z-index: 20000000;
}

.height50 {
	height: 50px;
}

.loading-model {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.3;
	opacity: 0.3;*/
	z-index: 100000;
	display: block;
}

.loading-model .loading-model-position {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}

.help {
	width: 30px;
	height: 30px;
	border: 1px #fff solid;
	border-radius: 50%;
	-webkit-animation: rotation 1s ease-in-out infinite;
	-moz-animation: rotation 1s ease-in-out infinite;
	animation: rotation 1s ease-in-out infinite;
}

.help:after {
	width: 5px;
	height: 5px;
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loading_all{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000000;
}
.loadings {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin: -40px 0 0 -100px;
}

.loadings .loads {
	font-size: 20px;
	text-align: center;
	margin: -30px 0 0 62px;
	color: #FFFFFF;
}

.load6 .loader {
	font-size: 30px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 25px 0 0 30px;
	position: relative;
	-webkit-animation: load6 1.7s infinite ease;
	animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	5%,
	95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff, -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff, -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
}

@keyframes load6 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	5%,
	95% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
	30% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff, -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
	}
	55% {
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff, -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: -0.11em -0.83em 0 -0.4em #ffffff, -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff, -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
	}
}
table,
table tr th,
table tr td {
	border: 1px solid #CCCCCC;
	padding: 9px;
}
#div_finished tr.patb td{
padding:10px 0 10px 0;
}
/*tr td{*/
/*padding: 10px 0 10px 0!important;*/
/*}*/
tr{
width:100%;
}
th{
	font-weight: normal;
}
table {
	width: 100%;
	min-height: 40px;
	/*line-height: 40px;*/
	text-align: center;
	border-collapse: collapse;
	padding: 2px;
	border-spacing: 0;
	border-collapse: collapse;
    word-wrap: break-word; word-break: break-all;
}

.table-form table,
.table-form table tr th,
.table-form table tr td {
	border: none;
}

/*账本支出帐*/
.newstaff_head .bangongZhang{
width:700px;
overflow:hidden;
position:relative;
}
.newstaff_head .bangongZhang ul{
position:relative;
width:1144px
}
.huadong{
float:left;
}
.huadong a{
display:block;
float:left;
width:40px;
height:29px;
font-size:20px;
text-align:center;
line-height:30px;
background:#ccc;
color:#fff;
margin:11px 0 0 10px;
}
.huadong a:hover{
background:#35ba8c;
color:#fff;
}
select.secl{
color: #999;
background-color: #fff;
border-color: #ccc;
/*padding: 6px 4px;*/
padding: 3px 4px 6px 4px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
}
button,input[type="button"]{
padding:5px 6px!important;
cursor:pointer;
background:#fff;
border-radius:4px;
border:1px solid #ccc;
color: #999;
}
button:hover,input[type="button"]:hover{
color:#333;
}
.dataslist_inp{
width:60px;
height:30px;
border:1px solid #ccc;
border-radius:4px;
color:#999999;
margin:3px 0;
}
button.btnd{
background: #fff;
color: #999;
height: 30px;
width: 60px;
border: 1px solid #ccc;
border-radius: 4px;
}
button.btnd:hover{
color:#333;
}
.delectImg{
width: 20px!important;
height: 20px!important;
position: absolute;
z-index: 1;
right: -11px;
top: -10px;
cursor:pointer;
}
p.lianxiP{
width:170px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.jdb table thead th span{
    		font-size: 20px;
    		font-weight: bold;
    		text-align: center;
    }
    .jdb.jdb_span{
    		float: left;
    		font-size: 16px;
    }
    .jdb.demo_jh{
    	margin: 0px;
    	padding: 0px;
    }
    .jdb.theme-green .back-bar .selected-bar{
    	background: #FF3300;
    }
    .jdb.jdb_name,.jdb_address{
    	float: left;
    	font-size: 16px;
    }
    .jdb.jdb_sj{
    	height: 5px;
    	cursor: pointer;
    	border-radius: 2px;
    	background-color: #E7E7E7;
    	position: relative;
    	width: 100%;
    	z-index: 1;
    }
    .jdb.jdb_gd{
    	height: 100%;
    	width: 0px;
    	border-radius:2px ;
    	background-color: red;
    	position: absolute;
    	left: 0px;
    	z-index: 999;
    }
    .jdb.jdb_yf{
    	color: #999;
    background-color: #fff;
    border-color: #ccc;
    /* padding: 6px 4px; */
    padding: 3px 4px 6px 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}
