body {
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	font-family: 'roboto-regular';
	height : 100%;
	display : flex;
}

.estatisticas_filtros{
	background-color: rgb(255,255,255);
}
html{
		height:100%;
}

#body_to_print{
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
    *{
	border: none !important;
	margin-top: 10px;

    }
}



/* primeira coluna */
table.barra_de_filtros tr td:first-child {
  width: 20%;
}

/* segunda coluna */
table.barra_de_filtros tr td:nth-child(2) {
  width: 10%;
}

/* da terceira em diante */
table.barra_de_filtros tr td:nth-child(n+3) {
  width: 20%;
}
table.barra_de_filtros tr td:nth-child(5) {
  width: 5%;
}

table.barra_de_filtros tr td:nth-child(6) {
  width: 1%;
}


.lista_categorias{
	margin-top : -10px;
}

.logo_principal_ca{
	width:100%;
	margin-bottom:10px;
	margin-top: 15px;
}

table, th, tr, td
{
	
	border-collapse: collapse;
}


a:link{
	
	/*text-decoration: none;*/
	text-decoration-color: rgb (100,100,100)
}


a:link:hover{
	text-decoration: none;
	font-weight: 800;
}

.fixedMenu {
	height: 100px;
}

.fixedFooter {
	height: 10px;
}

