﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background-color: #efefef;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #01459A;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 10px;
	width: 100%;
	margin:0;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../img/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../img/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.theme-color{
	color:#1E9FFF;
}
.theme-back-color{
	background-color:#1E9FFF;
}
.modal-body label{
	width:25%;
}
.modal-body input,.modal-body textarea,.modal-body select{
	width:80%;
	margin:10px auto;
	padding:5px;
	line-height: 20px;
}
/*头部*/
.header{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #1E9FFF;
	font-size: 20px;
	color:#fff;
}
.header a{
	color:#fff;
	padding:0 10px;
}
#choose_all{
	margin:10px;
	border:1px solid #ccc;
	border-radius: 5px;
}
#choose_all.on{
	border:1px solid #1E9FFF;
}
/*END*/
/*底部*/
.footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height:60px;
	background-color: #1E9FFF;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
.footer .nav{
	width:33.3%;
	float:left;
}
.footer .nav.on{
	background-color:#1E9FFF;
	color:#ffffff;
}
/*END*/
/*项目列表*/
.sub-nav{
	height:50px;
	padding:10px;
}
.sub-nav ul{
	width:200px;
}
.sub-nav ul li{
	float:left;
	width:100px;
}
.sub-nav ul li.on{
	color:#1E9FFF;
	font-size:16px;
}
.sub-nav .btn{
	float:right;
}
.project-item{
	padding:10px;
	margin:10px;
	width:calc( 100% - 20px);
	background-color:#fff;
	border-radius:5px;
}
.project-item .title{
	font-size:18px;
	font-weight: bold;
	margin:0 0 10px 0;
}
.project-item .title span{
	float:right;
	font-weight:normal;
	font-size:16px;
}
.project-item .btn-area{
	margin:10px 0;
	padding:10px 0 10px 5px;
	border-top: 1px solid #ccc;
	height:33px;
}
.project-item .btn{
	margin-left:10px;
	padding:3px 10px;
}
.project-item .btn-area .work-btn{
	border:1px solid #1E9FFF;
	color:#1E9FFF;
	float:right;
}
.project-item .btn-area .settle-btn{
	border:1px solid #fab06b;
	color:#fab06b;
	float:right;
}
.btn-del{
	border:1px solid red;
	color:red;
}
.btn-set{
	border:1px solid #06bb80;
	color:#06bb80;
}
.project-item .btn-area .pay-btn{
	border:1px solid #06bb80;
	color:#06bb80;
	float:right;
}
/*项目设置*/
.setting-area{
	padding:0 10px;
	background-color:#fff;
	margin-top:10px;
}
.setting-item{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	font-size:16px;
}
.setting-item .left{
	float:left;
	width:40%;
}
.setting-item .left2{
	position:absolute;
	left:0;
	top:0;
}
.setting-item .right{
	float:right;
	width:60%;
	text-align:right;
	color:#888;
	padding:0 10px;
}
.setting-item .right2{
	width:100%;
}
.setting-item .right2 input,.setting-item .right2 select{
	padding-left:40%;
	height:48px;
	outline: none;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:1px solid #ccc;
	width:100%;
}
.setting-item .right2 input:focus{
	border-bottom:1px solid #1E9FFF;
}
.setting-item .right img{
	height:30px;
	width:30px;
}
.setting-btn{
	margin-top:20px;
	height:50px;
	line-height: 50px;
	color:red;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
}
.btn-dark{
	background-color: #c3c3c3;
	border-color: #c3c3c3;
}
/*项目工人列表*/
.search-area{
	position: relative;
}
.search-area i{
	font-size:20px;
	position: absolute;
	top:15px;
	left:calc( 2.5% + 5px);
	color:#999;
}
.search-area input{
	outline: none;
	background-color: #eee;
	padding-left:30px;
	border-radius: 5px;
	border:1px solid #ccc;
	width:95%;
	margin:10px 2.5%;
	height:30px;
}
.worker-title{
	font-size: 18px;
	font-weight: bold;
	padding:10px;
}
.worker-area{

}
.worker-area .worker-item{
	padding :10px;
	border-bottom:1px solid #ccc;
	height:80px;
}
.worker-area .worker-item .left{
	float:left;
	width:60px;
	height:60px;
	line-height: 60px;
	border-radius: 5px;
	font-size:20px;
	text-align: center;
	background-color: #1E9FFF;
	color:#fff;
}
.worker-area .worker-item .right{
	float:right;
	width: calc( 100% - 60px);
	height:60px;
	padding:0 10px;
	line-height:20px;
	position: relative;
}
.worker-area .worker-item .right p{
	font-size:16px;
}
.worker-area .worker-item .right p:nth-child(2){
	font-size:14px;
	color:#666;
}
.worker-area .worker-item .right i{
	font-size:20px;
	position:absolute;
	right:20px;
	top:20px;
}
.worker-area .worker-item .right span{
	font-size:16px;
	position:absolute;
	right:10px;
	top:22px;
	color:#666;
}
.worker-add{
	height:50px;
	position: fixed;
	bottom:0;
	text-align: center;
	width:100%;
}
/* 添加项目工人 */
.worker-add-type,.user-book-type{
	height:100px;
}
.worker-add-type li{
	width:33%;
	float:left;
	text-align: center;
}
.worker-add-type li i,.user-book-type li i{
	background-color:#1E9FFF;
	border-radius: 50%;
	margin:0 auto;
	width:50px;
	height:50px;
	font-size:30px;
	color:#fff;
	padding-top:10px;
}
.user-book-type li{
	width:50%;
	float:left;
	text-align: center;
}
.worker-add-area{
	padding-bottom:59px;
}
.worker-add-area .worker-add-item{
	padding :10px;
	border-bottom:1px solid #ccc;
	height:80px;
}
.worker-add-area .worker-add-item .handle{
	float:left;
	width:20px;
	height:20px;
	font-size:18px;
	text-align: center;
	margin:20px;
}
.worker-add-area .handle .checkbox{
	width: 20px;
	height:20px;
}
.worker-add-area .worker-add-item .left{
	float:left;
	width:60px;
	height:60px;
	line-height: 60px;
	border-radius: 5px;
	font-size:20px;
	text-align: center;
	background-color: #1E9FFF;
	color:#fff;
}
.worker-add-area .worker-add-item .right{
	float:right;
	width: calc( 100% - 120px);
	height:60px;
	padding:0 10px;
	line-height:20px;
	position: relative;
}
.worker-add-area .worker-add-item .right p{
	font-size:16px;
}
.worker-add-area .worker-add-item .right p:nth-child(2){
	font-size:14px;
	color:#666;
}
.worker-add-submit{
	position: fixed;
	bottom:0;
	height:60px;
	border-top:1px solid #ccc;
	width:100%;
	background-color: #fff;
	z-index:999;
}
.worker-add-submit .handle{
	float:left;
	height:20px;
	font-size:18px;
	text-align: center;
	margin:20px;
}
.worker-add-submit .handle .checkbox{
	width: 20px;
	height:20px;
}
.worker-add-submit .text{
	float:left;
	width:60px;
	height:60px;
	line-height: 60px;
	font-size:18px;
}
.worker-add-submit .btn{
	float:right;
	width: calc( 100% - 120px);
	margin:10px 10px 0 0;
}
/*END*/
/*日历*/
.calendar{
	background-color:#fff;
	border-radius: 5px;
	height:410px;
}
.calendar .calendar-top{
	width:100%;
	height:60px;
}
.calendar .calendar-top li{
	background-color:#efefef;
	float:left;
	line-height: 60px;
	width:33%;
	text-align: center;
	font-size:16px;
}
.calendar .calendar-top li:nth-child(2){
	width:34%;
	font-weight: bold;
	font-size:18px;
	background-color: #fff;
}
.calendar .day{
	float:left;
	width:14%;
	height:50px;
	margin-left:0.25%;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	padding:10px 0 6px 0;
	line-height: 17px;
}
.calendar .day.on{
	color:red;
}
.calendar .day span{
	font-size:12px;
	color:#ccc;
	font-weight: normal;
}
.tool-box{
	margin-top:10px;
	background-color: #fff;
	width: 100%;
	padding:10px;
}
.tool-box .tool-title{
	font-size: 20px;
	margin-bottom:10px;
}
.tool-box .tool{
	float:left;
	width:60px;
	height:60px;
	line-height: 60px;
	font-size:18px;
	border-radius: 5px;
	background-color: #1E9FFF;
	color:#fff;
	margin:0 10px 10px 0;
	text-align: center;
}

