/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #393763; /* BWC */
	background: -moz-linear-gradient(top, #302f54, #56557a);
	background: -webkit-gradient(linear, center top, center bottom, from(#302f54), to(#56557a));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#302f54', endColorstr='#56557a'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #302f54;
}

.horbar a:hover	{
	background: #393763;
}

.item a:hover	{
	background-color: #393763;
}

.verbar	{
	background-color: #393763;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #393763;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #8783ce;
	color: white;
}

.sb-frame-container .table td {
	background-color: #dcdaf1;
}

/* 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: #726dc6;
}

.ktkStaticTableSecondRow td {
	background-color: #f1f1fa;
}
*/
.ktkPanel {
	background-color: #f1f1fa;
}

.ktkPanelTitle2 {
	background-color: #615da8;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #615da8;
}

.ktkPanelContainer {
	background: -moz-linear-gradient(top, #f1f1fa, #f8f7fc);
	background: -webkit-gradient(linear, left top, right bottom, from(#f1f1fa), to(#f8f7fc));
}

.ktkWindow th, .ktkWindow.title {
	background-color: #393763;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #8783ce;
	BORDER-LEFT-color: #9692d5;
	BORDER-RIGHT-color: #615da8;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#dcdaf1;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #f8f7fc;
	background: linear-gradient(top, #f8f7fc, #f1f1fa);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f8f7fc;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #f1f1fa;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #dcdaf1;
}


/* Fondo */

.ktkContent {
	background-color: #f1f1fa;
}

