.tbl {
	display: grid;
	grid-template-columns: 28px auto;
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: row;
	align-items: flex-start;
	row-gap: 6px;
}

.tbl div:nth-child(1), .tbl div:nth-child(7) {
	padding-top: 2px;
}

.tblShrink {
	margin-top: -5px;
	margin-bottom: 4px;
}

.stars {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.stars .F {
	padding-right: 8px;
	font-size: 22px;
	font-weight: 700;
}

.ad-body .stars {
	min-height: 43px;
}

.tbl .table-row {
	height: 40px;;
}

.ad-panel {
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
	/* 	border: 1px solid rgba(0,0,0,.125); */
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.ad-body {
	padding: 1rem;
	flex: auto;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, .125);
	border-top: none;
}

.ad-footer {
	margin-top: 10px;
	padding-right: 8px;
	background-color: whitesmoke;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	height: 45px;
}

.detail-fav, .detail {
	display: flex;
	gap: 25px;
	width: 100%;
	height: 100%;
}

.img-relative {
    width: 100%;
    position: relative;
/*     padding-bottom: 56.25%; ratio 16/9 */
    padding-bottom: 64.28%; /* ratio 14/9 */
}

.no-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

#images .no-img {
	position: inherit;
	height: 150px;
}

.no-img-prt {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	margin-top: -1px;
}

.no-img .img-100p, .no-img .img-fix, .no-img-prt .img-fix {
	height: 80px;
	width: 100px;
	aspect-ratio: 1/1;
}

.no-img .img-100p, .no-img .img-fix{
	position: inherit;
}
.no-img .small{
	margin-top: 10px;
}

.detail .image-heading {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	background-color: aliceblue;
}

.img-fix {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
/* 	aspect-ratio: 14/9; */
}

.img-100p {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
/* 	aspect-ratio: 14/9; */
}

.detail .text .items {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	column-gap: 15px;
	justify-content: space-between;
	align-content: flex-end;
}

.detail .equips, #adInfo .equips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 0.5rem;
}

#adInfo .equips {
	padding: 2px 0 10px 0;
}

.detail .text .item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
}

.panel-item-c, .panel-item {
	min-width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0px;
}

.panel-item-c {
	align-items: center;
}

.item .value {
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	display: flex;
	align-items: center;
	height: 30px;
	gap: 4px;
}

.item .title {
	white-space: nowrap;
	font-size: 90%;
}

.item>.title:nth-child(1) {
	padding-top: 5px;
}

.detail-img-heading {
	padding: 5px 10px;
	height: 45px;
	border: 1px solid #ddd;
	height: 40px;
}

#website-ads .ad-heading {
	color: #222 !important;
	background-color: #e3eaf4;
}

#showMine .card-header {
	background-color: #6cb28f;
}

#favorites .card-header {
	background-color: #676672;
}

#website-ads .ad-heading, #search-result .ad-heading, .ad-panel .card-header {
	/* 	flex: 1 1 auto; */
	padding: 6px 12px;
	min-height: 50px;
	text-decoration: none;
	margin: -1px;
	display: flex;
	align-items: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	/* 	border: 1px solid rgba(0,0,0,.125); */
	border-bottom: none;
}

#website-ads .ad-heading, .ad-panel .card-header {
	color: white;
}

#search-result .ad-heading {
	background-color: #e3eaf4;
	/* 	background-color: white; */
	padding-left: 1rem;
}

.ad-heading>div {
	font-size: 18px;
	font-weight: 500;
}

.detail .image {
	width: 85%;
}

.detail .text {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 1.2rem;
}

.ad-panel .card-body, .ad-panel .detail-body {
	flex: 2 1 auto;
	display: flex;
}

.ad-panel .detail-text {
	flex: 2 1 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.result-top-row {
	margin-top: 70px;
}

.img-relative .btn-div {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

.img-relative .btn {
	border: none;
	padding: 2px 10px;
}

.tbl .ico {
	font-size: 18px;
}

.img-relative .btn-favorite, .img-relative .btn-login {
	background-color: rgba(255, 255, 255, 0.5);
}

.img-relative .btn-selected {
	border: none;
	background-color: rgba(166, 214, 8, 1);
}

.btn-selected {
	color: black !important;
	background-color: #a6d608;
}

.btn-selected:focus, .btn-selected:hover, .btn-selected:active {
	box-shadow: 0 0 0;
	background-color: #a6d608 !important;
}

.btn-favorite:hover {
	box-shadow: 0 0 0;
	background-color: white;
}

.image-count {
	padding: 2px 10px 2px 10px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	color: white;
	background-color: rgba(47, 79, 79, 0.3);;
}

#favorites .ad-panel, #showMine .ad-panel, #search-result .ad-panel {
	/* 	box-shadow: 2px 2px 10px -4px #888888; */
	
}

.checked {
	height: 16px;
	width: 16px;
	border-radius: 90px;
	background: orange !important;
}

.fa-checked {
	color: orange !important;
}

.fa-unchecked {
	color: gray !important;
}

.unchecked {
	height: 16px;
	width: 16px;
	border-radius: 90px;
	background: WhiteSmoke !important;
}

.halfCircleRight {
	margin-left: -3px;
	height: 16px;
	width: 8px;
	border-radius: 0 90px 90px 0;
	background: WhiteSmoke !important;
	overflow: hidden;
}

.halfCircleLeft {
	height: 16px;
	width: 9px;
	border-radius: 90px 0 0 90px;
	background: orange !important;
	overflow: hidden;
}

.rating {
	white-space: nowrap;
}

.rating-points {
	width: 115px;
	padding-top: 3px;
}

.rating-stay {
	align-items: center;
	display: flex;
}

.rating-date {
	position: absolute;
	bottom: 6px;
	right: 12px;
}