.pc_panelrow{
	width: 950px;
}
.defect_table_info{
	width:100%;
}
.pc_panelrow .panelrow{
	padding:0 10px;
}
.pc_panelrow{
	margin-left:-5px;
	margin-right:-5px;
	width: 835px;
}
.mapholst{
width: 100%;
height: 400px;
margin:15px 10px;
}
.tabs_div{
  border: 1px solid #efefef;
  padding:10px 0;
  cursor:pointer;
}
.active_div{
	background: #fc3;
}
.map_content{
	border-top: #efefef;
}
.notallowed{
	cursor:not-allowed;
}
.greyspancolor{color:#8C92A0}
.nowrap{
	white-space:nowrap;
}
.redbold{
	color:red;
	font-weight:bold;
}
.height500{
	height:500px;
}
.redborder{
	border: 1px solid red;
}
.filter_all {
    position: fixed;
    width: 275px;
    overflow-y: auto;
}
.roadlist i{
	color: red;
    font-weight: bold;
}
.modal-body_header_row{
	 border-bottom: 1px solid #f7f7f7;
	 background: #f7f7f7;
}
.modal-body_header{
	text-transform: uppercase;
    cursor: pointer;
    border-left: 1px solid #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #337ab7;
    background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
   /*border-bottom: 1px solid #d6d6d6;*/
	
}
.modal-body_header_active{
	color:black;
	background: white;
	font-weight:bold;
	border-bottom: 1px solid #f7f7f7;
}
.for_del{
	text-decoration:line-through;
}