html, body
{
	background: url(../img/font.jpg) no-repeat center top fixed; 
}

.mastfoot
{
	background-image:linear-gradient(transparent, #333);
	padding-top: 30px;
}

.masthead
{
	background-image:linear-gradient(#333, transparent);
	padding-bottom: 40px;
}

.noUnderline:hover
{
	text-decoration: none;
}

.login
{
	margin-left: auto;
	margin-right: auto;
	/*width: 60%;*/
	max-width: 500px;
}

.deconnected
{
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
	padding-left: 5px;
}

.inner-foot
{
	padding-bottom: 15px;
}

.customCenter
{
	margin-left: auto;
	margin-right: auto;
}

.hp
{
    display: none;
}

#noBot
{
	margin-top: 10px;
}

.table > thead > tr > th
{
    text-align: center;
}

.table
{
	background-color: #999; /* IE8 proofing */
	background-color: rgba(0,0,0,.5);
}

.paddingTopBottom
{
	padding-top: 100px;
	padding-bottom: 60px;
}

.adaptive
{
	width: auto;
}

.panelCustom
{
	background-color: #999; /* IE8 proofing */
	background-color: rgba(0,0,0,.5);
}

.collapseCustom:hover,
.collapseCustom:active,
.collapseCustom:focus,
.collapseCustom:visited
{
	color: #999; /* IE8 proofing */
	color: rgba(0,0,0,.5);
}