@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}

body{
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

.faded{
	color: #666;
}

a{
	color: var(--corLink);
	text-decoration: none;
}

p{
	margin-bottom: 1em;
}

.nowrap{
	white-space: nowrap;
}

strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	min-width: 800px;
	position: relative;
}

#body{
	padding: 50px 0px;
}

/******
* BOTOES
******/
form button,
.botao,
.tab-menu li a{
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	color: var(--corMenu);
	background: var(--backgroundBotoes);
	border: 1px solid #aaa;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	display:block;
	opacity: 1;
	font-weight: 300;
	float:left;
	text-align: center;
}
form button > img,
.botao > img,
.tab-menu li a > img{
	opacity: 0.5;
	vertical-align: middle;
}


#cantoEsquerdo{
	position: absolute;
	top: 0px;
	right: 5px;
}
a.botao{
	min-width:120px;
	height:24px;
}
a.imprimir.botao{
	min-width: 0;
	background: none;
	border: none;
	float: right;
	font-size: 16px;
    margin-top: 17px;
    margin-right: 5px;
}

a.ajuda.botao{
	min-width: 0;
}
#frmSuperSearch{
	clear: none;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	position: relative;
}
#frmSuperSearch input[type="text"]{
	width: 100%;
	padding: 5px 0;
	height: auto;
}
#frmSuperSearch button{
	position: absolute;
	top:1px; right: 1px;
	background: var(--backgroundBotoes);
	border: none;
	border-radius: 0px;
	margin-right:0;
}

form button:hover,
.botao:hover,
.tab-menu li a:hover{
	opacity: 1;
}
form button:hover > img,
.botao:hover > img,
.tab-menu li a:hover > img{
	opacity: 1;
}

a.botao, form button{
	border: none;
	border-radius: 0;
	margin-right: 5px;
}

a.voltar{
	display: block;
	width: 70px;
	margin-top: 20px;
}

/*******
* HEADER
***********/
#header{
	width: 100%;
	background-color: var(--corPrincipal);
	position: fixed;
	z-index: 10;
}

#sombra_header{
	height: 2px;
	width: 100%;
	position: absolute;
	background:url(../images/sombra_header.png);
	z-index: 50;
}

#header #titulo{
	float: left;
	display: block;
}
#header #logo{
	float: right;
	display: block;
}

/*#header #barra_menu{
	background: url(../images/header_barra_menu.png) repeat-x;
	height: 35px;
}*/

a#terminar-sessao{
    float: right;
    padding-top: 12px;
    width: 35px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

a#terminar-sessao:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#utilizador{
	float: right;
	margin: 5px 10px 0 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

/*******
* MENU
*******/

ul#menu{
	float: left;
    display: table;
    height: 50px;
    margin-left: 30px;
}

ul#menu > li{
	display: table-cell;
	vertical-align: middle;
	width: auto;
}
ul#menu li a{
	display: block;
	height: 20px;
	margin: 0 15px;
	line-height: 14px;
	padding-top:9px;
}

ul#menu li > div{
    position: absolute;
    width: 100%;
    background: var(--corSecundaria);
    margin-top: 10px;
    left: 0;
    z-index: 10;
}

ul#menu li ul{
	margin-left: 205px;
}

ul#menu li ul li{
	display: inline-block;
}

ul#menu li ul li a{
	color: var(--corMenu);
}

ul#menu li:nth-child(2) a{
	margin-left: 5px;
}

ul#menu > li > a{
	color: var(--corMenu);
	text-transform: uppercase;
	font-size: 15px;
}

ul#menu > li.selected{
	border-bottom: solid 5px var(--corSecundaria);
	padding-top: 5px;
}
ul#menu li.selected ul li.selected{
	border-bottom: solid 3px var(--corPrincipal);
}
ul#menu li.parent > a{
}
ul#menu li.selected.parent > a{
}
ul#menu li li a{
	font-size: 14px;
	color: var(--corMenu);
	height: 22px;
}
ul#menu li li.parent > a{
	background-position: 18px 10px;
}
ul#menu li li li a{
		padding-left: 40px;
		font-size: 13px;
		color: var(--corMenu);
		
}

/********
* SIDEBAR
********/
#sidebar-left{
	width: 210px;
	float: left;
	position: relative;
	z-index: 10;

	min-height: 200px;
}

