/* ===================================== */
/* CSS for control sap.ui.commons/Panel  */
/* Belize theme                          */
/* ===================================== */

.sapUiPanel {
	font-family: @sapUiDesktopFontFamily;
	font-size: @sapUiDesktopFontSize;
	border: none;
}

.sapUiPanelHdr {
	color: lighten(@sapUiTextTitle, 6.5); // @sapUiMediumText = #444444
	background-color: fade(lighten(@sapUiContentForegroundColor, 10), 80); // @sapUiLightestBG = #ffffff
	min-height: 27px;
	border: none;
	border-bottom: 2px solid lighten(@sapUiContentForegroundBorderColor, 11.6); // @sapUiLightBorder = #dddddd
}

.sapUiPanelHdrEmph {
	background-color: fade(lighten(@sapUiContentForegroundColor, 10), 80);
	border-bottom: 2px solid lighten(@sapUiContentForegroundBorderColor, 11.6); // @sapUiLightBorder = #dddddd
}

.sapUiPanelTitle {
	margin-left: 2px;
	font-size: 14px;
}

.sapUiPanelCollArrow,
.sapUiPanelCollIco {
	margin-right: 4px;
}

.sapUiPanelCollArrow,
html[data-sap-ui-browser*="ie"] .sapUiPanelCollArrow {
	display: none; /* not this one in Platinum */
}

.sapUiPanelCollIco,
html[data-sap-ui-browser*="ie"] .sapUiPanelCollIco {
	/* the 'collapse' button on the right-hand side of the panel header - in open state */
	display: block;
	background-image: url(img/panel_container/Minimize.png);
}

.sapUiPanelCollIco:hover,
html[data-sap-ui-browser*="ie"] .sapUiPanelCollIco:hover {
	background-color: @sapUiButtonHoverBackground;
/*	background-image: url(img/panel_container/Minimize_hover.png); hover background now lighter for BlueCrystal */
}

.sapUiPanelCollIco:focus {
	outline: 1px dashed @sapUiHighlight;
}

.sapUiPanelColl .sapUiPanelCollIco,
html[data-sap-ui-browser*="ie"] .sapUiPanelColl .sapUiPanelCollIco {
	/* the 'collapse' button on the right-hand side of the panel header - in collapsed state */
	background-image: url(img/panel_container/Maximize.png);
}

.sapUiPanelColl .sapUiPanelCollIco:hover,
html[data-sap-ui-browser*="ie"] .sapUiPanelColl .sapUiPanelCollIco:hover {
/*	background-image: url(img/panel_container/Maximize_hover.png); hover background now lighter for BlueCrystal */
}

.sapUiPanelCont {
	border-top-width: 0;
}

.sapUiPanelAreaDesignFill > .sapUiPanelCont {
	background-color: fade(lighten(@sapUiContentForegroundColor, 10), 80); // @sapUiLightestBG = #ffffff
}

.sapUiPanelHeightSet > .sapUiPanelCont {
	top: 27px;
}

html[data-sap-ui-browser*="ie"] {
	.sapUiPanelTitle {
		height: 26px;
		line-height: 26px;
	}

	.sapUiPanelHeightSet > .sapUiPanelCont {
		top: 28px;
	}
}