@font-face {
	font-family: 'BasisGrotesqueRegular';
	src: url('/resource/BasisGrotesqueWoff/BasisGrotesquePro-Regular.woff');
}
@font-face {
	font-family: 'BasisGrotesqueBold';
	src: url('/resource/BasisGrotesqueWoff/BasisGrotesquePro-Bold.woff');
}

/*CSS RESETS*/
html, body, h1, h2, h3, h4, p, div, span {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/**/

/*BACKGROUND IMAGES*/
.background-style {
    background-image:url('/resource/newAccountInfo');
    background-size:cover;
    background-position:center;
}
/**/

/*INPUTS*/
input {
	line-height: 21px !important;
	font-size: 16px !important;
	padding: 5px !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 0 !important;
}
.slds-required {
	display: none !important;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: rgba(255, 255, 255,1) !important; 
    display: inline-block;
    position: relative;
	vertical-align: sub;
}
input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #c80236;
    color: #ffffff !important;
	-webkit-text-fill-color: rgba(255, 255, 255,1) !important; 
    padding-left: 4px;
    padding-right: 4px;
}
/**/

/*LABELS*/
label{
	overflow: hidden;
    text-overflow: ellipsis;
}
label.label-optional {
    display: block;
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 600;
    text-align: left;
}
span.optional {
	font-weight: normal !important;
}
/**/

/*COMBO BOX*/
.slds-combobox .slds-input__icon-group_right{
	right: 10px;
}
.asset-status > button.slds-combobox.slds-input_faux {
	border: none !important;
}
button.slds-combobox__input {
	border-radius: 0 !important;
	
}
input[type="text"].slds-input.slds-combobox__input {
	overflow: hidden;
	padding-right: 25px !important;
	text-overflow: ellipsis;
}
/**/


/*CONTAINERS*/
.acc-content {
	max-width: 450px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 30px;
}
.footer-container {
	max-width: 450px;
    margin: auto;
}
.profile-content {
	margin-top: 150px;
	margin-bottom: 30px;
	/*max-width: 80%;*/
    margin-left: auto;
    margin-right: auto;	
}
/**/

/*MEDIA SIZING FOR WHEN NAV MENU HIDES*/
@media only screen and (max-width: 850px) {
	.acc-content {
		margin-top: 65px;
	}
	.profile-content {
		margin-top: 65px;
		max-width: 100%;
	}
	div.cCenterPanel {
		background: #ffffff !important;
	}
	.community-content {
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 25% !important;
        padding: 0 !important;
    }
	.cb-section_background {
		background: #ffffff !important;
	}
	.cb-section.forceCommunitySection {
		background: #ffffff I !important;
	}
}

/*MEDIA SIZING FOR WHEN SLDS LARGE HIDES*/
@media only screen and (max-width: 64em) {
	.footer-table {
		margin-bottom: var(--lwc-spacingMedium, 1rem);
	}	
}

/*MEDIA SIZING FOR WHEN SLDS LARGE IS ACTIVE*/
@media only screen and (min-width: 64em) {
	.large-padding-right {
		padding-right: var(--lwc-spacingMedium, 1rem);
	}	
}


/*MEDIA FOR MOBILE FOCUS EVENT ON HELP TEXT*/
@media (pointer: coarse), (hover: none) {
	.help-info[title] {
	position: relative;
	display: inline-flex;
	justify-content: center;
	}

	.help-info[title]:focus::after {
	content: attr(title);
	position: absolute;
	top: 21px;
	color: #000;
	background-color: #fff;
	border: 1px solid;
	padding: 5px;
    width: 200px;
    z-index: 999;
    font-size: 16px;
    font-weight: normal;
	}
}