#sidebar-left .caixa{
	background:url(../images/barra_lateral_separador.png) bottom left no-repeat;
	padding: 0 20px 10px;
	margin-bottom: 10px;
}
#sidebar-left .caixa h1{
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar-left .caixa a{
	color: #333;
}
#sidebar-left .caixa li a{
	display: block;
	height: 24px;
	line-height: 24px;
}

#idiomas .selected{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#opcoes{
	right: 0;
	top:52px;
	position:fixed;
	font-size:12px;
	z-index:10;
}

#opcoes > span > a{
	height:25px;
	width: 40px;
	color: #fff;
	background: #dc2d38;
	border-radius: 5px;
	padding-left:15px;
	padding-top:2px;
	display:block;
	cursor: pointer;
	margin-right:5px;
}
#opcoes > span ul{
	width:165px;
	display:none;
	margin-left:-115px;
	margin-top:0px;
}
#opcoes > span:hover ul{
	display:block;
}
#opcoes > span:hover > a{
}

#opcoes ul li{
	color: #fff;
	background: #dc2d38;
	height:20px;
	width: 165px;
	padding-left:5px;
}
#opcoes ul li.separador{
	height:1px;
	background: url(../images/actionlist_line.png) no-repeat;
}
#opcoes ul li.topo{
	height:5px;
}
#opcoes ul li.base{
	height:5px;
}

#opcoes ul li a{
	display:block;
	width:160px;
	color: #fff;
}

/************
* CONTEUDO
*************/

#conteudo{
	width: 100%;
	color: var(--corTexto);
	line-height: 18px;
}

#squeeze{
	padding-left:20px;
	padding-right:5px;
}

#conteudo h1{
	font-size: 30px;
	color: var(--corTexto);
	padding-bottom: 9px;
	margin-bottom: 10px;
	font-weight:lighter;
	position:relative;
	margin-left: 70px;
}
#conteudo h1 span{
	font-size: 14px;
}

h1 a.imprimir{
	display: block;
	width: 20px;
	padding: 0 6px;
	right:0;
	top:0;
	position:absolute;
}

h1 a.ajuda{
	display: block;
	width: 20px;
	padding: 0 6px;
	right:35px;
	top:0;
	position:absolute;
}

h1 a.imprimir img{
	float: none;
	margin-right: 0px;
}

h1 a.imprimir img{
	float: none;
}


#conteudo h2{
	font-size: 18px;
	color: var(--corTexto);
	font-weight: 300;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#conteudo h3{
	font-size: 12px;
	font-weight: bold;
	color: var(--corTexto);
}

#conteudo #caminho{
	height: 15px;
	margin-bottom: 30px;
	margin-top: 2px;
	font-size: 14px;
	color: var(--corTexto);
}
#conteudo #caminho a{
	font-size: 12px;
}

#conteudo ul li{
	padding-left: 10px;
	margin-top: 5px;
}

#conteudo ul li.filhos{
	background: url(../images/seta_baixo.png) no-repeat 0px 5px;
}

#conteudo ul ul{
	margin-left: 5px;
}

/******
* FOOTER
*****/
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	display: none;
	line-height: 20px;
	background:url(../images/barra_rodape.png);
}

#footer div{
	text-align: center;
	font-size: 10px;
	color: #ccc;
}

#footer a{
	font-size: 10px;
}

/********
* FORM
********/

form{
	float: left;
}
form.form60{
	width: 60%;
}
form.form90{
	width: 90%;
}

form, fieldset{
	clear: both;
}

form legend{
	font-size: 18px;
	color: var(--corTexto);
	border-bottom: 3px solid #ccc;
	display: none;
	width: 100%;
}

textarea{
	overflow: auto;
}

form ol{
	padding-top: 5px;
}
form ol li {
  clear: left;
  display: block;
  zoom: 1;
  margin: 10px 0 0 0;
  padding: 3px 0;
}

