body {    
    font-size:          11px;
    font-family:        Sans-Serif, Helvetica;
    background-color: lightgrey;
}

.top_logo {
    content:url('/images/jci.png');
    height: 50px;
    margin-top: 10px;
    margin-right: 5px;
}

h2.page_title {        
    margin-top: 0px;
    margin-bottom: 10px;
    background: #bbbbbb;         
    background: linear-gradient(top, #c8def4 0%, #D1DAF6 100%);  
    background: -moz-linear-gradient(top, #c8def4 0%, #D1DAF6 100%); 
    background: -webkit-linear-gradient(top, #c8def4 0%,#D1DAF6 100%); 
    height: 30px;
    border-top-left-radius: 5px;        
    border-top-right-radius: 5px;        
    text-indent: 10px;         
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 26px;
}

TABLE.default {
    background:         transparent;
    background-color:   whitesmoke;
    border-top-left-radius: 5px;
    border-bottom:      1px lightgrey inset;
    border-top:         1px green inset;
    border-left:        1px lightgrey inset;
    border-right:       1px green inset;
}

TR.default {
    border-bottom:      0px black solid;
    border-top:         0px black solid;
    border-left:        0px black solid;
    border-right:       0px black solid;    
}

TR.default:hover {
    background-color:   lightgreen;
    cursor:             pointer;
}

TR.EVEN {
    background-color:   #bbb;    
}

TR.ODD {
    background-color:   #ccc;
}

TR.EVEN:hover {
    background-color:   lightgreen;
    cursor:             pointer;
}

TR.ODD:hover {
    background-color:   lightgreen;
    cursor:             pointer;
}

TD.header {
    text-transform      :uppercase;
    background:         #bbbbbb; 
    background:         linear-gradient(top, #bbbbbb 0%, #dddddd 100%);  
    background:         -moz-linear-gradient(top, #bbbbbb 0%, #dddddd 100%); 
    background:         -webkit-linear-gradient(top, #bbbbbb 0%,#dddddd 100%); 
    box-shadow:         0px 0px 9px rgba(0,0,0,0.15);
    font-size:          14px;
    text-align:         center;    
    border-bottom:      1px black inset;
    border-top:         0px black solid;
    border-left:        0px black solid;
    border-right:       0px black solid; 
    cursor:             default;
}

TD.default {
    border-bottom:      activeborder solid 1px;
    border-color:       lightblue;
}

TD.default_label {
    font-weight:        bold;
    font-size:          12px;
    border-color:       lightblue;
}

TD.default_buttons {
    margin-top:         5px;    
    border-top:         1px #bbb solid;    
}

.debug {
    /*margin-top:         50px;*/
    background-color:   lightgrey;
    text-align:         justify;    
}

INPUT, TEXTAREA, INPUT[type="text"], INPUT[type="password"] {
    font-size:          12px;
}

INPUT:focus, TEXTAREA:focus, [type="text"]:focus, INPUT[type="password"]:focus {
    background-color:   #CCEDCC;
}

#box_table {        
    border-radius: 5px;        
    border: 1px black outset;
    background-color: white;
    margin-left: auto;
    margin-right: auto;    
}

h2.box_table {        
    margin-top: 0px;
    border: 0px black outset;
    background: lightgrey;     
    border-top-left-radius: 5px;        
    border-top-right-radius: 5px;
    text-align: center;        
    padding-top: 5px;  
    min-height: 25px;
}

th.box_table {                
    font-size: 12px;
    background: transparent;
    border: 0px black outset; 
    text-align: left;
}

tr.box_table {
    background: transparent;
    border: 0px black outset;    
}


.box_dashboard {
    min-height: 750px;
    border-radius: 5px;        
    border: 1px black outset;
    background-color: white;        
}



.box_top {
    width: 1175px;
    min-height: 240px;
    border-bottom: 1px lightblue inset;
    margin-left: 10px;
}

INPUT[type="button"] {
        display: inline-block;
        padding: 5px 10px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;        
}

INPUT[type="button"]:hover {
    color: red;
}

#copyright {	
        font-size				: 11px;
        font-family				: arial;
        text-align				: center;
        color					: #819FF7;
}

#version_info {
        font-size				: 12px;
        font-family				: arial;
        text-align				: center;
        color					: #819FF7;
}

.footer {
        display					: block;
        border-top				: 1px inset lightgrey;
        width					: 40%;
        margin-top                              : 10px;                            
}

/* Dark mode config from here */


@media (prefers-color-scheme: dark) {
    body {    
        background-color:   #333333;
        color:              #dddddd;
    }
    
    h2.page_title {        
        background: #333333;
        /*background: #bbbbbb;         */
        background: linear-gradient(top, #c8def4 0%, #333333 100%);  
        background: -moz-linear-gradient(top, #c8def4 0%, #333333 100%); 
        background: -webkit-linear-gradient(top, #c8def4 0%,#333333 100%); 
    }
    
    TABLE.default {
        background:         transparent;
        background-color:   whitesmoke;
        border-bottom:      1px lightgrey inset;
        border-top:         1px green inset;
        border-left:        1px lightgrey inset;
        border-right:       1px green inset;
    }
    
    h2.box_table {        
        background: grey;     
    }    
    
    #box_table {        
        border: 1px black outset;
        background-color:  #444444;       
    }
    
    .box_dashboard {
        border: 1px black outset;
        background-color: #333333;
    }
        
    TR.default:hover {
        background-color:   green;
        cursor:             pointer;        
    }

    TR.EVEN {
        background-color:   #bbb;    
    }

    TR.ODD {
        background-color:   #ccc;
    }

    TR.EVEN:hover {
        background-color:   green;
        cursor:             pointer;
    }

    TR.ODD:hover {
        background-color:   green;
        cursor:             pointer;
    }
   
    #syslog_error {
        color: red;
    }
    
    #syslog_reboot {
        color: purple;        
    }
    
    #syslog_login {
        color: #819FF7;        
    }
    
    #syslog_auto-update {
        color: navy;        
    }
    
    #syslog_debug {
        color: green;        
    }
    
    #error {
        color: red;
        border-bottom:      activeborder solid 1px;
        border-color:       lightblue;
    }
    
    #default_message {
        border-bottom:      activeborder solid 1px;
        border-color:       lightblue;
    }
    
    .box_dashboard {
        border: 1px black outset;
        background-color: #333333;        
    }                    
}