@charset "utf-8";
/* CSS Document */

/* 
CSS RESET - NAO MEXER
http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 2011/01/26 - License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* fixing firefox bug */
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
/* 
FIM DO CSS RESET
*/

html, body {
	height: 100%;
}

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	font-size: 62.5%; /* Adapta as medidas para Em */
	font-weight:bold;
	/*color:#c7383e;*/
	color:#302f2f;
	
}
.linha-separadora {
    display: flex;
    align-items: center;
}

.linha {
    flex-grow: 1;
    height: 5px;
    background-color: #000; /* Cor da linha */
    margin: 0 10px; /* Espaçamento entre as palavras e a linha */
}

/* cabecalho ---------------------- */
#cabecalho {
	
	padding:15px 0;
}

.cabecalhoTopo {
	width:94%;
	margin:0 auto;
}

.square{
    width: 97%;
    background-color:white; 
    border-radius: 3px;
    border: 1px solid #ababab; 
    padding-left: 8px; 
    padding-bottom: 8px;
    padding-top: 8px;
}

.labelSquare{
    padding-bottom: 8px;
}

#tudo {
	width:100%;
	margin:0 auto;
	min-height:100%; /*responsável pelo rodapé flutuante*/
	position:relative;  /*responsável pelo rodapé flutuante*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.carousel-item img{
    width:10%;
}

/* cabecalho ---------------------- */
#cabecalho {
    /* IE10 */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */

/* Mozilla Firefox */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */

/* Opera */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */

/* Webkit (Safari/Chrome 10) */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */
/* Webkit (Chrome 11+) */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */

/* Proposed W3C Markup */ 
 background-color: #952235; /* Define a cor de fundo para #952235 */
	padding:15px 0;
}

.cabecalhoTopo {
	width:94%;
	margin:0 auto;
}

#logo {
	width:40%;
	float:left;
	margin:0px;
	margin-right:10%;
}

#logo img {
	width:120px;
}

.cabecalhoLinks {
	width:50%;
	margin:7px 0px 0 0;
	float:right;
}

.cabecalhoLinks li ul {
}

.cabecalhoLinks ul li {
	margin-bottom:9px;
	float:right;
}

.cabecalhoLinks li a {
	width:auto;
	color:#c7383e;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	padding:7px 14px 7px 14px;
	display:inline-block;
	border-radius:5px;
	background:#fff688; /* Old browsers */
	background:-moz-linear-gradient(top,  #fff688 1%, #fff1d1 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff688), color-stop(100%,#fff1d1)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #fff688 1%,#fff1d1 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #fff688 1%,#fff1d1 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #fff688 1%,#fff1d1 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #fff688 1%,#fff1d1 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff688', endColorstr='#fff1d1',GradientType=0 ); /* IE6-9 */
}

.cabecalhoLinks li a:hover {
	text-decoration:underline;
}

.cabecalhoTitulo {
	width:100%;
        /*Original*/
	/*font-size:30px;
	font-weight:bold;*/
        /*color:#c7383e;*/
        /*margin:3px 0 0px 0;*/
        /*text-shadow:0px 0px 5px #FFF;	*/
        /*Original*/
	text-align:center;
	margin:15px 0 0px 0;
	float:right;
}
.loginAreaFornecedor{
    margin:10px;
}
/*
Menu Responsivo
*/
.menuHorizontal {
	width:100%;
	z-index:200;
	font-size:1.6em;
	overflow:hidden;
}

.nav-aberta {
	position: relative;
	padding:0;
	height: 0;
}

.menuHorizontal-box {
	max-width:96%;
	margin:0 auto;
	padding:10px 0 0 0;
}

.nav-toggle {
	display:block;
	padding:.4em;
	margin:0;
	background:url(/ecompras/images/bg-boxCabecalho2.png) repeat-x;
	cursor:pointer;
	line-height:30px;
	color:#333;
	font-size:1.6em;
	border-top:1px solid #CCC;
} 

.nav-toggle img {
	margin:2px 7px 0 0;
} 

.linhaHorizontal-Login {
	width:100%;
	float:left;
	font-weight:bold;
	color:#c7383e;
}

.paginaLogin {
	max-width:260px;
	margin:0 auto;
	padding:10px 0;
}

.linhaHorizontal-Login li {
	padding:7px 0;
}

.fornecedorNome {
	width:100%;
	display:block;
	padding:8px 0px 0px 0;
	line-height:22px;
}

.linhaHorizontal-Login label {
	display:block;
	margin-bottom:5px;
}

.controleInput {
	padding:0 7px 0 0;
}

.controleInput input[type="text"], .controleInput input[type="password"], .controleInput input[type="email"], .controleInput input[type="file"] {
	width:100%;
	height:34px;
	padding:0 0 0 5px;
	margin:0;
	vertical-align: bottom;
	color:#A9ABAE;
	line-height:36px;
	border:1px solid #CCC;	
	border-radius:5px;
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px#888;
	box-shadow:0 0 3px #a6a5a5;
}

.botaoPadrao {
	height:34px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding:7px 12px;
	margin:0;
	
	background-color: #952235;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c7383e',GradientType=0 ); /* IE6-9 */
	cursor:pointer;

}

.botaoAjuda {
	height:25px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	border: 0px;
	color:#FFF;
	
	font-weight:bold;
	
	margin:0;

	background-color: #952235;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c7383e',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	box-shadow: 0px 0px 8px #FFF;
}

.botaoAjuda:hover {
	
	color: #de5a78	
}

.botaoPadrao:hover {
	
		color: #de5a78	
}

#logout {
	padding:7px 12px 7px 28px;
	margin:0 0 0 0px;
	background:url(/ecompras/images/botao-logout.jpg) no-repeat ;
}