form fieldset label {
  display: block;
  text-align: left;
  color: var(--corTexto);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
form fieldset label .help{
	display: block;
	float: right;
}

form ol li.required label{
	font-weight: 700;
}

form ol li.required label:after{
	content: ' *';
}


form fieldset fieldset {
  clear: none;
  float: left !important;
}

form fieldset fieldset label{
	float: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
}

form div.fckeditor{
	float: left;
	width: 604px;
}

form select{
	height: 25px;
}
form input[type="text"],
form input[type="password"]{
	height: 15px;
	padding: 5px;
}

form input,
form textarea{
	width: 400px;
}

form textarea{
	padding: 5px;
}

form input, input, select,
form select,
form textarea{
	font-size: 12px;
	border: none;
	background: #d3d3d3;
}

form .numerico input{
	text-align: right;
	width: 50%;
}

form .tempo input{
	text-align: right;
}

form input.metade{
	width: 50%;
}
form input.quarto{
	width: 25%;
}

form input.dia,
form input.mes,
.lista_itens table td input[type="text"].dia,
.lista_itens table td input[type="text"].mes{
	width: 1.2em;
	text-align: right;
}

form input.ano,
.lista_itens table td input[type="text"].ano{
	width: 2.4em;
	text-align: right;
}

form .upload a{
	display: block;
	margin-bottom: 5px;
}

form .inputDiv{
	position: relative;
	display: inline-block;
}

.inputDiv.tempo{
	width: 70px !important;
}

.inputDiv input{
	border: none;
}

.inputDiv input[type="number"] i{
	display: none
}

.inputDiv i{
	position: absolute;
	left: auto;
    right: 5px;
	top: 6px;
	font-size: 14px;
	cursor: pointer;
}

.preview{
	width: 128px;
	height: auto;
	margin-right: 15px;
}
.preview img{
	display: block;
}

form select{
	margin-left: 0;
}

form li.hidden{
	display: none;
}

form button{
}

form button img{
	vertical-align: middle;
}

form li.tabs{
	width: 720px;
}


form li.botoes{
	margin-top: 20px;
	width: 100%;
}

form span.countchars{
	display: block;
	text-align: right;
	padding-right: 5px;
}

form .muitosmuitos table.tipo1{
	width: 100%;
}

form .muitosmuitos table.tipo1 input[type="checkbox"]{
	float: left;
	margin-right: 5px;
}
form .muitosmuitos ul.tipo2 li span{
	display:block;
	float:left;
}

form .muitosmuitos ul.tipo2,
form .muitosmuitos ul.tipo3{
	width: 620px;
	border:1px solid #d6d6d6;
	background-color: #fafafa;
	padding: 0 5px 5px 5px;
	overflow:auto;
}
form .muitosmuitos ul.tipo2 li,
form .muitosmuitos ul.tipo3 li{
	float: left;
	clear: none;
	margin-right: 10px;
	padding-right: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	min-width: 125px;
	line-height: 23px;
}
form .muitosmuitos ul.tipo2 > li a.remover{
	height: 23px;
	display:block;
	float:right;
}
form .muitosmuitos ul.tipo2 > li.clear,
form .muitosmuitos ul.tipo3 > li.clear{
	padding:0;
	margin:0;
	min-width:0;
	height:0;
}
form .muitosmuitos ul.tipo2 > li.vazio,
form .muitosmuitos ul.tipo3 > li.vazio{
	float:none;
	clear:both;
	border:0;
	background: none;
}

form .muitosmuitos input[type="text"]{
	display: block;
	float: left;
	width: 400px;
}
form .muitosmuitos button.limpar_filtro{
	float: left;
}
form .muitosmuitos select{
	display: block;
	width: 140px;
	clear: both;
	height: 28px;
}

form table td a.help{
	display: none;
}
form table.listagem th a.help{
	float: right;
}

form .instrucoes{
	color: #999;
	display: block;
	font-size: 12px;
}

.gps input[type="text"]{
	float: left;
}
.gps a.botao{
	display: block;
	float: left;
	margin-left: 10px;
}

#group_wrapper.separar{
	width: 1100px;
	min-width: 1100px;
}
#group_wrapper.separar #group_inner{
}
#group_wrapper.separar #group_list{
	float: left;
	position: fixed;
	margin-right: 20px;
	padding: 20px 0;
}
#group_wrapper.separar #group_list li{
	padding: 0;
	margin: 0 0 0 -1px;
}
#group_wrapper.separar #group_list a{
	display: block;
	width: 150px;
	padding-left: 10px;
	min-height: 30px;
	line-height: 30px;
	color: var(--corPrincipal);
}

#group_wrapper.separar #group_list li.selected a{
	background-color: #fff;
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	color: #dc2d38;
}

#group_wrapper.separar #group_inner > fieldset{
	/*float: right;*/
	clear: none;
	width: 620px;
	padding-left: 180px;
}
#group_wrapper.separar .next_prev{
	margin-top: 5px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
	height:24px;
}
#group_wrapper.separar .next_prev.fim{
	border-top: 3px solid #ccc;
	padding-top:5px;
}
#group_wrapper.separar .next_prev .next{
	float: right;
}
#group_wrapper.separar .next_prev.fim{
	border-top: 3px solid #ccc;
}
button.next > img,
button.prev > img{
	margin-top:-2px;
}

