/*Header*/
.headerBg {
    background: #fff;
    min-height: 120px;
    margin: 10px 0;
}

/*logo*/
.logo{padding:0px}
.logo img{max-height:110px;}


/*logout*/
.logout a {color: #02ba77;}

.logout a:hover {color: #D72128 !important; text-decoration:none;}

/*Container*/
.contentContainer{border-top:1px dashed #e0e0e0}

/*Navigation*/
.navbar-default .navbar-nav > li > a {
    color: #02ba77;
    padding: 10px 32px 26px;
    border-radius: 0;
}

nav li.selected a {
    color: #02ba77;
    background: none;
}

.subNav .nav > li.selected > a, .navbar-default .navbar-nav > li.selected > a {
    color: #D72128;
    border-bottom: 4px solid #02ba77;
}
/*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: #02ba77;
}

.logout .nav > li > a  {
 color: #02ba77;
}

body {
background-color:#fff;
}
.label-default {

}

.lastLoginText {
color:#02ba77;
}
/*h1 heading*/
h1, .h1{color: #02ba77;}
/*h2 heading */
.welcomeNote h2 {text-align:justify;}


/*table header background*/
section header{background: #02ba77; color: #fff;}


/*links*/
a{color:#02ba77;}
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:#02ba77;font-weight:bold;}

/*Hide back to home button*/
.top-nav{display:none;}

/* new lines */
.welcomeNote h1 {color:#1f2e2f ;}
.loginPanel header {color:white; background-color: #1f2e2f ;}

/*buttons*/
.btn-primary{
    color: #ffffff;
    background-color: #02ba77   !important;  
}

.btn-primary:hover {
        background-color:#02ba77;
}

/* tab hover */
.navbar-default .navbar-nav > li > a:hover{
	border-bottom: 1px solid #02ba77;
    color: #1f2e2f;
}
.navbar-default .navbar-nav > li.selected > a{
	color: #1f2e2f !important;
	font-weight: bold;
	border-bottom: 4px solid #02ba77 !important;
}

/* links */
a {
    color: #02ba77;
}

a:hover {
    color: #1f2e2f;
}
.logout a:hover {
    text-decoration: underline;
    color: #D72128 !important;
}

.lang_list a {
    color: #02ba77 !important;
}

.lang_list a:hover{
    color: #02ba77 !important;
}



/* 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 Misc Fields*/

.col-md-3.form-group:nth-child(2) {
    display: none;
}

label[for*="MiscellaneousData[0].Value"] {
    display: none !important;
}

label[for*="MiscellaneousData[2].Value"] {
    display: none !important;
}

input#MiscellaneousData[0].Value {
    display: none !important;
}

input[name="MiscellaneousData[0].Value"] {
    display: none !important;
}

input#MiscellaneousData[2].Value {
    display: none !important;
}

input[name="MiscellaneousData[2].Value"] {
    display: none !important;
}

/* hide account details link */
.hideaccountdetails{ display:none;}


/* hide Invoice details link */
.top-nav, span.nopipe, span.hideinvoicedetails, p.termsInlineLabel {
		display: none;
	}

.hideinvoicedetails{ display:none;}