.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal{
	display: none;
	padding:0 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
	width: 614px;
	min-height: 300px;
}

.chosen-container{
	xwidth: 272px !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid transparent;
	padding: 0px 10px !important;
	color: #5a86a3;
	background-color: #fff;
}
.chosen-container-multi .chosen-choices {
	border: 1px solid transparent !important;
	box-shadow: none !important;
	background-image: none !important;
}

.chosen-container .chosen-results {
max-height: 200px !important;
}

/* BOX MODAL PEDIDO GLOBAL */
.box-modal{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


.box-modal .box-modal-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

.box-modal .box-modal-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

.box-modal #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.box-modal h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

.box-modal .ui-input-style1{
	height: 30px;
	line-height:26px;
}

.box-modal select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

.box-modal label{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 140px;
	padding-right: 10px;
	text-align:right;
}

.box-modal-bottom{
	position: relative;
}


.box-modal-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

.box-modal-check p.box-modal-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
	font-size: 12px;
	line-height: 16px;
}

#send-proposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-pproposta-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.box-modal-result{
	display: none;
}

.box-modal-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
.box-modal-result p {
	padding: 8px 12px 8px 12px;
}

.box-modal-result button {
	margin: 4px 0px 0px 12px;
}




/* BOX PEDIDO CONTACTO */
#box-pproposta{
	height: 488px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-pproposta #box-pproposta-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-pproposta #box-pproposta-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-pproposta #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-pproposta h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-pproposta .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-pproposta select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}
/*
#box-pproposta label{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1; *display:inline;
	width: 140px;
	padding-right: 10px;
	text-align:right;
}
*/

#box-pproposta-bottom{
	position: relative;
}


#box-pproposta-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

#box-pproposta-check p#box-pproposta-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
	font-size: 12px;
	line-height: 13px;
}

#send-pproposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-pproposta-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#box-pproposta-result{
	display: none;
}

#box-pproposta-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
#box-pproposta-result p {
	padding: 8px 12px 8px 12px;
}

#box-pproposta-result button {
	margin: 4px 0px 0px 12px;
}


#box-pproposta #nome{
	width: 250px;
	margin-right: 6px;
	display:inline-block;	
}

#box-pproposta #empresa{
	width: 185px;
	display:inline-block;	
}
#box-pproposta #servicos{
	width: 200px;
}
#box-pproposta #observacoes{
	width: 250px;
}
#box-pproposta #email{
	width: 185px;
	margin-right: 6px;
}
#box-pproposta #telefone{
	width: 130px;
	margin-right: 6px;
}
#box-pproposta #concelho{
	width: 174px;
}

/* BOX PEDIDO PROTOCOLO */
#box-pedidoProtocolo{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-pedidoProtocolo #box-pedidoProtocolo-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-pedidoProtocolo #box-pedidoProtocolo-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-pedidoProtocolo #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-pedidoProtocolo h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-pedidoProtocolo .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-pedidoProtocolo select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

#box-pedidoProtocolo label{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 140px;
	padding-right: 10px;
	text-align:right;
}

#box-pedidoProtocolo-bottom{
	position: relative;
}


#box-pedidoProtocolo-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

#box-pedidoProtocolo-check p#box-pedidoProtocolo-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
}

#send-proposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-pedidoProtocolo-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#box-pedidoProtocolo-result{
	display: none;
}

#box-pedidoProtocolo-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
#box-pedidoProtocolo-result p {
	padding: 8px 12px 8px 12px;
}

#box-pedidoProtocolo-result button {
	margin: 4px 0px 0px 12px;
}