.login-seguro {
	margin:0 10px 0 0;
}

.linhaHorizontal-Links {
	float:left;
	margin:10px 0 20px 0;
}

.linhaHorizontal-Links li {
	padding:15px 0;
}

.linhaHorizontal-Links a {
	font-size:12px;
	color:#952235;
	text-decoration:none;
	padding:7px;
	background:#f0ebe5;
	border-radius:5px;
}

.linhaHorizontal-Links a:hover {
	text-decoration:underline;
}

.linhaHorizontal-Datahorario {
	font-size:14px;
	color:#952235;
	text-align:right;
	float:right;
	margin:15px 0 0 0;
	padding:0 0px 0 0;
}

.linhaHorizontal-Datahorario li {
	margin:10px 0;
}

/* Definir altura e largura do popup */
#solicitarLogin {
    width: 300px;
    height: 300px;
    padding: 20px;
    background-color: #fff; /* Cor de fundo do popup */
    border-radius: 8px; /* Bordas arredondadas (opcional) */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); /* Sombras (opcional) */
}

/* Centralizar o formulário dentro do popup */
#solicitarLoginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Estilo para os campos do formulário */
#solicitarLoginForm input[type="text"],
#solicitarLoginForm input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px; /* Distância de 15px entre os campos */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* Estilo para os labels do formulário */
#solicitarLoginForm label {
    font-size: 18px; /* Aumenta o tamanho da fonte */
    font-weight: bold; /* Define o texto em negrito */
    margin-bottom: 5px; /* Espaço abaixo do label */
    text-align: left; /* Alinhamento à esquerda (opcional) */
    width: 100%; /* Para ocupar toda a largura do campo */
}

/*
Fim Menu Responsivo
*/



/* conteudo ----------------------- */
#conteudo {
	width:100%;
	margin:0 auto;
	padding:10px 0 260px 0; /* Padding-botton responsável pelo hack do rodape flutante*/
}

.breadcrumb {
	font-size:15px;
	font-weight:bold;
	color:#c7383e;
	padding:20px 0 12px 0;
	margin-bottom:18px;
	border-bottom:1px solid #d5d5d7;
}

.breadcrumb a {
	color:#4c4849;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
}

.slider-wrapper {
	padding:20px 0 30px 0;
}

.colunaUm {
    padding-bottom: 10px;
	width:100%;
	background:#FFF;
	float:left;
        
}