.erro_campo{
	color: #C00;
	font-weight: bold;
}

/********
* LISTAGEM
**********/

table.listagem{
	float: left;
}

table.listagem caption{
	font-size: 13px;
	color: #000;
	height: auto;
	padding: 2px;
	border: solid 1px #D9D9D9;
	line-height: 30px;
}
table.listagem tr.accoes{
	font-size: 18px;
	color: #fff;
	background: #fff;
}
table.listagem tr.accoes td{
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
}
table.listagem tr.accoes a{
	display: block;
	margin-right: 10px;
	background: none;
	border: none;
	color: #000;
	margin-top: 6px;
	font-size: 14px;
	min-width: 15px;
}

/* PESQUISA E PAGINACAO */
table.listagem  tr.tools{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
table.listagem  tr.tools td{
	border: none;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 10px;
}
table.listagem  tr.tools td > img{
	display: block;
	float: left;
}

table.listagem tr.totais td{
	color: white;
}

form.pesquisa{
	display: block;
	margin-top: 5px;
	clear: none;
}

form.pesquisa input[type="search"]{
	width: 130px;
	border: none;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 5px;
	background: #fff;
	color: var(--corTexto);
	float: right;
}

form.pesquisa input[type="search"],
form.pesquisa button{
	display: block;
}
form.pesquisa button{
	width: 20px;
	height: 23px;
	float: left;
	padding: 0;
	margin-right: 4px;
	text-align: center;
	background: none;
	border: none;
	text-shadow: none;
	color: #000;
}
form.pesquisa button img{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

tr.tools .resultados{
	display: none;
}

tr.tools .total{
	float: left;
	font-size: 11px;
	color: #dc2d38;
	margin-right: 5px;
}

tr.tools .total,
tr.tools .paginacao{
}

table.listagem form.filtro{
	display: block;
	float: left;
	clear: none;
	font-size: 11px;
	margin-left: 5px;
}
table.listagem form.filtro,
table.listagem form.filtro fieldset{
	margin-top: 0;
}
table.listagem form.filtro label{
	width: auto;
	padding: 0;
	margin: 0;
	color: #dc2d38;
	font-weight: 500;
	display: inline;
}
table.listagem form.filtro select, select{
	margin-top: 4px;
	font-size: 11px;
	height: 23px;
	vertical-align: top;
}


/* CORPO */
table.listagem th, 
table.listagem tbody td{
	padding: 0 10px;
}
table.listagem thead tr{
	border: solid 1px #D9D9D9;
}
table.listagem tfoot{
    background: var(--corSecundaria);
    color: white;
}
table.listagem tfoot th{
	color: white !important;
}
table.listagem th{
	font-weight: 700;
	height: 25px; /* isto deviam ser 24px nao fosse o #%@$*% do IE */
	line-height: 25px;
	white-space: nowrap;
	background: none;
}
table.listagem th:last-child{
	border-right: none;
}
table.listagem th.selected{
	padding:0 10px !important;
}
table.listagem th.selected a{
	padding-right:0px;
}

table.listagem th:first-child,
table.listagem td:first-child{
	vertical-align: middle;
}
table.listagem th, th a{
	color: var(--corTexto);
	font-size: 11px;
}
table.listagem th a{
	display: block;
}
table.listagem tbody th{
	background-image: none;
	background-color: #ddd;
	border-right: 1px solid #b4b4b4;
}

table.listagem tr.dragging td{
	background-color:#FFC;
}
table.listagem tbody td{
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-weight: 300;
}
table.listagem tbody td{
	border-right: 2px solid #fff;
}
table.listagem tbody{
	border-bottom: 2px solid #fff;
}
#frmX table.listagem tbody td:first-child, #frmX table.listagem tbody td:nth-last-child(2), #frmX table.listagem tbody td:last-child{
	border-right: none;
}
table.listagem tbody .impar td{
	background-color: #f3f3f3;
}
table.listagem tbody tr:nth-child(odd){ /*O IE obriga a ter isto em separado.... */
	background-color: #f3f3f3;
}
table.listagem tbody .par td{
	background-color: #fff;
}
table.listagem tbody tr:nth-child(even){
	background-color: #fff;
}
table.listagem tbody tr:hover td{
}
table.listagem tbody td.apagar{
	padding-left: 5px;
}

table.listagem th.handle,
table.listagem td.handle{
	padding: 0;
}
table.listagem td.handle{
	cursor: move;
	width: 20px;
}
table.listagem td.handle > span{
	display: block;
	background: url(../images/simbolos/grip.png) no-repeat center;	
	width: 20px;
	height: 20px;
}
#frmX table.listagem button{
	width: 100%;
	background: var(--corPrincipal);
	color: var(--corMenu);
	text-shadow: none;
	opacity: 1;
}
table.listagem tbody td.apagar a{
	opacity: 0.5;
	color: #000;
}
table.listagem tbody td.apagar a:hover{
	opacity: 1;
}
table.listagem tbody td.apagar a .fa{
	vertical-align: middle;
}
table.listagem tfoot tr.tools{
	display: none;
}
/* PAGINACAO */
#conteudo .listagem .paginacao{
	float: right;
	margin-top: 3px;
}

