html, body {
	height: 100%;
}
body {
	background-color: #fff;
}

.wrapper {
	height: 100%;
}
#page-wrapper {
	height: 100%;
}
#MainContent {
	padding-bottom: 20px;
}

.color-ge {
	color: #48e2c0;
}
.job {
	color: #fff9f9;
}
.job .date-box {
	color: black;
	/*!*background-color: #2a3575;
	background-color: #3F51B5;
	border-color: #3F51B5;*!*/
}

.job.panel-default {
	/*!*background-color: #3F51B5;*!
	!*background-color: #5a88cc;*!
	!*background-color: #4580d6;*!*/
	background-color: #4a72ad;
	border-color: #5a88cc;
}
.agency-title,
.job-title {
	margin: 0 0 10px 0;
}
.agency .Requested {
	color: cornflowerblue;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/* International Telephone Input jQuery plugin bugfix */
.intl-tel-input {
	display: block;
}

#PageFooter {
	background-color: white;
	bottom: 0px;
	color: grey;
	font-size: 0.8em;
	height: 20px;
	position: fixed;
	text-align: center;
	width: 100%;
}