.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: 0.8em;
    margin-top: 2em;
    padding: 1em;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 0;
}

    .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;
}

.dropdown-menu .divider {
    margin: 3px 0;
}
/* For a paging style*/
.label {
    font-size: 1em;
    line-height: inherit;
    font-weight:400;
}

.form-control {
    display: inline-block;
    width:inherit;
}

.gv-pager {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .gv-pager table {
        direction: ltr;
    }

        .gv-pager table > tbody > tr > td {
            display: inline;
        }

            .gv-pager table > tbody > tr > td > a,
            .gv-pager 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-pager 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-pager table > tbody > tr > td:first-child > a,
            .gv-pager table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .gv-pager table > tbody > tr > td:last-child > a,
            .gv-pager table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .gv-pager table > tbody > tr > td > a:hover,
            .gv-pager table > tbody > tr > td > span:hover,
            .gv-pager table > tbody > tr > td > a:focus,
            .gv-pager table > tbody > tr > td > span:focus {
                color: #97310e;
                background-color: #eeeeee;
                border-color: #dddddd;
            }

/* End paging style*/
