﻿
body {
}

.divDynamicGrid {
}

.GridPagerDiv {
    background-color: #F2F3F4;
    overflow: hidden;
    color: black;
    font-size: 11px;
    font-family: verdana;
    font-style: normal;
    font-weight: normal;
}

.gridHeaderStyles {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#dadfe3');
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
}

    .gridHeaderStyles:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#9AD3F5');
        text-decoration: underline;
        color: #0000ff;
        font-style: italic;
        cursor: pointer;
    }

.mainTable {
    padding: 0;
    background-color: lightgray;
}

    .mainTable tr {
        height: 25px;
    }

        .mainTable tr th {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#f7f8f9');
            color: #282B2B;
            font-family: RobotoRegular !important;
            font-size: 12px;
            *text-align: center;
        }

    .mainTable tr {
        /*background-color: #ffffff;*/
        font-weight: bold;
        font-size: 11px;
        height: 25px;
    }

        .mainTable tr th:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#9AD3F5');
            text-decoration: underline;
            color: #0000ff;
            font-style: italic;
            cursor: pointer;
        }

        .mainTable tr td {
            font-weight: normal;
            font-size: 11px;
            color: #404040;
            text-align: left;
            vertical-align: middle;
        }

            .mainTable tr td textarea {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
                border: 0px solid #dbe9f1;
            }

                .mainTable tr td textarea:hover, .mainTable tr td textarea:focus, .mainTable tr td input[type='text']:focus, .mainTable tr td input[type='text']:hover {
                    /*border: 1px solid #99c1e2;
                    *border: 1px solid #99c1e2;
                    -webkit-box-shadow: inset 0 0 3px #99c1e2;
                    -moz-box-shadow: inset 0 0 3px #99c1e2;
                    box-shadow: inset 0 0 3px #99c1e2;*/
                }

            .mainTable tr td label {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
            }

            .mainTable tr td select {
                border: 1px solid #dbe9f1;
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
            }

            .mainTable tr td input[type='text'] {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
                border: 1px solid #dbe9f1;
            }

            .mainTable tr td div[isPeoplePicker='true'][isdynamicgrid='true'] {
                border: 1px solid #dbe9f1;
            }
.subTable {
    padding: 0;
    background-color: lightgray;
}

    .subTable tr {
        height: 25px;
    }

        .subTable tr th {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#f7f8f9');
            color: #282B2B;
            font-family: RobotoRegular !important;
            font-size: 12px;
            *text-align: center;
        }

    .subTable tr {
        /*background-color: #ffffff;*/
        font-weight: bold;
        font-size: 11px;
        height: 25px;
    }

        .subTable tr th:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#9AD3F5');
            text-decoration: underline;
            color: #0000ff;
            font-style: italic;
            cursor: pointer;
        }

        .subTable tr td {
            font-weight: normal;
            font-size: 11px;
            color: #404040;
            text-align: left;
            vertical-align: middle;
        }

            .subTable tr td textarea {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
                border: 0px solid #dbe9f1;
            }

                .subTable tr td textarea:hover, .mainTable tr td textarea:focus, .mainTable tr td input[type='text']:focus, .mainTable tr td input[type='text']:hover {
                    /*border: 1px solid #99c1e2;
                    *border: 1px solid #99c1e2;
                    -webkit-box-shadow: inset 0 0 3px #99c1e2;
                    -moz-box-shadow: inset 0 0 3px #99c1e2;
                    box-shadow: inset 0 0 3px #99c1e2;*/
                }

            .subTable tr td label {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
            }

            .subTable tr td select {
                border: 1px solid #dbe9f1;
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
            }

            .subTable tr td input[type='text'] {
                font-family: Verdana;
                font-weight: normal;
                font-size: 11px;
                border: 1px solid #dbe9f1;
            }

            .subTable tr td div[isPeoplePicker='true'][isdynamicgrid='true'] {
                border: 1px solid #dbe9f1;
            }
.datePickerTable {
    border: 0px;
}

    .datePickerTable tr {
        border: 0px;
    }

    .datePickerTable td {
        border: 0px;
    }

.divActive {
    background-position: 0px 0px;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-image: url('../images/Grouping_Img.png');
    background-repeat: no-repeat;
    border: 0px;
}

.groupImage {
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-image: url('../images/Grouping_Img.png');
    background-repeat: no-repeat;
    background-position: -20px 0px;
    border: 0px;
}

.searchClass {
}

    .searchClass:hover {
        color: #0000ff;
    }

.linkGridActive {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.linkGridInActive {
    color: gray;
    cursor: default;
    text-decoration: underline;
}
.mainTable input[type=text]:disabled {
    opacity: 0.7 !important;
}