@charset'UTF-8';

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?r17gmg');
    src:    url('../fonts/icomoon.eot?r17gmg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?r17gmg') format('truetype'),
        url('../fonts/icomoon.woff?r17gmg') format('woff'),
        url('../fonts/icomoon.svg?r17gmg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	color: #E86729;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\e90e";
}

.icon-cotacoes:before {
    content: "\e900";
}
.icon-imprimir:before {
    content: "\e901";
}
.icon-produtos:before {
    content: "\e902";
}
.icon-perfil:before {
    content: "\e909";
}
.icon-fornecedores:before {
    content: "\e903";
}
.icon-fornecedores-add:before {
    content: "\e90a";
}
.icon-buscar:before {
    content: "\e904";
}
.icon-preferencias:before {
    content: "\e90b";
}
.icon-opcoes:before {
    content: "\e905";
}
.icon-lixeira:before {
    content: "\e906";
}
.icon-pedidos:before {
    content: "\e907";
}
.icon-sair:before {
    content: "\e90c";
}
.icon-mais:before {
    content: "\e908";
}

.icon-voltar:before {
    content: "\e910";
}

.icon-avancar:before {
    content: "\e90f";
}

.icon-cancelar-circulo:before {
    content: "\e90d";
}

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body{
	background-color: #EEE;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #666;
	min-width: 950px;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

.limite{
	position: relative;
	max-width: 1200px;
}

#logo{
	position: absolute;
	top: 21px;
	left: 20px;
	width: 150px;
	height: 31px;
	background-image: url(../img/logomarca.png);
	cursor: pointer;
}

#topo{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	background-color: #FAFAFA;
	box-shadow: 0 0 7px #AAA;
	font-size: 1.1em;
	font-weight: 700;
	color: #000000;
	min-width: 950px;
	min-width: 950px;
	font-size: 18px;
	z-index: 100;
}

#barraFerramentas{
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 98;
}

#blocoFerramentas{
	position: relative;
	text-align: left;
	margin: 0 20px;
	height: 32px;
	min-width: 870px;
	max-width: 1120px;
	border-radius: 5px 5px 0 0;
	padding: 20px;
	background-color: #F9F9F9;
	box-shadow: 0 2px 3px #CCC;
}

.fixarBarraFerramentas{
	position: fixed !important;
	top: 70px !important;
}

#container{
	position: relative;
	margin: 170px 20px 40px 20px;
	text-align: left;
	max-width: 1120px;
	border-radius: 0 0 5px 5px;
	padding: 40px 20px;
	background-color: #F9F9F9;
	box-shadow: 0 2px 3px #CCC;
	z-index: 97;
}

#navbar_1{
	position: absolute;
	top: 19px;
	left: 25%;
}

#navbar_2{
	position: absolute;
	top: 20px;
	right: 15px;
}

.menu_1 li{
	display: inline-block;
	padding: 7px 12px;
	margin-right: 5px;
	border: solid 1px #FAFAFA;
	cursor: pointer;
	border-radius: 2px;
}

.menu_1 li span.fa{
	color: #E86729;
}

.menu_1 li:hover{
	border: solid 1px #CCC;
	box-shadow: 0 1px 1px #CCC;
}

.menu_2 li{
	display: inline-block;
	padding: 7px 12px;
	margin-right: 5px;
	border: solid 1px #FAFAFA;
	cursor: pointer;
	border-radius: 2px;
}

.menu_2 li:hover{
	border: solid 1px #CCC;
	box-shadow: 0 1px 1px #CCC;
}

.bt-config{
	width: 18px;
	box-shadow: none;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	display: none;
	margin-left: -127px;
	top: 33px;
	background-color: white;
	border: solid 1px #CCC;
	box-shadow: 0 1px 1px #CCC;
	padding: 5px;
}

li ul li{
	float: inherit;
	width: 110px;
	font-size: 14px;
	margin: 5px;
}

ul li:hover ul {
	display: block; 
}

