/** All General Chat Styles Belong in Here **/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.embeddedServiceSidebar.layout-docked .dockableContainer * {
	border-radius: 0;
}

.embeddedServiceSidebarHeader .headerText {
	font-weight: 700 !important;
	font-size: 1.125em !important;
	line-height: 1 !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
	background: #045d99 !important;
	font-size: 1em !important;
}

.embeddedServiceHelpButton .helpButton.closed {
	display:none;
}

.embeddedServiceSidebarButton .label {
	background-color: transparent !important;
}

.embeddedServiceSidebarButton .label {
	font-size: 1em !important;	
}

.embeddedServiceSidebarFormField .uiInput {
	margin-top: 0.45em;
}

.embeddedServiceSidebarFormField .uiInput .required {
	font-size: 12px !important;	
    left: -8px !important;
}

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
	font-weight: 700;
	font-size: 0.85em !important;
	margin-bottom: 0.1em !important; 
	display: inline-block;
}

.embeddedServiceSidebarFormField .slds-style-inputtext {
	line-height: 1 !important;
}

.embeddedServiceSidebarFormField .slds-style-inputtext, 
.embeddedServiceSidebarFormField .slds-style-select {
	height: auto !important;
	padding: 0.5em !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon.closeButton {
	font-size: .5em;
	position: absolute;
	top: 3px;
	right: 5px;
	display: inline;
	margin-right: 0px;
	display: inline-block;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	fill: rgb(255, 255, 255);
	cursor: pointer;
}

.helpButtonDisabled.webToCaseButton {
	cursor: pointer !important;
}

.helpButtonDisabled.webToCaseButton > .embeddedServiceIcon {
	display: none !important;
}

