.header_container {
    width: 100%;
    text-align: center;
    height: 160px;
    background-color: rgb(4,30,65);
}
.header_container img {
    height: 160px;
}

.header_left {
    position: relative;
    height: 160px;
    float: left;
    width: 49%;
}

.header_right {
    position: relative;
    height: 160px;
    float: right;
    width: 49%;
}

.header_center {
    width: auto;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 997;
}

.linkbar {
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #22448C;
    line-height: 30px;
    margin-bottom: 35px;
}

.linkbar_item {
    width: 49%;
    text-align: center;
    float: left;
}

    .linkbar_item > a {
        color: #fff;
    }

        .linkbar_item > a:hover {
            color: #BD9593;
            text-decoration: none;
        }

.row-bordered {
    border: solid;
    border-radius: 15px;
    border-width: 2px;
    border-color: #c8c8c8;
    padding: 15px;
    margin-top: 50px;
    margin-right: -15px;
}

.hideGridColumn {
    display: none;
}

.load_bkgd {
    z-index: 998;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}

.loader {
    position: absolute;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #CD3639;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    background: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.ui-datepicker
{
    font-size:12px;
}