@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");

body {
  font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
}


/* dark */
section.dark .cartContent .item {
	background: rgba(255,255,255,0.04);
}
section.dark .cartContent .item {
	border:rgba(255,255,255,0.05) 1px solid;
}
section.dark .cartContent .sky-form.boxed {
	border: rgba(255,255,255,0.1) 1px solid;
}
section.dark .cartContent .qty input {
	color:#000;
}
section.dark 	.cartContent .product_name >small {
	color:rgba(255,255,255,0.5);
}
section.dark .cartContent a.remove_item {
	color:#eee;
	background: rgba(255,255,255,0.1);
}

#footer {
	background-color:#57A4DA;
}
.page-header .breadcrumb li{
	color: #57A4DA;
	font-weight: 500;
	text-transform:uppercase;
}
.page-header h5 {
	color: #57A4DA;
	font-weight: 500;
	text-transform:uppercase;
	font-size: 11px;
  	max-width: 150px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.page-header img {
	width: 90px;
	height: auto;
}
@media only screen and (max-width: 769px) {
	.page-header img {
		width: 100%;
		height: auto;
		padding:0;
		margin:0;
	}
}
@media only screen and (max-width: 769px) {
	.hidden-xs {
		display:none;
	}
}

figcaption {
	font-size: 11px;
	color: #57A4DA;
}
.tecnico .qrcode {
}
.tecnico i {
	font-family: "fontawesome";
	font-size: 20px;
	color: #000;
}

.conteudo {
}
.conteudo h1 {
	font-size: 24px;
	color: #57A4DA;
}
.home {
}
.home h2 {
	color: #57A4DA;
	font-size: 18px
}
.home img {
	border-radius: 10px;
}
.textos  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	}

.textos h2 {
	font-size: 22px;
	color: #57A4DA;
	text-transform:uppercase;
}
.textos p {
	font-size: 13px;
	text-align:justify;
}
@media only screen and (max-width: 769px) {
	.home .textos h2 {
		font-size: 14px;
		color: #57A4DA;
		text-transform:uppercase;
		height: 36px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		font-weight: 300;
	}
}
.obra h3 {
	color: #57A4DA;
	font-size: 16px;
	font-weight: 300;
}
.obra h3 span {
	color: #57A4DA;
	font-size: 11px;
	font-weight: 600;
}
.tbresumo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.tbresumo td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border-bottom:thin solid #ccc;
}

/* SISTEMAS */
.sistemas h2 {
	font-size: 16px;
	color: #57A4DA;
	text-transform:uppercase;
	margin-top: 35px;
}
.sistemas .tipo-sistema img {
	padding: 30px;
	border-radius: 10px;
	max-height: 300px;
}
.sistemas .tipo-sistema .texto {
	font-size: 16px;
}
.sistemas .tipo-sistema .texto p {
	margin: 0;
	padding: 0;
}
.sistemas .tipo-sistema .texto ul li  {
	font-size: 14px;
}
.sistema-lista ul li {
 	position: relative;
	padding-bottom: 50px;
}

.sistema-lista ul {
  list-style: none;
}

.sistema-lista ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}
.cumes-rincoes {
	margin-bottom: 30px;
}
.cumes-rincoes h2{
	font-size: 16px;
	text-transform:uppercase;
	color: #57A4DA;
}

/* /SISTEMAS */

.cliente {
	margin-bottom: 60px;
}
.cliente h3{
	margin: 0px;
	padding: 0px;
}
.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
.footer a {
	text-decoration:none;
	color:#000;
}

.conforme {
	background-color:#093; 
	color:#FFF; 
	margin:0; 
	padding:5px; 
	border-radius: 5px;
}

.nconforme {
	background-color:#57A4DA; 
	color:#FFF; 
	margin:0; 
	padding:5px; 
	border-radius: 5px;
}
.footer .ultrapur {
	font-size: 11px;
	color: #58A4DA;
	margin:0;
	padding:0;
	border-top: thin #58A4DA solid;
}
.footer .ultrapur h3{
	font-size: 13px;
	color: #58A4DA;
	margin:0;
	padding:0;
}

.formula {
	background:#333;
	color:#000;
}


.home .tipo:hover {
	cursor:pointer;
	opacity: 0.8;
}

.relatorios {
}
.relatorios form, .relatorios input, .relatorios select, .form-control {
	font-size: 14px;
}
.relatorios  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	}

.relatorios h1 {
	font-size: 11px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorios h1 span{
	font-size: 22px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorios h2 {
	font-size: 11px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorios h2 span{
	font-size: 18px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorios p {
	font-size: 13px;
	text-align:justify;
}
.relatorios h3 {
	font-size: 11px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorios h3 span{
	font-size: 18px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorio h2 {
	font-size: 18px;
	color: #57A4DA;
	text-transform:uppercase;
}
.relatorio h3 {
	font-size: 14px;
	color: #57A4DA;
	text-transform:uppercase;
	padding:0;
	margin-left: 20px; 
}
.relatorio table input {
	height: 33px; 
}
.relatorio table select {
	height: 33px; 
}
.relatorio table tfoot {
	font-style:italic;
	font-size: 11px;
}

/* ASSITENCNCIAS TECNICAS */
.autocomplete-wrapper {
    position: relative;
    width: 100%;
}

#suggestions {
    position: absolute;
    top: 100%; /* aparece logo abaixo do input */
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

#suggestions .item {
    padding: 8px;
    cursor: pointer;
}

#suggestions .item:hover {
    background-color: #f1f1f1;
}
.form-pesquisa {
    display: flex;
    width: 100%;
}

.autocomplete-wrapper {
    flex: 1; /* ocupa o espaço todo disponível */
    position: relative;
}

.autocomplete-wrapper input {
    width: 100%;
    border-radius: 4px 0 0 4px;
}

#btnPesquisar {
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
}
.pesquisa {
	font-size: 16px;
	margin-left:auto;
	margin-right:auto;
}
.pesquisa input{
	font-size: 16px;
	width: 100%;
}
.suggestions {
	max-width: 270px;
}
.autocomplete-wrapper {
}