/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #237918; /* BWC */
	background: -moz-linear-gradient(top, #1e6714, #448d3a);
	background: -webkit-gradient(linear, center top, center bottom, from(#1e6714), to(#448d3a));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e6714', endColorstr='#448d3a'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #1e6714;
}

.horbar a:hover	{
	background: #237918;
}

.item a:hover	{
	background-color: #237918;
}

.verbar	{
	background-color: #237918;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #237918;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #62f44e;
	color: white;
}

.sb-frame-container .table td {
	background-color: #d1fccb;
}

/* List View in Selector (interactive) */

.ktkStaticTableSelected td {
	background-color:#D5DDE0 !important;
}

.ktkStaticTableOver td,
{
	background-color: #E8F1FF !important; /* Requiere important porque BS lo sobrescribe */
	cursor:pointer;
}

/*
.ktkStaticTableSubHeader th {
	background-color: #46f22f;
}

.ktkStaticTableSecondRow td {
	background-color: #edfeeb;
}
*/
.ktkPanel {
	background-color: #edfeeb;
}

.ktkPanelTitle2 {
	background-color: #3cce28;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #3cce28;
}

.ktkPanelContainer {
	background: -moz-linear-gradient(top, #edfeeb, #f6fef4);
	background: -webkit-gradient(linear, left top, right bottom, from(#edfeeb), to(#f6fef4));
}

.ktkWindow th, .ktkWindow.title {
	background-color: #237918;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #62f44e;
	BORDER-LEFT-color: #75f663;
	BORDER-RIGHT-color: #3cce28;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#d1fccb;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #f6fef4;
	background: linear-gradient(top, #f6fef4, #edfeeb);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f6fef4;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #edfeeb;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #d1fccb;
}


/* Fondo */

.ktkContent {
	background-color: #edfeeb;
}

