.main-cont{
	background:url('../images/background.jpg') no-repeat scroll center center;
	width:100%;
	height:calc(100% - 70px);
	position: fixed;
	top: 70px;
	background-size: 100% 100%;
}
.main-div{
	width:100vw;
	height:100vh;
}
.top-cont{
	width:94%;
	margin: 10px auto;
	margin-top: 20px;
}
.table-cont{
	margin:auto;
	width:94%;
}
.table-color{
	background-color:rgba(32,146,237,.4);
	color:white;
	box-shadow: 0 3px 1px 0 rgba(0,0,0,.2);
	border-radius: 5px;
}

.table-color tbody tr:hover{
	color:black;
	background-color:#d9edf7;
}
.table-color tr{
	border-bottom:1px solid rgba(15,39,68,.3);
}
.table-color button{

}
.table-color td,th{
	line-height: 2.428571!important;
	font-size: 15px!important;
	text-align: center;

}
.table-dialog{
	box-shadow: 0 3px 1px 0 rgba(0,0,0,.2);
	border-radius: 5px;
}

.table-dialog td,th{
	line-height: 2.428571!important;
	font-size: 14px!important;
	text-align: center;
	padding: 2px 8px!important;
}
.table-dialog tbody tr:hover{
	color:black;
	background-color:#d9edf7;
}

.table-page{

}
.table-dialog tbody{
	max-height:500px;
}
.td-index{
	width:65px!important;
}
.modal-body{
	max-height:600px;
	overflow:auto;
}
.table-body{
	max-height:500px;
	overflow: auto;
}
.table-page{
	text-align: center;
}
.table-page .pagination{

	margin: 0 auto;

	margin-bottom: 10px;
}
.modal-body  .input-group{
	margin-bottom:10px;
}
.nav-tabs{

	width: 98%;

	margin: auto;

	margin-top: 20px;
}
.nav-tabs li a{
	color: white!important;
}
.nav-tabs .active a{
	background-color: rgba(32,146,237,.4)!important;
	color: white!important;
}
body{
	overflow: auto!important;
}
.running-color{
	color: #449d44 !important;
}
.done-color{
	color: #c9302c !important;
}
.done-color{
	color: #c9302c;
}
.map{
	width: 400px;
	height: 500px;
  color: #449d44;
	position: absolute;
	border: 1px solid #d2d2d2;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.mapForm{
	width: 470px;
	margin-left: 400px;

}
.width_80{
	width: 80px;
	float: left;
}
.width_60{
	width: 60px;
	float: left;
}
.ml5{
	margin-left: 5px;
}
.mb10{
	margin-bottom: 10px!important;
}
.width_160{
	width:160px;
}
