div.uploadimg img{
	max-height: 320px !important;
}

div#TableAdd-photo{
	width: 200px;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div#admin_actions{
	background-color: #0a3f58;
	height: 30px;
	max-width: 515px;
	margin: auto;
}
div.active_box{
	float: left;
}
.table_clickable {
    float: left;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #fff;
    border: 2px solid #fff;
    margin: 5px;
	font-size: 18px;
}
div#TableActionTH {
	float: left;
}
div#TableActionTH div.table_action{
	float: left;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}

div.sp_map{
	height: 700px;
}
img.mapImg{
	width: 250px;
}
div.map-marker{
	display: none;
}
input#search {
	float:left;
	height: 30px;
	width: 300px;
}

div.sp-google-map{
	height: 600px;
}
@media only screen and (max-width: 479px) {
	div.sp-google-map{
		height: 400px;
	}
}

div.loc_name{
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #000;
	font-size: 20px;
	padding: 5px;
	opacity: .4;
	position: absolute;
	color: #fff;
}
div#table_row{
	padding: 5px;
}
div.address img{
	width: 100%;
}