﻿.row historyPage .invoiceData{visibility: hidden;}
.historyPage .invoiceData{visibility: hidden;}
.row historyPage>.invoiceData{visibility: hidden;}
.historyPage >.invoiceData{visibility: hidden;}

.invoiceParam:nth-of-type(1){
visibility:hidden;}

/*Header*/
.headerBg {
    background: #fff;
    min-height: 120px;
    margin: 10px 0;
}

/*logo*/
.logo{padding:0px}
.logo img{max-height:110px;}


/*logout*/
.logout a {color: #1B489B;}

.logout a:hover {color: #D72128; text-decoration:none;}

/*Container*/
.contentContainer{border-top:1px dashed #e0e0e0}

/*Navigation*/
.navbar-default .navbar-nav > li > a {
    color: #1B489B;
    padding: 10px 32px 26px;
    border-radius: 0;
}

nav li.selected a {
    color: #1B489B;
    background: none;
}

.subNav .nav > li.selected > a, .navbar-default .navbar-nav > li.selected > a {
    color: #D72128;
    border-bottom: 4px solid #1B489B;
}
/*Buttons*/
.btn.btn-primary, .btn.btn-secondary{
	border-radius: 0;
    text-transform: uppercase;
}
.btn-primary , .btn.btn-secondary{
    color: #ffffff;
    background-color: #F0A31F;
	
   
}
.btn-primary:hover , .btn.btn-secondary:hover{
        color: #ffffff;
        background-color:#D72128;
}
.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: #1B489B;
}

.logout .nav > li > a  {
 color: #1B489B;
}

body {
background-color:#fff;
}
.label-default {

}


.lastLoginText {
color:#1B489B;
}
/*h1 heading*/
h1, .h1{color: #1B489B;}
/*h2 heading */
.welcomeNote h2 {text-align:justify;}


/*table header background*/
section header{background: #1B489B; color: #fff;}


/*links*/
a{color:#1B489B;}
a:hover{color:#D72128; text-decoration:none;}

/*hide Amount due*/
.amountColumn{display:none;}
.panel-heading.accountsLink>.panel-title.clearfix>.col-xs-5.col-md-2>.invoiceData{display:none;}
/*hide due date*/
.dateColumn{display:none;}

/*Accoun title */
.acctExtraInfo, .invoiceData span:first-child, dl.subText dt{color:#1B489B;font-weight:bold;}

/*hide activity/history tab*/


/*Hide back to home button*/
.top-nav{display:none;}

/*Hide Payment review invoice #:none and amount due: 0$*/
div#invoice1 {
    visibility: hidden;
}