﻿
/* WHITE ---------------------------------------------------------*/

body {
    color: black;
    background-color: #EEEEEE;
    /*background-image: url('../images/wallpaper_white.jpg');*/
}


/* Menu ---------------------------------------------------------*/
.mainmenu {
    background-image: linear-gradient(to bottom, #f0f8ff 0%, #dcdcdc 100%);
}

.navbar {
    background-color: whitesmoke;
}

.dropbtn_CEO {
    background-color: darkolivegreen !important;
    border-radius: 5px;
}

.dropbtn {
    color: navy;
    font-weight: 500;
}

    .dropbtn:hover {
        color: white;
    }

.dropdown:hover {
    background-color: gray;
}

.dropdown-content {
    background-image: linear-gradient(to bottom, #f0f8ff 0%, #dcdcdc 100%);
}

    .dropdown-content a {
        color: navy;
    }

        .dropdown-content a:hover {
            color: white;
            background-image: linear-gradient(to bottom, #c0c0c0 0%, #778899 100%);
        }

    .dropdown-content hr {
        color: blue;
    }

/* --------------------------------------------------------------*/
.CompanyNameHeader {
    color: navy;
    text-shadow: 2px 2px 5px silver;
}

.em-page-viewname-caption {
    color: navy;
    text-shadow: 2px 2px 5px #d9d9d9;
}

.editform_title {
    color: navy;
    text-shadow: 2px 2px 5px silver;
}

.editform_title_lg {
    color: navy;
    text-shadow: 2px 2px 5px silver;
}


.settlement_caption {
    color: navy;
    background-image: linear-gradient(to bottom, #e8effc 0%, #aac5f5 100%);
}


.MOTD_Caption {
    color: navy;
    background-color: gainsboro;
}

.MOTD {
    color: navy;
}


/* Editable table row ----------------------------------------------- */
.rowEditSelected {
    background-image: linear-gradient(lightgreen, lightgreen, lightgreen);
    color: yellow;
}



/* Input controls ---------------------------------------------------------*/
.form_label {
    color: navy;
    font-weight: bold;
}

.form-control, .form-control-textarea, .grid_input, .grid_input_date, .grid_input_textarea {
    color: black;
    background-color: lightskyblue;
    border-color: grey;
}

.grid_input, .grid_input_text, .grid_input_date, .grid_input_Settlement {
    color: black;
    background-color: lightskyblue;
    border-color: gainsboro;
    margin: 2px;
}

.dropdownlists, .SelectList, .grid_input_ddl {
    color: black;
    background-color: lightskyblue;
    border-color: grey;
    border-radius: 3px;
}

option {
    color: navy;
    background-color: whitesmoke !important;
    border-color: gainsboro;
}

.input_search {
    color: lightyellow;
    background-color: #3baff7;
    border-color: gainsboro;
}

.grid_input_date_green {
    color: white;
    background-color: green;
}

.grid_input_date_red {
    background-color: red;
}
/* ---------------------------------------------------------------------*/



.DateChangedLabel {
    color: gray;
}


.expandedrow {
    background-color: #ececf2;
    border: 2px solid silver;
}

.panel_grid {
    background-color: snow;
}

.card-title {
    color: black;
}

.card-text {
    color: black;
}

/* <a> links ---------------------------------*/
a {
    color: blue;
}

    a:hover {
        color: #ffff4d;
    }



/* ----------------------------------------------------------------------------------
    Top navigation
*/

.nav {
    border-bottom-color: black;
}

.nav-tabs .nav-link {
    background-color: white; /* Default (unselected) tab */
    color: black;
    border-bottom-color: black;
}

    .nav-tabs .nav-link.active {
        background-color: black;
        color: white;
    }






/* ----------------------------------------------------------------------------------
    Table Header and Footer rows

*/
th {
    color: navy;
    /*background-image: linear-gradient(to bottom, #e8effc 0%, #aac5f5 100%);*/
    /*border-color: #4a4a4a;*/
    /*background: linear-gradient(to bottom, #909090 0%, #ffffff 100%);*/
    background-image: linear-gradient(to bottom, #f0f8ff 0%, #dcdcdc 100%);
    border-color: #cccccc;
}


/* --------------------------------------------------------------------------------------------------
    Odd and Even Row (tr) colors and
    row colors for tables that have expandable rows, ie. click a row and the next row becomes visible
    ie. rows 1,3,5,7 .. have alternating colors
*/
tr.rowdata, tr.rowdata2 {
    border-color: gainsboro;
}

    tr.rowdata:nth-child(odd) td, tr.rowdata2:nth-child(4n-1) td {
        color: navy;
        background-color: #f2f2f2;
        border-color: #cccccc;
    }

    tr.rowdata:nth-child(even) td, tr.rowdata2:nth-child(4n+1) td {
        color: navy;
        background-color: white;
        border-color: #cccccc;
    }

tbody tr:not(.nohover):hover td {
    color: white;
    background-image: linear-gradient(cornflowerblue, royalblue) !important;
}

    tbody tr:not(.nohover):hover td a {
        color: white;
    }

.row_selected td {
    /*color: navy;*/
    /*background-image: linear-gradient(#cccc00, #999900);*/
    color: white !important;
    background-image: linear-gradient(steelblue, darkslateblue);
}

    .row_selected td a {
        color: white;
    }


tfoot tr td {
    /*background-color: #9abaf3;*/
    /*background: linear-gradient(to top, #bbbbbb 0%, #ffffff 100%);*/
    color: navy;
    background-image: linear-gradient(to bottom, #f0f8ff 0%, #dcdcdc 100%);
}




/* --------------------------------------------------------------------------------
    Settlement page (table)
*/
.s tr:nth-child(odd), .s tr:nth-child(odd) {
    color: navy;
    background-color: #f2f2f2;
}

.s tr:nth-child(even), .s tr:nth-child(even) {
    color: navy;
    background-color: white;
}

.settlement_caption {
    color: navy;
    background-color: gainsboro;
    text-align: center;
    font-size: 22px;
}

.sett_number {
    text-align: right;
    width: inherit;
}

.sett_grey {
    color: darkslategrey;
    font-style: italic;
}

.sett_label {
    color: grey;
    background-color: transparent !important;
    font-size: 12px;
    padding-left: 8px;
    border: 1px solid #b0b0b0 !important;
}

.sett_backgndgrad {
    background: linear-gradient( #ffffff, #c9daf9, #ffffff);
}


/* --------------------------------------------------------------------------------
    Images & Icons
*/

.bi_blue {
    color: navy;
}

#img_logo {
    content: url('/images/maintenance_black.png');
}

#img_maintenance {
    content: url('/images/maintenance_black.png');
}

#img_timeout {
    content: url('/images/stopwatch2_black.png');
}

#img_sqlserver {
    content: url('/images/sqlserver.png');
}

#img_theatre_masks {
    content: url('/images/theatre_masks.png');
}

#img_contact {
    content: url('/images/contact.png');
}
