.bold {
	font-weight: bold;
}

.large {
	font-size: large;
}

.larger {
    font-size: x-large;
}

.text ul {
    margin-top: 0;
    margin-bottom: 0;
}

.err .heading {
	font-size: 1.5rem;
	font-weight: 500;
	color: darkorange;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

.err .back {
	margin-top: 1rem;
}

.err {
	padding-bottom: 2rem;
}

.prevent-select {
	-moz-user-select: none;
	-webkit-user-select: none; /* Safari */
	user-select: none;
	-webkit-user-select: none; /* Standard syntax */
}

.allow-select {
	-moz-user-select: all;
	-webkit-user-select: all; /* Safari */
	user-select: all;
}

#delete-form {
	display: flex;
	gap: 10px;
}

.grecaptcha-badge {
	bottom: 57px !important;
}

.image-container {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 55px;
	margin: 0.6rem 0;
}

hr.dbl {
	height: 6px;
	background-color: white;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

hr.single {
	border-bottom: 2px solid black;
}

#finance input {
	text-align: right;
}

span.w1 {
	display: inline-block;
	width: 40px;
}

span.icon-check {
	color: #9fcc0c;
	padding-right: 0.5rem;
}

#inputNotice {
	height: 116px;
}

.btn-lg, .btn-xl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
}

.btn-xl {
	width: 80px;
}

.btn-min {
	width: 150px;
}

.col-panel {
	border: none;
	margin-bottom: 1.5rem;
}

.col-panel a {
	outline: none;
	text-decoration: none;
	color: #333;
}

.font-lager {
	padding: 0px;
	vertical-align: +1px;
	font-size: 19px;
}

.invoice {
	cursor: pointer;
}

.cu-panel>.container-fluid {
	padding-top: 12px;
	display: grid;
	gap: 1rem;
}

.password-form .card-body, .with-gap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 0;
}

.snack {
	display: flex !important;
	align-items: center;
	border: 3px solid;
	border-radius: 6px;
	padding: 6px 0;
	margin-bottom: 1.5rem;
}

.snack .text {
	flex-grow: 1;
}

.alert-dismissible .btn-close {
	position: inherit !important;
}

.toast {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 102%;
	border-radius: 6px;
	border: 3px solid;
	box-shadow: 0 0.5rem 4rem rgb(1 2 3/ 65%);
	background-color: white;
	z-index: 1060;
}

.toast.right {
	position: fixed;
	top: 64px;
	right: 12px;
}

