/**
 * Stylesheet for GFB w2p portal
 *
 * Overrides the bootstrap.css
 */

/*
 * Standard
 */
body {
	padding-top: 50px;
}

h1 {
	margin-bottom:10px;
}

legend {
	padding-top:10px;
	margin-bottom:10px;
}

legend + .control-group {
    margin-top: 10px;
}

iframe {
	margin-bottom:15px;
}


/* Navbar */
.navbar .nav > li > a {
    padding: 9px 9px 10px;
}


.row-fluid.wide {
	margin-bottom: 15px;
}


.show-grid [class *="span"] {
	background: #EEE;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	line-height: 30px;
}

/* Content */
#content {
	margin-top:25px;
}
 

/* Login */
#login.hero-unit h1 {
	background:transparent url('../img/logo.png') 0 0 no-repeat;
	width:350px;
	height:83px;
	display:block;
	text-indent:-9999px;
	margin-bottom: 25px;
}

.hero-unit .alert p {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
 

/*
 * Materials
 */
div#materials a {
	text-decoration: none;
	border: none;
	display: block;
	background: transparent;
	width: 200px;
	border-top: 1px solid silver;
}

div#materials a:hover { /*background:#0069D6;*/
	border-top: 1px solid #0069D6;
}

div#materials .stock {
	position: relative;
	width: 200px;
	color: white;
	background: black;
	opacity: 0.8;
	/*margin-top: -20px;*/
	text-align: center;
	height: 20px;
}

div#materials .nostock {
	background: red;
}

.form-horizontal .control-group > label.left {
    padding: 6px 0 0 10px;
    width:auto;
}

form .inputLeft {
    margin-left: 50px;
}

table tbody tr td {
	vertical-align: top;
}

.input-prepend input {
    width: 185px;
}

#deliveryAddress.inputDropdown {
	width: 500px;
}

/* Filter */
.filter.well {
	padding:8px 10px;
}

	.filter.well form {
		margin-bottom:0;
	}

.alert-message.error ul {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.alert-error ul li {
	color: #B94A48;
	line-height: normal;
}

.alert-error a {
	color:#B94A48;
	text-decoration:underline;
}

.formError {
	color: #B94A48;
}

#debugnotify {
	text-align: center;
	position: fixed;
	top: 50px;
	right: 0;
	left: 0;
	font-size: 11px;
	font-family: Monaco, "Courier New", "Courier", monospace;
	font-style: italic;
	color: red;
}

.uneditable-input {
	color: #666;
}


footer {
	color: #999;
	border-top: 1px solid #EEEEEE;
    margin-top: 17px;
    padding-top: 17px;
}


/*
 * Messages stack
 */

#messaging {
	position: fixed;
	right: 50%;
	left: 50%;
	top: 35%;
	bottom: 50%;
	z-index: 1010;
}

#messaging .formMessage {
	width: 320px;
	position: relative;
	right: 120px;
	bottom: 46px;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	z-index: 1002;
	text-align: center;
}

/*
 * Supported browsers
 */
.supportedbrowsers {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	display: inline-block;
	margin-top:20px;
}

	.supportedbrowsers a {		
		line-height:50px;
	}

[class^="browser-"], [class*=" browser-"] {
	display: inline-block;
	width: 100%;
	min-width:160px;
	height: 160px;	
	vertical-align: bottom;	
	background-repeat: no-repeat;
	background-position:50% 100%;
}

	.browser-ie {
		background-image: url("../img/ie.png");
	}
	
	.browser-chrome {
		background-image: url("../img/chrome.png");
	}
	
	.browser-opera {
		background-image: url("../img/opera.png");
	}
	
	.browser-safari {
		background-image: url("../img/safari.png");
	}


/*
 * Responsive design
 */
 
/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		padding-top:0;
	}
} 

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-top:0;
	}
}
  
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-top:0;
	}
}
  
/* Large desktop */
@media (min-width: 1200px) {

}