.navbar-brand {
	background:url(images/header_redemption.png) 15px center no-repeat;
	width:16.4em;
	text-indent:-999px;
}

.NOT_SENT {
	color:#999;
	background-color:#F00;
}

.REQUEST {
	color:#FFF;
	background-color:#00F;
}

.DECLINED {
	color:#FFF;
	background-color:#666;
}

.SENDING {
	color:#000;
	background-color:#FF0;
}

.ARRIVED {
	color:#FFF;
	background-color:#F0F;
}

.DELIVERED {
	color:#FFF;
	background-color:#F30;
}

.SENT {
	color:#FFF;
	background-color:#0C0;
}

.input-date {
	max-width:120px;
}

.ui-autocomplete {
	max-height: 150px;
	min-width: 450px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 150px;
}

.form-horizontal .control-label {
    text-align: left;
}

body { 
  background: url(images/texture.png) repeat; 
}

.jumbotron {
	margin-top:30px;
	background: url(images/login_background.jpg) no-repeat 70px -80px fixed; 
}

.jumbotron p {
	text-align:right;
	color:#FFF;
	font-size:1.8em;
	text-shadow: 1px 2px #333;
}

@media screen and (max-width:360px) {
	.navbar-brand {
		background-size: 80% 80%;
		width:80%;
	}
	.jumbotron {
		background-position:-20px -85px;
	}
}