.boxAmarelo {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.boxAmarelo-grande {
	width:100%;
	float:left;
        
	margin:0 0 20px 0;
}

.boxAmarelo-pequeno {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.cabecalhoBox {
	
	padding:11px 25px 9px 25px;
        color:#FFF;
	font-weight:bold;
	font-size:1.8em;
	line-height:24px;
        /*Parte personalizada*/
	background-color: #952235; /* Define a cor de fundo para #952235 */
        /*Parte personalizada*/
        /*background:#fdce0f; Configuração original*/
        /*color:#aa292e;      Configuração original*/
        
}

.boxAmarelo-corpo {
    
	padding:15px;
        /*Parte personalizada*/
        	background-color: #f0ebe5; /* Define a cor de fundo para #f0ebe5 */
        /*Parte personalizada*/
	line-height:18px;
	font-size:1.6em;
	font-weight:normal;
}

.boxAmarelo-corpo p {
	line-height:20px;
	color:#575757;
	margin-bottom:5px;
}

.lanceGravado p {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	color:#575757;
	margin-bottom:15px;
}

#margenDireita-vinte {
	margin-right:20px;
}

#alinharDireita {
	float:right;
}

.numeroLance {
	color:#c7383e;
	font-size:22px;
}

.avisos li {
	margin-bottom:30px;
}

.avisos li a {
	color:#575757;
	text-decoration:none;
}

.avisos li a:hover {
	text-decoration:underline;
}

.avisos strong {
	display:block;
	font-weight:bold;
	color:#952235;
	font-size:18px;
	margin-bottom:7px;
	line-height:20px;
}

h1 {
	font-weight:bold;
	font-size:30px;
	margin-bottom:15px;
}

h2 {
        color: #ffffff;
	font-size:17px;
}

.h2-black {
        color: #000000;
	font-size:17px;
}

.vermelho {
	color:#ac2127;
        padding-right: 2px;
        float: left;
}
.regressivo{
    float:left;
    text-align: left;
}

.tabelaLista {
	width:100%;
	color:#575757;
}

.negrito {
	font-weight:bold;
	text-align:right;
	color:#c7383e;
}

.tabelaLista tr {
	height:24px;
}

.tdTexto {
	white-space: nowrap;
	padding:0 10px;
}

.teste-preenchimento {
	width:100%;
	background:url(/ecompras/images/pontilhado.jpg) repeat-x;
	background-position:0 5px;
}

.sidebar {
	width:100%;
	margin-bottom:15px;
}

.links-sidebar li {
	display:block;
	float:left;
}

.links-sidebar a {
	display:block;
	color:#c7383e;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	background:#fdce0f;
	padding:5px 8px;
	border-radius:5px;
	margin:8px;
}

.links-sidebar a:hover {
	text-decoration:underline;
}

.colunaReduzida {
	width:100%;
	float:left;
}

.boxCinza {
	width:100%;
        /*Parte personalizada*/
        border:1px solid #d5d5d5;
        background-color: #f0ebe5;
        /*Parte personalizada*/
        /*background:#e8e8e8; Configuração original*/
	/*border-radius:10px; Configuração original*/
	padding:10px 0;
	margin:0 0 25px 0;
}

.boxCinza select {
	width:100%;
	padding:0;
}

.formulario-padrao {
}

.formulario-padrao li {
	display:block;
	float:none;
	background:#0C0;
}

.formulario-padrao label {
	display:block;
	float:left;
	margin-bottom:0;
	padding:8px 0 0 0;
}

#tabela-lance {
	width:100%;
	font-size:14px;
	color:#4c4849;
	line-height:18px;
	font-weight:normal;
}

#tabela-lance td {
	padding:7px 3px;
	vertical-align:middle;
}

#tabela-lance strong {
	display:block;
	font-size:15px;
	padding:10px 0 0 0;
}

#tabela-lance input[type=text], #tabela-lance input[type=checkbox], #tabela-lance select, #tabela-lance textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #606062;
	font-size: 14px;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #ababab;
}

#tabela-lance input[type=text] {
	height:20px;
}

#tabela-lance textarea {
	width:97%;
	height:170px;
}

#tabela-lance input[type=text] {
	width:80px;
}

.removerLance {
	display:none;
}

#addScnt {
	font-size:13px;
	color:#07b62c;
	text-decoration:none;
	
	display:block;
	margin:0 auto;
	text-align:center;
}

#addScnt:hover {
	text-decoration:underline;
}

#addScnt img {
	margin:0 0px -3px 0;
}

#remScnt {
	font-size:13px;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

#remScnt:hover {
	text-decoration:underline;
}

#remScnt img {
	margin:0 0px -3px 0;
}

.titulo-lance {
	text-align:center;
        color: #FFF;
	padding:15px 0 0 0;
}

.selectEstilizado {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #606062;
        width: 35%;
	font-size: 14px;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #ababab;
}

