﻿html {
   background-color:#0E0E0E;
}

body {
   background-color:#0E0E0E;
}

.separatorFixed {
    background-color:#0E0E0E;
}
footer{
    color:white;
}

.menuTop{
    /*background-color: #0e0e0e !important;*/
}

#builder-grid-positions td.deltaTD {
    background-color: dimgray !important;
    border: 2px solid gainsboro;
    border-width: 0.5px 2px;
}
#TxtFilterGridBuilderPositionsClearIcon {
    margin-top: 4px;
}

#WikiInfoTab {
    background-color: #3f51b5;
}

span.lhp-icon.full-screen {
    color: #0E0E0E;
}

#AlphaExplorerTab span.k-link{
    padding: .43em .92em !important;
}

#risk-analytics-content .k-header {
    background-color: #222222 !important;
}

/*******************Scorecard**********************/
#stock-grid-scoreCard tr.k-state-selected td {
    border-color: #072cf5;
    background: #072cf5;
}
/**********************************************************************/
.k-checkbox:checked + .k-checkbox-label:before{
    color: white;
}

.k-block { 
    /*background-color: #555;*/
    /*background-color: rgb(28, 28, 28);*/
}

.k-block .k-header {
    background-color: #222222 !important;
    font-weight:100
}
.k-block .k-header .titletoolbar {
    background-color: #222222 !important;
}



/******************************new Menu 2020***********************************/

.menuTop,
#conteinerMainMenu > ul,
#conteinerThemeMenu > ul{
    background-color: #1d1d1d !important; /*TODO: comment line 14*/
}
#conteinerMainMenu > ul > li.k-state-highlight,
#conteinerThemeMenu > ul > li.k-state-highlight,
#conteinerMainMenu > ul > li.k-state-highlight .k-link,
#conteinerThemeMenu > ul > li.k-state-highlight .k-link{
    background-color: #0e0e0e !important; /*TODO: comment line 14*/
}
#conteinerMainMenu > ul > li.k-state-default > .k-link,
#conteinerThemeMenu > ul > li.k-state-default > .k-link{
    color: #AAA; 
}
#conteinerMainMenu > ul > li.k-state-highlight .k-link,
#conteinerThemeMenu > ul > li.k-state-highlight .k-link,
#conteinerMainMenu > ul > li.k-state-hover .k-link,
#conteinerThemeMenu > ul > li.k-state-hover .k-link {
    color: white !important;
}
#conteinerMainMenu > ul > li.k-state-hover,
#conteinerThemeMenu > ul > li.k-state-hover,
#conteinerMainMenu > ul > li.k-state-hover .k-link,
#conteinerThemeMenu > ul > li.k-state-hover .k-link{    
     background-color: transparent !important; 
     border-color: transparent !important;
}
#conteinerMainMenu ul.k-menu.k-menu-horizontal > li {
    border-right-color: #555 !important;
}
#conteinerMainMenu ul.k-menu.k-menu-horizontal > li.k-first{
     border-left-color: #555 !important;
}


/******************************new Menu 2020 Submenu content***********************************/
.sub-menu-content{
    background-color: #1d1d1d;
    color: #eee;
}

.sub-menu-content ul li a{
    color: #eee;
}
.sub-menu-content ul li span.page-tab{
    color: #ddd;
}
.sub-menu-content hr {
    border-color: #aaa;
}
.sub-menu-content div.preview {
    background-color: #3f51b5;
}

/******************************************************************************/