	/*Header*/
.headerBg {
    background: #fff;
    min-height: 120px;
    margin: 10px 0;
}

/*logo*/
.logo{padding:0px}
.logo img{max-height:110px;}


/*logout*/
.logout a {color: #1B489B;}
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: #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: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;}

/*Added for UBM by  Nikhil*/
button.close{
 display:none;
} 
.close{
 display:none;
} 
.UDFDescData{
font-weight:bold;
    font-size: 18px;
	color: inherit;
	
	}
	
.hideaccountdetails{
	display:none;
	
	}
	span.pipe{
		display:none;
	}
/*End by Nikhil*/
/*links*/
a{color:#1B489B;}
a:hover{color:#D72128; text-decoration:none;}


/*Accoun title */
.acctExtraInfo, .invoiceData span:first-child, dl.subText dt{color:#1B489B;font-weight:bold;}

/*Hide back to home button*/
.top-nav{display:none;}

/* new lines */
.welcomeNote h1 {color:#002d73 ;}
.loginPanel header {color:white; background-color: #002d73 ;}

/*buttons*/
.btn-primary{
    color: #ffffff  !important;
    background-color: #fd7e2d  !important;  
}

.btn-primary:hover {
        background-color:#fb6100;
}

/* tab hover */
.navbar-default .navbar-nav > li > a:hover{
	border-bottom: 1px solid #fb6100;
    color: #002d73;
}
.navbar-default .navbar-nav > li.selected > a{
	color: #002d73 !important;
	font-weight: bold;
	border-bottom: 4px solid #1B489B !important;
}

/* links */
a {
    color: #fb6100;
}

a:hover {
    color: #002d73;
}
.logout a:hover {
    text-decoration: underline;
    color: #D72128 !important;
}

/*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;;
}


/* 51 Entering a different date changes "on" to uppercase.*/
span.spanLabel,#originalDate > div > div.cs-tbl > span > span.spanLabel{text-transform:capitalize;}
span.spanLabel,#diffDate>div>div>span.cs-placeholderdiv {text-transform:capitalize;}

/* button of message for redirect to the url of client logo link*/
button.btn.btn-primary.btn-yes {    background-color: #b1b1b1;}
button.btn.btn-secondary.btn-no {    background-color: #fd7e2d;}


/*hide mobile Tnc */
.termsInlineLabel{display: none;}
.mobileConf{display: none;} 
#secContainer
{
display: none;
}
label[for=defaultAllText]
{
 display: none;
    
}
label[for=noTextBox]
{
 display: none;
    
}

