html, body {
	height: 100%;
}

body {
	padding: 0;
}

.page-header {
	padding: 5px 0;
}

.network-download-actions {
    padding-left: 85px;
}

.page-header .btn,
.page-header input,
.page-header select {
	vertical-align: middle;
}

.centered_text {
	text-align: center;
}

.memberRow {
	height: 40px;
}

#content {
	padding: 80px 0 232px 0 !important;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Footer
-------------------------------------------------- */
footer {
	clear: both;
    padding-top: 0;
	height: 159px;
	width: 100%;
	margin-top: -160px;
	background-color: #515151;
	border-top: 1px solid #c2c2c2;
    background: #515151; /* Old browsers */
    background: -moz-linear-gradient(top, #909090, #515151); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,909090), color-stop(100%,#515151)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #909090, #515151); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #909090, #515151); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #909090, #515151); /* IE10+ */
    /*background: linear-gradient(to bottom, #909090 0%, #515151 50%, #909090 51%, #515151 100%); *//* W3C */
    background: linear-gradient(to bottom, #909090, #515151); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
}

.footer p {
	color: #ffffff;
    line-height:11px;
    font-size: smaller;
}

.label.account-ACTIVE{
    background-color: #46A546;
}
.label.account-BLOCKED{
	background-color: #C43C35;
}
.validation-message{
    /*background: #FAE5E3;*/
    font-size: 11px;
    line-height: 18px;
    margin: 0 10px;
}
.validation-message.bad{
    color:#9D261D;
}
.validation-message.normal{
    color:orange;
}
.validation-message.good{
    color:green;
}

.row {
    margin-left: 0;
}