div#TableAdd-locations{
	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#table_row{
	padding: 5px;
}
div.address{
	border: 1px solid #aaa;
	position: relative;
}
div.loc_name{
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  width: 100%;
  height: 50px;
  line-height: 16px;
  color:#fff;
 -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
font-size: 20px;
}
div.loc_name:hover{
	  background-color: rgba(0,0,0,0.8);
}
div.address img{
	width: 100%;
}