.create {
  /*页面标题*/
  min-width: 1170px;
}

/*数据同步*/
.data-tasks{
  width: 1198px;
  margin: 30px auto 0 auto;
  background: #f7f7f7;
  border: 1px solid #cfcece;
}
.data-tasks .data-head{
  height: 62px;
  background: #ffffff;
}
.data-head .data-bar{
  float: left;
  margin-left: 20px;
}
.data-bar .bar-number{
  position: relative;
  height: 100%;
}
.data-bar .bar-number span{
  display: inline-block;
  font-size: 12px;
  color: #666666;
  position: absolute;
  top: 25px;
  width: 60px;
}
.data-bar .bar-number .bar,.data-bar .bar-number .bar-shu{
  position: absolute;
  top: 26px;
  left: 60px;
  width: 800px;
  height: 15px;
  background: #F7F7F7;
  border-radius: 20px;
}
.data-bar .bar-number .bar-shu{
  background: #10bd00;
  z-index: 999;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}


.data-head .data-export{
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
.data-head .data-export button{
  height: 33px;
  line-height: 33px;
  width: 80px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #2673e5;
  background: #3b86f3;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #4990f9, #3a85f3, #2877ec);
  background: linear-gradient(to bottom, #4990f9, #3a85f3, #2877ec);
}
.data-head .data-export button:hover {
  background: #2673e5
}
.data-tasks .task-tab{
  padding: 30px 20px;
}
.data-tasks .task-tab table{
  table-layout: fixed;;
  width: 100%;
  background: #ffffff;
}
.task-tab table thead{
  height: 40px;
  background: #DAE7FC;
}
.task-tab table thead tr p{
  font-size: 14px;
  line-height: 40px;
  color: #2575eb;
  text-align: center;
  margin: 0;
}
.task-tab tbody{
  border: 1px solid #cfcece;
  border-top: none;
}
.task-tab tbody tr{
  height: 33px;
}
.task-tab tbody tr p{
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 33px;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding: 0 15px;
  margin: 0;
}
.task-tab p.failure{
  color: red;
}
.task-tab tbody tr:nth-child(2n-1) {
  background: #f9f9f9;
}
.modal .modal-header .modal-title{
  padding-left: 15px;
}

#mymodal .modal-dialog {
  width: 520px;
}
#mymodal .modal-dialog .modal-header span img{
  display: inline-block;
  margin-top: 5px;
}
#mymodal .modal-body .tont{
  text-align: center;
}
#mymodal .modal-body .tont p{
  margin-top: 16px;
  font-size: 16px;
  color: #333;
}
#mymodal .modal-content .sdf{
  width: 320px;
  margin: 0 auto;
}
#mymodal .modal-content .sdf button{
  height: 40px;
  line-height: 40px;
  width: 150px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3b86f3;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #4990f9, #3a85f3, #2877ec);
  background: linear-gradient(to bottom, #4990f9, #3a85f3, #2877ec);
}
#mymodal .modal-content .mr-10{
  margin-right: 10px;
}
#mymodal .modal-content .sdf button:hover {
  background: #2673e5
}


.create .orgfraheader {
  width: 100%;
  height: 38px;
  background: #2575eb;
}
.create .orgfraheader h1 {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  margin-top: 0;
}
.create .tasks {
  margin-top: 20px;
  min-width: 1170px;
  position: relative;
  padding-bottom: 45px;

}
.create .tasks .header {
  overflow: hidden;
}
.create .tasks .header div {
  float: left;
  margin-right: 18px;
}
.create .tasks .header .choice {
  position: relative;
}
.create .tasks .header .choice .sel-choice {
  position: absolute;
  top: 0;
  left: 61px;
  width: 71%;
  height: 33px;
  padding-left: 10px;
  padding-right: 25px;
  background: url(../images/pull-down.png) no-repeat 91% 60%;

}
.create .tasks .header .choice .sel-choice {

  padding-right: 2px\0 !important;
  background:none\0;!important;
  height:auto\0 !important;
  top: 6px \0 !important;;

}
.create .tasks .header label {
  font-weight: 500;
}
.create .tasks .header .search button {
  width: 70px;
  height: 33px;
  line-height: 33px;
}
.create .tasks .task-body {
  margin-top: 30px;
  min-height: 485px;
}
.create .tasks .task-body .list {
  padding: 7px 10px;
  color: #2675EB;
  border: 1px solid #ddd;
}
.create .tasks .task-body .list span {
  font-size: 16px;
}
.create .tasks .task-body .list a {
  float: right;
  margin-top: -4px;
  color: #2675EB;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #2675EB;
}
.create .tasks .task-body .task-con thead {
  background: #dae7fc;
}
.create .tasks .task-body .task-con thead tr {
  /*line-height: 40px;*/
  text-align: center;
}
.create .tasks .task-body .task-con thead tr td {

  padding: 6px 3px;
}
.create .tasks .task-body .task-con tbody {
  text-align: center;
  border: 1px solid #ddd;
  width:1140px;
}
.create .tasks .task-body .task-con tbody tr {
  border-bottom: 1px solid #Ddd;
}
.create .tasks .task-body .task-con tbody tr:nth-child(2n-1) {
  background: #f9f9f9;
}
.create .tasks .task-body .task-con tbody td:first-child {
  padding: 8px 8px;
  width: 5%;
}
.create .tasks .task-body .task-con tbody td {
  position: relative;
  font-size: 12px;
  padding:3px
}
/*flkas */

.new-task tbody tr .col-xs-1{
  width: auto;
  width:200px\0
}

.create .tasks .task-body .task-con tbody td b,
.create .tasks .task-body .task-con tbody td i {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin: 0 5px;
  background: url("../images/compile.png") no-repeat;
}
.create .tasks .task-body .task-con tbody td i {
  left: 55px;
  background: url("../images/detele-icon_03.png") no-repeat;
}
#approvalArea td i {
  left: 55px;
  background: url("../images/search.png") no-repeat;
  margin: -5px 5px;
}
.create .tasks .task-body .task-con tbody td p{
  max-height: 38px;line-height: 19px;overflow: hidden;margin: 0;
}
.create .tasks .task-step {
  margin-top: 100px;
  text-align: center;
}
.modal .sure-icon {
  position: absolute;
  top: -9px;
  left: 72px;
  width: 82px;
  height: 78px;
  background: url("../images/nooryes.jpg") no-repeat;
}
.modal .btn-ligr {
  margin: 0;
  line-height: 36px;
  cursor: pointer;
}
.modal .sure {
  margin-left: 20px;
}
.modal .modal-footer {
  padding: 30px 66px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 475px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.tr-p {
  overflow: hidden;

  margin: 0;
  text-overflow: ellipsis;
  line-height: 20px;
}
/* 初级培训保安人员统计 */
.train-stat .tasks .task-body .task-con thead tr {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.train-stat .tasks .task-body .task-con tbody td:first-child {
  width: auto;
}
/*添加日期选择*/
.create .tasks .header .select-time,.create .tasks .header .select-time .dataStart{
  margin-right: 0;
}
.create .header .form-group input{
  width: 150px;
  width:auto\0;
}
.select-time .dataStart label{
  margin-top: 8px;
  margin-right: 3px;
}
.create .select-time input{
  background-color: #fff;
}
.create .tasks .header .clearInputBox{
  margin: 0;
}

.create .tasks .task-body .task-con tbody td {
  max-width: 400px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.create-w{ min-width:1100px !important;}
.create-w .tasks{ min-width:1100px !important;}




