.banner { width: 100%; background-color: #004B8A; text-align: center; vertical-align: top; position: relative; font-weight: bold; font-size: 18pt; color: white; font-family: Andalus; position: relative; }

    .banner img { max-width: 56%; height: auto; }

.footer { background-color: #3a6385; border-top: 1px solid #c1d0f7; box-shadow: 0 1px 3px #7c7d84; color: #e1e1e1;
          font-size: 10pt; margin-top: 20px; padding: 3px; text-align: center; width: 100%; }
    .footer a, .footer a:visited { color: #b2d8f7; text-shadow: 0 0 4px #64a5c2; }
    .footer a:hover, .footer a:hover:visited { color: #b2d8f7; text-shadow: 0 0 4px #64a5c2; }

.navbar-brand img { height: 46px; margin-top: -13px; }
.navbar-brand { font-size: 10pt; font-weight: bold; }

ul.nav > li > a { font-weight: bold; }

#dlg_GlobalDialog .modal-body { font-size: 14pt; }

/* For a paging style*/

.gv-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.gv-pagination table {
    direction: ltr;
}

.gv-pagination table > tbody > tr > td {
    display: inline;
}

.gv-pagination table > tbody > tr > td > a,
.gv-pagination table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.gv-pagination table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.gv-pagination table > tbody > tr > td:first-child > a,
.gv-pagination table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.gv-pagination table > tbody > tr > td:last-child > a,
.gv-pagination table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.gv-pagination table > tbody > tr > td > a:hover,
.gv-pagination table > tbody > tr > td > span:hover,
.gv-pagination table > tbody > tr > td > a:focus,
.gv-pagination table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* End paging style*/

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }