﻿body {
    background-color: #222;
    color:#ddd;
}
h1, h2, h3, h4, h5, h6 
{
    color:#f4f4f4;
}
header{   
    background-color:#222;
    /*border-bottom:1px solid #555;*/
}
header .btn-group .dropdown-toggle:not(:first-child):hover, header .btn-group.open .dropdown-toggle:not(:first-child){
    background-color:#444;
    color:#f4f4f4;
}
header .dropdown-menu{
    background:#444;
}
header .dropdown-menu > li > a{
    color:#f4f4f4;
}
header .dropdown-menu > li > a:hover{
   background: #316C8A;
    color: #f4f4f4;
}
    header .dropdown-menu > li.divider {
        border-bottom: thin solid #666;
        padding: 2px;
    }
header .dropdown-anchor{
    color:#eee;   
}
footer,
#footer {
    color: #999;
}
a, a:link, a:visited
{
    color:#0994CB;
}
.list-group .list-group-item{
    background: #333;
    border-color:#454545;
    color:#f4f4f4;
}
.list-group .list-group-item.disabled{
    background:#535252;
    color:#999;
}
.list-group-item.disabled .list-group-item-heading{   
    color:#999;
}
a.list-group-item .list-group-item-heading {
    color: #f4f4f4;
}
a.list-group-item .list-group-item-text {
    color: #aaa;
}
a.list-group-item:hover,a.list-group-item.disabled:hover, a.list-group-item:focus, a.list-group-item.selected, a.list-group-item.disabled.selected{
      background-color:#006699;
    color:#f4f4f4;
}

.modal-content{
    background-color:#3f3f3f;
}
.modal-header, .modal-footer{
    border-color:#545454;
}
.modal-header .close{
      color: #fff;
}

.panel-default{
    background:#333;
    border-color:#454545;
}

.panel-default .panel-heading{
    background-color: #313131;
    color: #f4f4f4;
    border-color: #454545;
}

.nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover{
    background-color:#006699;
    color:#f4f4f4;
}

.nav-tabs>li.active>a{
    background-color:#333;
    color:#f4f4f4;
}
div.TableViewResult, div.table-fixed-container{
    background-color:#444;
}
div.TableViewResult table, table.table{
    background-color:#444;
}
div.TableViewResult th, .table-fixed-header-background{
    background-color:#333;
    border-bottom:2px solid #777;
    color:#f4f4f4;
}

.tableresult {
    color: #f4f4f4;
}

.tableresult thead {
    background-color: #222;
}

/* This is hiding the scrollbar on the table's head div */
/* Chrome */
.tableresult thead::-webkit-scrollbar, .tableresult thead::-webkit-scrollbar-button, .tableresult thead::-webkit-scrollbar-track, .tableresult thead::-webkit-scrollbar-track-piece, .tableresult thead::-webkit-scrollbar-thumb, .tableresult thead::-webkit-scrollbar-corner, .tableresult thead::-webkit-resizer,

/*Internet Explorer*/
.tableresult thead, #eventlogdiv .head {
    scrollbar-base-color: #222;
    scrollbar-3dlight-color: #222;
    scrollbar-highlight-color: #222;
    scrollbar-track-color: #222;
    scrollbar-arrow-color: #222;
    scrollbar-shadow-color: #222;
}

.tableresult tbody {
    background-color: #444;
}

#menu1 li[data-lid] span:hover{
    background-color:rgba(12, 101, 137, 0.50);
}
a:hover
{
    color:#0c6589;
}
p,ul{
    color:#f4f4f4;
}
#main{
    background:#444;
}
.page{
    background:#333;
}
.form-control{
    background-color:#eee;
    border:0;
    color:#333;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color: #3D3D3D;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th, .table-hover>tbody>tr:hover{
background-color:rgba(63, 131, 158, 0.18);
cursor:pointer;
}
.table>tbody>tr.selected>td {
background-color: #286090;
color:#f4f4f4;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
border-top: 1px solid #4E4E4E;
}
.table>thead>tr>th {
border-bottom: 2px solid #222;
}
#mainsection
{    
    background-color: #5A5959;
    color:#f4f4f4;
}

ul#menu li a{
    background-color: #575757;
    color: #E9E9E9;
}
ul#menu li.applink a
{
    background-color:#0994CB;          
}

#menu a.select {
border:1px solid #006699;
border-bottom:0;
background-color:#333;
}
ul#menu li a:hover
{
background-color: #054c70;
}

/*Report view overrides*/

.toolbar
{ 
    background-color: #444;
}
#menu1 span.selected{
    background: #006699;
    color:#eee;   
}
.folder1{
    background-color:#222;
}

.folder2{
    background-color: #333;
}

.folder3{
    background-color: #444;
    color: #ccc;
}
div.Pane
{
    background-color:transparent !important;
}
table th, table td{
    border-color:#666;
}
table.result th{
    background-color:#226183 !important;
    color:#f4f4f4 !important;
    border-color:#666;
}
table.result tr:nth-child(odd) td{
    background-color:#474747 !important;
    color:#eee;
     border-color:#666;
}
table.result tr:nth-child(even) td{
    background-color:#575757 !important;
     color:#eee;
      border-color:#666;
}
span.tabselected{
    background-color:#226183 !important;
}
button.btn-default{
    background-color:#f4f4f4;
}
#help
{
    background-color:#333 !important;
}

/*History page*/
span.hdetail
{
    color:#eee !important;
}
#menu1
{
    background-color:transparent !important;
}

/*system activity page*/
#startdate{
    color:#eee;
}

