* {
  margin: 0;
  padding: 0;
}
text#markup{
  /*  font-size: 2600px; */
}
/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear { 
	clear: both; 
}

button, input[type=button] {
  border: none;
  outline:none;
  background: none;
} 

input, button, select, textarea {
  outline: none
}

textarea {
  resize: none
}

.center {
  text-align: center;
}

.colorWhite {
  color: #fff;
}

.br34 {
   background: rgba(255, 255, 255, 0.8);
}

.bca {
  background: #aaa;
}

.bcc {
  background: #ccc;
}


.bce {
  /* background: #eee; */
}

.hei20 {
  height: 20px;
  line-height: 20px;
}

.hei30 {
  height: 30px;
  line-height: 30px;
}

.floleft {
  float: left;
}

.floright {
  float: right;
}

.wid50 {
  width: 50%;
  margin-bottom: 10px;
}

.wid100 {
  width: 100%;
}
.redSpot{
	display: block;
	width: 10px;
	height: 10px;
	float: left;
    margin: 8px 0 0 5px;
	background: red;
	border-radius:50%;
	box-shadow: 2px 2px 2px #e4394c;
}

.boxShadow {
  box-shadow: 2px 2px 2px #ccc;
}

.userinput {
  width: 150px;
  border: 1px solid #ccc;
  text-indent: 5px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tableinput {
  width: 97%;
  text-indent: 3px;
  border:none;
}

.tableTextarea {
  display: block;
  width: 98%;
  border: none;
  margin: 0 auto;
  background: #fff;
}

.tableDiv {
  position: relative;
  width: 99%;
  margin: 0 auto;
  min-height: 100px;
}
.tableDiv svg{
	width: 100% !important;
	height: 99.5% !important;
}

.tableDiv img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.flcenter {
 /*  width: 90%; */
  max-height: 490px;
  overflow: auto;
  padding-top: 1px;
 /*  margin: 0 auto; */
  background: #fff;
}

.m-initating-process,.m-backlog-process{
  width: 600px;
  float: right;
  position:relative;
  z-index:1;
  display:none;
  margin:0 300px 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  font-family: 微软雅黑;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
  -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
}
.m-backlog-process{
	width: 500px;
    float: right;
    height: 90%;
    margin-right: 300px;
}
.m-initating-process{
    float: left;
    left: 6px;
    margin: 0px;
}
.m-initating-title,.m-backlog-title {
  color: #333;
  text-indent: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  font-weight: 600;
}

.m-initating-title .closeBtn {
  color: #999;
  font-size: 25px;
  line-height: 36px;
  margin-right: 10px;
  font-weight: 600;
  font-family: inherit;
}
.m-initating-title .minimizeBtn,#m-backlog-process .minimizeList{
	font-size: 25px;
    letter-spacing: -3px;
    margin-right: 10px;
    height: 100%;
    color: #999;
}
.m-initating-title .minimizeBtn:hover,#m-backlog-process .minimizeList:hover{
	color: #e4393c;
}
.m-initating-title{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(200,200,200, 0.8);
}
.m-initating-title .closeBtn:hover {
  color: #e4393c;
}

.m-initating-title hr,.m-backlog-title hr{
  color: #fff;
  width: 99.6%;
  position: absolute;
  bottom: 1px;
}
.m-backlog-title .backlogTreat{
	width: 33.33%;
	float: left;
}
.m-backlog-title .backlogTreat a{
	display: block;
    text-align: center;
    text-decoration: none;
}
.backlogSearch span{
    display: block;
    width: 10%;
    float: left;
    text-align: center;
}
.backlogSearch .backlogSearchDiv{
	width: 70%;
    box-shadow: 2px 2px 2px #969696;
    height: 25px;
    float: left;
    margin: 2.5px;
    margin-right:18%;
    border: 1px solid #ccc;
}
.backlogSearchDiv input{
    width: 94%;
    height: 100%;
    display: block;
    text-indent: 10px;
    float: left;
}
.backlogSearchDiv .searchImg{
    display: block;
    width: 5%;
    height: 100%;
    float: left;
    cursor: pointer;
    background: red;
}
.backlogTable{
	border-collapse:collapse
}
.backlogTable thead{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
} 



.backlogTable th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.backlogTable th:nth-child(1),.backlogTable tbody tr>td:nth-child(1){
	width: 5%;
}
.backlogTable th:nth-child(2),.backlogTable tbody tr>td:nth-child(2){
	width: 45%;
	text-align: left;
}
.backlogTable tbody tr>td:nth-child(3){
	width: 20%;
}
.backlogTable th:nth-child(4),.backlogTable tbody tr>td:nth-child(4){
	width: 30%;
}
.backlogTable th:nth-child(2) input{
	width: 60px;
	height: 20px;
	margin-left:7px; 
	background: #4dbff7;
	border-radius: 3px;
  	color: #fff;
}
.backlogTable th:nth-child(3){
	border-right: 1px solid #ccc;
}
.backlogTable th:nth-child(2){
	border-right: 1px solid #ccc;
}
.backlogTable tbody tr>td{
	text-indent: 1%;
	border-right: none;
}
.backlogTable ._checkBox{
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
}
.backlogTable tbody tr>td:nth-child(2) b{
	display: block;
	float: left;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}



