/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #741576; /* BWC */
	background: -moz-linear-gradient(top, #631264, #89388a);
	background: -webkit-gradient(linear, center top, center bottom, from(#631264), to(#89388a));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#631264', endColorstr='#89388a'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #631264;
}

.horbar a:hover	{
	background: #741576;
}

.item a:hover	{
	background-color: #741576;
}

.verbar	{
	background-color: #741576;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #741576;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #ea4aee;
	color: white;
}

.sb-frame-container .table td {
	background-color: #f9cafa;
}

/* 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: #e72aeb;
}

.ktkStaticTableSecondRow td {
	background-color: #fdeafe;
}
*/
.ktkPanel {
	background-color: #fdeafe;
}

.ktkPanelTitle2 {
	background-color: #c424c8;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #c424c8;
}

@media (prefers-color-scheme: light) {
	.ktkPanelContainer {
		background: -moz-linear-gradient(top, #fdeafe, #fef4fe);
		background: -webkit-gradient(linear, left top, right bottom, from(#fdeafe), to(#fef4fe));
	}
}

.ktkWindow th, .ktkWindow.title {
	background-color: #741576;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #ea4aee;
	BORDER-LEFT-color: #ed60f0;
	BORDER-RIGHT-color: #c424c8;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#f9cafa;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #fef4fe;
	background: linear-gradient(top, #fef4fe, #fdeafe);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #fef4fe;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #fdeafe;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #f9cafa;
}


/* Fondo */

.ktkContent {
	background-color: #fdeafe;
}

