﻿
.xc-config-panel
{
	width: 100%;
	box-shadow: inset 0px 2px 7px 1px rgba(0,0,0,0.1);
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 2px solid #EEE;
	background: #F7F7F7;
}

.xc-config-panel h1
{
}

.xc-config-panel .xc-config-panel-tabs
{
	width: 77%;
	float:left;
}
.xc-config-panel .xc-config-panel-tab-button
{
	font-size: 12px;

	background: #FAFAFA;
	padding: 7px;
	border: 1px solid #CCC;
	margin: 0px;

	cursor: pointer ;
	
}
	.xc-config-panel .xc-config-panel-tab-button:hover
	{
		background-color: #D7F7E3;
	}

.xc-config-panel .xc-config-panel-tab-button.active
{
	background-color: #1EBD59;
	border: 1px solid #1EBD59;
	color: #FAFAFA;
}

.xc-config-panel .xc-config-panel-tab-area
{
}

.xc-config-panel .xc-config-panel-tab-area.active
{
	
}
.xc-config-panel .xc-config-panel-all-controls-area
{
	/*margin-top: 5px;*/
}

.xc-config-panel .xc-config-panel-controls-group
{
	padding: 5px 10px;
	text-align: left;
}
	.xc-config-panel .xc-config-panel-controls-group label
	{
		display:block;
	}

.xc-config-panel .xc-config-panel-controls-group h2
{
	font-size: 13px;
	margin: 5px 0px;
}

	.xc-config-panel hr
	{
		margin-top: 10px;
		margin-bottom: 5px;
		border: 0;
		border-top: 1px solid #DDD;
	}

	.xc-config-panel .xc-config-panel-widget-heights
	{

	}
	
	.xc-config-panel .xc-config-panel-widget-heights
	{
		float: right;
		border-radius: 3px;
		height: 47px;
		border: 1px solid #CCC;
		background-color: #EEE;
		padding: 4px 11px;
		text-align: center;
		cursor: pointer;
	}
	.xc-config-panel .xc-config-panel-widget-heights:hover
	{
		background-color: #D7F7E3;
		text-decoration:none;
	}

	.xc-config-panel .xc-config-panel-widget-heights.horizontal .xc-radio-button
	{
		float: left;
	}
.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button
{
	padding: 2px 2px;
	margin: 2px 1px;
	cursor: pointer ;
	background-color: #B2D7E7;
	border: 1px solid #1EBD59;
}

.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.checked 
{
	opacity: 1;
	background-color: #1EBD59;
	border: 1px solid #1EBD59;
	color: #FAFAFA;
}

	.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.widget-size-button-very-short {
		height: 1px;
	}
	.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.widget-size-button-short {
		height: 4px;
	}
	.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.widget-size-button-medium {
		height: 7px;
	}
	.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.widget-size-button-tall {
		height: 10px;
	}
	.xc-config-panel .xc-config-panel-widget-heights .xc-radio-button.widget-size-button-very-tall {
		height: 13px;
	}

	.xc-config-panel .adjust-widget-size-link
	{
		position: absolute;
		right: 22px;
		padding-top: 1px;
		display: inline-block;
	}
	.xc-config-panel .adjust-widget-size-link a
	{
	}

/* ---------------- Form Elements ---------------- */
.xc-config-panel .xc-config-panel-save-button
{
}

.xc-config-panel .xc-config-panel-cancel-button
{
}

.xc-config-panel .xc-config-panel-action-link
{
}


	.xc-config-panel .xc-button-green
	{
		border-radius: 3px;
		padding: 4px 11px;
	}

	.xc-config-panel input[type="text"]
	{
	}