.m-initating-header-content {
    height: 65px;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;

}

.usespan {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 23px;
}

.recipier input, .coppyTo input {
  width: 80%;
  float: left;
  border: none;
  background: none;
  outline: none;
  line-height: 20px;
  text-indent: 3px;
}
/**********************覆盖jqueryui样式 开始***********************/
input:focus, textarea:focus{
	box-shadow:none;
}
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input{
	/* padding : 0; */
}
/**********************覆盖jqueryui样式 结束***********************/

.recipier a, .coppyTo a {
    width: 15px;
    height: 15px;
    margin: 2px 7px;
    float: left;
    cursor: pointer;
    color: #353d47;
}

.m-initating-table {
  width: 95%;
  margin: 0 auto;
  margin-top: 5%; 
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-collapse: collapse;
}

.m-initating-table:nth-child(1) {
  margin-top: 10px;
}

.m-initating-table td {
  width: 15.3%;
  border-left: 1px solid black;
  border-top: 1px solid black
}

.m-initating-table td:last-child {
  width: 23%;
}
.m-initating-footer{
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
}
.m-initating-footer i.line{
    width: 110%;
    border-top:2px solid #ccc; 
    position: absolute;
    left: -5%;
}
.m-initating-footer .footer-process{
    background: url(applycationbg.png);
    background-size: 100%;
    height: 80px;
    background-position: -2px -13px;
}
.m-initating-footer .footer-process span{
    display: block;
    width: 30px;
    height: 35px;
    border-radius: 5px;
    padding: 2px 40px;
    color: #fff;
    float: left;
    margin: 20px 0 0 20px;
    line-height: 17px;
}
._btnGreen{
	background: #70AD47;
}
._btnOrange{
	background: #ED7D31;
}
._btnBlue{
	background: #5B9BD5;
}
._export{
    float: right;
    width: 20%;
    height: 100%;
    border-radius: 3px;
}
._export input{
    float: right;
    padding: 2px 0;
    margin: 2% 40% 0px 0px;
    width: 40%;
    height: 80%;
    border-radius: 3px;
    color: #fff;
    background: #4dbff7;
    cursor: pointer;
}

.footer-button{
	/* padding: 15px 0; */
}
.footer-button div{
    width: 60%;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}
.footer-button div input{
    width: 100px;
    height: 33px;
    border-radius: 5px;
    background: #4dbff7;
    color: #fff;
    float: left;
    cursor: pointer;
}
.footer-button div input.returnBtn{
    margin: 0 auto;
    display: none;
    float: unset;
}
.footer-button div input._show,._show{
	display: block;
}
.footer-button div input:nth-child(2){
	float: right;
}
h2.title_had{
	font-size:medium;width:60%;float:left;text-align:right;
}
.dropdown-main{
	z-index:10005;
}

.dropdown-display,.dropdown-display-label{
	border-radius:0px;
   	height: 22px;
    line-height: 22px;
}
.dropdown-display{
	padding: 0;
}
.dropdown-display-label:after, .dropdown-display:after{
    content: '';
    position: absolute;
    border-top: 10px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 6px;
    right: 4px;
}
.dropdown-clear-all{
    width: 16px;
    height: 20px;
    line-height: 20px;
    top: 1px;
}
.dropdown-display .placeholder:first-child{
    line-height: 22px;	
}
.dropdown-search input{
    height: 24px;
    font-size: 12px;
}
.dropdown-main ul li{
	font-size: 12px;
}


.m-backlog-title span{
    display: inline-block;
    width: 33.06%;
    text-align: center;
    border-right: 1px solid #fff;
    background: #e2e2e2;
}
.m-backlog-title span:last-child{
	border-right: none;
}
/* .m-backlog-title  .sp_hover:hover{
	 background: #22a7f0;
}
.m-backlog-title  .sp_hover:hover a{
	color:#fff;
} */
.m-backlog-title{
	height: 30px;
    line-height: 30px;
   /*  background: #e2e2e2; */
    border-radius: 0px;
    text-indent: 0px;
}
.m-backlog-title span a{
    color: #666;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.dropdown-display .dropdown-chose-list{
    text-indent: 5px;
}