.project-record-time{
	background-color: #fff;
	font-size:16px;
	height:50px;
	line-height: 50px;
	padding:0 10px;
}
.project-record-time span{
	font-weight: bold;
}
.project-record-users{
	background-color:#fff;
	content:'';
	padding-bottom:10px;
}
.project-record-users .project-record-user{
	height:50px;
	width:50px;
	line-height:50px;
	text-align: center;
	border-radius:5px;
	color:#fff;
	background-color: #1E9FFF;
	float:left;
	margin:10px 0 0 10px;
	position:relative;
}
.project-record-users .project-record-user i{
	position:absolute;
	top:10px;
	left:10px;
	font-size:30px;
	color:#fcc442;
	display: none;
}
.project-record-users .project-record-user.on i{
	display:block;
}
.project-record-work{
	background-color:#fff;
}
.project-record-work .project-record-title{
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	text-align: center;
}
.project-record-work .project-record-item{
	min-height:60px;
}
.project-record-work .project-record-item .left{
	float:left;
	width:100px;
	text-align: right;
	padding:15px 10px 0 0;
}
.project-record-work .project-record-item .right{
	float:right;
	width: calc( 100% - 100px);
	padding:10px 0 0 10px;
}
.project-record-work .project-record-item .right span{
	font-weight: bold;
	line-height: 32px;
}
.project-record-work .project-record-item input,.project-record-work .project-record-item textarea{
	width:70%;
	outline: 0;
	background-color: #efefef;
	border:1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
	padding:5px;
}
.project-record-item .pic-area{
	width:100px;
	height:100px;
	border-radius: 5px;
	background-color: #efefef;
	font-size:50px;
	line-height:100px;
	text-align: center;
	overflow: hidden;
}
.project-record-item .pic-area img{
	width:100%;
}
.project-record-flow{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
}
.project-record-flow .left{
	width:100px;
	float:left;
	padding-left:20px;
	font-weight: bold;
}
.project-record-flow .right{
	width: calc( 100% - 100px );
	float:right;
	text-align:right;
	padding-right:20px;
}
.project-record-set{
	width:100%;
	position:fixed;
	bottom:0;
	height:60px;
	line-height:60px;
	border-top:1px solid #ccc;
	text-align: center;
	background-color: #fff;
}
.project-record-set .btn{
	width:80%;
}