.thumbs{
	float: left;
	width: 210px;
	height: 180px;
	margin: 15px;
	text-align: center;
}

.pagina{
	width: 210px;
	height: 150px;
	box-shadow: 0 1px 2px #CCC;
	margin-bottom: 10px;
	background: #FFF url(../img/bg_thumbs.png) bottom center no-repeat;
}

.pagina:hover{
	box-shadow: 0 4px 6px #BBB;
	cursor: pointer;
}

.pagina .dados{
	position: absolute;
	width: 210px;
	top: 130px;
	text-align: center;
}

.numItens{
	font-weight: 700;
}

.numCotados{
	font-weight: 700;
	color: #E86729;
}

.aberto .data{
	font-size: .9em;
}

.fechado{
	font-size: .9em;
	color: #999;
}

.fechado:hover{
	color: #000;
}

.tituloPagina{
	position: relative;
	font-weight: 700;
	font-size: 25px;
	color: #CCC;
	padding: 15px 15px 15px 0;
	margin-bottom: 30px;
}

.titulo{
	font-weight: 700;
	color: #555555;
	font-size: 16px;
}

.botao-novo{
	position: absolute;
	top: 3px;
	right: 0;
	background-color: #555555;
	border: none;
	padding: 12px 17px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
}

.botao-novo:hover{
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	background-color: #000000;
}

.botaoHabilitado{
	position: relative;
	padding: 7px 15px;
	background-color: #555555;
	color: white;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-radius: 3px;
}

.botaoHabilitado:hover{
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	background-color: #000000;
}

.botaoVerde{
	position: relative;
	padding: 5px 15px;
	background-color: #666;
	color: white;
	font-size: 12px;
	font-weight: 700;
	border: none;
	border-radius: 3px;
}

.botaoVerde:hover{
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	background-color: #000;
}

.botaoDesabilitado{
	position: relative;
	padding: 7px 15px;
	background-color: #DDD;
	color: white;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-radius: 3px;
}

input{
	padding: 7px;
	font-size: 14px;
	color: #666;
	border: solid 1px #CCC;
	border-radius: 3px;
}

#janela{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	z-index: 1000;
	display: none;
}

#infos{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	z-index: 1001;
	display: none;
}

#infos2{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.focado{
	-webkit-filter: blur(none);
	-moz-filter: blur(none);
	-o-filter: blur(none);
	-ms-filter: blur(none);
	filter: blur(none);
}

.desfocado{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.divisor{
	border: none;
	border-bottom: solid 1px #66AE3D;
	margin: 10px 0;
}

.tabela{
	width: 100%;
	text-transform: uppercase;
}

.tabela .celula{
	border: none;
	border-bottom: solid 1px #DDD;
	padding: 12px 10px 12px 0;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}

.tabela td{
	border: none;
	border-bottom: solid 1px #DDD;
	padding: 12px 10px 12px 0;
	font-size: 13px;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: lowercase !important;
}

.tabela .linha:hover{
	background-color: #EEE;
	color: black;
}

#pop1{
	position: absolute;
	padding: 25px;
	top: 45%;
	left: 50%;
	width: 500px;
	height: 200px;
	margin: -125px 0 0 -275px;
	background: #FFF;
	box-shadow: 0 0 50px rgba(0,0,0,.5);
	border-radius: 10px;
}

#pop2{
	position: absolute;
	padding: 25px;
	top: 50%;
	height: 500px;
	left: 50%;
	width: 500px;
	margin: -275px 0 0 -275px;
	background: #FFF;
	box-shadow: 0 0 50px rgba(0,0,0,.5);
	border-radius: 10px;
}

#pop-cadastro{
	position: absolute;
	padding: 25px;
	left: 50%;
	width: 500px;
	height: auto;
	margin-top:20px;
	margin-left: -250px;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 0 0 50px rgba(0,0,0,.5);
	border-radius: 10px;	
}

