/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.hr-div {
    width: 100%;
    text-align: center;
   border-color:burlywood;
    border-bottom:solid;
    border: 0px 0 1 0
}

/* Provide sufficient contrast against white background */
a {
    color: #1A3066;
}

#ActiveRC .k-grid-header {
    display: none;
}

#InactiveRC .k-grid-header {
    display: none;
}

nav {
    float: left;
    width: 175px;
    height: 250px;
    background-color: #8ebc00;
    padding-left: 10px;
}


/*#UsersGrid .k-grid-header {
    display: none;
}*/


#UserParties .k-grid-header {
    display: none;
}

.btn-green {
    background-color: #8ebc00;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

    .btn-green:hover {
        background-color: #4CAF50;
        color: white;
    }

.btn-primary {
    color: #fff;
    background-color: #1A3066;
    border-color: #1861ac;
}
.bpacontainer {
    font-size: small;
    width: 300px;
}

.btn-primary-grid {
    color: white;
    background-color: #1A3066;
    border-color: #1861ac;
    font-size: small;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1A3066;
    border-color: #1861ac;
}

header .titleText {
    color: #007bb6;
    font: 24px 'Arial',sans-serif;
    margin: 20px 0px 0px 90px;
    float: none;
}

header .titleimg {
    width: 100%;
    text-align: center;
    top: 0px;
    margin: 40px 0px 5px 0px;
    /*left: 25%;*/
    z-index: 1;
}

.bpalayout-header {
    background-image: url(images/header-bg.gif);
    margin: 40px 0px 5px 0px;
    width: 100%;
    height: 80px;
    border-top: 5px solid #D4E12C;
    color: #007bb6;
}

.bpalayout-header-blue {
    background-color: #333e59;
    margin: 40px 0px 5px 0px;
    width: 100%;
    height: 100px;
    border-top: 5px solid #D4E12C;
    color: #e5e5e5;
}

.headerDiv {
    background-color: #333e59;
}

.titleText {
    color: #1A3066;
    font: 24px 'Arial',sans-serif;
    margin: 20px 0px 0px 40px;
    width: 100%;
    text-align: center;
}

.titleText-large-center {
    color: white;
    font: 26px 'San Serif',sans-serif;
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

.overviewTable {
    background-color: #333e59;
    margin: 40px 0px 5px 0px;
    width: 100%;
    height: 100px;
    vertical-align: top;
    border-top: 5px solid #D4E12C;
    color: #e5e5e5;
}

.alignTop {
    vertical-align: top;
}


.bpalayout-main {
    width: 100%;
    height: 100%;
    border-top: 25px solid #00457b;
    border-bottom: 1px solid black;
}

.bpalayout-content {
    margin: 0px 25px 0px 25px;
    /*width:940px;*/
    /*padding:10px;*/
}

.titleimg {
    width: 100%;
    text-align: center;
    top: 3px;
    /*left: 25%;*/
    z-index: 1;
}

/*#ActiveRC .k-grid-pager, #grid .k-grid-header {
    border: 0 !important;
}
*/


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
