﻿.Grid_Header,
.table_Header,
#HomeNav,
#ModelNav li,
.TitleInfo,
.FileService .Header,
.NavPage,
.td_nomal,
.FileService [s=y] .Progress,
dhtmlx-confirm-warning .dhtmlx_popup_title, dhtmlx-alert-warning .dhtmlx_popup_title,
.dhtmlxcalendar_material div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_month_date,
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr,
.dhxlayout_base_dhx_terrace div.dhxlayout_sep,
div.gridbox_material.gridbox .xhdr,
.Grid tr.Header,
.Grid tr.Pager > TD > SPAN,
div.gridbox_material.gridbox table.hdr td,
div.gridbox_material table.hdr td,
.WJXCalendar .Year,
.WJXCalendar .Week,
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr,
div.gridbox_YH table.hdr,
div.gridbox_dhx_skyblue table.hdr, div.gridbox_dhx_skyblue table.hdr td,
div.gridbox_dhx_skyblue.gridbox .xhdr,
div.gridbox_dhx_skyblue.isModern table.hdr tr td, .LogoBack,
.MDForm .Header, .HelpHeader, .SysetmHeader, .Td_Label {
    background-color: #009966 !important;
    color: #FFFFFF;
}

div.gridbox_material.gridbox table.hdr td {
    background-color: #009966 !important;
}

#ModelNav li.selected {
    background-color: #FFFFFF !important;
    color: #000;
}

#HomeNav, .TitleInfo {
    border-bottom-color: #FFFFFF;
}

.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_hdr {
    border-bottom: 1px solid #009966;
}

.Grid, .table_Header, li.row, td.Content, table.table2_line, div.table2_line, div.gridbox_material.gridbox table.obj.row20px tr td, div.gridbox_material.gridbox table.obj tr td,
.table2_line > tbody > tr:first-child > td, .table2_line > tbody > tr > td,
.table_line, .table_line .tableMain_strong, .tableMain_strong, .QueryConditionTd, .table_line .tableMain, .tableMain,
div.gridbox table.obj tr td, div.gridbox.gridbox_dhx_skyblue table.obj tr td,
.WJXCalendar .Year, .WJXCalendar .Week, .td2, .Text_field, .textarea, .autoText_field, .Grid TD, div.gridbox_material.gridbox {
    border: 0.5px solid #CCC !important;
}

    div.gridbox_material.gridbox table.hdr tr:nth-child(2) td {
        border-top: 0.5px solid #CCC !important;
    }

    div.gridbox_material.gridbox table.obj.row20px tr td:last-child, .table2_line > tbody > tr > td:last-child {
        border-right: 0.5px solid #CCC !important;
    }

    .table_Header, .Grid tr.Header, div.gridbox_material.gridbox table.hdr td, div.gridbox_material table.hdr td, .Grid tr.Pager, .Grid tr.Pager > TD > SPAN, .WJXCalendar .Year, .WJXCalendar .Week {
        color: #FFFFFF !important;
    }

    table.table2_line, div.table2_line, .table2_line > tbody > tr > td:first-child, .table2_line > tbody > tr > td:last-child, .table2_line > tbody > tr:first-child > td, .table2_line > tbody > tr:last-child > td {
        border-left: 0.5px solid #CCC !important;
    }

    li.row, .Grid tr.Pager {
        background-color: #FFFFFC;
    }

    .table_line .tableMain_strong, .tableMain_strong, .QueryConditionTd, .table_line .tableMain, .tableMain {
        background-color: #F8F6F7;
    }

    .Grid tr.Header > td:first-child {
        border-left: 0.5px solid #CCC !important;
    }

    .Grid tr.Header > td:last-child {
        border-right: 0.5px solid #CCC !important;
    }

    .Grid tr.Item:hover, .Grid tr.selected {
        border-right-color: #009966 !important;
        background-color: #0099ff;
        color: #FFFFFF;
    }

    .Grid tr.Item:hover {
        background-color: #009999;
    }

    .Grid .Item {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

.drFooter td, .WJXCalendar .Hour, .WJXCalendar td.Select {
    background-color: rgb(211, 231, 255);
    background-image: linear-gradient(rgb(226, 239, 255), rgb(211, 231, 255));
}

.LoginBody {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009966,endColorStr=#dcedf5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    background-image: linear-gradient(#009966,#dcedf5);
}

.Grid tr.Pager {
    border: 1px solid #fff !important;
}

    .Grid tr.Pager > TD {
        padding-top: 5px;
        border: 0px solid #fff !important;
    }

        .Grid tr.Pager > td > a {
            border: 1px solid #ccc;
            background-color: #F2F2F2;
        }

div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.NA {
}

    .NA .Header {
         background: -ms-linear-gradient(top, #ccc, #ccc);/* IE10*/

        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(80%); /* Chrome 19+ & Safari 6+ */
        -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
        -o-filter: grayscale(80%);
        filter: grayscale(80%) contrast(1);
    }