﻿/* override ace styles, preventing widget boxes from showing on splash screen */
#st-product-modal .widget-box {
	visibility: visible;
	padding: 0px;
	transform: none;
	position: static;
	z-index: auto; /* show in IE */
	/* because the pricing-box:hover scale creates new HTML layer, and we want spinner to be contained within it on both hover and normal */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#st-product-modal .pricing-box .widget-main {
	padding: 12px;
}

#st-product-modal .pricing-box:hover {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15);
	z-index: 11;
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

#st-product-modal label {
	margin: 0px;
}

#st-product-modal .disabled {
	transform: scale(0.8);
	opacity: 0.3;
	box-shadow: none;
	pointer-events: none;
}

.st-product-spinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0px;
	width: 0px;
	margin: auto auto;
	z-index: 999;
}

	.st-product-spinner i {
		margin: -16px;
		color: white !important;
	}

	/* transparent overlay */
	.st-product-spinner:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

.align-right {
	text-align: right;
}