/* rodape ---------------------- */
#rodape {
    width: 100%;
    background-color: #952235; /* Define a cor de fundo para #952235 */
    color: #ffffff;
    position: absolute; /* Responsável pelo rodapé flutuante */
    bottom: 0; /* Responsável pelo rodapé flutuante */
    padding: 20px 0;
}

.rodapeBox {
	width:94%;
	margin:0 auto;
}

.rodapeBoxEsquerdo {
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
	font-size:11px;
	line-height:16px;
	text-align:center;
}

.rodapeBoxEsquerdo strong {
	width:80%;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0 auto;	
	margin-bottom:15px;
	line-height:26px;
}

.rodapeBoxCentro {
	display:none;
	width:20%;
	float:left;
	margin:-45px 0 0 0;
	text-align:center;
}

.rodapeBoxDireito {
	width:100%;
	font-size:11px;
	text-align:center;
}

.rodapeBoxDireito a {
	color:red;
}

.pesquisar {
    padding: 0px 50px;
	width:100%;
	margin:0 0 20px 0;

}

.pesquisar input[type="text"] {
	width:65%;
	height:34px;
	border-radius:5px 0 0 5px;
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px#888;
	box-shadow:0 0 5px #888;
	
	padding: 0 0 0 10px;
	vertical-align: bottom;
	color: #A9ABAE;
	line-height: 36px;
	border:none;
}

.pesquisar input[type="submit"] {
	width:25%;
	height:34px;
	line-height: 36px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;	
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px#888;
	box-shadow:0 0 5px #888;	
	margin: 0px;
	padding: 0px;
	background: #ed3237; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed3237 0%, #c7383e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed3237), color-stop(100%,#c7383e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed3237 0%,#c7383e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c7383e',GradientType=0 ); /* IE6-9 */
	border:none;
	cursor:pointer;
}

.pesquisar input[type="submit"]:hover {
	color:#FC0;
}

.copyright {
    text-align: center;
	line-height:14px;
}

.copyright a {
	color:#fff;
}

.copyright a:hover {
	text-decoration:none;
}

.cadastraFor input {
	max-width:150px;
}

.semSublinhado {
	color:#aa292e;
	text-decoration:none;
}

.semSublinhado:hover {
	text-decoration:underline;
}

/*
Fim Menu Responsivo
*/

/* LAYOUT RESPONSIVO */

@media screen and (min-width: 320px) {
  a {color: #575757;}
  .aSecond{color:#FFA000;}
  .a-navbar {color: yellow; font-size: 15px;}
}

@media screen and (min-width: 480px) {
	
.cabecalhoLinks {
	width:35%;
	float:right;
}

.rodapeBoxEsquerdo strong {
	font-size:20px;
}

.removerLance {
	display:inline;
}

}

@media screen and (min-width: 600px) {
	
#logo {
	width:17%;
	float:left;
	margin:0px;
	margin-right:5%;
}

.cabecalhoLinks {
	width:30%;
	margin:7px 0px 0 0;
	float:left;
}


.cabecalhoTitulo{
	width:43%;
        /*Original*/
	/*font-size:30px;
	font-weight:bold;*/
        /*color:#c7383e;*/
        /*text-shadow:0px 0px 5px #FFF;	*/
        /*margin:20px 0 0px 0;*/
        /*Original*/
	text-align:right;
        margin:3px 0 0px 0;
	float:right;	
}

.sidebar {
	width:18.61%;
	float:left;
}

.sidebar-box {
	padding:0 20px 0 0;
}

.links-sidebar li {
	float:none;
	padding:9px 0;
}

.links-sidebar a {
	color:#c7383e;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	background:none;
	margin:0;
	padding:0;
	border-radius:0px;
}

.colunaReduzida {
	max-width:81.38%;
	float:left;
}

.boxCinza select {
	width:auto;
}

.rodapeBoxEsquerdo strong {
	font-size:22px;
}

.cadastraFor input {
	max-width:inherit;
}
}

@media screen and (min-width: 780px) {
.blocoLance {
	float:left;
	margin:0 15px;
}

.blocoLance-direito {
	float:right;
}

#addScnt {
	display:inline;
}

}

@media screen and (min-width: 810px) {

body {
	 background-color: #ffffff; /* Define a cor de fundo para #952235 */
}

#cabecalho {
	 background-color: #952235; /* Define a cor de fundo para #952235 */
}