.username {
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.tabela_principal {
    margin-top: 5px; /* Margem superior definida como 0 */
    margin-left: auto; /* Margem esquerda automática */
    margin-right: auto; /* Margem direita automática */
    margin-bottom: auto; /* Margem inferior automática */
    min-height: 800px;
    width: 1200px;
    background-color: #FFFFFF;
}

.lista_categorias{
	width: 100%;

}

.p_10 img {
	border-radius: 5px;
}

.p_10 img:hover {
	filter: brightness(1.2);
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*   LOGIN   */
.fixedMain {
	background-image: url("/imgs/html/ca_entrada_up.jpg");
	background-repeat: no-repeat;
	background-size: 1200px 100%;
}

.fixedTop {
	background-size: 1200px;
	vertical-align: text-top;
}


.text-login{
	font-family: roboto-thin;
	font-size: 16px;
	color: rgb(255,255,255);
}

.footer-text{
	font-family: roboto-regular;
	color: rgb(14, 83, 57);
}

.footer-text a {
	color: rgb(14, 83, 57);
}


.btn_login{
	width: 125px;
	height: 36px;
	padding: 0px;
	margin-top: 2px;
	cursor: pointer;
	border: 2px solid rgb(149, 149, 149) !important;
	background-image: url("/imgs/html/ca_botao_entrar.png") !important;
}


.align-mid-text{
	vertical-align:middle;
}

.mg-r-20{
	margin-right: 20px;
}

.rec_pass{
	text-decoration: none;
	font-family: roboto-thin;
	font-size: 16px;
	color: rgb(255,255,255);
}

.bg_color_body{
	background-color: rgb(0,150,94);
}

.menu_top{
	background-color: rgb(0,150,94);
	font-family: roboto-thin;
	font-size: 19px;
	height:50px;
	
	width: 1200px;
	position: fixed; /* Fixa o elemento na viewport */
	top: 0; /* Alinha o elemento ao topo da viewport */
	z-index: 100; /* Garante que o menu fique acima de outros elementos */
}

.menu_top_login{
	font-family: roboto-thin;
	font-size: 19px;

}

.link_top{
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.link_top img{
	margin-right: 2px;
	margin-left: 2px;
}

.link_top:hover{
	font-weight: 800;
}

.line-top-menu{
	background-color: rgb(0,150,94);
	height: 31px;
}

.left-menu{
	color: rgb(255, 255, 255);
	font-family: roboto-thin;
	font-size: 16px;
	background-color: rgb(246, 138, 33);
}

.right-menu{
	background-color: rgb(246, 138, 33);
	padding: 5px;
}

.link-cat{
	list-style: none;
	margin-left: 0; 
    padding-left: 10px; 
 }




.footer_content{
	background-color: rgb(0,150,94);
	height: 30px;
}

.footer-text_content{
	color: rgb(255, 255, 255);
	font-family: roboto-thin;
	font-size: 13px;
}

.footer-text_content a {
	color: rgb(255, 255, 255);
}

.destaques{
	margin: 5px;
}

.destaques img{
	width: 200px;
}



.img-menu-dest{
	text-align: right;
	margin-left: -25px;
	margin-right: 20px;
	margin-bottom: 6px;
	width: 205px;
	border-bottom: 2px solid rgb(255, 255, 255);
}

.img-menu-dest:hover{
	border-bottom: 2px solid rgb(223, 69, 17);
}

.cesto_compras{
	background-color: rgb(255, 255, 255);
	border: 8px solid rgb(246, 138, 33);
}
.cesto_compras_tabela{
	width: 201px;
}
.cesto_compras_text{
	color: rgb(246, 138, 33);
	font-family: roboto-thin;
	font-size: 12px;
}

.cesto_compras_text_unidades{
	color: rgb(246, 138, 33);
	font-family: roboto-thin;
	font-size: 12px;
	margin-left: 50px;
}


.img_carrinho {
	height: 35px;
	width: 35px;
	margin-left: 4px;
	vertical-align: baseline;
	margin-top: 10px;
    margin-bottom: 5px;
}

.tr_carrinho_prod{
	background-color: rgb(255, 255, 255);
	border: 10px solid rgb(246, 138, 33);
}

.tr_cesto{
	font-family: roboto-thin;
	background-color: rgb(255, 255, 255);
	text-align: center;
	border: 5px solid rgb(246, 138, 33);
	color: rgb(246, 138, 33);
}

.tr_carrinho_prod_top{
	background-color: rgb(255, 255, 255);
	border-top: 10px solid rgb(246, 138, 33);
	border-left: 10px solid rgb(246, 138, 33);
	border-right: 10px solid rgb(246, 138, 33);
	font-family: roboto-regular;
}

.tr_carrinho_prod_bot{
	background-color: rgb(255, 255, 255);
	border-bottom: 10px solid rgb(246, 138, 33);
	border-left: 10px solid rgb(246, 138, 33);
	border-right: 10px solid rgb(246, 138, 33);
	font-family: roboto-regular;
	color: rgb(246, 138, 33);
}

.tr_carrinho_prod_mid{
	background-color: rgb(255, 255, 255);
	border-left: 10px solid rgb(246, 138, 33);
	border-right: 10px solid rgb(246, 138, 33);
	font-family: roboto-regular;
}

.mg-5-r{
	margin-right: 5px;
}

.tr_carrinho_prod_end{
	border-bottom: 10px solid rgb(246, 138, 33);
	border-left: 10px solid rgb(246, 138, 33);
	border-right: 10px solid rgb(246, 138, 33);
	font-family: roboto-regular;
}

.qt_carrinho{
	font-size: 10px;
}
.qt_total_carrinho{
	font-size: 10px;
}
.sub_cat{
	margin-left: 15px;
}

.sub_cat_active{
	font-weight: 900;
	color: rgb(81,114,82);
}

.prod_list{
	margin-left:20px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	height: 70px !important;
	background-color: rgb(238,238,238) !important;
	padding-top: 5px !important;
}

.blanktopMenu{
	margin-top: -102px;
}

.searchprods{
	margin-bottom: 10px !important;

}


select {
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(39 149 66) !important;
    height: 34px !important;
    color: rgb(0 0 0) !important;
}



.btn_search{
	height: 34px;
	border: 2px solid rgb(149, 149, 149) !important;
	background: url("/imgs/html/ca_icon_search_2.png") no-repeat !important;
	background-color: rgb(238, 238, 238) !important;
}

input[type="email"],
input[type="date"],
input[type="text"],
input[type="password"]{
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(39 149 66) !important;
    height: 34px !important;
    color: rgb(0 0 0) !important;
}

input[type="checkbox"],input[type="submit"]{
	cursor: pointer;
}



.input-icon {
  position: relative;
  display: inline-block;
}

.input-icon .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-icon input {
  padding-left: 30px; /* espaço para o ícone */
  height: 34px;
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(39, 149, 66);
  color: rgb(0, 0, 0);
}

/* Desativa seleção de texto em todo o documento */
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

/* Mantém seleção e cursor apenas nos campos de input e textarea */
input, textarea {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  cursor: text;
}
input[type="submit"] {
	cursor: pointer;
}



.logo_top {
	margin-left: 245px;
}

.logout_2 {
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.logo_top_2{
	margin-left: 45px;
}

.pm {
	width: 161px;
	height: 61px;
	margin-left: 32px;
	margin-top: 10px;
}

.lista_pedidos_td{
	background-color: rgb(149,149,149);
	color: rgb(255,255,255);
}
.lista_pedidos_td a:link{
	color: rgb(255,255,255);
}
.lista_pedidos_td a:visited{
	color: rgb(255,255,255);
}

.lista_pedidos_td2{
	background-color: rgb(203,200,200);
	text-align: right;
	width : 100px;
}

.lista_pedidos_td2 a:link{
	color: rgb(0,0,0);
}

.lista_pedidos_td2 a:visited{
	color: rgb(0,0,0);
}

.lista_pedidos_value{
		padding-right :10px;
}

.border_sp{
	 border-right: 2px solid white;
	 font-size: 14px;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    @page 
    {
        size:  auto;   /* auto is the initial value */
        margin: 2cm;  /* this affects the margin in the printer settings */
    }

    html
    {
        background-color: #FFFFFF; 
        margin: 0px;  /* this affects the margin on the html before sending to printer */
    }

    body
    {
        border: solid 1px blue ;
        margin: 10mm 15mm 10mm 15mm; /* margin you want for the content */
    }
}

.mtop{
	margin-top: 15px;
}

.anexar {
	border-radius: 0px;
	border: 0px;
	background-image: url('/imgs/html/ca_botao_anexar.png');
	width: 77px;
	height:36px;
}

.cancelarP{
	border-radius: 0px;
	border: 0px;
	background-image: url('/imgs/html/ca_botao_cancelar.png');
	width: 178px;
	height:36px;
	margin-left: 10px;

}

.text_table{
	font-family: roboto-regular;
	font-size: 16px;
	color: rgb(9, 83, 57);
}


.btn-file {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0.5;
    outline: none;
    background: rgb(149, 149, 149) !important;
    cursor: inherit;
    display: block;
}

.btn-attach{
	background-color: rgb(189,189,189);
	border : solid 1px;
	padding : 7px;
}

.Quserbalcao select{
	min-width: 130px;
}

.btn-submit-request{
	color: white;
	background-color: rgb(149, 149, 149); 
	border-radius: 0px !important;
}

#sede_compra{
	width: 605px !important;
}
#balcao_compra{
	width: 605px !important;
}

.input_compra{
	width: 600px;
}

#fn_editar_produto{
	width: 240px;
}

#assoc_prod{
	width: 200px !important;
}

