﻿.Content {
    border: 1px solid #BFC6FF;
    height: auto;
    width: 100%;
    margin: 0 auto 20px auto;
}

    .Content .ContentTitle {
        padding: 4px;
        border: 1px solid #E2E2E2;
        font-size: 105%;
        font-weight: bold;
        color: #0000F4;
        background-color: #F3E3C5;
        margin-top: 2px;
        margin-left: -0.5px;
    }

    .Content .ContentDesc {
        padding: 4px;
        border: 1px solid #E2E2E2;
        font-size: 85%;
        background-color: #FFF9ED;
        margin-left: -0.5px;
        line-height: 1.5;
    }

.Text {
    font-size: 85%;
    padding: 4px;
    color: #000099;
}

.RadioBtn {
    width: 140px;
    display: inline-block;
    font-weight: bold;
}

    .RadioBtn [type=radio] + label {
        font-size: 85%;
    }

.searchbox {
    position: relative;
    display: inline-block;
    width: 380px;
}

    .searchbox .input {
        width: 250px;
        height: 25px;
        outline: none;
        padding: 0px 10px;
        /*margin:0px auto;*/
        border: 1px solid #AFC5FE;
        color: #000099;
        font-size: 85%;
    }

    .searchbox .SubmitBtn {
        border: 1px solid #AFC5FE;
        color: navy;
        font-size: 85%;
        padding: 2px 7px 2px 7px;
    }

.drp {
    float: right;
    margin-right: 30px;
    display: inline-block;
}

    .drp select {
        display: inline-block !important;
    }

    .drp label, .drp select {
        font-size: 85%;
    }

.noData {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    width: 100%;
}

.gridview {
    font-size: 85%;
    padding: 4px;
    color: #000099;
}

.GridViewRowStyleAlt {
    background-color: #D7EBFF;
}

.GridViewHeaderStyle {
    background-color: #000099;
    color: #ffffff;
    font-weight: normal;
}

#gvVendor th {
    font-weight: bold;
}

#gvVendor td {
    /*font-size:85% !important;*/
    line-height: 1.5em;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

/*AutoComplete flyout */
.completionList {
    border: solid 1px #D7EBFF;
    margin: -0px 0 0 0;
    padding: 2px;
    width: 267px !important;
    height: 250px;
    overflow: auto;
    background-color: #FFFFFF;
    line-height: 0.8;
}

.listItem {
    color: #1C1C1C;
    list-style-type: none;
}

.itemHighlighted {
    background-color: #0099ff;
    color: #ffffff;
}

@media only screen and (max-width: 880px) {
    .drp {
        display: block;
        float: none;
    }
}

@media only screen and (max-width: 600px) {
    .searchbox {
        display: block;
        width: 280px;
    }
}
