/**
 * Tema para el fron-end de freelance
 *
 * @author jEsuSdA 8) <info@jesusda.com>
 * @version 20150605
 *
 *	@license GPL
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 *
 */


html
{
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 0.9em;
}



#login
{
/*	width: 50%;*/
	text-align: center;
	margin: auto;
	margin-top: 3em;
}

#login fieldset
{
	width: 50%;
	margin: 2em auto;
}

#footer
{
	background-color: #669e00;
/*	position: fixed;*/
	bottom: 0;
	color: #fff;
	margin:0;
	text-align: center;
	width: 100%;

}

#footer hr
{
	display: none;
}


label
{
	text-align: right;
}

#errorcontainer
{
	text-align: center;
	margin-top: 3em;
}


.notice i[class*="fa-"]
{
  top: 1.9em !important;
}

.display-none
{
	width: 0;
	height: 0;
	color: transparent;
	background: transparent;
	border: 0;
	display: none !important;
}


.button
{
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}


#admin-top {
  background-color: #669e00;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

#logout p
{
  padding: 0;
  margin: 0;

}
#admin-top #logout {
  text-align: right;
/*  padding: 0;
  margin: 0;*/
}






@media (max-width: 800px)
{

	#login fieldset , #login fieldset form , #login fieldset form label.col_3 , #login fieldset form input
	{
		width: 100%;
		display: block;
		clear: both;
	}

	#login fieldset form label
	{
		text-align: center;
	}

	#login #footer
	{
		position: relative !important;
	}

}


@media (min-width: 801px)
{

	#login #footer
	{
		position: fixed;
	}

}