#conteudo .listagem .paginacao div,
#conteudo .listagem .paginacao a{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	display: block;
	float: left;
}
#conteudo .listagem .paginacao select{
	float: left;
	height: 22px;
}

#conteudo .listagem .paginacao .inactivo{
	margin-right: 8px;
	width: 16px;
	padding: 0;
	opacity: 0.5;
	margin-top: 3px;
}
#conteudo .listagem .paginacao .botao{
	width: 16px;
	min-width: 10px;
	background: none;
	border: none;
	color: #000;
	margin-top: 3px;
}

#conteudo .listagem .paginacao .previous.botao{
	margin-right: 3px;
}
#conteudo .listagem .paginacao .botao img{
	margin: 7px 0 0 5px;
}

/* TOOLBOX */

.listagem .toolbox{
	float: left;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	background: #f5f5f5 url(../images/conteudo_barra_pagina_tabela.png) top repeat-x;
	min-width: 150px;
	margin: 22px 0 0 10px;
	padding-bottom: 5px;
}

.quadro_resumo{
	float: left;
	min-width: 500px;
}
.quadro_resumo dd{
	text-align: right;
}


/*******
* FICHA
*******/
dt, dd{
	display: block;
	float: left;
	margin-bottom: 5px;
}
dt{
	clear: both;
	width: 20%;
	/*font-family: "CartoGothicStdBold";*/
	font-family: 'Open Sans', sans-serif;
}
dd{
	width: 80%;
}

/********
* AVISOS E ERROS
********/
div.alert_erro,
div.alert_aviso,
div.alert_sucesso,
div.alert_info{
	padding: 10px 15px;
	min-height: 35px;
	min-width: 400px;
	font-size: 14px;
	border-radius: 7px;
	border:2px solid;
	-moz-border-radius: 7px;
	margin-top:5px;
}

div.alert_erro{
	margin-bottom: 20px !important;
	border-color: #ff0000;
	background-color: #fde2d5;
	color:#ff0000;
}

div.alert_aviso{
	background-color: #ffffcc;
	border-color: #ff6600;
	color: #ff6600;
}
div.alert_sucesso{
	background-color: #ccff99;
	border-color: #339900;
	color: #339900;
}
div.alert_info{
	background-color: #d4f6ff;
	border-color: #0053a1;
	color: #0053a1;
}

div.alert_erro img.simbolo,
div.alert_aviso img.simbolo,
div.alert_sucesso img.simbolo,
div.alert_info img.simbolo{
	position: absolute;
	display:block;
	margin-left:-32px;
	margin-top: -27px;
}



/********
* TABS
**********/



/***************
 LISTA ITENS
***********/
.lista_itens .listagem th{
	padding: 0 3px;
}
.lista_itens .listagem td{
	padding: 0;	
}
.lista_itens table td label{
	display: none;
}

.lista_itens table .new{
	display: none;
}

 .lista_itens table td .inputDiv{
	width: auto;
 }

.lista_itens table td input[type="text"]{
	width: 180px;
}
.lista_itens td .legendas{
	height: auto;
    width: 40%;
    display: inline-block;
}
.lista_itens td.data{
	width: 146px;
	white-space: nowrap;
}
.lista_itens .upload button{
	margin-top: 2px;
	float: left;
}
.lista_itens .upload a{
	display: inline;
}
.lista_itens .upload div.fora{
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	width: 350px;
}
.lista_itens tr.totais td:nth-of-type(2){
	font-weight: bold;
}
.lista_itens tr.totais .SUM{
	text-align: right;
}

