@charset "UTF-8";

* {
	box-sizing: border-box;
}

.industry-photos {
	margin: auto;
	max-width: 1000px;
	overflow: hidden;
	text-align:center;
}

.industry-photos:after {
	content: '';
	clear: both;
}

.industry-photos a {
	margin: auto;
	max-width: 1000px;
	text-align: center;
	display: inline-block;
}

.industry-photo-boxes {
	float: left;
	width: 25%;
	padding: 10px;
	margin: 10px;
		width: 184px;
	height: 224px;
}

.industry-photos h2 {
	line-height: 1em;
	font-size: 1.8em;
	color: white;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
}

.casino {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/casinos-base-230.jpg);

}

.hotel {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/hotels-base-230.jpg);

}

.amusement {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/amusement-base-230.jpg);

}

.restaurant {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/restaurants-base-230.jpg);
}

.clubwear {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/clubwear-base-230.jpg);
}

.healthcare {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/base/healthcare2-base-230.jpg);
}

.row {
	margin: 0;
}

#searchresults_table {
  border-collapse: collapse;
  width: 100%;
  margin:20px 0 0 0;
}


#searchresults_table td, #searchresults_table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:center;
}

#searchresults_table tr:nth-child(even){background-color: #cccccc;}

#searchresults_table tr:hover {background-color: #ddd;}

#searchresults_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #999999;
  color: white;
}

/* Alert box  */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  text-align: center;
}

.alert a {
	text-decoration: none;
	color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
/* End Alert box  */