

/* Start:/local/templates/investjet/components/bitrix/catalog.element/investjet_companies_detail/style.css?17861243912645*/
/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
	font-size: 12px;
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}
/* End */


/* Start:/local/templates/investjet/assets/chart-widget.css?17867080251859*/
.stock-chart-widget {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.stock-chart-container {
  position: relative;
  width: 100%;
  height: 280px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.stock-chart {
  width: 100%;
}

.chart-toolbar {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.toolbar-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.chart-toolbar button,
.chart-toolbar input {
  font-size: 13px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  color: #333;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
}

.chart-toolbar button {
  cursor: pointer;
}

.chart-toolbar button.active {
  background: #1976d2;
  border-color: #1976d2;
  color: #fff;
}

.chart-toolbar button:disabled,
.chart-toolbar input:disabled {
  opacity: 0.6;
  cursor: default;
}

.toolbar-status {
  margin-left: auto;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.stock-chart-error {
  margin: 10px auto 0;
  color: #d32f2f;
  font-size: 14px;
}

.chart-tooltip {
  position: absolute;
  z-index: 20;
  display: none;
  min-width: 190px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  line-height: 1.45;
  color: #333;
  pointer-events: none;
  white-space: nowrap;
}

.chart-tooltip b {
  display: inline-block;
  min-width: 52px;
}
/* End */
/* /local/templates/investjet/components/bitrix/catalog.element/investjet_companies_detail/style.css?17861243912645 */
/* /local/templates/investjet/assets/chart-widget.css?17867080251859 */
