/* Menu */

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

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

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

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

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

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

/* Tablas */

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

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

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

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

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

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

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

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

THEAD.fixedHeader TH {
    BORDER-TOP-color: #782d49;
    BORDER-LEFT-color: #88465f;
    BORDER-RIGHT-color: #520723;
}

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

    background-color:#d7c1c9;
    */
}

/* Tabs */

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

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

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

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


/* Fondo */

.ktkContent {
    background-color: #f0e7ea;
}

