﻿#booking-container #booking-product-scheme #scheme-front-object-rect {
	fill: #606060;
}

#booking-container #booking-product-scheme #scheme-front-object-text {
	cursor: default;
	fill: white;
}

#booking-container #booking-product-scheme .scheme-row-text {
	fill: #a9a9a9;
	cursor: default;
}

#booking-container #booking-product-scheme .scheme-row-item {
	cursor: pointer;
}

#booking-container #booking-product-scheme .scheme-row-item-text {
	fill: white;
	font-size: 1rem;
	font-weight: 700;
}

#scheme-svg:focus {
	outline: none !important;
}

#scheme-svg > :first-child:focus {
	outline: none !important;
}

#booking-product-name .p-method{
	position: relative;
	border-bottom: 3px solid;
}

	#booking-product-name .p-method .p-method-info {
		position: absolute;
		display: none;
		top: 15px;
		left: 0;
		background-color: #606060;
		padding: 10px 15px;
		font-size: 14px;
		z-index: 100;
		font-weight: 100 !important;
	}