.fprod_bg{
	padding: 5px;
    background-color: rgb(232, 232, 232);
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.img_fichprod{
	padding: 5px;
}

.text_fichprod{
	margin: 10px;
}

.fichprod_name{
	font-family: roboto-regular;
	font-size: 16px;
	color: rgb(9,83,57);
	padding-top: 10px;
}

.fichprod_price{
	font-size: 20px;
}

.fake_btn_criar{
	width: 131px;
  	text-align: center;
  	float: left;
  	color: #000;
  	line-height: 32px; 
  	text-decoration: none;
  	border-radius: 4px;
  	background-image: url('/imgs/html/ca_botao_criar_art.png');
}

.fake_btn_editar{
	width: 131px;
  	text-align: center;
  	float: left;
  	color: #000;
  	line-height: 32px; 
  	text-decoration: none;
  	border-radius: 4px;
  	background-image: url('/imgs/html/ca_botao_editar_art.png');
	background-repeat: no-repeat;
}

.pedido_price{
	font-size: 16px;
}

.pedido_total_prod{
margin: 10px;
color: rgb(246,139,31);
font-size: 16px;
font-family: roboto-regular;
}

.fileContainer {
    overflow: hidden;
    position: relative;

    background-color: rgb(149, 149, 149) !important;
    color: white;
    padding: 5px;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 20px;
   /* min-width: 100%; */
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100px;
}

.fileContainer:hover {
	cursor: pointer;
}

.mg-left{
	margin-left: 10px !important;
}
.swarning{
	width: 85px;
}

.fake_alterar{
    display: block;
    background-color: rgb(223, 96, 96) !important;
    border: 1px;
    height: 23px;
    color: white;
    width: 76px;
    border-radius: 4px;
	cursor: pointer;
}

.fake_alterar2{
	display: block;
    background-color: rgb(223, 96, 96) !important;
    border: 1px;
    height: 23px;
    color: white;
    width: 76px;
    border-radius: 4px;
	margin-top : 10px;
	cursor: pointer;
}

.fl{
	float: left;
}

.ac{
	text-align: center;
	font-family: roboto-regular;
}

.link_table{

	color: rgb(255, 255, 255);
}

.link_table2{
	
	color: rgb(0, 0, 0);
}



#search_prod_global{

	width: 500px;

}

#refresh{
	background-image: url('/imgs/html/ca_botao_refresh.png');
	width: 35px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}
#refresh:hover{
	filter: brightness(1.2);
}


#b_submeter{
	background-image: url('/imgs/html/ca_botao_submeter.png');
	width: 204px;
	height: 36px;
	border: 0px;
	border-radius: 4px; 
	cursor: pointer;

}

#b_submeter:hover{
	filter: brightness(1.2);
}

