﻿.olrTableBgd {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-spacing: 0px;
    border-collapse: separate;
}

    .olrTableBgd tr td {
        padding: 8px;
    }

.sectionHeaderBgd {
    color: white;
    margin: 0;
    font-size: 21px;
    line-height: 40px;
    padding: 5px;
    background: #0563A4;
    border: 1px solid #0563A4;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.sectionSubHeaderBgd, table.dataGrid tr.sectionSubHeaderBgd {
    color: #0563A4;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 5px;
    background: #E0E5E9;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E5E9;
}

.pagerBgd {
    background: #CED2D6;
    border: 1px solid #CACACA;
    color: #546B7D;
    padding-top: 7px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

    .pagerBgd tr:first-child td:first-child {
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        padding-left: 8px;
    }

    .pagerBgd tr:last-child td:first-child {
        padding-left: 8px;
    }

    .pagerBgd tr:first-child td:last-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        padding-right: 8px;
    }

    .pagerBgd tr:last-child td:last-child {
        padding-right: 8px;
    }

.olrSelectedPage {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #0563A4;
}

img[id*="img_Page"] {
    width: 50px;
    height: auto;
}

.olrError, table.dataGrid tr.olrError {
    font-size: 10pt;
    font-weight: bold;
    background-color: #FFCC00
}

.olrPage {
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    padding-left: 8px;
}

.olrPageButtonDiv {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    text-align: center;
}

div#btnDivBackNext {
    padding-top: 2%;
}

#btnDivBackNextBottom {
    padding-bottom: 2%;
}

.olrPageDiv {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}

.olrFooter {
    color: #616161;
    padding: 10px;
    text-align: center;
    background: #E4E5E6;
    border: 1px solid #CACACA;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataGrid tr:nth-child(odd) {
    background-color: white;
}

.dataGrid tr:nth-child(even) {
    background: #F0F0F0;
}

.arrowWidth {
    width: 45px;
}

#AsyncUpload1 {
    width: auto;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    top: -7px;
}
   

    #AsyncUpload1 input[type='button'] {
        -webkit-appearance: push-button !important;
        user-select: none !important;
        white-space: pre !important;
        align-items: flex-start !important;
        text-align: center !important;
        cursor: default !important;
        color: buttontext !important;
        background-color: buttonface !important;
        box-sizing: border-box !important;
        padding: 1px 6px !important;
        border-width: 2px !important;
        border-style: outset !important;
        border-color: buttonface !important;
        border-image: initial !important;
        background: buttonface !important;
        width: auto !important;
    }

       
        #AsyncUpload1 input[type="button"].ruButton {
            border-color: #9aa0a6 !important;
            border: 1px solid #999 !important;
            border-radius: 3px !important;
            cursor: pointer!important;
        }
  

#AsyncUpload1ListContainer {
    position: relative;
    padding-top: 2em;
    width: 100%;
}

#AsyncUpload1ListContainer .ruButton {
    position: relative;
    float: right;
    margin-left: 10px;
}

