
/*Header*/
.headerBg {
    background: #fff;
    min-height: 120px;
    margin: 10px 0;
}

/*logo*/
.logo{padding:0px}
.logo img{max-height:110px;}


/*logout*/
.logout a {color: #004487;}
0
.logout a:hover {color: #D72128 !important; text-decoration:none;}

/*Container*/
.contentContainer{border-top:1px dashed #e0e0e0}

/*Navigation*/
.navbar-default .navbar-nav > li > a {
    color: #004487;
    padding: 10px 32px 26px;
    border-radius: 0;
}

nav li.selected a {
    color: #004487;
    background: none;
}

.subNav .nav > li.selected > a, .navbar-default .navbar-nav > li.selected > a {
    color: #D72128;
    border-bottom: 4px solid #004487;
}
/*Buttons*/
.btn.btn-primary, .btn.btn-secondary{
	border-radius: 0;
    text-transform: uppercase;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary:active {
    color: #ffffff;
    background-color: #F0A31F;
    border-color: #F0A31F;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {

    background-color: #F0A31F;
    border-color: #F0A31F;
}

.navbar-default .navbar-nav>li.selected>a:hover, .navbar-default .navbar-nav>li.selected>a:focus{
	color: #D72128;
	/*border-bottom-color:#D72128;*/
}


.subNav .nav > li > a:hover, .subNav .nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #D72128;
    background: transparent;
} 

/*Language Links*/
.lang_list a {
 color: #004487;
}

.logout .nav > li > a  {
 color: #004487;
}

body {
background-color:#fff;
}
.label-default {

}

.lastLoginText {
color:#004487;
}
/*h1 heading*/
h1, .h1{color: #004487;}
/*h2 heading */
.welcomeNote h2 {text-align:justify;}


/*table header background*/
section header{background: #004487; color: #fff;}


/*links*/
a{color:#004487;}
a:hover{color:#D72128; text-decoration:none;}



/*Accoun title */
.acctExtraInfo, .invoiceData span:first-child, dl.subText dt{color:#004487;font-weight:bold;}

/*Hide back to home button*/
.top-nav{display:none;}

/* new lines */
.welcomeNote h1 {color:#004487 ;}
.loginPanel header {color:white; background-color: #004487 ;}

/*buttons*/
.btn-primary{
    color: #ffffff;
     background-color: #004487  !important;
}

.btn-primary:hover {
        background-color:#004487;
}

/* tab hover */
.navbar-default .navbar-nav > li > a:hover{
	border-bottom: 1px solid #004487;
    color: #004487;
}
.navbar-default .navbar-nav > li.selected > a{
	color: #004487 !important;
	font-weight: bold;
	border-bottom: 4px solid #004487 !important;
}

/* links */
a {
    color: #004487;
}

a:hover {
    color: #004487;
}
.logout a:hover {
    text-decoration: underline;
    color: #D72128 !important;
}

/* change to make Acct# match other fields */
.invoiceNumber, .invoiceDesc, .UDFDescData, .additionalInfo {
    font-size: 18px;
    font-weight: bold;
}

.nopipe{ display:none !important}

.termsInlineContent p + p {
    margin-top: 0px;
}

.totalBlock {
    font-size: 22px;
    }

.totalBlock h4
{

    font-size: 22px;
}

/* hide Invoice details link */
.top-nav, span.nopipe, span.hideinvoicedetails, p.termsInlineLabel {
		display: none;
	}



.hideinvoicedetails{ display:none;}


/*Hide Invoice details*/	
	.top-nav, span.nopipe, span.hideinvoicedetails, p.termsInlineLabel {
		display: none;
	}


/* hide the invoice nymber on activity */
.row historyPage .invoiceData{display:none;}
.historyPage .invoiceData{display:none;}
.row historyPage>.invoiceData{display:none;}
.historyPage >.invoiceData{display:none;}

.invoiceParam:nth-of-type(1){
display:none;}

div#invoice1 {
   display:none;;
}


/*hide mobile Tnc */
.termsInlineLabel{display: none;}
.mobileConf{display: none;} 
#secContainer
{
display: none;
}
label[for=defaultAllText]
{
 display: none;
    
}
label[for=noTextBox]
{
 display: none;
    
}


