/*!------------------------------------------------------------------------
  Solidres - Hotel booking extension for Joomla
  ------------------------------------------------------------------------
  @Author    Solidres Team
  @Website   https://www.solidres.com
  @copyright Copyright (C) 2013 Solidres. All Rights Reserved.
  @License   GNU General Public License version 3, or later
------------------------------------------------------------------------*/
.tariff-wrapper {
	width: 100%;
	height: 600px;
	border: none;
}
/* Tariff Tab */
html {
	background: var(--body-bg);
}
.contentpane.rateplan-container {
	padding: 0 !important;
	background: var(--body-bg);
}
.tariff-heading-wide p {
	margin: 0 0 0 10px;
	font-weight: bold;
}
#solidres .tariff-heading-narrow {
	font-weight: bold;
}
.tariff-row .btn-group {
	z-index: inherit;
}
/*.tariff_toggle {
	color: black;
}*/
.tariff_toggle:hover {
	cursor: pointer;
	text-decoration: none;
}
#solidres .tariff-row {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
#solidres div.tariff-heading-wide {
	border-bottom: 1px solid teal;
}
#solidres .tariff-row p {
	margin: 10px;
}
.tariff-row-cell {
	display: inline-block;
}
.tariff-btn-bottom {
	margin-top: 10px;
}
#solidres .tariff-details-row fieldset legend {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #eee;
	line-height: 28px;
}
#solidres .tariff-details-row fieldset {
	margin: 10px;
}
.tariff-row:nth-child(even) {
	background: #f4f6f7;
}
.tariff-row:nth-child(odd) {
	background: #eee;
}

[data-bs-theme="dark"] .tariff-row:nth-child(even),
[data-bs-theme="dark"] .tariff-row:nth-child(odd) {
	background: black;
}


/* Create new Tariff */
.tariff-general-info {
	/*
	background: #f7f7f7;
	*/
	border: 3px solid #ccc;
	margin: 0 0 10px 0;
}
#solidres .complex-tariff-detail {
	margin-left: 10px;
	margin-bottom: 20px;
	width: 180px;
	float: left;
}
#solidres .complex-tariff-detail-large {
	width: 200px;
}
@media (max-width: 767px) {
	#solidres .complex-tariff-detail,
	#solidres .complex-tariff-detail-large {
		width: 100%;
		margin-left: 0;
	}
}

#solidres .complex-tariff-detail input {
	border-radius: 0;
	margin-bottom: 0;
}
#solidres .complex-tariff-detail div input.input-price {
	width: 100%;
}
/*#solidres .complex-tariff-detail div input.input-minlos,
#solidres .complex-tariff-detail div input.input-maxlos {
	width: 50%;
	float: left;
	border-top: none;
}
#solidres .complex-tariff-detail div input.input-maxlos {
	border-left: none;
}*/
#solidres .complex-tariff-detail.is_weekend .form-floating > label:after {
	background: transparent;
}
#solidres fieldset.tariff_type fieldset {
	margin-left: 0;
	margin-right: 0;
}
#solidres .tariff-details-row .tariff_type fieldset legend {
	border-bottom: none;
	text-align: left;
}
#solidres .tariff-details-row .child legend select {
	border-radius: 0;
}
div.is_weekend {
	font-weight: bold;
}
div.is_weekend input {
	background: #efefef
}
[data-bs-theme="dark"] div.is_weekend input {
	background: inherit;
}
div.is_today {
	font-weight: bold;
	color: red;
}
#solidres .quicktools {
	background: linear-gradient(#f7f7f7, #eee);
	margin: 5px 0;
	border: 1px solid #ccc;
}
@media (min-width: 768px) {
	.tariff-heading-narrow {
		display: none;
	}
}
@media (max-width: 767px) {
	.tariff-heading-wide {
		display: none;
	}
	.tariff-heading-narrow {
		float: left;
		width: 100px;
	}
}
.tariff-child-ages {
	width: 170px;
	display: inline-block
}
/* Unoccupied pricing */
#occupied_dates {
	margin-bottom: 0;
}