﻿/* override ace styles, preventing widget boxes from showing on splash screen */
#st-product-modal .widget-box {
	visibility: visible;
	padding: 0px;
	transform: none;
	position: static;
	border: none !important;
	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);
	box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
	padding-bottom: 8px !important;
}

#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 .modal-header {
	border-bottom: none !important;
}

#st-product-modal .disabled {
	transform: scale(0.8);
	opacity: 0.3;
	box-shadow: none;
	pointer-events: none;
}

#st-product-modal .shop-product-logo {
	content: url(../assets/img/screen.svg);
}

#st-product-modal .qv-product-logo {
	content: url(../assets/img/bolt.svg);
}

#st-product-modal .dc-product-logo {
	content: url(../assets/img/calculator.svg);
}

#st-product-modal .modal-footer {
	background-color: #F7F7F7 !important;
}

.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;
}

div.login-background {
	background-image: url(../assets/img/login-bg.jpg);
	background-position: 50%;
	background-size: cover;
	height: 100%;
	position: relative;
}

html,body {
	height: 100% !important;
}
.login-spinner {
	float: left;
	position:absolute;
}

.center-me {
	margin: auto;
	padding: 10px;
	height: 100%;
	position: relative;
}

.login-wrapper {
	width: 375px;
	border-radius: 10px;
	border: 1px #707070;
	padding: 20px;
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 26%), 0 1px 1px 0 rgb(0 0 0 / 26%), 0 1px 3px 0 rgb(0 0 0 / 26%);
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login-logo {
	content: url(../assets/img/job-boss-logo.svg);
	width: 300px;
	display: block;
	margin: auto;
}

.login-button-container {
	padding-top: 15px;
}

.btn-danger {
	color: #fff !important;
	background-color: #f5333f !important;
	border-color: #f5333f !important;
}

.btn-danger:hover {
	background-color: #e20b18 !important;
}

.icon-grey {
	color:#939598 ;
}