.logo-cadastro{
	text-align: center;
	margin-top: 40px;
	width: 100%;
}

.bt-fechar{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #F55;
	padding: 3px 7px;
	border-radius: 5px;
	font-weight: 700;
	color: #FFF;
	z-index:9999;
}

.bt-fechar:hover{
	background-color: #C00;
	cursor: pointer;
}

#novo {
	position: absolute;
	top: 20px;
	left: 25px;
}

#novo li{
	list-style: none;
	float: left;
	margin-right: 10px;
}

#ferramentas{
	position: absolute;
	top: 20px;
	right: 25px;
}

#ferramentas li{
	list-style: none;
	float: right;
	margin-left: 10px;
}

.input-search {

}

.btn{
	color: #fff;

}

.campo-mensagem{
	display:none;
	background:#87CEFA;
	width:370px;
	height:auto;
	border-radius:4px;
	position:fixed;
	bottom:10px;
	right:10px;
	box-shadow:2px 2px 5px #ADD8E6;
	z-index:999;
	color:#fff;
	text-shadow:1px 1px 1px #6495ED;
	font-size: 16px;
	padding:15px 20px;
	text-align: center;
}

#lista-de-fornecedores{
	list-style-type: none;
}

#lista-de-fornecedores li{
	padding-bottom: 15px;
	display: block;
	width: 100%
}

#lista-de-fornecedores li:last-child{
	margin-top: 30px
}

#lista-de-fornecedores li h3{
	font-size: 20px;
	font-weight: 100;
	border-bottom: 3px solid #666;
	padding-bottom: 5px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color:#333;
}

.back-total{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:9999;
	background: rgba(255,255,255,0.5);
}

.campo-confirmacao{
	display:none;
	background:#87CEFA;
	width:360px;
	height:120px;
	border-radius:4px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top: -75px;
	box-shadow:2px 2px 5px #ADD8E6;
	z-index:9998;
	color:#fff;
	text-shadow:1px 1px 1px #6495ED;
	font-size: 16px;
	padding:15px 20px;
	text-align: center;
}

.campo-confirmacao h2{
	font-size: 16px;
	font-weight: 100;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
}

.campo-confirmacao .area-bts{
	width: 100%;
	margin-top: 10px;
}

.select{
	padding: 7px;
	font-size: 14px;
	color: #666;
	border: solid 1px #CCC;
	border-radius: 3px;
	width: 220px;
	height: 33px;
	background: #fff;
}

.input-group-addon{
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color:#555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius:4px;
	position: absolute;
	right: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	top:0;
	cursor: pointer
}

/*area d calendario ----- calendario*/

#calendario{
  width: 250px;
  height: auto;
  border-radius: 10px;
  border:1px solid #ccc;
  box-shadow: 2px 2px 5px #ccc;
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 10000;
}

.textRight{
  text-align: right;
}

#bt_calendar_opt_one{
  cursor: pointer;
}

#calendario td{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

#calendario table{
  margin-top: 7px;
}

#calendario span{
  cursor: pointer;
  position: absolute;
  top:5px;
}

#calendario #bt_voltar_mes{
  left: 10px;
}

#calendario #bt_avancar_mes{
  right: 15px;
}

.espacoDias{
  width: 33.3px;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  float: left;
  font-weight: bold;
  color: gray;
  margin:1px;
  background: #eee;
  padding-top: 4px;
}

.linhaDSemanas .espacoDias{
  height: 27px !important;
  color: #000 !important;
  background: none
}

.linhaDSemanas{
  border-bottom: 1px solid #ccc;
  float: left;
  margin-bottom: 5px;
  margin-top: 7px;
}

.diaBanco{
  background: #E86729;
  color: #fff;
  cursor: pointer;
}

select.diaBanco{
  background: none;
  color: #000;
  cursor: pointer;
}

select.diaBanco:hover, select.diaBanco:focus{
  background: none;
}

.diaBanco a{
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  color: #fff;
}

