﻿.BackendGrid {
    border: none;
}

    .BackendGrid th.rgHeader {
        /*text-align: center !important;*/
        color: #65482c !important;
        /*padding: 8px 0 !important;*/
        background: none;
        background-color: #fafafa !important;
        border-bottom: 1px solid Gray;
    }

    .BackendGrid th a {
        color: #65482c !important;
    }

    .BackendGrid .rgPager {
        color: #65482c !important;
        padding: 3px !important;
        background-color: #fafafa !important;
    }

        .BackendGrid .rgPager a {
            color: #65482c !important;
        }

    .BackendGrid td.rgPagerCell .rgNumPart a.rgCurrentPage,
    .BackendGrid td.rgPagerCell .rgNumPart a.rgCurrentPage span {
        border: none !important;
        background: none !important;
    }

    .BackendGrid td.rgPagerCell {
        border-top: 1px solid Gray !important;
        font-weight: normal !important;
    }

    .BackendGrid tr.rgRow td,
    .BackendGrid tr.rgAltRow td {
        font-family: OpenSansCondensedBold,"Arial Narrow",Arial,sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        vertical-align: middle;
    }

    .BackendGrid .rgInfoPart {
        display: inline !important;
        font-family: OpenSansCondensedBold,"Arial Narrow",Arial,sans-serif !important;
        font-weight: 400 !important;
    }

    .BackendGrid .rgEditForm{
        border: 1px solid Gray !important;
    }

.BackendConfirm{
    width: 450px !important;
}

.search{
    position: relative;
}

.bottomRight{
    position:absolute;
    bottom:0px;
    right:0px;
}

#CheckMap {
    background-color: #b68a35;
    color: #FFF;
    font-weight: bold;
}

    #CheckMap:hover {
        border-width: 1px;
        border-style: solid;
        border-color: #b68a35;
        color: #b68a35;
        font-weight: bold;
        background-color: #FFF;
    }