/*Style changes for Header*/
div.row.cc_navbar_row {
	display: none;
}
input.slds-input.header-searchText.desktop-logo.text-ellipsis {
	font-size: 14px;
}
input.slds-input.header-searchText.mobile-search-view {
	font-size: 14px;
}
button.sn-mm-prod-button {
	font-size: 14px;
}
button.slds-button {
	font-size: 14px;
	font-weight: 600;
}
div.slds-form-element.slds-input-has-fixed-addon {
	height: 32 px;
}

lightning-combobox.slds-form-element {
	/*display:flex;
	height: 0px;*/
}

input#input-4.slds-input.slds-combobox__input:focus,
input#input-4.slds-input.slds-combobox__input:active {
	background-color: rgb(0, 66, 126);
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-color: rgba(79, 142, 198, 0.5);
	padding-right: 0px;
	width: 100%;
}

/*Style changes for Footer*/
div.container-fluid.navbar-inverse.cc_navbar-inverse{
	padding: 0;
}
.scroll-top {
	display: none;
} 
.slds-scope#sn-ccrz-footer a,
.slds-scope#sn-ccrz-footer .hn-footer-jc-text {
	color: #000;
	font-size: 14px;
}
.slds-scope#sn-ccrz-footer a:visited,
.slds-scope#sn-ccrz-footer a:hover,
.slds-scope#sn-ccrz-footer a:active{
	color: #000;
	text-decoration: none;
}

/*Added by Tanusree for Bug#711235*/
.slds-scope#sn-ccrz-header .userAccountList.sn-border-apply span.slds-truncate {
    font-weight: 600;
}