li.checkbox > label{
	display: inline;
}
li.checkbox > input[type="checkbox"]{
	margin:2px 5px 0 0;
	width: auto;
	display: block;
}
li.combobox > select{
	line-height: 28px;
	height:28px;
}

li.muitosmuitos > fieldset > h2{
	border-bottom: none !important;
	border-top: 2px solid #ccc;
	padding-top:5px;
	font-size:14px !important;
	margin-bottom:0 !important;
}

ul#barra_esquerda{
	height:60px;
	background: url(../images/barra_menu_rapido.png) no-repeat;
	padding: 5px 5px 5px 20px;
}

ul#barra_esquerda li{
	list-style-type: disc;
}

#conteudo_mesmo{
	margin-left: 70px;
}
.showOnPrint{
	display: none;
}

#sanches{
	height: 400px;
}

.error{
	border: solid 1px #b94a48;
}

.valid{
	border: solid 1px #468847;
}

div.escolher {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 10px;
}

td div.escolher{
    float: right;
	margin-right: 25px;
}

div.operacoes{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

span.upload-path {
    text-align: left;
    display: inline-block;
    font-size: 80%;
    color: #3a8c99;
    line-height: 30px;
    font-size: 11px;
    font-weight: 300;
    height: auto;
    word-wrap: break-word;
    line-height: 10px;
    vertical-align: middle;
}

td span.upload-path{
	width: 40%;
}

div.titleUpload {
    background: none;
    font-size: 12px !important;
    color: #E11A2C;
    text-align: center;
    border: solid 1px #ECECEC;
    opacity: 1;
    padding: 2px;
}

input.upload {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

button.deleteUpload{
	display: inline-block;
	width: 15% !important;
	height: 100%;
	vertical-align: middle;
	margin-top: 0px !important;
	float: none !important;
}

.ajaxSuggestLista{
	position: absolute;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	min-width: 150px;
	display: none;
	margin-top: -1px;
}

.ajaxSuggestLista li{
	padding: 4px 5px !important;
	margin: 0 !important;
}

.ajaxSuggestLista li.selectable{
	cursor: pointer;
}

.ajaxSuggestLista li.selectable:hover,
.ajaxSuggestLista li.selectable.highlighted{
	background-color: #e9e9e9;
}

input.ajaxSuggest.hint{
	color: #999;
}

#drop_zone{
	background-color: var(--corSecundaria);
	color: var(--corTexto);
	border-radius: 5px;
	border: 2px #333 dashed;
	width: 200px;
	text-align: center;
	position: relative;
}

td #drop_zone{
	width: 100%;
	line-height: 16px;
}

#drop_zone input[type="file"]{
	opacity:0; 
	height:0px;
	width:0px;
}

#drop_zone .labelFicheiro{
	border: var(--corMenu) 1px solid;
	border-radius: 5px;
	color: var(--corMenu);
	cursor: pointer;font-size: 10px;
	display: block;
	font-weight: 300;
	line-height: 12px;
	margin: 5px auto 5px auto;
	padding: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
.imgUpload{
	height: 50px;
	margin-top: 5px;
}
.file{
	margin: 5px auto 0 auto;
	opacity: 0.9;
	padding: 0px 2%;
	position: relative;
	text-align: left;
	width: 54px;
}
.trash{
	color: var(--corTexto);
	position: absolute;
	right: 0;
	top:0;
}
.file a{
	margin-bottom: 0px !important;
	font-size: 14px;
}


@media screen and (max-width: 1300px) {
    #menu{
    	clear: left;
    	margin-left: 0px !important;
    	height: 30px !important;
    }

    ul#menu li ul{
    	margin-left: 5px;
    }

    ul#menu li > div{
    	margin-top: 5px;
    }

    #squeeze{
    	padding-top: 50px;
    }

    #opcoes{
    	top: 90px;
    }
}

#conteudo h1.grupos{
	margin-left:0;
	margin-top: 30px;
	font-weight: bold;
	border-bottom: solid 1px;
	font-size: 24px;
	width: 100%;
	padding: 2px;
	text-transform: uppercase;
}
fieldset.exibeBlocos{
	float: left;
	clear: none;
	width: 30%;
	margin-right: 3%;
}

#group_wrapper{
	margin-bottom: 20px;
}

.botoesfinais{
	background-color: #A8A8A8;
	width: 100%;
	padding: 10px;
	position: fixed;
	bottom: 0px;
}

.botoesfinais ol{
	padding-top: 0px;
}

.botoesfinais li.botoes{
	margin-top: 0px;
}