.textarea_obs{
	height: 5em;
	width: 100%;
}

#links_pedidos{
	border-bottom: 1px solid rgb(0,115,96);
}

.lh{
	line-height: 3;
}

.ref_style{
	font-family: roboto-regular;
	color: rgb(9,83,57);
}

.ref_num_style{
	font-family: roboto-thin;
	font-size: 14px;
	color: rgb(9,83,57);
}

.desc_style{
	font-family: roboto-thin;
	font-size: 13px;
	color: rgb(9,83,57);
}

.preco_unit_style{
	font-family: roboto-regular;
	font-size: 16px;
	color: rgb(9,83,57);
}

.iva_style{
	font-family: roboto-regular;
	font-size: 16px;
	color: rgb(9,83,57);
}

.indisponivel_label {
    background-color: rgb(246, 138, 33);
    width: 120px;
    text-align: center;
    margin-top: 25px;
    color: white;
    height: 20px;
}

.tabela_encomenda_fornecedor
	{
		width: 100%;
		background-color: rgb(238, 238, 238);
    	margin-bottom: 15px;
	}

.car_lateral_title{
	font-size: 18px;
	font-family: roboto-regular;
	color: rgb(255, 255, 255);
	border-bottom: 2px solid white;
}
.car_lateral_units{
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
}

.car_lateral_del{
	vertical-align: super;
}

.car_lateral_qtt{
	color: rgb(81,114,82);
	margin-left: 5px;
	font-size: 12px;
}

.car_lateral_prod{
	background-color: rgb(251, 199, 149);
}

.car_lateral_prod_name{
	color: rgb(81,114,82);
}

.imagem-banner{
	width: 95%;
}

.img-produto{
	width:120px;
	height:120px;
	border: solid 1px;
    padding: 2px;
    border-color: rgb(9, 83, 57);
}

.car_lateral_prod_qtt{
	color: rgb(225,81,30);
}

.car_subtotal_text{
	font-size: 16px;
	color: rgb(255,255,255);
}

.car_subtotal_euro{
	color: rgb(255, 255, 255);
	font-size: 21px;
}

.ver_historico{
	font-family: roboto-regular;
	font-size: 16px;
    color: rgb(9, 83, 57);
    text-align: left;
    margin-left: 10px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 13px;
    color: black;
    background-color: rgb(189,189,189);
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: rgb(173,173,173);
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

#alterar_lp{
	margin-top: 15px;
}


.width_s3{
	width: 200px;
}

.width_s3_th{
	width: 70px;
}

.m_width_enc{
	width: 50px;
}

.width_qtt_returned{
	width: 100px;
}

fieldset {
  border:0;
  margin-bottom:20px;
}



img.preview {
  width:200px;
  height:auto;
  clear:both;
  margin:10px 0;
}

.stockWarningVerde{
	text-align : center;
	background-color : #00FF00;
	color : #000000;
}

.stockWarningVermelho{
	text-align : center;
	background-color : #FF0000;
	color : #FFFFFF;
}

.td_addline{
	width:389px;
}

.td_addline_name {
	width:369px;
}

.td_addline_desc {
	width:311px;
}

.td_obs_text {
	width:98%;
	height: 175px;
	resize: none;
}

.strips{
	color: black; 
}
.strips>tbody>tr:nth-child(odd)>td, 
.strips>tbody>tr:nth-child(odd)>th {
   background-color: #F9B979; 
   color: black; 
 }

 .strips>tbody>tr:nth-child(even)>td, 
.strips>tbody>tr:nth-child(even)>th {
   background-color: #FFFFFF; 
   color: black;
 }

.strips>tbody>tr>td:nth-child(even)>a, 
.strips>tbody>tr>th:nth-child(even)>a {
   color: black; 
 }

.strips>tbody>tr>td:nth-child(odd)>a, 
.strips>tbody>tr>th:nth-child(odd)>a {
   color: black; 
 }
 .strips>tbody>tr:nth-child(odd)>td, 
.strips>tbody>tr:nth-child(odd)>th {
   background-color: #F9B979; 
   color: black; 
 }

#footer_login{
	background-image: url("/imgs/html/ca_entrada_down.jpg");
	background-repeat: no-repeat;
	background-size: 1200px 162px;
}

.no_padding {
	padding: 0px !important;
}

.padding_right_15 {
	padding-right:15px;
}

.t_prods{
	border: 7px solid white;
	background-color: rgb(232, 232, 232);
}

.p_10{
	padding: 10px;
}

.a_left {
	text-align: left;
}

.a_right{
	text-align: right;
}

.warning {
    color : red;
}
