.topheader {
	width: 100%;
	height: 40px;
	background: #3C8DBC;
}

.topheader .logo .logo-lg {
  display: block;
}
.topheader .logo .logo-mini {
  display: none;
}
.bgproposta {
	background: #FFFFF0;
	border: 1px solid #DEDEDE;
}

.box-registro {
	background: #ecf0f5;
	width: 100%;
}
.show_hide {
display:none;
}


.topheader .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 210px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
  color: #FFF;
}
.mouseover {
	cursor:pointer;
}
#carregando {
	background:url("assets/images/loader.gif") no-repeat;
}
#removerPro {
	float: left;
	clear:both;
}
#editarPro {
	float: left;
	clear:both;
}
/*lista serviços tecnicos*/
.colunast {
	float: left;
	width: auto;
}
.colunast li {
	list-style-type: none;
}

/* proposta */

.proposta_header {
	text-align: right;
	font-size: 11px;
}
.proposta_logo 
{
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
}
.proposta_div {
	border: 1px solid #E8D3B4;
	border-radius: 5px;
	padding: 10px;
}
.proposta_total {
	font-size: 18px;
}
.table-bordered {
  border: 1px solid #DEDEDE;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #DEDEDE;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}


.stepwizard-step p {
	margin-top: 0px;
	color:#666;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	/*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
	opacity:1 !important;
	color:#bbb;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content:" ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}