.toast.center {
	position: fixed;
	margin: auto;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

/* .view-body .toast.right { */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	right: 0px; */
/* } */
.no-result {
	position: absolute;
	display: flex;
	font-weight: bolder;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.toast hr {
	width: 85%;
}

.snack .card-body, .toast .toast-body {
	padding-left: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.toast-footer {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0px 20px 12px 0;
}

.snack .state, .toast .state {
	align-self: stretch;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.toast>button {
	margin-right: 0.5rem !important;
	margin: auto;
}

.snack>.state>i, .toast>.state>i {
	font-size: 220%;
}

.typeahead {
	z-index: 1051;
}

.pswp__caption__center {
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
}

#btnLeft[disabled="disabled"], #btnRight[disabled="disabled"] {
	/* 	opacity: 1; */
	color: gray !important;
	background-color: rgb(34, 34, 34) !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	opacity: 0.5;
	cursor: not-allowed;
}

.form-check label {
	font-weight: inherit;
}

.heading-ad-edit {
	margin-top: 6px;
	margin-bottom: 16px;
	text-align: center;
}

/* .cu-panel .container-fluid { */
/* 	display: grid; */
/* 	gap: 1rem; */
/* 	margin-top: 12px; */
/* } */

/* .cu-panel .row { - */
/* 	-bs-gutter-x: 1rem; - */
/* 	-bs-gutter-y: 1rem; */
/* } */
.eq .form-check {
	width: 90px;
	height: 50px;
}

.eq {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.eq .icon-no-smoking, .eq .icon-no-pets {
	display: block;
}

.prices label {
	font-weight: inherit;
}

.prices .col-5.align-r {
	border-bottom: 1px solid gainsboro;
}

.prices .header {
	font-size: 120%;
	font-weight: bolder;
	margin-bottom: 25px;
	padding: 2px 5px 2px 5px;
	background-color: #e9ecef;
}

.prices .header:not(:first-of-type) {
	margin-top: 25px;
}

/* .prices .price { */
/* 	display: flex; */
/* 	flex-wrap: nowrap; */
/* 	justify-content: space-between; */
/* } */

/* .prices .price input { */
/* 	width: 100px; */
/* } */
span.input-group-text {
	height: 37px;
}

.btn-outline-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-pane.editor .colTagsInput {
	margin-top: 12px;
}

/* #homeform .cu-panel>.panel { */
/* 	border: none !important; */
/* } */
.cu-panel {
	padding-bottom: 12px;
	background-color: #e3eaf4;
	border-radius: 6px;
}

.cu-panel .heading-container {
	margin-top: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none;
}

.fv-plugins-bootstrap5-row-invalid .add-clear-x {
	display: none !important;
}

.dropdown-item {
	justify-content: left !important;
}

.website .qq-gallery .qq-upload-list {
	padding-top: 20px;
}

.qq-gallery .qq-upload-list {
	min-height: 200px;
	min-width: 140px;
}

.profile .qq-gallery .qq-upload-list li, .website .qq-gallery .qq-upload-list li {
	max-width: 130px;
	width: 130px;
	max-height: 160px;
	height: 160px;
	margin: auto;
}

.website .qq-gallery.qq-uploader, .profile .qq-gallery.qq-uploader, #images .qq-gallery.qq-uploader
	{
	min-height: 255px;
	min-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 	padding: 0; */
	padding: 6px 6px 0px 6px;
}

.qq-thumbnail-wrapper {
	margin: auto;
}

#homeform .qq-upload-button-selector {
	min-width: 200px;
}

.qq-gallery .qq-upload-list li {
	max-width: 250px;
	width: 250px;
	max-height: 335px;
	height: 335px;
	box-shadow: 5px 10px 8px #888888;
}

.qq-gallery .qq-file-info {
	padding: 4px 15px 0px 15px;
}

.website-ul ul {
	padding-left: 0;
}

.demo li {
	padding-top: 8px;
}

.website-ul li {
	list-style: none !important;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0px;
	padding-bottom: 0px;
}

.website-ul li::before {
	content: "\e902";
	font-family: "homewantad";
	display: inline-block;
	width: 1.6em;
	font-size: 130%;
	color: #9fcc0c;
}

.password-strength .progress {
	height: 20px;
}

#scopeOfService tr th {
	border-radius: 5px;
	background: #1E88E5;
	color: white;
}

#scopeOfService .heading {
	/* 	font-size: larger; */
	text-align: center;
	vertical-align: middle;
	border: 2px solid #1E88E5;
	background: white;
	color: #1E88E5;
}

#scopeOfService tr th:first-child {
	vertical-align: middle;
	border: 2px solid #1E88E5;
	background: white;
	color: #1E88E5;
}

.border-bold {
	border: 2px solid #1E88E5 !important;
}

#scopeOfService tr td:first-child {
	border-radius: 5px;
	border: 1px solid LightGray;
	color: black;
}

#scopeOfService tr th:not(:first-child ) {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #1E88E5;
}

#scopeOfService tr td:not(:first-child ) {
	text-align: center;
	vertical-align: middle;
	/*     border: 1px solid LightGray; */
}

#scopeOfService table {
	border-spacing: 10px !important;
	border-collapse: separate;
}

#scopeOfService tr th, #scopeOfService tr td {
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}

#scopeOfService tr td:not(:first-child ) {
	background: #e3eaf4;
	margin: 10px !important;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	border-radius: 2px;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
}

/* .content li { */
/* 	margin: 10px 0px; */
/* } */
.lang td {
	padding-left: 20px;
	padding-right: 20px;
}

#contact-slider .card-footer, #showMine .card-footer, #favorites .card-footer, .card-footer {
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	grid-gap: 0.5rem;
}

