form {
	margin:0px;
	padding:0px;

}

div.main
{
	padding: 40px 0px;
}

input.filter-text
{
	width: 175px;
}

#hideCollapsible
{
	visibility: hidden;
}

.error
{
	color: #b94a48;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	margin-top: 80px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	        box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

div.well.denied
{
	margin-top: 80px;
}

ul
{
    list-style-type: none;
}

label.checkbox input
{
	width: 13px;
}

img.producto,
img.novedad,
img.categoria
{
	max-height: 400px;
	max-width: 400px;
}

div.form-actions.right
{
	text-align: right;
}

textarea.height200
{
	height: 200px;
	resize: none;
}

div#solicitudes
{
	padding: 17px;
	max-height: 335px;
	overflow: auto;
}

div#solicitudes table
{
	margin-bottom: 0px;
}

div#solicitudes table tr td
{
	text-align: right;
}

div#upperSolicitudesLoading
{
	display: none;
	text-align: center;
}

div#upperSolicitudesLoading img
{
	width: 30px;
}
cb {
	display: -webkit-box;
	margin: -10px 0 5px!important
}