.handle-children-title{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.handle-children-title span{
    display: inline-block;
    width: 124px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.handle-children-title span a{
	color:#333;
	display: inline-block;
    width: 100%;
    height: 100%;
}
.handle-children-title span.active{
    background: #ff5151;
}
.handle-children-title span.active a {
    color: #fff;
}
.dataTables_wrapper .dataTables_filter input, .search_btn{
    height: 22px;
    margin-right: 20px;
    line-height: 22px;
    margin-left: 0px;
}

.m-collision-table{
	padding:10px;
    box-sizing: border-box;
    -wbkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 91%;
}
.dataTables_wrapper {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0px solid #E4E4E4;
    position: relative;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    padding: 2px 8px;
}
table.dataTable.no-footer {
    padding-top: 10px;
    border-bottom: none;
    width: 100% !important;
}
table.dataTable thead th {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0px 10px 5px;
    text-align:left;
    font-size:13px;
}

table.dataTable thead th:first-child {
    width: 50px !important;
    padding: 0px;
}
table.dataTable thead th:nth-child(2) {
    width: 140px !important;
    text-align: left;
}
table.dataTable thead th:nth-child(3) {
    width: 70px !important;
}
table.dataTable thead th:nth-child(4) {
   width: 70px !important;
}
table.dataTable thead th:nth-child(5) {
    text-align: center;
}
table.dataTable tbody tr{
    cursor: pointer;
}
table.dataTable tbody td {
    border-bottom: 1px solid #ddd;
}
.m-collision-table table.dataTable tbody th, .m-collision-table table.dataTable tbody td {
    padding: 8px 0px 8px 5px;
}

#backlogTable td {
    text-align: left;
}
#backlogTable input[name="workflowId"] {
    vertical-align: middle;
}

table.dataTable tbody td:first-child {
    text-indent: 0px;
    width: 40px !important;
    text-align: left;
}
table.dataTable tbody td:nth-child(2) {
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    width: 150px;
}
.text_span {
    display: inline-block;
    width: 110px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user_span {
	display: inline-block;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
}
.date_text {
    font-size: 12px;
    width: 28%;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_info {
    position: absolute;
    bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 6px 12px;
    margin-left: -1px;
    border-radius: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #353d47;
    border:1px solid #353d47;
    color: #FFF !important;
    border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-color: #ddd;
    background: #eee;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border: 1px solid #ddd;
}





.m-initating-header-title{
    padding-top: 6px;
    -webkit-padding-top: 6px;
    -moz-padding-top: 6px;
}
.solid_tishi{
    width: 495px;
    margin: 10px auto 0;
}
.solid_xt{
	display: inline-block;
    width: 25px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.solid_xt:first-child{
	margin-left: 0px;
}
.blue_bg{
    background: #5b9bd5;
}
.orange_bg{
    background: #ed7d31;
}
.greenyellow_bg{
	 background: #70ad47;
}
/* 滚动条 */
.scroll_bar::-webkit-scrollbar{
    width: 6px;
    padding:12px
}
.scroll_bar::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
}

.scroll_bar::-webkit-scrollbar-thumb{
    background: rgb(212, 212, 212);
    border-radius: 5px;
    height: 80px;
}

.odd{
	text-align: center;
}
.even{
	text-align: center;
}
.collision-isreadfield{
    height: 6px;
    width: 6px;
    margin: 0 auto;
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #902a2a;
    vertical-align: text-top;
}
/* .sorting_1{
	width : 78px;
} */

.delete-collision-buton{
	display: none;
	margin:0;
	color: #fff;
	font-size: 12px;
    font-weight: 400;
    border-radius: 0px;	
	background-color: rgb(34, 167, 240);
	width: 40px;
	
}
table.dataTable tbody td.dataTables_empty {
    width: initial !important;
    border-bottom: 0px;
}


.show-workflow{
	position: absolute;
	bottom: 130px;
	right: 30px;
	z-index: 2;
}
.show-process{
	position: absolute;
    bottom: 90px;
    right: 30px;
    z-index: 2;
}
.show-workflow .show-workflowBtn,.show-process .show-processBtn{
	width: 100px;
	height: 30px;
	border-radius: 5px;
	border: none;
	display: none;
	color: white;
	cursor: pointer;
	background: rgba(20, 20, 20, 0.6);
	text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.show-workflow .show-workflowBtn:hover,.show-process .show-processBtn:hover{
	background: rgba(20, 20, 20, 0.4);
}





@media screen and (max-width:1366px){
	.flcenter{
		height:296px;
	}
	.m-collision-table{
    	height: 88%;
	}
	.m-initating-process{
	  width: 450px;
	  left: -9px;
	}
	.m-initating-process, .m-backlog-process{
	  margin: 0 0px 0 10px;
	  right: 288px;
	}
	table.dataTable.no-footer thead {
	    width: 100%;
	    display: block;
	}
	table.dataTable.no-footer tbody{
	    width: 100%;
	    display: block;
	    overflow-x: hidden;
	    overflow-y: auto;
	    height: 320px;
	}
	.solid_tishi {
		 width: 100%;
		 margin: 6px auto 0;
	}
	.m-initating-footer .footer-process{
	   height: 45px; 
	}

	.m-initating-footer .footer-process span {
	  width: 53px;
	  height: 20px;
	  padding: 2px 10px;
	  margin: 10px 0 0 20px;
	}

	.footer-button div {
	  height: 30px;
	  margin-top: 9px;
	}

	.footer-button div input {
	    width: 79px;
	    height: 25px;
	    margin-top: 2px;
	}
	.usespan {
	    width: 60px;
	}
	
	
	
}