#finance .card-footer {
	justify-content: center;
}

.card {
	height: 100%;
}

h5 {
	font-weight: bolder;
	margin-top: 12px;
}

h4 {
	font-weight: bolder;
	margin-top: 14px;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
	opacity: 0.12;
}

.label {
	font-weight: bolder;
	font-size: 95%;
}

.btn {
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-group>label {
	margin-bottom: 2px;
}

#contactMessage {
	height: 150px;
}

#notificationText, #guestBookText, #noteText {
	height: 200px;
}

.modal-header {
	color: white;
	background-color: #1E88E5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: -1px;
	display: flex;
}

.icon-top-right {
	position: relative;
	font-size: 35px;
	padding-right: 10px;
	float: right;
	color: white;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
}

.hwa-tag {
	border-radius: 4px;
	border: 1px solid #1E88E5;
	background-color: #1E88E5 !important;
	color: white !important;
	padding: 1px 6px 1px 6px;
}

.rating-panel>.card-header {
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
}

.rating-panel>.card-header>span {
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}

.rating-panel>.card-body {
	background-color: #ebf1f4;
	position: relative;
	color: #333;
}

.clickable {
	cursor: pointer;
}

#mapid {
	min-height: 400px;
	min-width: 200px !important;
	z-index: 1;
}

