html, body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap>.container {
	padding: 70px 15px 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
	padding: 15px;
	border: none;
}

a img {
	border: none;
}

@media ( max-width :767px) {
	.nav li>form>button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
}

.nav>li>form>button.logout:focus, .nav>li>form>button.logout:hover {
	text-decoration: none;
}

.nav>li>form>button.logout:focus {
	outline: none;
}

.gi-0_5x {
	font-size: 0.5em;
}

.gi-1_5x {
	font-size: 1.5em;
}

.gi-2x {
	font-size: 2em;
}

.gi-3x {
	font-size: 3em;
}

.gi-4x {
	font-size: 4em;
}

.gi-5x {
	font-size: 5em;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

.footer img {
	margin-top: 6px;
	margin-right: 5px;
}

.footer p {
	padding-top: 20px;
	color: #a8a7a6;
}

.footer p a {
	color: #a8a7a6;
}

div.legend>div {
	display: inline-block;
}

div.legend {
	position: relative;
	left: -6px;
}

div.used {
	background-color: #fcf8e3;
}

.return-route {
	background-color: #e9e9e9;
}

div.legend-field {
	width: 5em;
	height: 1em;
	border: 1px solid #ddd;
	margin-right: 6px;
	margin-left: 6px;
}

button.ui-dialog-titlebar-close {
	background-color: #d9534f;
	border-color: #d43f3a;
}

span.ui-icon-closethick {
	background-image: url("../img/ui-icons_ffffff_256x240.png") !important;
}

button.ui-dialog-titlebar-close:hover {
	background-color: #c9302c;
	border-color: #761c19;
}

.grid-view>.pagination {
	margin: 0px;
}



.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    /*background: #64bed8;*/
   background: white;
	/*border-bottom: 2px solid #50b5d3;*/
}

.nav-tabs.nav-justified > li > a {
    border: 1px solid #ddd;
    /*border-top: 1px solid #ddd*/
    border-radius: 4px 4px 0px 0px;
    border-bottom: 0;
    background-color: #f9f9f9;
	color: #777;

}    