#logo {
	width:120px;
	float:left;
	margin:0px;
}

#logo img {
	width:154px;
}

.cabecalhoLinks {
	width:30%;
	margin:15px 0px 0 0;
	float:left;
}

.cabecalhoLinks ul li {
	float:none;
}

.cabecalhoTitulo {
	width:43%;
        /*Original*/
	/*font-size:30px;
	font-weight:bold;*/
        /*color:#c7383e;*/
        /*margin:30px 0 0px 0;*/
        /*text-shadow:0px 0px 5px #FFF;	*/
        /*Original*/
	text-align:right;
        margin: 10px;
	float:right;
}

.menuHorizontal {
	z-index:200;
	width:100%;	
	height:62px;	
	font-size:1.6em;
}
 
.menuHorizontal.nav-aberta {
	height:auto;
	background-color: #f0ebe5;
	padding:10px 0 10px 0;
}

.menuHorizontal-box {
	max-width:96%;
	margin:0 auto;
	padding-top:0;
}

.nav-toggle {
	display: none;
}

.linhaHorizontal-Login {
	width:auto;
	float:left;
	margin:0 30px 0 0;
	color:#c7383e;
}

.linhaHorizontal-Login li {
	float:left;
	padding:7px 0;
}

.fornecedorNome {
	padding:8px 30px 0px 0;
}

.linhaHorizontal-Login label {
	float:left;
	margin-bottom:0;
	padding:8px 0 0 0;
}

.controleInput {
	float:left;
	padding:0 7px 0 0;
}

.controleInput input[type="file"], .controleInput input[type="password"], .controleInput input[type="email"], .controleInput input[type="text"] {
	width:140px;
	height:34px;
	padding:0 0 0 10px;
	margin:0 8px;
	vertical-align: bottom;
	color:#A9ABAE;
	line-height:36px;
	border:1px solid #CCC;	
	border-radius:5px;
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px#888;
	box-shadow:0 0 3px #a6a5a5;
}

.linhaHorizontal-Links {
	float:left;
	margin:0;
	padding:5px 0 0 0;
}

.linhaHorizontal-Links li {
	padding:0;
}

.linhaHorizontal-Links a {
	font-size:12px;
	color:#952235;
	text-decoration:none;
	padding:0;
	background:none;
	border:0;
}

.linhaHorizontal-Links a:hover {
	text-decoration:underline;
}

.linhaHorizontal-Datahorario {
	font-size:13px;
	color:#575757;
	text-align:right;
	margin:0;
	padding:3px 0 0 0;
	float:right;
}

.linhaHorizontal-Datahorario li {
	margin:5px;
}

#hora{  

    border: 2px inset White; 
    background: #f0ebe5; 
    font-family: "Courier"; 
    padding: 4px; 
    font-size: 13px;  
    color: #952235;
}

.boxAmarelo-grande {
	width:58%;
	float:left;
	/*margin-right:30px*/;
}

.boxAmarelo-pequeno {
	width:38%;
	float:left;
	margin-right:0px;
}

#cabecalhoBox-pequeno {
	width: auto;
}

.boxAmarelo-corpo {
	margin: 0 0 10px 0;
	padding:15px;
	line-height:18px;
	font-size:1.6em;
	font-weight:normal;
}

#boxAmarelo-corpo-modificado {

}
	

#dados-negociacao{
     display: flex;
    justify-content: space-between; /* Espaçamento entre as colunas */
}
.links-sidebar li {
	float:none;
	padding:5px 0;
}
 .lista-anexo{
    list-style: auto;
 margin: 10px;
}
 .lista-anexo li{
    padding: 2px;
}
/* rodape ---------------------- */
#rodape {
    width: 100%;
    background-color: #952235; /* Define a cor de fundo para #952235 */
    color: #ffffff;
    position: absolute; /* Responsável pelo rodapé flutuante */
    bottom: 0; /* Responsável pelo rodapé flutuante */
    padding: 20px 0;
}


.rodapeBoxEsquerdo {
	width:40%;
	float:left;
	text-align:left;
}

.rodapeBoxEsquerdo strong {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px 0;	
}

.rodapeBoxCentro {
	display:inline;
	width:20%;
	float:left;
	margin:0;
        padding: 10px;
	text-align:center;
}

.rodapeBoxDireito {
	width:35%;
	float:right;
	font-size:11px;
	text-align:right;
}

}
 