.period-slider hr {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* .period-slider .card-body>.row>div:nth-of-type(2) { */
/* 	text-align: end; */
/* } */
.period-slider .card-body {
	height: 100%;
	font-size: 95%;
}

.card-header {
	border-bottom: none;
}

.contact .panel-heading {
	border: 1px solid #ccc;
	padding: 6px;
}

.contact>.panel-heading {
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.contact>.panel-heading>div {
	align-content: center;
	justify-content: center;
}

.contact .person img, .website-photo {
	height: 80px;
	border-radius: 90px;
}

.contact .logo img {
	height: 50px;
}

.contact .logo span {
	font-size: 12px;
	font-weight: bolder;
}

.contact .logo {
	margin-bottom: 8px;
}

.contact .person .name {
	margin-top: 10px;
	/* 	font-size: 14px; */
	font-weight: bold;
}

.contact .person .address {
	margin-top: 5px;
	/* 	font-size: 14px; */
}

.contact .person .role {
	font-size: 12px;
}

.contact .panel-footer {
	margin-top: -1px;
}

.contact .panel-footer>.btn {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	width: 100%;
}

.btn-no-border, .no-border {
	border: none;
}

.btn-no-border {
	width: 100%;
	padding: 0px;
}

.btn-no-border:hover {
	background-color: #e3eaf4;
}

.show-panel-heading {
	border-radius: 5px;
}

.heading-container {
	display: flex;
	height: 48px;
	color: white;
	cursor: pointer;
}

.heading-left {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 28px;
	font-weight: 500;
	padding-left: 15px;
	font-size: 150%;
}

.heading-center {
	flex: 2;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}

#bnt-section3 .heading-left {
	flex: 6;
}

.heading-center .controls {
	display: flex;
	flex-direction: row;
	font-size: 32px;
}

.heading-right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 15px;
	font-size: 200%;
}

form .heading-right {
	max-width: 80px;
}

.btn-i {
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 50px;
	border-radius: 6px;
}

li.active>a>.bt-screen2, a.btn-screen-tb:hover>.bt-screen2, a.btn-screen-tb:focus>.bt-screen2 {
	background-image: url("/fix/images/empty-screen-active2.jpg");
}

li.active>a>.bt-screen, a.btn-screen-tb:hover>.bt-screen, a.btn-screen-tb:focus>.bt-screen {
	background-image: url("/fix/images/empty-screen-active.jpg");
}

.btn-screen-tb {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	vertical-align: middle;
}

.bt-screen {
	color: #555;
	background-image: url("/fix/images/empty-screen.jpg");
	font-size: 52px;
}

.bt-screen2 {
	color: #555;
	background-image: url("/fix/images/empty-screen2.jpg");
	font-size: 52px;
}

.bt-footer-preview {
	color: white;
	font-size: 52px;
}

.bt-screen-back {
	color: #666;
	background-image: url("/fix/images/empty-screen-back.jpg");
	font-size: 41px;
}

.bt-screen-dark {
	color: #666;
	background-image: url("/fix/images/empty-screen-b.jpg");
	font-size: 45px;
	margin-left: 2px;
}

.bt-screen-dark2 {
	color: #666;
	background-image: url("/fix/images/empty-screen-b2.jpg");
	font-size: 40px;
}

.ad-info .panel {
	padding: 0 0 0 0;
	border: none;
}

.ad-info .panel.contact {
	padding: 8px 8px 6px 8px;
	margin-top: 1rem;
	background-color: white;
	border-radius: 5px;
	cursor: pointer;
}

.ad-info .panel.contact button, .ad-info .panel.contact .phone {
	width: 100%;
	border: none;
}

.ad-info .panel-contact {
	padding-bottom: 12px;
}

.ad-info .panel-footer {
	border-radius: 5px;
}

.ad-info.collapsing {
	width: 0;
	height: auto;
	transition: width 0.1s ease;
}

.ad-info {
	padding: 0px;
	position: fixed;
	top: 65px;
	width: 180px;
	/* 	max-height: 690px; */
	z-index: 99;
	overflow-x: hidden;
	overflow-y: auto;
	/* 	background-color: white; */
	border: none;
	transition: width 0.1s ease;
}

.ad-info>.panel {
	background-color: white;
}

.ad-info .panel-body {
	background: #e3eaf4;
	display: flex;
	flex-direction: column;
	padding: 12px 0px;
	gap: 18px;
}

.ad-info .panel-body .row div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad-info .panel-heading {
	border-color: #ccc !important;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ad-info-img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: cover;
	background-position: center;
	height: 60px;
}

.ad-info .panel-footer {
	width: 100%;
	padding: 0 0 0 0;
}

.ad-info .panel-footer button {
	height: 43px;
}

.ad-info>.panel>.panel-footer>.btn {
	/* 	max-width: 43px; */
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad-info .phones>div {
	padding: 1rem 0 2px 4px;
	display: grid;
	grid-template-columns: auto;
	justify-items: start;
	row-gap: 6px;
}

.ad-info .panel-footer a {
	/* 	background: #e3eaf4; */
	text-decoration: none;
	height: 37px;
	padding: 4px 0 0 2px;
}

.ad-info .panel-footer .btn.active.focus, .ad-info .panel-footer .btn.active:focus, .ad-info .panel-footer .btn.focus,
	.ad-info .panel-footer .btn:active.focus, .ad-info .panel-footer .btn:active:focus, .ad-info .panel-footer .btn:focus
	{
	outline: none;
}

#btn-zoom {
	color: rgba(200, 200, 200, 0.8) !important;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 99;
	background: transparent;
	border: none;
	outline: 0;
	mix-blend-mode: luminosity;
}

.save-query-panel {
	cursor: pointer;
	padding: 4px 12px 0px 12px;
}

.save-query-panel span:nth-child(3) {
	font-size: 85%;
}

.btn-query-save {
	width: 47px;
}

#query-row {
	position: relative;
	overflow: hidden;
}

#query-row .btn {
	height: 51px;
}

#query-row .btn:hover {
	background-color: gainsboro;
}

#query-row .dropdown-menu {
	position: absolute;
	border: none;
	top: 0;
	left: 46px;
}

#query-row .dropdown-menu>.btn-group {
	width: 262px;
}

#query-row .dropdown-menu .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#search-sidebar {
	position: fixed;
	min-width: 0;
	z-index: 99;
	overflow-y: auto;
	overflow-x: hidden;
	width: 332px;
	transition: all 0.1s;
	background-color: whitesmoke;
}

.scrollable {
	position: absolute !important;
}

#search-sidebar .filter {
	display: grid;
	gap: 0.8rem;
	padding: 12px;
}

#search-sidebar.active {
	width: 0;
}

.min-btn {
	width: 140px;
}

