/* Menu */

.ktkHeader,
#ktkFooter,
.horbar,
.subframe {
	background-color: #3c7172; /* BWC */
	background: -moz-linear-gradient(top, #336061, #598687);
	background: -webkit-gradient(linear, center top, center bottom, from(#336061), to(#598687));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#336061', endColorstr='#598687'); /*For IE7-8-9*/ 
}

.horbar	{
	border-top: 1px solid #336061;
}

.horbar a:hover	{
	background: #3c7172;
}

.item a:hover	{
	background-color: #3c7172;
}

.verbar	{
	background-color: #3c7172;
}
	
/* Window */

.ktkWindow .headerCell {
	background-color: #3c7172;
}

/* Tablas */

.sb-frame-container .table th {
	background-color: #8be6e8;
	color: white;
}

.sb-frame-container .table td {
	background-color: #ddf8f8;
}

/* 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: #77e2e4;
}

.ktkStaticTableSecondRow td {
	background-color: #f2fdfd;
}
*/
.ktkPanel {
	background-color: #f2fdfd;
}

.ktkPanelTitle2 {
	background-color: #65c0c2;
	/* color: black; No sirve para Matrix */
	color: white;
}

/* BWC: */
.ktkPanelTitle th {
	background-color: #65c0c2;
}

@media (prefers-color-scheme: light) {
	.ktkPanelContainer {
		background: -moz-linear-gradient(top, #f2fdfd, #f8fdfd);
		background: -webkit-gradient(linear, left top, right bottom, from(#f2fdfd), to(#f8fdfd));
	}
}

.ktkWindow th, .ktkWindow.title {
	background-color: #3c7172;
}

THEAD.fixedHeader TH {
	BORDER-TOP-color: #8be6e8;
	BORDER-LEFT-color: #99eaeb;
	BORDER-RIGHT-color: #65c0c2;
}

.ktkPropertyTable {
	/*
	ktkPropertyTable Shouldn't provide a background-color (to respect tab background-color)

	background-color:#ddf8f8;
	*/
}

/* Tabs */

.sb-listview-container,
.sb-tab-content {
		background-color: #f8fdfd;
	background: linear-gradient(top, #f8fdfd, #f2fdfd);}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f8fdfd;
}

.nav-tabs > .active > a,
.ktkTabActive {
	background-color: #f2fdfd;
}

.nav-tabs > li > a,
.ktkTabInactive {
	background-color: #ddf8f8;
}


/* Fondo */

.ktkContent {
	background-color: #f2fdfd;
}

