body, html {
	font-family: Arial, sans-serif;
}	

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: 30px;
  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(../img/ares_cl3.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: 180px;
  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 .header {
	font-weight: bold;
	font-size: 24px;
	color: #001943;;
}

.group .detail {
	font-size: 16px;
	color: #776b6b;;
}

.group .detail div {
	padding: 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;
}