/* Menu */

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

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

.horbar a:hover	{
	background: #5388ea;
}

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

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

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

/* Tablas */

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

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

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

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

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

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

.ktkPanelContainer {
	background: -moz-linear-gradient(top, #f0f9fe, #f7fcfe);
	background: -webkit-gradient(linear, left top, right bottom, from(#f0f9fe), to(#f7fcfe));
}

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

THEAD.fixedHeader TH {
	BORDER-TOP-color: #7bc8f2;
	BORDER-LEFT-color: #8bcff4;
	BORDER-RIGHT-color: #55a2cc;
}

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

	background-color:#d8effb;
	*/
}

/* Tabs */

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

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

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

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


/* Fondo */

.ktkContent {
	background-color: #f0f9fe;
}