@media screen and (min-width: 992px) {
	
.cabecalhoTopo {
	width:980px;
	margin:0 auto;
}

#logo {
	width:250px;
}

#logo img {
	width:200px;
}

.cabecalhoTitulo {
        /*Original*/
	/*margin:37px 0 0px 0;*/
        /*Original*/
      margin: 10px;
}

.menuHorizontal-box {
	width:980px;
	margin:0 auto;
}

#conteudo {
	width:980px;
	margin:0 auto;
	/*padding-bottom:170px; /*responsável pelo hack do rodape flutante*/
}

.rodapeBox {
	width:980px;
	margin:0 auto;
}

.rodapeBoxEsquerdo strong {
	font-size:24px;
}

}
 

@media screen and (min-width: 1200px) {

}

.tabela-dados {
	width:100%;
        /*Parte personalizada*/
	border:1px solid #9C9C9C;
        /*Parte personalizada*/
        /*border:1px solid #CCC; Configuração original*/
	font-size:14px;
	color:#4c4849;
	line-height:18px;
	font-weight:normal;
	background:#FFF;
}
	
.efeito-zebra tr:nth-child(even){
	background:#e8e8e8;
}

.tabela-dados th, .tabela-dados td {
        /*Parte personalizada*/
	border-right:1px solid #9C9C9C;
        /*Parte personalizada*/
        /*border-right:1px solid #CCC; Configuração original*/
	text-align:center;
}

.tabela-dados th {
	/*Parte personalizada*/
        background-color: #f0ebe5;
        /*Parte personalizada*/
        /*background:#fdce0f; Configuração original*/
	color:#952235;
	font-weight:bold;
	padding:12px 12px;
	font-size:15px;
}

.tabela-dados td {
	padding:5px 12px;
	vertical-align:middle;
}

@media (max-width: 992px) {

.tabela-dados {
	width:auto;
}

.tabela-pedidos {
	width:auto;
}

.tabelas-pedidos thead{
    display: none
}
.tabela-pedidos thead.small-head{
    display: table-header-group;
    font-size: 12px;
}


.table-responsive {
	display: block;
	position: relative;
	max-width:100%;
}

.table-responsive thead,
.table-responsive tbody,
.table-responsive th,
.table-responsive td,
.table-responsive tr {
	display: block;
	vertical-align:central
}

.table-responsive td,
.table-responsive th {
	height:25px;
	border-bottom:1px solid #9C9C9C;
	border-right:none;
	text-align:left;
}

.table-responsive th {
	padding:4px 12px 12px 12px;
	width:80px;
}

.table-responsive td {
	padding:12px 12px 4px 12px;
	text-align:center;
}

.table-responsive thead {
	float: left;
}

.table-responsive tbody {
	width: auto;
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.table-responsive tbody tr {
	display: inline-block;
	margin:0 -4px 0 0;
}

.table-responsive td:last-child {
 	border:none;
}

.table-norotate thead,
.table-norotate tbody,
.table-norotate th,
.table-norotate td,
.table-norotate tr {
	/*display: block;*/
	vertical-align:central
}

.table-norotate td,
.table-norotate th {
	height:25px;
	border-bottom:1px solid #9C9C9C;
	border-right:none;
	text-align:left;
}

.table-norotate th {
	padding:4px 12px 12px 12px;
	width:80px;
}

.table-norotate td {
	padding:12px 12px 4px 12px;
	text-align:center;
}

.table-norotate thead {
	/*float: left;*/
}

.table-norotate tbody {
	width: auto;
	/*position: relative;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/*white-space: nowrap;*/
}

.table-norotate tbody tr {
	/*display: inline-block;*/
	margin:0 -4px 0 0;
}

.table-norotate td:last-child {
 	border:none;
}

.cabTableBox {
	border:1px solid #d5d5d5;
	border-bottom:none;

	padding:11px 20px 9px 20px;
        color:#FFF;
	font-weight:bold;
	font-size:1.8em;
	line-height:14px;
 	background-color: #952235;
 	
}

.tableBox{
    width: 100%;
    vertical-align: central;
}
.tableBox th{
    	/*Parte personalizada*/
        background-color: #f0ebe5;
        /*Parte personalizada*/
        /*background:#fdce0f; Configuração original*/
	color:#952235;
        border:1px solid #9C9C9C;
	font-weight:bold;
        padding-top: 12px;
        padding-bottom: 12px;
	font-size:15px;
}

.tableBox td {
	text-align:center;
        border:1px solid #9C9C9C;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size:15px;
}
} /*fim do 992px*/


.tabelaCadastro {
	width:100%;
	margin-bottom:0px;
	font-size:16px;
}

.tabelaCadastro td {
	width:30%;
	padding:6px;
}
.tabelaCadastro input, .tabelaCadastro textarea, .tabelaCadastro select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #606062;
	font-size: 14px;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #ababab;
}

