body {
  font-family: Tahoma, sans-serif;
}

img {
  border-width: 0px;
}

h2 {
	color: #001943;
	font-size: 24px;	
	font-weight: bold;	
	margin-bottom: 0.75em;
}

h3 {
	color: #4d5e7b;
	margin-bottom: 0.37em;
}

table {

}

th {
	text-align: left;
	border-bottom:1px solid #c7ccd9;
}

button.submit {
  margin-top: 1em;
}

button.filter {
  background-color: #001943;
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  color: #ffffff;
  background-color: #001943;
  padding: 10px;
}

.content {
	padding:10px;
}

.footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  background-color: #001943;
  font-size: 0.8em;
  color: #ffffff;
}

.footer > div {
  padding: 20px;
}

.social {
	padding-top: 5px;
  text-align: center;
  background-color: #4d5e7b;
}

.social span {
	padding-right: 15px;
}

.footer a:link, .footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.shaded {
  background-color: #dfe3ec;
}

textarea {
	resize: none;
}

input:read-only,
textarea:read-only {
  background-color: #ddd;
}

.input-lbl {
	color: #253d66;
	font-size: 14px;
	padding-top: 14px;
	font-weight: bold;	
}

.section-lbl	{
	color: #001943;
	font-size: 24px;
	padding-top: 10px;
	font-weight: bold;	
}

.button-cn	{
	color: #001943;
	padding-top: 10px;
	font-weight: bold;	
}

.input-18em {
	width: 24em;
}

.loc {
  align-items: center;
  background-color: #1c2b73;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 20px;
  gap: 15px;
  height: 40px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.loc::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.loc .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #001943;
  content:url(../images/affiliated_club.png);
  width: 40px;
}

.loc .icon svg {
  height: 20px;
  width: auto;
}

.loc .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.loc .address {
  color: #807777;
  font-size: 14px;
  #margin-bottom: 10px;
  #margin-top: 5px;
}

.loc .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.loc .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 14px;
  text-align: center;
  gap: 5px;
  padding: 5px;
}

/*
 * loc styles in highlighted state.
 */
.loc.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 200px;
  padding: 8px 15px;
  width: auto;
  #left: +50%;
}

.loc.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.loc.highlight .details {
  display: flex;
}

.loc.highlight .icon {
  width: 100px;
  height: 100px;
}

.loc.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.loc:not(.highlight)::after {
  border-top: 9px solid #1c2b73;
}


.loc .bed {
  color: #FFA000;
}

.loc .bath {
  color: #03A9F4;
}

.loc .size {
  color: #388E3C;
}

.group .head {
	font-weight: bold;
	font-size: 24px;
	color: #001943;
}

.group .detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));		
	font-size: 16px;
	color: #776b6b;
}

.group .detail div {
	padding: 2px 40px 2px 2px;
}

.group .contacts {
	padding-top: 14px;
}

.group .features {
	padding-top: 14px;
}

.group {
	padding: 14px;
	border-bottom: 1px solid #ccc;
}

.message {
	font-size: 18px;
	padding: 14px;
	border-bottom: 1px solid #ccc;	
	color: #776b6b;
}

.error-msg {
	font-size: 14px;
	padding: 12px;
}

.card-header {
	color: white;
	background-color: #4d5e7b;
}

.card-body {
	background-color: #f7f7f7;
}

.ad {
	padding-top: 10px;
	padding-bottom: 10px;
}