.bg-white {
	background: #fff;
}
.cb-section_background {
	background: #f1f0f0 !important;
}
.cb-section.forceCommunitySection {
	background: #f1f0f0 !important;
}
.community-content {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
    margin-bottom: 7.5% !important;
    margin-top: 0 !important;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

div.cHeaderTop {
	display: none !important;
}




.column {
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 300px;
	background-color: #c80236 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column-left {
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 300px;
	background-color: #c80236 !important;
	display: flex;
	align-items: center;
}
.column-left > h2 {
	margin-left: 7.5%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.footer-middle {
	vertical-align: middle;
}

.footer {
	color: #fff;
	margin-top: -1.05vw;
}
.footer-mobile {
	display:none;
}
.footer-head {
	font-size: 26pt !important;
	font-weight: bold !important;
	color: #fff !important;
}
.footer-text {
	font-size: 14pt !important;
	font-weight: 300 !important;
}

.cCenterPanel {
	max-width: 100% !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	background: #f1f0f0 !important;
	padding-bottom: 1px !important;

}
.slds-col--padded.contentRegion.comm-layout-column {
    background: #f1f0f0 !important;
}
.siteforceCptBody .siteforceContentArea.siteforceSldsOneColLayout > div.slds-col--padded.contentRegion {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.contentRegion {
	padding-bottom: 0 !important;
}

.slds-form-element__control.slds-grow {
	float: left !important;
	width: 100% !important;
	padding-left: 0 !important;
}

.profile-content .slds-form-element__control.slds-grow {
	float: none !important;
}

.slds-form-element__control {
	padding-left: 0 !important;
}

td.p-left {
	padding-left: 5%;
}

tr.footer-table-row > td {
	padding-bottom: 15px;
}
a.faq-a {
	color: #fff !important;
	font-size: 13pt;
	font-weight: bold;
}

.quooker-right-navigation__logo-wrapper {
	position: relative;
	text-align: center !important;
}

div.header-content {
	margin-top: 2%;
}

div.hamburger-menu {
	float: left;
	margin-left: 5%;
}

div.hamburger-icon {
	position: relative;
	bottom: 2.75em;
}

span.menu {
	color: #333;
	font-weight: 200;
	position: absolute;
	margin-top: 0.55%;
}

.assetTab.brdPalette {
	border-top-color: white !important;
}

.assetTab,
.brdPalette {
	border-top-color: #fff !important;
}

.assetTab {
	border-top-color: #fff !important;
}

.brdPalette {
	border-top-color: #fff !important;
}

div.product_select__accessories {
	display: inline-flex;
	margin-top: 56px;
}

.btn {
	background-color: #ff0046 !important;
	background-image: none !important;
}

button {
	background-image: none !important;
}

button.dropbtn {
	background-color: #fff !important;
}

div.minicart-search-account {
	display: flex;
	position: relative;
	float: right;
	margin-right: 5%;
	top: -3em;
	vertical-align: bottom !important;
}

div.search-block,
div.account-block {
	margin-right: 2.5em;
}

div.search-block {
	position: relative;
	top: 0.5em;
}

div.account-block {
	position: relative;
	top: 0.45em;
	margin-right: 2.5em;
}

div.locator-block {
	margin-right: 2.5em;
}

div.customNav {
	width: 100%;
	background-color: #F1F0F0;
	border-bottom: 1px solid #DDDADA;
	display: grid;
	margin-bottom: -1.05vw;
	position: fixed;
	top: 108px;
}

h1 {
	font-size: 42pt;
	color: #c80236;
	font-weight: bold;
	font-family: 'BasisGrotesqueBold' !important;
}

h2 {
	font-size: 36px !important;
	line-height: 46px !important;
	color: #c80236;
	font-weight: bold !important;
	font-family: 'BasisGrotesqueBold' !important;
}
h2.login-header {
	margin-bottom: 3% !important;
}

h4 {
	font-size: 20pt;
	color: #c80236;
	font-weight: bold;
}

h5 {
	font-size: 18pt;
	font-weight: bold;
	color: #c80236;
}
p {
	font-size: 18px !important;
	line-height: 30px !important;
}
div.login-head {
	margin: 0 auto;
	margin-top: 15%;
	
	width: 50%;
}

div.salesforceIdentityLoginForm2 {
	width: 40% !important;
	margin-left: 33% !important;
}

div.clear-height {
	margin-top: 10%;
}

span.label.bBody {
	color: #fff !important;
	text-align: left !important;
	font-weight: 400 !important;
}

.slds-col--padded {
	padding-right: 0 !important;
}

.button-white {
	color: white !important;
}
.invalid-feedback {
	color: #dc3545;
	font-size: .875rem;
	margin-bottom: .25rem;
	
}


.asset-status > .slds-form-element__control > .slds-combobox_container > .slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click > .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > .slds-input.slds-combobox__input {
	width: 95% !important;
	line-height: 21px !important;
	border: none !important;
	padding-right: 20px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
input[type="text"].slds-combobox__input {
	font-size: 12pt !important;
}
.footer-bg {
	background-color:#c80236;
	color:#fff;
}

.select-product > .slds-form-element__control > .slds-combobox_container > .slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click > .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > .slds-input__icon-group_right {
	right: 5% !important;
}
.asset-status > .slds-form-element__control > .slds-combobox_container > .slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click > .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > .slds-input__icon-group_right {
	right: 3% !important;
}
.quooker-select > .slds-form-element__control > .slds-combobox_container > .slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click > .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > .slds-input__icon-group.slds-input__icon-group_right::after {
	content: "\276E";
	font: 25px "Consolas", monospace;
	font-weight: 900;
	color: #c80236;
	-webkit-transform: rotate(
	90deg) !important;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(
	270deg) !important;
	position: relative;
	
	bottom: 45%;
	padding: 0 0 2px;
	display: inline-block;
}
.quooker-select > .slds-form-element__control > .slds-combobox_container > .slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click > .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right > .slds-input__icon-group.slds-input__icon-group_right > .slds-icon-utility-down.slds-input__icon.slds-input__icon_right.slds-icon_container {
	display: none !important;
}

select::-ms-expand {
	display: none;
}

/* RESPONSIVE STYLING */
@media only screen and (max-width: 600px) {
	.community-content {
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 25% !important;
        padding: 0 !important;
    }
	.cb-section_background {
		background: #ffffff !important;
	}
	.cb-section.forceCommunitySection {
		background: #ffffff !important;
	}
	.slds-col--padded.contentRegion.comm-layout-column {
		background: #ffffff !important;
	}
	.contentRegion.comm-layout-column {
		background: #ffffff !important;
	}
	.footer {
		display: none;
	}
	.p-left-mob {
		padding-left: 0;
	}
	.footer-mobile {
		display: block !important;
		background-color: #c80236;
	}
	.footer-table-mobile {
		margin-left: 5%;
	}
	.footer-text {
		color: #ffffff;
		font-size: 12pt !important;
	}
	h2.footer-head {
		font-size: 20pt !important;
		/*margin-left: 5%;*/
	}
	p {
		font-size: 10pt;
	}
	a.faq-a {
		font-size: 12pt !important;
	}
	td.p-left {
		padding-bottom: 15px;
	}
	div.login-head {
		margin-left: 10%;
		margin-top: 10%;
		width: 80%;
	}
	
	div.salesforceIdentityLoginForm2 {
		width: 80% !important;
		margin-left: 10% !important;
	}
	.serialnumber> .slds-form-element__control.slds-grow > input[type="text"].slds-input {
		
		width: 100% !important;
		
	}
	
}

