﻿/*Class Name attributes in order from top to bottom*/
.title-Logo 
{
    background:  url(images/nac_el_logo-03.svg) 0 0 no-repeat; 
    width: 90%;
    height: 90px;
    background-position: center;
    margin: 10px auto !important;
    background-size: contain;

}
.title-Logo-left 
{
    background:  url(images/nac_el_logo-03-left.svg) 0 0 no-repeat; 
    width: 90%;
    height: 90px;
    background-position: center;
    margin: 10px auto !important;
    background-size: contain;

}
.header-background{
    background: white;
}
.header-text {
    color: black;   
    width:auto !important;
    font-size: 14px !important; 
    font-weight: bold;
    padding-left: 0px !important;
}
p{
    font-size: 14px;
    line-height: 1.4;
    color: black !important;
}
.account-dropdown {
    color: black;   
    width:38% !important;
    font-size: 12px !important; 
    padding: 2px !important;
}


.instance-label-text {
    background-color: #e97200; 
    width:100%; 
    text-align: center; 
    display: block; 
    font-size: 15px; 
    font-style: italic;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;

}

.page-name{
    border-bottom: 4px solid  #e97200;
    border-top: 4px solid  #e97200;
    background-color: #0c223f;
    color: #e97200 !important;
}
.page-name h4 { color: white; 
}

.login-panel {
    background: #0c223f;
    border-bottom: 4px solid  #e97200;
    border-top: 4px solid  #e97200;
}
.announcement-panel {
    border-bottom: 4px solid  #e97200;
    color: black;
}
.login-label {
    background: #0c223f;
    color: white;
}


#aspnetForm .error-panel {
    background-color: #e97200;
    text-align: center;
    color: white;
    margin: 0 auto;
    font-size: larger;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 16px;
}
.error-panel-image {
    background: url(../../new_images/error_icon-01.png) 0 0 no-repeat;
    height: 15px;
    width: 15px;
    padding-right: 30px;
    display: inline-block;
    background-size: 53%;
}

.welcome-to-express-lane { /*Hard coded static text*/
    display: #e97200;
}
.NAC-ExpressLane { /*Hard coded static text*/
    display: white;
}

.main-menu-background {
    background-color: #0c223f !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.main-menu-link  {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: white;
}
.main-menu-link:hover{
    color: #e97200;
}


.main-content{
    padding: 15px 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e7e8 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e7e8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e7e8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
}
.info-2-important{
    background: #f7f7f7;
    -webkit-box-shadow: 0px 8px 20px -3px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 8px 20px -3px rgba(0,0,0,0.38);
    box-shadow: 0px 8px 20px -3px rgba(0,0,0,0.38);
    padding: 35px 0;
    margin-bottom: 20px;
    border: 0.5px solid #d7d7d7;
}
.info-important{
    background: #0c223f;
    padding: 10px 0;
    border-top: 4px solid #e97200;
    border-bottom: 4px solid #e97200;
}

footer {
    border-top: 4px solid  #e97200;
    color: #FFF;
    /*padding: 3% 0px;*/
}
.footer-bar-logo
{
    border: none;
    outline: none;
    background: url(images/footer_logo.svg) 0 0 no-repeat; 
    width:163px; 
    height:115px;
    float: none;
    background-position: center;
}
.footer-background {
    background: #0c223f;
    height: auto;            
}


/*Element styles*/
h1,h2,h3,h4,h5,p{
    margin: 5px 0;
}
h1{
    text-transform: uppercase;
    color: #6D6D6D;
    font-size: 50px;
    font-weight: 300;
}
h2{
    text-transform: uppercase;
    color: #00a0df;
    font-size: 40px;
    font-weight: 700;
}
h3{
    text-transform: uppercase;
    color: #e97200;
    font-size: 40px;
    font-weight: 600;
}
h4{
    text-transform: uppercase;
    color: #0c223f;
    font-size: 30px;
    font-weight: 500;
}
h5{
    text-transform: uppercase;
    color: #e97200;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
footer {
    color: #FFF;
    padding: 3% 0px;

}
Label { /*override of bootstrap but dropping bold font weight*/
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;  
}
/*links*/
a:link { 
    text-decoration: none;
}
a:visited { 
    text-decoration: none;
}

.btn-nac:hover {
    color:white !important;
}
.breadcrumb-text, .breadcrumb-text a { 
    font-size:16px; 
    color:#0c223f;
    text-transform: uppercase;
    line-height: normal;
}
.breadcrumb-text a:hover { 
    color:#e97200 ; 
    
}

.btn-full{
    padding: 8px 60px !important;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
}

.button_login input, .btn-nac{
    font-size: 12px;
    background: #e97200 !important;
    color: #FFF !important;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
}
.btn-full a, .button_login a, .btn-nac a{
    color: #FFF;
}
.button_login input:hover, .btn-nac:hover{
    background: #00a0df !important;
    color: #FFF;
}
.btn-cancel, button, html input[type=button], input[type=reset], input[type=submit], .btn-nac-small a{
    font-size: 12px !important;
    background: #0c223f;
    color: #FFF !important;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    /*font-weight: 800;*/
    text-transform: uppercase;
}
.btn-cancel:hover, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .btn-nac-small a:hover{
    background: #00a0df;
    color: #FFF;
    cursor: pointer;
}
.btn-cancel{
    font-size: 12px !important;
    background: #545454;
    color: #FFF !important;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    /*font-weight: 800;*/
    text-transform: uppercase;
}
.btn-cancel:hover{
    background: #e97200;
    color: #FFF;
    cursor: pointer;
}
.secondarylinkbutton-text{
    font-size: 12px;
    background: #545454;
    color: #FFF !important;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    /*font-weight: 800;*/
    text-transform: uppercase;
}
.secondarylinkbutton-text:hover{
    background: #e97200;
    color: #FFF;
    cursor: pointer;
}

a>p:hover{
    color: #e97200;
}
a:hover{
    text-decoration: none;
}
.icons-new-menu:hover h5{
    color: #00a0df;
}
.icons-new-menu:hover p{
    color: #6D6D6D;
}
.forgot-password {
    color: White !important;
}
.forgot-password:hover {
    color: #e97200 !important;
}

.welcome-to-express-lane {
    font-size: 80px;
    font-weight: 700;
    text-transform: none;
    color: #0c223f
}
.welcome-to-express-lane-2 {
   font-size: 20px;
    margin: 0 auto;
    text-transform: none;
    color: #0c223f;
    text-align:left;
}
.info-important p span{
    color :#e97200 !important;
}
.info-important p {
    font-size: 28px;

}
.products-login p{
    font-size: 14px !important;
    color: #0c223f;
    font-weight: 700;
}
.products-login ul{
    padding-left: 0px;
}