html,body { height: 100%; margin: 0; padding: 0; }

#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	padding: 60px 10px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #f5f5f5;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	font-size: 0.75em;
}

a.navbar-brand {
	background-image: url('images/en.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-left: 75px;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.no-pad {
	padding:0;
	margin:0;
}

.pad-bottom,
.col-pad-bottom {
	margin-bottom: 15px;
}

.no-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-responsive {
	max-height: 100%;
}

.form-control-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
	border-radius: 3px;
}

@media only screen and (max-width : 480px) {
	.col-pad-bottom-xs {
		margin-bottom: 10px;
	}
}
