﻿a:link, a:visited, a:active {
	color: #6AB9E6;
}

a:hover {
	color: #6AB9E6;
}

html, body, #react-root {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.react-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: #f8f9fa;
}

.container {
	position: relative;
}

.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgHeader {
	white-space: nowrap;
	padding: 4px 8px;
	line-height: 1.2;
	vertical-align: middle;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2;
	background-color: #6495ed;
	text-align: center;
}

	.overlay div {
		position: relative;
		font-size: 34px;
		margin-top: -17px;
		top: 50%;
	}

.tippy-box[data-theme~='serta'] {
	background-color: #174E84;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.tippy-box[data-theme~='serta'] .tippy-arrow {
	color: #174E84;
}

.RadHtmlChart .rhcPie,
.RadHtmlChart .rhcPie .rhcSeries,
.RadHtmlChart .rhcLegend {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.RadHtmlChart .rhcSeriesSlice {
	stroke: none !important; /* Remove white borders between slices */
}

.RadHtmlChart .rhcChartArea {
	background: transparent !important;
}

.RadHtmlChart .rhcChartTitle {
	font-family: "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.card {

	width: 100%;
}

body {
	min-height: 400px;
	margin: 0 auto 120px auto !important;
	clear: both;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 8px;
}


.inner-wrap {
	margin: 15px 0 80px 0;
	padding-bottom: 50px;
}

/*RAD DOCK*/
/*RadDock .rdTitleBar,
.RadDock .rdTitleBar .rdTitleBarZone,
.RadDock .rdTitleBar .rdTitleText,
.RadDock .rdTitleBar .rdCommands,
.RadDock_Default .rdTitleBar {
	background-color: #FFFFFF !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #333333 !important;
}

.RadDock .rdTitleBar {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 12px;
	border: 1px solid #E0E0E0;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	box-shadow: none;
}

	.RadDock .rdTitleBar .rdTitleBarZone {
		background: transparent;
	}

	.RadDock .rdTitleBar .rdTitleText {
		color: #333333;
		padding-left: 0;
	}
.RadDock {
	height: 100% !important;
	min-height: 300px;
}*/

/*END RAD DOCK */

/*Begin Widgets*/


.sales-widget-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%; /* <-- this is critical */
	min-height: 300px; /* fallback minimum */
}
.sales-chart {
	flex: 1;
	width: 100%;
	height: 100%;
	min-height: 300px;
	width: 100% !important;
}
.sales-chart .t-chart {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.sales-chart .t-chart-title {
	font-family: "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #002C5F; /* Serta Simmons navy */
	text-align: center;
	margin-bottom: 10px;
}

.sales-chart .t-chart-legend {
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	color: #333;
}

.sales-chart .t-label,
.sales-chart .t-chart-label {
	font-family: "Segoe UI", sans-serif;
	font-size: 12px;
	fill: #333;
}

/* Slice Colors (Override Telerik skin colors) */
.sales-chart .t-series:nth-child(1) .t-slice {
	fill: #002C5F; /* Navy */
}

.sales-chart .t-series:nth-child(2) .t-slice {
	fill: #0067B1; /* Blue */
}

.sales-chart .t-series:nth-child(3) .t-slice {
	fill: #FFCC00; /* Yellow */
}

/* Tooltip styling */
.sales-chart .t-chart-tooltip {
	font-family: "Segoe UI", sans-serif;
	background-color: #002C5F;
	color: #ffffff;
	border: none;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*END Widgets*/
.hero-image {
	background: url('images/Horsepower_KeyVisual1660588595924.png');
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.formLabel {
	font-weight: bold;
	padding: 2px 0 0 2px;
}

.formValueLabel {
	margin: 2px 0 0 7px;
}

.text-danger {
	font-weight: bold;
	color: #ff0000;
}

.formControl {
	padding: 2px;
}

.formBottom, .form-top {
	height: 15px;
	display: block;
}

hr {
	margin: 15px 0 0 0;
}

.straightBold {
	font-weight: bold;
}

.doubleSpace {
	margin: 0 0 20px 0;
}

.excelButton {
	background: url("/App_Themes/images/excel.jpg");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
	float: left;
}

.csvButton {
	background: url("/App_Themes/images/csv.png");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
	float: left;
}

.buttonContainer {
	float: left;
}

.contractList {
	max-height: 300px;
	overflow-x: auto;
	margin: 0 0 0 10px;
}

.summaryViewList {
	max-height: 150px;
	overflow-x: auto;
}

.bumpRight {
	margin: 0 0 0 10px;
}

.bumpDown {
	margin: 0 0 10px 0;
}

.contractList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

td label {
	margin: 0 6px 0 6px;
}

.detailRow, .altDetailRow, .submitDetailRow, .submitAltDetailRow {
	border: 1px solid #C6C6C6;
	background-color: #FEFEFE;
	font-size: 70%;
	margin: 7px 0;
	padding: 0 4px;
}

.submitDetailRow, .submitAltDetailRow {
	border: 1px solid #C6C6C6;
	background-color: #FEFEFE;
	margin: 0 6px;
}

.altDetailRow, .submitAltDetailRow {
	background-color: #e6ffe6;
}

.submitDetailRow, .submitAltDetailRow {
	font-size: 100%;
}

.MyGridClass .rgDataDiv {
	height: auto !important;
	width: auto !important;
}

.divShadow {
	height: 100%;
	background-color: #F0F0F0;
	padding: 20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonRowUnder {
	margin: 10px 0 0 0;
}

.exportLabel {
	padding: 5px 0 0 0;
}

.textLabelSmall {
	font-size: 90%;
}

.cart-panel {
	margin-top: 15px;
	font-size: 95%;
}

.cart-icon {
	margin: 6px 0 0 0;
}

.font-weight-bold {
	font-weight: bold;
}

.gauge-container {
	width: 268px;
	height: 268px;
	padding-top: 22px;
	background: url("/app_themes/horsepower/images/gauge-container.png") no-repeat 50% 50%;
}

.processingIndicator {
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}

.processingMessage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.selectedItemsBlock {
	font-size: 90%;
}

	.selectedItemsBlock ul {
		padding: 0 0 2px 4px;
		margin: 0;
		list-style: none;
		background: #F9F9F9;
		border: 1px solid #DEDEDE;
		height: 83px;
		overflow-x: hidden;
		overflow-y: auto;
	}

		.selectedItemsBlock ul li {
			margin: 3px;
			font-size: 90%;
		}


			.selectedItemsBlock ul li a {
				color: #0C2F57;
			}

				.selectedItemsBlock ul li a:hover {
					text-decoration: underline;
				}


.hero-wrap {
	position: relative;
	min-height: 488px;
	margin: 15px 0 0 0;
}

#footer {
	margin-top: 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: rgba(12, 47, 87, 1);
	width: 100%;
}


.specialty-vertical-point-cta-outer {
	margin: 0;
}

.cta-organization-name {
	font-size: 16px;
}

.cta-points-label {
	font-size: 14px;
}

.header-logo {
	margin: 15px 15px 15px 0;
}

.header {
}

.logo-right {
	position: absolute;
	right: 0;
	width: 226px;
}

.rmToggle {
	background: #fff !important;
}

.logo-right {
	display: none;
}

.center-logo {
	padding: 60px 0 40px 0;
	margin: 0 auto;
}

.language-button {
	color: #FFF;
}

	.language-button a:link, .language-button a:visited, .language-button a:active {
		color: #0C2F57;
	}

@media only screen and (max-width: 537px) {
	#footer {
		margin-top: 30px;
	}
}

.premier-level-box {
	background: #f4f4f4;
	height: 100%;
	padding: 0 0 0 15px;
}

.premier-level-container {
	font-size: 18px;
}

.premier-level-title {
	font-size: 54px;
	font-weight: bold;
	margin-bottom: 25px;
}

.premier-level-premier {
	color: #0C2F57;
}

.premier-level-body-text {
	font-size: 16px;
	font-weight: bold;
	margin-top: 55px;
}

.print-logo {
	display: none;
}




@media print {
	.print-logo {
		background: #000;
	}

	.logo-right {
		display: block;
	}

	.header-logo-div {
		display: none;
	}

	.print-logo {
		display: block;
	}
}

.plt-vertical-point-cta-outer {
	background: url(/app_themes/Horsepower/images/PLT_Icon.png) no-repeat #0C2F57;
	background-position: 10px;
	background-size: 110px;
}

.specialty-vertical-point-cta-outer {
	background: url(/app_themes/Horsepower/images/Specialty_Icon.png) no-repeat #0C2F57;
	background-position: 10px;
	background-size: 110px;
}

.commercialvehicletire-vertical-point-cta-outer, .plt-vertical-point-cta-outer, .specialty-vertical-point-cta-outer {
	color: #000;
	padding: 17px 0 11px 0;
	margin: 0 0 15px 0;
}

.commercialvehicletire-vertical-point-cta-outer {
	background: url(/app_themes/Horsepower/images/TruckTire_Icon.png) no-repeat #0C2F57;
	background-position: 10px;
	background-size: 170px;
}

.my-ol > ol > li:before {
	display: inline-block;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

.cta-button-text {
	margin: 10px 0;
	border: 4px solid #C6C6C6;
	padding: 8px 0;
	color: #000;
	width: 100%;
	transition: all 0.3s;
}

	.cta-button-text:hover {
		background: #C6C6C6;
		border: 4px solid #FFF;
		text-decoration: none !important;
	}

.middle-row-button {
	font-size: 18px;
	background: #eceded;
	padding: 8px 24px;
	transition: all 0.3s;
}

	.middle-row-button:hover, .middle-row-button:focus {
		background-color: #333;
		color: #FFF;
		text-decoration: none;
	}

.conti-orange {
	color: #0C2F57 !important;
}


.k-scrollview-nav-wrap {
	margin: 0 0 20px 0;
}

.carousel-main-page {
	margin: 15px 0 0 0;
	height: 590px;
	max-width: 1128px;
}

.carousel-image {
	min-width: 100%;
	max-width: 100%;
}


.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row > th, .k-editable-area, .k-separator, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-tooltip, .k-upload-files, .k-popup.k-align .k-list .k-item:last-child {
	border: none !important;
}

.k-primary {
	color: #ffffff;
	border-color: #0C2F57 !important;
	background-color: #0C2F57 !important;
}

@media only screen and (max-width: 1000px) {
	.carousel-main-page {
		height: 500px;
	}
}

@media only screen and (max-width: 900px) {
	.carousel-main-page {
		height: 400px;
	}
}

@media only screen and (max-width: 800px) {
	.carousel-main-page {
		height: 350px;
	}
}

@media only screen and (max-width: 700px) {
	.carousel-main-page {
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.carousel-main-page {
		height: 250px;
	}
}

.carousel-container {
	position: relative;
	max-width: 1168px;
	margin: 0 auto;
}

.cta-container {
	max-width: 1168px;
	margin: 0 auto;
}

.announcements-div {
	position: absolute;
	background: rgb(12, 47, 87, 0.8);
	bottom: 65px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

	.announcements-div > span {
		color: #FFF;
	}

.available-to-spend-link {
	display: none;
}

.lead-points-link, .lead-points-points-link {
	font-weight: bold;
	font-size: 18px;
}

	.lead-points-link:link, .lead-points-link:visited, .lead-points-link:active,
	.lead-points-points-link:link, .lead-points-points-link:visited, .lead-points-points-link:active {
		color: #000 !important;
	}

.cart-icon:link, .cart-icon:visited, .cart-icon:active {
	color: #0C2F57;
}


.promo-code-panel {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 360px;
}

@media only screen and (max-height: 865px) {
	.change-password-panel {
		position: inherit;
		left: 15px;
		top: 165px;
		transform: none;
	}
}

@media only screen and (max-height: 745px) {
	.change-password-panel, .profile-panel {
		position: inherit;
		left: 15px;
		top: 125px;
		width: auto;
		transform: none;
	}
}

.promo-code-container {
	background: url(/app_themes/default/images/submit.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100vh;
}

.promo-code-label {
	font-size: 32px;
	color: #FFF;
	margin: 0 auto 15px auto;
}

.promo-code-required-label {
	font-size: 30px;
	color: #FFF;
	margin: 20px auto 0 auto;
}

.middle-me {
	margin: 0 auto;
}

@media only screen and (max-width: 1428px) {
	.promo-code-label {
		font-size: 30px;
	}

	.promo-code-required-label {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1350px) {
	.promo-code-label {
		font-size: 28px;
	}

	.promo-code-required-label {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1260px) {
	.promo-code-label {
		font-size: 26px;
	}

	.promo-code-required-label {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1160px) {
	.promo-code-label {
		font-size: 24px;
	}

	.promo-code-required-label {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1070px) {
	.promo-code-label {
		font-weight: bold;
		font-size: 18px;
	}

	.promo-code-required-label {
		font-weight: bold;
		font-size: 18px;
	}
}


.footer-menu-button {
	color: #fff;
}

	.footer-menu-button a:link, .footer-menu-button a:visited, .footer-menu-button a:active {
		color: #fff;
	}

	.footer-menu-button a:hover {
		color: #6AB9E6;
	}

.login-background, .other-background, .password-background {
	background: #000 url(/App_Themes/Default/login.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100vh;
}

.other-background {
	background: url(/app_themes/default/images/kitchenside.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100vh;
}

.password-background {
	background: url(/app_themes/default/images/kitchenwhite.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100vh;
}

.login-panel {
	/*transform: scale(1.2) !important;*/
	transform-origin: center; /* Center the scaling */
	padding-top: 30px !important;
	background: rgba(12, 47, 87, 0.9);
	color: #FFFFFF;
	padding: 20px 30px 30px 30px !important;
	border-radius: 8px !important;
	max-width: 450px !important;
	margin: 30px auto 10px auto !important;
}


header-background {
	background-image: url('/App_Themes/Default/login.jpg'); /* Replace with your image path */
	background-size: cover; /* Ensure the image covers the entire area */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Prevent repetition */
	padding: 20px; /* Add padding for top and bottom */
	border-radius: 15px; /* Add rounded edges */
	overflow: hidden; /* Ensure the background respects rounded edges */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for better visuals */
}

.config-form {
	border: 1px solid #efefef;
	border-radius: 8px;
	padding: 15px;
}

.address-different {
	background-color: aqua;
}

.invert-logo {
	filter: invert(1) brightness(2);
}

.primary-color-background {
	background: rgba(12, 47, 87, 1);
}

.pt-6 {
	padding-top: 4rem; /* 64px */
}

table.dealer-checkboxes td input {
	margin-top: 6px;
}

table.dealer-checkboxes td input, table.dealer-checkboxes td label div {
	vertical-align: top;
}

table.dealer-checkboxes td:hover {
	background-color: #efefef;
}

.dealer-checkboxes-container {
	max-height: 220px;
	overflow: auto;
}

.alternate-row-colors div.row:nth-child(even) {
	background-color: #F2F2F2;
}

.border-div {
	border: 1px solid rgb(222,222,222);
	min-height: 3.1em
}

.info-icon {
	width: 24px;
}

.info-tool-tip {
	background: rgba(12, 47, 87, 0.9);
	color: #FFFFFF;
	padding: 0 25px 25px 25px;
	border-radius: 16px;
	max-width: 350px;
}

.share-panel {
	background: rgba(12, 47, 87, 0.9);
	color: #FFFFFF;
	padding: 15px 25px 25px 25px;
	border-radius: 16px;
	margin: 10px auto;
}

.side-by-side span {
	display: inline-block;
	vertical-align: top;
}

.side-by-side table {
	display: inline-block;
}

.yellow-text {
	color: yellow;
	font-weight: bold;
}

/*menu updates -- more modern look, sticky menu behavior*/
/* Container for the sticky behavior */
/* Entire Menu Panel */
.menu-wrap {
	width: 100%;
	position: sticky; /* Sticky to the top */
	top: 0;
	z-index: 1000; /* Stay above content */
	padding: 0; /* Remove extra padding */
}



/* Telerik RadMenu Styling */
.acb-site-menu {
	display: flex; /* Use flex for easy alignment */
	justify-content: space-between; /* Distribute menu items evenly */
	align-items: center; /* Center menu items vertically */
	width: 100%; /* Ensure full width */
	height: 100%; /* Match the height of the menu wrap */

	border: none; /* Remove Telerik's default borders */
	font-size: 14px; /* Modern font size */
}

	/* Menu Items */
	.acb-site-menu .rmRootGroup .rmItem {
		color: #FFFFFF; /* Dark text for readability */
		margin: 0 15px; /* Space between items */
		text-decoration: none; /* Remove underline */
		transition: color 0.2s ease-in-out; /* Smooth hover effect */
	}

		.acb-site-menu .rmRootGroup .rmItem:hover {
			color: #007bff; /* Brand color on hover */
		}

/* Mobile Menu Adjustments */
.hidden-md-up .acb-site-menu {
	flex-direction: column; /* Stack items vertically */
	justify-content: flex-start; /* Align items to the top */
	height: auto; /* Adjust height for content */
	padding: 10px 0;
	top: 0px;
	left: 0px;
}

.home-welcome-message-container {
	font-size: 16px; /* Small text */
	font-weight: bold !important;
	color: #174E84 !important;
	font-family: Calibri, sans-serif; /* Clean and modern font */
	margin: 0; /* No extra margin */
	padding: 0; /* No extra padding */
	line-height: 1.5; /* Readable line spacing */
}

@keyframes slide-up {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

.login-panel.animate {
	animation: slide-up 0.5s ease-out forwards; /* Animation only applies when animate class is added */
}