.tabelaCadastro input[type=text] {
	height: 20px;
}

.tabelaCadastro textarea {
	width: 400px;
	height: 140px;
}

.tabelaCadastro input[type=text]:hover, .tabelaCadastro input[type=text]:active {
	border: 1px solid #C7383E;
}

.tabelaCadastro #cadastrar {
	border: 0px;
	color: #FFF;
	font-weight: bold;
	padding: 7px 12px;
	margin:0;
	border-radius: 5px;
	background: #ed3237; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed3237 0%, #c7383e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed3237), color-stop(100%,#c7383e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed3237 0%,#c7383e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed3237 0%,#c7383e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c7383e',GradientType=0 ); /* IE6-9 */
}
.tabelaCadastro #cadastrar:hover {
	color: #de5a78	
}

.tabelaCadastro #confirmar {
	border: 0px;
	color: #FFF;
	font-weight: bold;
	padding: 7px 12px;
	margin:0;

	
        background-color: #952235;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c7383e',GradientType=0 ); /* IE6-9 */
}
.tabelaCadastro #confirmar:hover {
	color: #de5a78		
}


#radioDiv {
	display:none;
}

#add_radio {
	background:url(/ecompras/images/add.png) left no-repeat;
	border:none;
	padding:2px 0 2px 18px;
	font-size:12px;
	color:#07b62c;
	text-decoration:none;
	
	display:block;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}

#add_radio:hover {
	text-decoration:underline;
}
.paginacao {
	margin: 0 10px 15px 0;
        font-size: 15px;
        display: inline-block;
}

.paginacao a {
	font-weight: bold;
	color: #C7383E;
	text-decoration: none;
        font-size: 15px;
}
.divPaginacao{
    text-align: center;
    padding-bottom: 20px;
}

#add_radio[disabled]{text-decoration:line-through;color:#666;}


.boxAreadoFornecedor{
    width: 80%;
    height: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border:1px solid #d5d5d5;
  
    padding:11px 10px 9px 10px;
    background-color:#fff;
    line-height:24px;
    font-size:1.2em;
    font-weight:normal;
    border-top: none;
}

.boxAreadoFornecedor a{
    background-color: #FFF;
    margin: 3px;
	display:inline;
	font-weight:bold;
	color:#575757;
	font-size:1.5em;
	margin-bottom:7px;
	line-height:20px;
}

.boxAreadoFornecedor select{
    width:77%;
    padding:0;
}

.cabecalhoBoxAreadoForncedor{
    border-top: none;
    width: 80%;
    height: 50%;
    padding:11px 10px 9px 10px;
    display: inline-block;
     text-align: center;
    border:1px solid #d5d5d5;
    border-bottom:none;
    color:#fff;
    font-weight:bold;
    font-size:1.4em;  
}

.cabecalhoBoxAreadoForncedor a{
    float: right;
    width: 1%;
    height: 1%;
    padding:17px 14px 0px 0px;    
    background: url(/ecompras/images/logout.png);    
}

.cabecalhoBoxAreadoForncedor a:hover{
    border-radius: 100%;
     box-shadow: 0px 0px 8px #952235;
	color:#f0ebe5;	
}

.textoTitulo{
    width: 90%;
    display: inline-block;
    font-size:27px;
    text-align: center;
    font-weight:bold;
    color:#fff;
    text-shadow:0px 0px 5px #FFF; 
    margin:0px 0 3px 0;
}

#boxAreadoCliente img {
	margin: 0 15px 0 0;
}

