﻿.RadGrid_SelectedStyle {
    background-color: #1E90FF !important;
    background-image: none !important;
}

.filter_table {
    border-style: solid;
    border-color: gray;
    border-width: 1px;
}

.filter_table_left {
    font-family: "微軟正黑體";
    /*font-size: 12px;*/
    color: black;
    background-color: #E0E0E0;
    height: 30px;
    padding-top: 5px !important;
    padding-right: 3px !important;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.filter_table_right {
    font-family: "微軟正黑體";
    /*font-size: 12px;*/
    color: #333333;
    height: 30px;
    padding-top: 3px !important;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-left-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.filter_table_none {
    font-family: "微軟正黑體";
    font-size: 12px;
    color: #333333;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-left-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.filter_table_edit {
    font-family: "微軟正黑體";
    font-size: 12px;
    height: 30px;
    width: 170px;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.filter_table_edit_full {
    font-family: "微軟正黑體";
    font-size: 12px;
    height: 30px;
    width: 370px;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.filter_table_noedit {
    font-family: "微軟正黑體";
    font-size: 12px;
    height: 24px;
    width: 170px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.filter_table_query {
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    text-align: center;
    height: 40px;
}

.filter_table_single {
    font-family: "微軟正黑體";
    font-size: 12px;
    color: black;
    background-color: #F3F3F3;
    height: 30px;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.filter_table_single_edit {
    font-family: "微軟正黑體";
    font-size: 12px;
    height: 30px;
    width: 170px;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}

.ForToolTip {
    white-space: nowrap;
}

.TextNoWrap {
    white-space: nowrap;
}

.RadGrid_Default .rgMasterTable .rgRow td, .RadGrid_Default .rgMasterTable .rgAltRow td, .RadGrid_Default .rgMasterTable .rgEditRow td, .RadGrid_Default .rgMasterTable .rgFooter td, .RadGrid_Default .rgMasterTable .rgFilterRow td, .RadGrid_Default .rgMasterTable .rgHeader, .RadGrid_Default .rgMasterTable .rgResizeCol, .RadGrid_Default .rgMasterTable .rgGroupHeader td {
    padding: 1px;
    padding-left: 3px;
    border-collapse: collapse !important;
}

.rgRow td {
    border-right: solid 1px white !important;
}

.rgAltRow td {
    border-right: solid 1px white !important;
}

.RadGrid .rgPager .RadComboBox {
    width: 80px !important;
}
