﻿body {
    font-family: "josefin sans", "helvetica", sans-serif;
    font-size: 12px;
    background-color: white;
}

.warningText {
    color: Red;
}

.heading2 {
    padding-top: 0;
    padding-bottom: 5px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #CED5D9;
}

.greyButton {
    display: inline-block;
    background-color: #777777;
    color: white;
    text-align: center;
    border: 1px solid #444444;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    height: 30px;
}

.blueButton {
    display: inline-block;
    background-color: #318ce7;
    color: white;
    text-align: center;
    border: 1px solid #444444;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    height: 30px;
}

.floatingIcon {
    position: fixed;
    bottom: 88px;
    right: 20px;
}

@media only screen and (min-width: 91em) {
    floatingIcon {
        position: fixed;
        bottom: 50px;
        right: 800px;
    }
}

div.alignToRight {
    float: right;
    clear: both;
    width: 100%;
    background-color: black;
}


div.scrollable {
    overflow: auto;
    white-space: nowrap;
}

/*Start Grid*/
.gridContainer {
    width: 1140px;
    margin: 10px;
}

.mGrid {
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        /*white-space: nowrap;*/
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../../Resources/Images/Grid/grd_head.png) repeat-x top;
        border-left: solid 1px #f1f1f1;
        font-size: 0.9em;
        text-align: left;
    }

        .mGrid th a {
            color: #fff;
        }

    .mGrid .alt {
        background: #fcfcfc url(../../Resources/Images/Grid/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        border: solid 1px #c1c1c1;
        color: #717171;
        /*background: #424242 url(/BCD/Resources/Images/Grid/grd_pgr.png) repeat-x top;*/
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            /*border-left: solid 1px #666;*/
            font-weight: bold;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #0569CD;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #0569CD;
                text-decoration: underline;
            }

.hideGridColumn {
    display: none;
}

.AlphabetPager a, .AlphabetPager span {
    font-size: 8pt;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 0 1px 0 1px;
}

.AlphabetPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.AlphabetPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}
/*End Grid*/
