﻿body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    padding-bottom: 70px; 
    /*background-color: whitesmoke; */
     background: url(Images/page-header-background.png) no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}

.navbar-fixed-top {
    padding: 15px 0;
    /*background-color: #0275D8; */
    background-color:white;
    /* background: url(Images/page-header-background.png) no-repeat center center fixed; */
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;

     border-bottom: 2px solid #49819D;

}
.navbar-fixed-top .navbar-header
{
    width:100%;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
    /*color: #ffffff;    */
    width:100%;
    align-items: center;
    justify-content: center;
    
}



.navbar-brand h1 { 
    color:#49819D !important;
    float:left;
    /*top:0px;*/
    margin:0px;
    font-weight:bold;
    font-size:50px;
    font-style:italic;
}


@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 0 15px;      
        color: #ffffff;
    }
}

.card {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.card-content {
    /*background-color: #ffffff;*/
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid solid;
    border-width: 1px 1px;
}

.footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #f8f9fb;
    color: #0768fd;
    font-size: 14px;
    font-family: "Proxima Nova", "Noto Sans", Arial, Helvetica, sans-serif;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .copyright{
    color: #595959;
    flex-grow: 1;
    text-align: end;
}

    .footer .container .version-label {
        margin-left: 24px;
        color: #595959 !important;
    }

#resetPassword .panel-primary > .panel-heading, #forgotPassword .panel-primary > .panel-heading {
    background-color: #31b0d5;
}
/* remove this to bring the info panel borders back*/
.news-section-panes
{
    border:none;
    box-shadow:none;
}
.navbar-brand img {
    float:right;
    width:235px;
	margin-top: -1px;
}
.full-width
{
    position: absolute;
    width: 100%;
    left: 0px;
    right:0;
}
.dividing-line
{
    position:absolute;
    border-bottom: 2px solid #49819D;
}
.news-section
{
    background-color:white;
    margin-top: 25px;
    margin-bottom: 0px;

    
    border-top: 2px solid #49819D;
    
}
.news-section-panel{
    margin-top:25px;
}
.news-section-panes {
    border: none;
}
.links-section
{
    margin-top:25px;
}

hr {
    border-top: 2px solid #49819D;
}

.maintanence-alert {
    width:90%;
}

.container .panel {
	padding: 0px;
}

.container .panel-body{
	font-family: "Proxima Nova", Arial, sans-serif;
    font-size:14px;	
	line-height:20px;  
	padding: 15px;
}