﻿.mGrid {
    color: #555 !important;
    font-size: 12px !important;
}

    .mGrid > thead > tr > th, .mGrid > tbody > tr > th, .mGrid > tfoot > tr > th {
        padding: 7px 10px !important;
        vertical-align: bottom;
        /*border-bottom: 2px solid #dddddd !important;*/
        border-top: 0px !important;
        font-size: 13px;
        /*color: rgba(68, 106, 202, 1);*/
    }

    .mGrid > thead > tr, .mGrid > tbody > tr, .mGrid > tfoot > tr {
        border-top: 1px solid #DFE1E3;
        border-bottom: 1px solid #dfe1e3 !important;
    }

        .mGrid > thead > tr > td, .mGrid > tbody > tr > td, .mGrid > tfoot > tr > td {
            padding: 4px 10px !important;
        }

        .mGrid > thead > tr .alt, .mGrid > tbody .alt, .mGrid > tfoot > tr .alt {
            padding: 4px 10px !important;
            background-color: #fafafa !important;
        }

th[align="right"] {
    text-align: right;
}

th[align="center"] {
    text-align: center;
}


.mGrid th {
    background-color: #eceff1 !important;
}

.mGrid .pgr {
    background-color: #eceff1 !important;
}

    .mGrid .pgr table {
        margin: 5px 0;
    }

    .mGrid .pgr td {
        border-width: 0;
        padding: 0 6px;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
        font-size: 12px;
        background-color:#eceff1;
    }

    .mGrid .pgr a {
        background: #FFFFFF;
        color: #555;
        display: inline-block;
        min-width: 25px;
        padding: 4px;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
    }

        .mGrid .pgr a:hover {
            background: #1c2b36;
            color: #fff;
            text-decoration: none;
        }

    .mGrid .pgr span {
        background: #1c2b36;
        color: #FFFFFF;
        display: inline-block;
        min-width: 25px;
        padding: 4px;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
    }


.aspNetDisabled[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    cursor: not-allowed;
    background-color: #eeeeee;
}