.diaBanco a:hover{
   text-decoration: none;
}

.diaBanco:hover, .diaBanco:focus{
 background: #E86729;
}

.selecionado{
 background: #E84C3C;
 cursor: pointer;
 color: #fff;
}

.selecionado a{
 background: #E84C3C;
 text-decoration: none;
 color: #fff;
}

.selecionado a:hover{
 background: none !important;
}

#mesAno2{
  width: 100%;
  text-align: center;
}

/*area do calendario --- calendario*/

.loading{
	width: 66px;
	height: 66px;
	position: fixed;
	background: url(../img/ajax-loader.gif);
	top:50%;
	left:50%;
	margin-left:-33px;
	margin-top:-33px;
}

#fornecedores, #fornecedores_lista{
	text-transform: uppercase;
}

#fornecedores_lista h2{
	font-size: 22px
}

.quebra{
	height:30px;
}

.estilo_moeda{
	color: #E86729;
	font-weight: bold;
	font-size: 16px;
}

#corpoDiv td:nth-child(4), #localAtualiza td:nth-child(4){
	font-size: 16px;
}

#corpoDiv td:nth-child(3), #localAtualiza td:nth-child(3){
}

#corpoDiv input{
	width: 50px;
	background: none;
	border:none;
	padding: 0 !important;
}

#corpoDiv input[type=text]:focus{
	box-shadow: 0 0 5px blue
}

.estilo_gray{
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
}

#vereda_busca2, #vereda_busca{
	text-transform: uppercase;
}

::-webkit-input-placeholder {
   text-transform: lowercase;
}

:-moz-placeholder {
   text-transform: lowercase;
}

::-moz-placeholder {
   text-transform: lowercase;
}

:-ms-input-placeholder {  
   text-transform: lowercase;
}

.desabilita-icones{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(255,255,255,0.5);
	top:0;
	left:0;
}

#aberturaCota{
	width: 250px;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -140px;
	margin-top: -25px;
	font-size: 30px;
	text-align: center;
	padding: 15px 15px;
	background-color: #555555;
	color: white;
	font-weight: 700;
	border: none;
	border-radius: 3px;
}

#aberturaCota:hover{
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	background-color: #000000;
}

#box_lances{
	width: 400px;
	height: 300px;
	border:2px solid #000;
	background: #ccc;
	position: absolute;

}

.corpo-pop2{
	overflow: hidden;
}

.corpo-pop2 h1{
	font-size: 30px;
	color: #000;
	width: 520px;
	padding: 30px 15px;
	text-align: left;
	position: absolute;
	left: 0;
	font-size: 20px;
	top: 0;
	margin-bottom: 20px
}

.corpo-pop2 table{
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: auto;
}

.corpo-pop2 table tr td{ 
	vertical-align: middle
}

.trLances:nth-child(even) {
	background: #fff
}
.trLances:nth-child(odd) {
	background: #eee
}

.trLances td{
	padding: 5px 10px;
}

.bola-qtd{
	width: 15px;
	height: 15px;
	border-radius:15px;
	background: #ccc;
	position: absolute;
	color: #000;
	text-align: center;
	font-size: 10px;
	padding:1px 3px 5px 3px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 5px

}

.voltarCotacao, .openFornecedor{
	cursor: pointer;
}

#content .tabela tbody tr:hover{
	background: #fff !important
}

.largura100{
	width: 480px
}

.largura1002{
	width: 495px
}

.largura1003{
	width: 100px
}

#table_AZ{
	margin-bottom: 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 100%;
}

#table_AZ td{
	text-align: center;
	width: 3.8%;
	padding:10px 0;
	font-weight: bold;
	color: #555555;
	cursor: pointer;
}

#table_AZ td.ativoMomento{
	background: #fff;
}

#table_AZ td.desabilita{
	color: #ccc;
	cursor: inherit;
}

#table_AZ td:hover{
	background: #fff
}

p{
	width: 100%;
	margin: 15px 0 20px 0;
}