﻿/* Move down content because we have a fixed navbar that is 50px tall */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background:#fff;
    font-family:Lato;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-family:Lato;
}
.login-page-height
{
    min-height:789px;
}
.login-panel-bg{
    background:#004282 url(../Images/login-panle-bg.jpg) no-repeat center;
    background-size:cover;
}
.login-banner {
	      background: #fff url(../Content/Images/Nayara_Refinery.jpg) no-repeat center;
	      background-size: cover;

}
.login-heading{
    font-family:Lato;
    font-weight:bold;
    color:#004282;
}
.login-p{
    font-size:16px;
    width:100%;
    text-align:center;
}
.login-button
{
    background:#004282!important;
    color:#fff!important;
}
/*Nav style*/
#Menu1
{
    font-family:Lato;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
    margin: 35px 30px 0 0px;
    
}
#Menu1 ul li a
{
    margin:0 8px 0 8px;
}
.NFA-Logout
{
    margin: 36px 20px 0 0px;
    font-family:Lato;
    font-weight:bold;
    text-transform:uppercase;
}
.NFA-user
{
    margin: 44px 15px 0 0px;
    font-family: Lato;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #009d50;
}
.level1 
{
    color:#004282!important;
    padding:10px;
}

.level2
{
    background:#004282;
    width:250px!important;
    margin:0px 0 0 20px!important;
    
    
}
.level2 ul li a{
    color:#fff!important;

}
.header
{
    border-bottom:solid 1px #004282;
}
.NFA-headign{
    font-family:Lato;
    text-transform:uppercase;
    color:#004282;
    font-size:24px;
    font-weight:700;
    color:#089c50;
}
#currentDateTime
{
    font-family:Lato;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    color:#004282;
    text-align:right;
}


.background-extra {
    /*background-image: linear-gradient(to bottom, #004282 0%, #ffffff 30%, #FFFFFF 70%, #ffffff 70%, #FFFFFF 40%, #ffffff 60%, #004282 100%);*/
    padding: 0px 20px !important;
    
}
.col-lg-12.pt-5.pb-5 {
    background: #fff;
    padding: 0 0 0 0px;
    box-shadow: 0px 0px 45px 0px #000;
}
.login-banner h1
{
    margin-top:75px;
}
.login-banner ul
{
    float:left;
    list-style:none;
    text-align:left;
    margin-top:35px;
}
.login-banner ul li
{
    background:#fff;
    margin:5px 0px;
    padding:10px;
    border-radius:5px;
    color:#004282;
    width:220px;
    font-weight:bold;
}
.login-banner ul li a
{
    color:#fff;
    font-family:Lato;
    font-weight:bold;
    text-decoration:none;
}