﻿html {
	position: relative;
	min-height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 80px;
	padding-bottom: 20px;
	background: none;
	margin-bottom: 50px; /* bottom = footer height */
}

.navbar-brand {
	padding: 0 0 0 15px;
}

.skybackground {
	background: url(/landing-assets/images/cityscape3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.information {
	margin-top: 80px;
	background-color: black;
	opacity: 0.7;
	color: white;
    border: 2px solid white;
}

footer {
	background-color: #101010;
	bottom: 0px;
	left: 0px;
	height: 50px;
	position: absolute;
	width: 100%;
    line-height:20px;
}

.container .text-muted {
	margin: 15px 0;
}

.text-muted {
	color: #777;
}

.nowrap {
	white-space:nowrap;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	.jumbotron {
		margin-top: 20px;
	}

	.body-content {
		padding: 0;
	}
}

/* Fix Bootstrap */
.btn-toolbar {
	/*font-size: 0; */
	margin-bottom: 5px;
	margin-top: 5px;
}

.fix-margin {
	margin: 5px 0 5px;
}

.btn-margin {
	margin-right:5px;
}

/* Pagination bootstrap gridview */
.pagination-ys {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

	.pagination-ys table > tbody > tr > td {
		display: inline;
	}

		.pagination-ys table > tbody > tr > td > a,
		.pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			line-height: 1;
			text-decoration: none;
			/*color: #dd4814;*/
			background-color: #ffffff;
			border: 1px solid #dddddd;
			margin-left: -1px;
		}

		.pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			line-height: 1;
			text-decoration: none;
			margin-left: -1px;
			z-index: 2;
			color: #aea79f;
			background-color: #f5f5f5;
			border-color: #dddddd;
			cursor: default;
		}

		.pagination-ys table > tbody > tr > td:first-child > a,
		.pagination-ys table > tbody > tr > td:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td:last-child > a,
		.pagination-ys table > tbody > tr > td:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td > a:hover,
		.pagination-ys table > tbody > tr > td > span:hover,
		.pagination-ys table > tbody > tr > td > a:focus,
		.pagination-ys table > tbody > tr > td > span:focus {
			/*color: #97310e;*/
			background-color: #eeeeee;
			border-color: #dddddd;
		}
