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

.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: 450px;
}

.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;
}

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

.adaptive
{
	width: auto;
}

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

@-moz-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-webkit-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-o-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-ms-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

.boldInput
{
	font-weight: bold;
}

.fadeInCustom
{
	opacity: 0;
    -moz-animation: anim 1.5s linear forwards 0.4s;
    -webkit-animation: anim 1.5s linear forwards 0.4s;
    -o-animation: anim 1.5s linear forwards 0.4s;
    -ms-animation: anim 1.5s linear forwards 0.4s;
    animation: anim 1.5s linear forwards 0.4s;
}

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

.roundedCornerWhiteBorder
{
	padding: 5px 30px 30px;
    border-radius: 25px;
    border: 2px solid #FFFFFF; /* dotted solid doubled dashed */
}

.roundedCornerWhiteDashedBorder
{
	padding: 20px 30px;
    border-radius: 25px;
    border: 2px dashed #FFFFFF; /* dotted solid doubled dashed */
}

.img-profil
{
	max-width:200px;
	max-height:200px;
}

.adaptiveToContent
{
	display: inline-block;
}