.log-item{
	background-color:#fff;
	margin:15px;
	padding:10px;
}
.log-item .log-title{
	font-size:16px;
}
.log-item .log-title span{
	float:right;
	color:#999;
}
.log-item .log-desc{
	font-size:14px;
	padding:10px 0;
}
.log-item .log-time{
	font-size:12px;
	color:#999;
}

.record-table{
	background-color: #fff;
	height:100%;

}
.record-table .left{
	float:left;
	width:120px;
}
.record-table .left ul{
	width:100%;
}
.record-table .left ul:nth-child(1){
	background-color:#999;
}
.record-table .left ul li{
	float:left;
	width:60px;
	border:1px solid #ccc;
	text-align:center;
	line-height: 48px;
	background-color: inherit;
}
.record-table .right{
	float:right;
	width: calc(100% - 120px);
	overflow-x: scroll;
}
.record-table .right ul{
	width:1550px;
	overflow-x: scroll;
}
.record-table .right ul:nth-child(1){
	background-color:#999;
}
.record-table .right ul li{
	float:left;
	width:50px;
	text-align:center;
	height:50px;
	border:1px solid #ccc;
	line-height: 50px;
	background-color: inherit;
}

.statistics-filter{
	background-color:#fff;
	padding:14px 10px;
}
.statistics-filter select{
	height:30px;
	line-height: 30px;
}
.statistics-area{
}
.statistics-area .statistics-item{
	border-radius: 5px;
	padding:10px;
	margin:10px;
	background-color: #fff;
}
.statistics-area .statistics-item .statistics-user{
	font-size:16px;
	line-height:30px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
.statistics-area .statistics-item .statistics-work{
	font-size:16px;
	margin:10px 0;
	padding-left:5px;
	border-left:3px solid #1E9FFF;
}
.statistics-area .statistics-item .statistics-work.orange{
	border-left:3px solid #ffa51e;
}
.statistics-area .statistics-item .statistics-work span{
	float:right;
	color:#1E9FFF;
}
.statistics-area .statistics-item .orange span{
	color:#ffa51e;
}
.statistics-total{
	margin-top:10px;
	line-height: 40px;
	background-color:#fff;
	padding:10px 20px;
	font-size:18px;
}
.statistics-total span{
	float:right;
	color:#1E9FFF;
}
.statistics-project{
	border:1px solid #1E9FFF;
	border-radius: 10px;
	padding:10px;
	margin:5px 0;
}
.statistics-nav{
	padding:10px 0;
	background-color: #fff;
	height:50px;
}
.statistics-nav li{
	float:left;
	width:35%;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
	margin-left:10%;
}
.statistics-nav li.on{
	border:1px solid #1E9FFF;
}

.user-book-list{

}
.user-book-list .user-book-item{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	height: 80px;
}
.user-book-list .user-book-item .left{
	float:left;
	width:60px;
	height:60px;
	line-height: 60px;
	border-radius: 5px;
	font-size:20px;
	text-align: center;
	background-color: #1E9FFF;
	color:#fff;
}
.user-book-list .user-book-item .right{
	float:left;
	width: calc( 100% - 120px);
	height:60px;
	padding:0 10px;
	line-height:20px;
	position: relative;
}
.user-book-list .user-book-item p{
	font-size:16px;
}
.user-book-list .user-book-item p:nth-child(2){
	font-size:14px;
	color:#666;
}
.user-book-list .user-book-item .handle{
	width:60px;
	height:60px;
	float:left;
}
.user-book-list .user-book-item .handle i{
	margin:20px;
	font-size:20px;
}

/***************************工人 start**************************/
.footer2{
	position:fixed;
	bottom:0px;
	width:100%;
	height:60px;
	background-color: #1E9FFF;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
.footer2 .nav{
	width:25%;
	float:left;
}
.footer2 .nav.on{
	background-color:#1E9FFF;
	color:#ffffff;
}
.worker-flow-total{
	background-color:#c7ddef;
	height:80px;
	line-height: 60px;
	border-radius: 5px;
	border:10px solid #fff;
	padding:0 10px;
	font-size:16px;
}
.worker-flow-total span{
	float:right;
	color:#1E9FFF;
	font-size:18px;
}
.worker-flows{

}
.worker-flows .worker-flow-item{
	background-color:#fff;
	line-height: 30px;
	margin-bottom:5px;
}
.worker-flows .worker-flow-item .worker-flow-title{
	background-color:#ccc;
	color:#000;
	font-weight: bold;
	font-size:18px;
	padding:5px 10px;
}
.worker-flows .worker-flow-item .worker-flow-title a{
	color:#1E9FFF;
	font-size:16px;
	float:right;
	margin-right: 10px;
	font-weight: normal;
}
.worker-flows .worker-flow-item .worker-flow-title i{
	font-weight: normal;
}
.worker-flows .worker-flow-item .worker-flow-content{
	padding:5px 10px;
	font-size:14px;
	color:#999999;
}
.worker-flows .worker-flow-item .worker-flow-content span{
	float:right;
	color:#1E9FFF;
	margin-right:10px;
}