#search-sidebar .panel-heading {
	background-color: #337ab7;
	border: none;
	border-radius: 5px;
	height: 40px;
}

.a-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
}

#search-sidebar .panel-heading>a>span {
	padding-left: 15px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover {
	background-color: #e3eaf4;
}

.btn-hwa {
	background-color: white;
	color: #337ab7;
	border: 2px solid #337ab7;
	font-weight: bold;
}

.btn-hwa:hover, .btn-hwa:active {
	background-color: #337ab7;
	color: white;
	border: 2px solid #337ab7;
	font-weight: bold;
}

.cbx-btn {
	padding: 0px;
	width: 100%;
	height: 24px;
	text-align: left;
}

.cbx-label {
	width: 110px !important;
	color: #6c757d;
}

.cbx-btn-delete {
	color: #cccccc;
	margin-right: -4px;
	vertical-align: -1px;
	font-size: 21px;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-toggle:focus {
	outline: 0 !important;
	/* 	background-color: white !important; */
}

.btn-toggle:hover {
	box-shadow: 0 0 0;
}

.btn-group-search .btn-toggle, .btn-group-search .btn-clear {
	padding: 0px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-group-search .btn-group {
	width: 100%;
}

.btn-group-search .btn-group i {
	font-size: 26px;
}

.filter-panel .btn-toggle {
	justify-content: inherit;
}

.icon-no-eq { /* special handling for no pet and smoke icons */
	font-size: 26px;
	width: 26px;
}

.icon-no-eq-btn { /* special handling for no pet and smoke icons */
	font-size: 30px;
	width: 30px;
	top: -1px;
	left: 58px;
}

.icon-xxl {
	font-size: 60px;
}

.icon-xl {
	font-size: 42px;
}

.icon-eq {
	font-size: 23px;
}

.icon-lg {
	font-size: 30px;
}

.icon-md {
	font-size: 24px;
}

.mid-icon {
	font-size: 23px;
}

.icon-23-padding {
	padding: 6px 11px 6px 11px;
	/* 	padding-right:10px !important; */
	/* 	padding-top:6px !important; */
	/* 	padding-bottom:4px !important; */
}

/* layout /spacer / padding / margin */
.grid-container {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.align-rr, .align-r {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}

.align-rr {
	justify-content: flex-end;
}

.align-cr {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.align-cc, .align-lc {
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.align-cc, .align-cr, .align-c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.push {
	margin-left: auto;
	display: flex;
}

.wptb {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.wp {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.wpa {
	padding: 12px !important;
}

.pl {
	padding-left: 12px;
}

.pr {
	padding-right: 12px;
}

.h40 {
	height: 40px;
}

.np {
	padding-left: 0px;
	padding-right: 0px;
}

a.deco-none {
	color: white;
	text-decoration: none;
}

.badge {
	background-color: #444;
	margin-top: 3px;
}

.badge-filter {
	background-color: #999;
	margin-top: 2px;
}

.bootstrap-maxlength {
	font-size: 90%;
	color: gray;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: baseline;
}

.flex-fill {
	flex: 1 1 auto;
}

.center, .cbx-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel {
	border-radius: 4px;
}

.panel-btn {
	height: 115px;
	margin-top: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
}

.radius-top-right {
	border-top-right-radius: 4px !important;
}

.radius-left {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.radius-top {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.radius-right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.no-radius {
	border-radius: 0px !important;
}

.no-radius-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.radius-top-right {
	border-radius: 0px;
	border-top-right-radius: 5px;
}

.radius-top-left {
	border-radius: 0px;
	border-top-left-radius: 5px;
}

.no-radius-bottom-right {
	border-bottom-right-radius: 0px;
}

.no-radius-bottom-left {
	border-bottom-left-radius: 0px;
}

.no-radius-left {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.no-radius-right {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

/* fonts */
.small {
	font-size: 80%;
}

.smaller {
	font-size: 90%;
}

.hwa-logo {
	width: 180px;
	height: 29px;
}

#ov-slider img {
	width: 100%;
	height: 420px;
	/* 	min-height: 370px; */
}

#ov-slider {
	width: 100%;
	position: relative;
}

.bg-img-empty {
	height: 360px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-img {
	height: 360px;
	background: url('/fix/images/home-background8.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-img-travel {
	height: 360px;
	background: url('/fix/images/home-background2.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-img-exchange {
	height: 360px;
	background: url('/fix/images/home-background9.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ov {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-panel {
	min-height: 270px;
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999;
	position: absolute;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 0px 15px 15px 15px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

/* .search-panel { */
/* 	min-height: 280px; */
/* 	margin-top: 8px; */
/* 	border: none; */
/* 	background-color: rgba(255, 255, 255, 0.9); */
/* 	/* 	z-index: 1100; */
* /
	/* 	top: 95px; */
	/* 	position: absolute; */
	/* 	margin-left: auto; */
	/* 	margin-right: auto; */
	/* 	left: 0; */
	/* 	right: 0; */
	/* 	padding: 0px 15px 15px 15px; */
	/* 	width: 500px; */
	/* 	overflow: visible; */
	/* } */                                                            

.fv-msg {
	font-size: 95%;
	color: rgba(220, 53, 69, 0.8);
}

.datepicker-dropdown {
	padding: 10px;
	z-index: 1070 !important;
}

.relative {
	position: relative;
}

.hideUntilShow, .hidden {
	display: none;
}

.hide {
	display: none !important;
}

.clear-icon {
	vertical-align: -1px;
	font-size: 21px;
}

.overview-col button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100px;
	border: 1px solid gray;
	/* 	z-index: 99; */
	color: #333;
	background: #fff;
	outline: none;
}

.overview-col {
	height: 113px;
}

.overview-col button>i {
	display: block;
	font-size: 40px;
	border-radius: 5px;
}

.overview-col>span {
	display: block;
	font-size: 16px;
	color: black;
	width: 100%;
	padding-top: 6px;
}

.overview-col:hover:not(.active ) {
	background-color: #e0e0e0;
	color: black;
	cursor: pointer;
}

.overview-col.active>span {
	color: #337ab7;
}

.overview-col.active button {
	border: 2px solid #337ab7;
	background-color: #337ab7;
	color: white;
}

.overview-col {
	text-align: center;
	padding-top: 8px;
}

/* buttons btn */
a {
	text-decoration: none;
	color: #337ab7;
}

/* .btn-primary { */
/* 	background-color: #337ab7; */
/* 	border-color: #2e6da4; */
/* } */

/* .btn-primary:hover { */
/* 	background-color: #286090; */
/* 	border-color: #204d74; */
/* } */
.btn-panel-green {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 110px;
	border: none;
	font-size: large;
	width: 100%;
	background-color: whitesmoke;
}

.alert-danger {
	font-size: 16px;
	padding: 10px 12px 10px;
}

.form-range {
	padding-top: 20px;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus,
	input[type=search]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus,
	[type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus,
	[contenteditable].form-control:focus {
	border-color: rgba(69, 159, 237, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 192, 255, 0.6);
	outline: 0 none;
}

input[type=text].is-invalid:focus, input[type=password].is-invalid:focus, input[type=search].is-invalid:focus,
	input[type=email].is-invalid:focus, input[type=number].is-invalid:focus, input.is-invalid {
	border-color: rgba(220, 53, 69, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(237, 114, 126, 0.6) !important;
	outline: 0 none;
}

.has-error.nav-link i, footer a.has-error {
	background-color: rgba(220, 53, 69, 0.8) !important;
}

.has-error.nav-link span {
	color: rgba(220, 53, 69, 0.8) !important;
	font-weight: bolder;
}

.form-control.is-valid, .was-validated .form-control:valid {
	background-image: none;
}

.text-truncate {
	padding-right: 23px;
}

.has-success .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	border-color: #3c763d !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	background-image: none;
	padding-right: 12px;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border: 1px solid #ced4da;
	background-image: none;
	padding-right: 12px;
}

.input-group>.is-invalid:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
	{
	margin-left: 0px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
	{
	margin-left: 0px !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#scopeOfService ul {
	margin-bottom: 0;
}