﻿body {
    font-size: 10pt;
    font-family: Arial;
    background-color: #fff;
    margin: 0;
}

.pg-header {
    height: 90px;
    background-color: #fff;
}

.pg-logo {
    height: 80px;
    width: 600px;
    background-image: url(/Content/themes/default/images/TMALogo_PostDom.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    display: block;
}


.pg-container {
    background-color: #2191bd !important;
    min-height: 600px;
    /*padding: 20px;*/
}


.pg-footer {
    height: 40px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    border-top: 1px dotted #999;
}


    .pg-footer a {
        color: #222;
    }

/********************************************************************/
.box {
    border-radius: 6px;
    border: 1px solid #798756;
    padding: 6px;
    background-color: #fff;
}

/********************************************************************/

.loginbox {
    width: 260px;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .loginbox .title {
        font-weight: bold;
        font-size: 11pt;
        text-align: center;
        padding: 10px;
    }

    .loginbox td {
        padding: 4px;
    }

/********************************************************************/

.signupbox {
    color: #000;
    font-size: 10pt;
}

    .signupbox .control-label {
        text-align: right;
        padding: 8px;
    }

    .signupbox .title {
        font-weight: bold;
        font-size: 12pt;
        text-align: center;
        padding: 10px;
    }

    .signupbox .tooltip {
        font-size: 8pt;
        color: #555;
    }

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}

#errorMsgSummary {
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    padding: 2px;
    margin: 6px;
}

.regTable {
    width: 100%;
}

table.regTable td {
    padding: 4px;
}

    table.regTable td:first-child {
        text-align: right;
        width: 35%;
    }

    table.regTable td:last-child {
        text-align: right;
        width: 25%;
    }

.bp-tab {
    min-height: 400px;
    background-color: white;
    overflow: visible;
    padding: 10px;
}
/****************************************************************************************************************/


.payTable {
}

table.payTable td {
    padding: 4px;
    vertical-align: top;
}


/*.signupbox .label {
        padding: 4px;
        text-align: right;
        font-weight: bold;
        float: left;
        width: 100px;
    }

    .signupbox .field {
        padding: 4px;
        text-align: left;
        float: left;
        width: 200px;
    }*/
/****************************************************************************************************************/

.nav-tabs > li > a {
    background-color: #ccc;
    color: #666;
}

.pnl-filters {
    text-align: right;
    padding-top: 15px;
    background-color: #116789;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #95aac3;
    color: #fff;
}

    .pnl-filters td {
        padding-top: 10px;
    }

/****************************************************************************************************************/

.grid {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 2px solid #dde2e4;
    border-radius: 5px;
     margin-bottom:50px;
    background-color: #fff;
}

    .grid table {
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
    }

    .grid td:first-child {
        border-left: 1px solid #ddd;
    }

    .grid td {
        border-collapse: collapse;
        border-right: 1px solid #ddd;
    }

    .grid tr:last-child {
        border-bottom: 1px solid #ddd;
    }

        .grid tr:last-child td:last-child {
            border-bottom-right-radius: 4px;
        }

    .grid table tr:first-child td:first-child {
        border-top-left-radius: 0px;
    }

    .grid table tr:first-child td:last-child {
        border-top-right-radius: 0px;
    }

    .grid tr:last-child td:first-child {
        border-bottom-left-radius: 4px;
    }

    .grid tr:hover td {
        background-color: #d3e9ff;
    }

    .grid td {
        vertical-align: middle;
        padding: 5px;
        color: #444;
        text-align: center;
    }

    .grid tr:last-child td {
        border-bottom: 1px;
    }

    .grid tr td:last-child {
        /*border-width: 0px 0px 1px 0px;*/
    }

    .grid tr:last-child td:last-child {
        /*border-width: 0px 0px 0px 0px;*/
    }

    .grid tr:nth-child(odd) td {
        background-color: #efefef;
    }

    .grid tr:first-child td {
        /*text-align: center;*/
        /*border-width: 0px 0px 1px 1px;*/
    }


        .grid tr:first-child td:first-child {
            /*border-width: 0px 0px 1px 0px;*/
        }

        .grid tr:first-child td:last-child {
            /*border-width: 0px 0px 1px 1px;*/
        }

.grd-footer, .grd-footer td {
    background-color: #2191bd !important;
    border: 1px solid #72a4b7 !important;
    font-weight: bold;
    color: #fff;
}

.grd-pgr {
    border-radius: 0 !important;
}

    .grd-pgr input[type='button'] {
        border: 1px solid #999;
    }

    .grd-pgr td {
        padding: 6px 10px 6px 10px;
        color: #fff;
        border-radius: 4px 4px 0 0 !important;
        text-align: right;
        background-color: #116789 !important;
    }

.grd-pgr-txt {
    padding: 6px;
    color: #fff;
    padding-right: 12px;
    float: right;
}

.tableHeader {
    background-color: #2191bd !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid #dde;
    border-bottom: 0px solid !important;
}

.grid th {
    border-right: 1px solid #dde;
}

    .grid th:hover {
        background-color: #0094ff;
    }
/****************************************************************************************************************/

.amount {
    text-align: right;
}

.policynum {
    text-align: center;
}

.sub-hdr {
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: #33353c;
    padding: 15px;
    height: 50px;
    border-radius: 4px;
}

.pay-hdr {
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 148, 255, 0.74);
    padding: 15px;
    height: 50px;
    border-radius: 4px;
}

.confy-hdr {
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 106, 0, 0.78);
    padding: 15px;
    height: 50px;
    border-radius: 4px;
}

.Ack-hdr {
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: #2191bd;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}

.glyphicons-search {
    background-image: url(images/glyphicons-28-search.png);
}

.report-menu a {
    font-weight: normal;
    line-height: 1.42857143;
    color: #333!important;
    white-space: nowrap;
}

.container {
    height: auto;
    margin-top: 10px!important;
    width: 1120px;
    margin-bottom: 60px;
    border-radius: 3px !important;
}
.batchjob-pnl {
    margin-top:10px;
}

.batchjob-pnl tr td {
      padding-right: 15px;
}