.tabela_titulo_lance{
    width: 100%;
    background: #888;
    border: 1px solid #ababab;
}
.tabela_titulo_lance td{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ababab;
    padding: 5px;
}
.tabela_titulo_l2ance td img{
    margin: 0 auto;
    text-align: center;   
}
.aguarde{
    display: none;
    position: relative;
    text-align: center;
    margin-top: 25%;
    margin-bottom: 25%;
    background-image:url('/ecompras/images/25.gif') center no-repeat; 
    background-position: center; 
}
.lanceExtra{
    display: none;
    width: 154px;
}   
.buttonLaranja{
    background-color: #FFA000;
    border-width: 2px;
    border-radius: 2px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1px 2px 2px 2px;
    cursor: pointer;
}

/* Esconde o input */
input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
.choose {
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}
.box{
    border: 1px solid #de5a78;
    color: #000000;
    width: 60%;
    height: 19.9px;
    vertical-align: middle;
    padding: 6px;
    border-radius: 0px 3px 3px 0px;
}
.myButton{
    display: inline;
    background-color: #de5a78;
    color: #ffffff;
    border-radius: 3px 0px 0px 3px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 32.3px;
    border: 1px solid #de5a78;
}

/* --- 19062020 Adição projeto Follow-up pedidos --- */

.tabela-pedidos {
	width:100%;
        /*Parte personalizada*/
	border:1px solid #9C9C9C;
        /*Parte personalizada*/
        /*border:1px solid #CCC; Configuração original*/
	font-size:12px;
	color:#4c4849;
	line-height:18px;
	font-weight:normal;
	background:#FFF;
}

.tabela-pedidos thead.small-head{
  display: none;
}

.tabela-pedidos th, .tabela-pedidos td {
        /*Parte personalizada*/
	border-right:1px solid #9C9C9C;
        /*Parte personalizada*/
        /*border-right:1px solid #CCC; Configuração original*/
	text-align:center;
}

.tabela-pedidos th {
	/*Parte personalizada*/
        /*background: url(/ecompras/images/testeTab2.png);*/
        background-color: #f0ebe5;  
        /*background: url(/ecompras/images/bg-boxCabecalho2.png) repeat-x;*/
        /*Parte personalizada*/
        /*background:#fdce0f; Configuração original*/
	/*color:#aa292e;*/
        color:#c7383e;
	font-weight:bold;
	padding:3px 6px;
	font-size:12px;
}

.tabela-pedidos td {
	padding:3px 6px;
	vertical-align:middle;
}

.tabela-pedidos {
	/*width:auto;*/
}

.hided {
    display: none;
}

.color-gray-light{
    background-color: #f3f3f3 !important; 
}

.color-red-box{
    background-color: #952235;
}

.navbar-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0.55rem; 
}

.color-black{
    background-color: #302f2f !important; 
}

a.gray-light:hover, a.gray-light:focus,
button.gray-light:hover,
button.gray-light:focus {
  background-color: #dadada !important; 
}

.checkbox{
    background-color:#ffc107;
    display:inline-block;
    height:22px;
    margin:0 .25em;
    width:22px;
    border-radius:4px;
    border:1px solid #ccc;
}

.checkbox span{
    display:block;
    height:22px;
    position:relative;
    width:22px;
    padding:0;
}

.btn.btn-circle { border-radius: 11px; }
.btn.btn-outline { background: #fff}

.checkbox span:after{
    -moz-transform:scaleX(-1) rotate(135deg);
    -ms-transform:scaleX(-1) rotate(135deg);
    -webkit-transform:scaleX(-1) rotate(135deg);
    transform:scaleX(-1) rotate(135deg);
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -webkit-transform-origin:left top;
    transform-origin:left top;
    border-right:4px solid #ffc107;
    border-top:4px solid #ffc107;
    content:'';
    display:block;
    height:10px;
    left:4px;
    position:absolute;
    top:12px;
    width:4px
}

.checkbox span:hover:after{
    border-color:#ffc107
}

.checkbox input{
    display:none
}

.checkbox input:checked + span:after{
    -webkit-animation:check .8s;
    -moz-animation:check .8s;
    -o-animation:check .8s;
    animation:check .8s;
    border-color:#555
}

.checkbox input:checked + .primary:after{
    border-color:#2196F3
}

.checkbox input:checked + .danger:after{
    border-color:#f44336
}
 
.textMessage {
	font-size:15px;
	font-weight:bold;
	color:#c7383e;
	padding:20px 0 12px 0;
}
.borderBottom {
	border-bottom:1px solid #d5d5d7;
}

  
  
  

/* --- 19062020 Adição projeto Follow-up pedidos -- */