.form-login {
	font-size:16px;
}
.form-login .title {
	margin-bottom:48px;
}
.form-login .form-group, .form-recpass .form-group {
	height:38px;
	line-height:38px;
	border:1px solid #ae2d21;
}
.form-login .form-group label, .form-recpass .form-group label {
	font-family:Lato-Semibold;
	height:100%;
	background:#ae2d21;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.form-login .form-group input, .form-recpass .form-group input {
	border:0;
	height:100%;
}
.form-login .recuperar-password {
	position:relative;
	z-index:0;
	top:-30px;
}
.form-login input[type="submit"], .form-recpass input[type="submit"] {
	font-family:Lato-Semibold;
	position:relative;
	z-index:10;
	background:#ae2d21;
	text-transform:uppercase;
	border:0;
	color:#fff;
	margin-left:41px;
	margin-top:20px;
	height:38px;
	line-height:38px;
}
.form-recpass input[type="submit"] {
	margin-top:0;
}
.form-login input[type="submit"]:hover, .form-recpass input[type="submit"]:hover {
	color:#2d2d2d;
}
.recuperar-password:link, .recuperar-password:visited, .recuperar-password:hover, .recuperar-password:active {
	color:#ae2d21;
	display:block;
	clear:both;
	text-decoration:none;
}
.reparacoes .header-reparacoes, .reparacoes .body-reparacoes > div {
	display:table;
}
.reparacoes .header-reparacoes > div, .reparacoes .body-reparacoes > div > div {
	display:table-cell;
}
.pedidos-detail .col-sm-4 {
    background:#e3e3e3;
    color:#2d2d2d;
    font-family:Lato-Semibold;
    font-size:16px;
	text-align:center;
}
.pedidos-detail > div {
	border:1px solid #e3e3e3;
    margin-bottom:20px;
	height:40px;
    line-height:40px;
}
.pedidos-detail .body-reparacoes > div > div {
	line-height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
.pedidos-detail .reparacoes {
	height:auto;
}
.pedidos-detail .head {
	background:#2d2d2d;
	color:#fff;
    font-family:Lato-Semibold;
}
.body-reparacoes > div:nth-child(2n) {
    background-color: #e8e9ea;
}
.pedidos-detail .title-reparacoes {
	width:18%;
}
.pedidos-detail .estado {
	width:16%;
}
.pedidos-detail .notas {
	width:50%;
}
.pedidos-detail .tec {
	width:16%;
}
.header-reparacoes {
	background:#e3e3e3;
	color:#2d2d2d;
}
/*
.header-reparacoes, .body-reparacoes {
	border-bottom:1px solid #2d2d2d;
}
*/
.pedidos-detail {
	font-size:14px;
}
@media (max-width:1054px) {
	.form-login input[type="submit"], .form-recpass input[type="submit"] {
		margin-left:29px;
		float:right;
	}
	.form-login .form-group {
		width:100%;
	}
	.form-recpass > * {
		width:100% !important;
	}
}
@media (max-width: 850px) {

}
@media (max-width:798px) {
	.pedidos-detail > div {
		height:auto;
	}
	.reparacoes .header-reparacoes {
		display:none;
	}
	.body-reparacoes  .visible-xs {
		width:100%;
		background:#e3e3e3;
		color:#484747;
		font-family:Lato-Semibold;
	}
	.body-reparacoes > div {
		padding:0;
	}
	.reparacoes .body-reparacoes > div {
		display:block;
		margin-top:30px;
		padding:15px;
		border:1px solid #000;
	}
}
@media (max-width: 630px) {
	.form-login .form-group {
		width:100%;
	}
	.form-login input[type="submit"] {
		float:right;
		margin-left:0;
		width:auto;
	}
}
@media (max-width:510px) {
	.form-login .form-group label, .form-login .form-group input {
		width:100%;
		float:none;
	}
	.form-login .form-group {
		height:auto;
	}
}
@media (max-width:350px) {

}