/* Small devices (mobile, 768px and below) */
.logo-index{
	background: url('logo-index.png') no-repeat center; 
	background-size: 277px 93px;
}
.logo-inner{ 
	background: url('logo-inner.png') no-repeat left; 
	background-size: 210px 58px;
}
.content-box {
	background: rgba(30,50,98,1);
} 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.content-box {
	    background: rgba(30,50,98,.75);
	}
	.wrapper-index { 
		background: url(background.jpg) left top;
		background-size: cover;
    	background-repeat: no-repeat;
	}
	.wrapper-index:before { 
		content:"";
		display:block;
		position:absolute;
		left: 0;
		top:0;
		width:100%;
		height:100%;
		z-index:-1;
		background: linear-gradient(to bottom, rgba(5,12,40,.16) 40%, rgba(5,12,40,.16) 60%);
    	/*background: linear-gradient(to top left, rgba(255,255,255,.15) 40%, rgba(255,255,255,.15) 60%);*/
	}
}
footer.index {
    background: rgba(30,50,98,.97);
}
/* Small devices (tablets, 900px and up) */
@media (min-width: 900px) {
	footer.index{
	    background: rgba(0,0,0,.25);
	}
}
.tab-bar{
	background: rgba(30,50,98,.9);
	opacity:1;
}
.row.dark,
.nav-tabs>li>a.active, 
.nav-tabs>li>a.active:focus, 
.nav-tabs>li>a.active:hover,
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:active:focus,
.nav-tabs>li>a:focus{
	background-color: #3b4b5e;
}
.login-box a, .orderNum a, 
h1.formLabel, h1.formLabel.faq,
.breadcrumb > .active,
h1.receiptLabel {
	color: #3b4b5e;
}

/**button styles**/
.btn-primary, .btn-primary:focus, a.btn-primary, .btn-upload,
.btn-secondary, .btn-secondary:focus, a.btn-secondary,
.btn-info
{
	background-color:#3b4b5e;
	background: -webkit-linear-gradient(top, #3b4b5e 1%,#3b4b5e 100%);
	background: -moz-linear-gradient(top,  #3b4b5e 1%, #3b4b5e 100%);
	background: -o-linear-gradient(top,  #3b4b5e 1%,#3b4b5e 100%);
	background: -ms-linear-gradient(top,  #3b4b5e 1%,#3b4b5e 100%);
	background: linear-gradient(to bottom,  #3b4b5e 1%,#3b4b5e 100%);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, a.btn-primary:focus, a:hover.btn-primary, a:focus.btn-primary, 
.btn-upload:hover, .btn-upload:active:focus, .btn-upload:focus,
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus, a:hover.btn-secondary, a:focus.btn-secondary,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus
{
	background:#3b4b5e;
}
