
/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#2F3238;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}


a{
	color:#000;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#000;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

select:focus,
input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:300;
	font-family: 'Titillium Web', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay{
	width: 212px;
	height: 59px;
    margin: 20px 0 0 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 0;
}
#home-slider .overlay img{
	width: 100%;
}
#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -450px;
	width: 900px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 100px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
	font-size: 24px;
	color: #232323;/*cor da letra*/
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
}
#home-slider .slide-content .escreveu {
	font-size: 14px;
	display:block;
	line-height: 20px;
}


#home-slider .slide-content img {
	width:20%;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;/*#2F3238 cor da barra inferior*/
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#3CF;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#3CF;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#3CF;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #26292E;/*#26292E*/
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 13px 0;
	margin-left: 20px;
}

header #logo img {
	width:212px;
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #3CF;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	color:#FFFFFF;
}
#navigation-mobile li a:hover{color:#3CF;}


/* ==================================================
   Section Page
================================================== */

.page {
	/*background: #2F3238;*/
	background: url(../img/fundo30.png) repeat;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	/*background: #26292E;*/
	background: url(../img/fundo20.png) repeat;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}
.page-alternate2 {
	/*background: #26292E;*/
	/*background: url(../img/fundo20.png) repeat;*/
	padding: 100px 0;
	position: relative;
	z-index: 99;
}
#headFront{ background: url(../img/fundo20.png) repeat;}
#headFront2{ background: url(../img/fundo50.png) repeat;}

.det { padding:10px; color:#FFF;}
.detBold { padding:10px; font-weight:bold; color:#FFF;}

.detBold2 {font-weight:bold; color:#006699; float:left}

.vermelho2{ color:#F00; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; font-weight:bold; padding:0 5px 0 5px;}
.verde2{ color:#060; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; font-weight:bold; padding:0 5px 0 5px;}
.azul2{ color:#06F; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; font-weight:bold; padding:0 5px 0 5px;}

.page-alternateB {
	background: #69C;
	padding: 20px 0;
	position: relative;
	z-index: 99;
	border-top:#036 1px solid;
}
.page-alternateB2 {
	background: #6CF;
	padding: 20px 0;
	position: relative;
	z-index: 99;
	border-top:#036 1px solid;
}
.page-login {
	/*background: #46474a;*/
	background: url(../img/fundo40.png) repeat;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 36px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 20px;
	font-weight: 200;
	margin: 0;
}

.title-page .title-description .imgFreg { width: 40px;
										  padding: 0 10px 0 0;
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #3CF;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
			
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
			
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3CF;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
	

}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);

}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	width:270px;
	height:189px;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}
.image-wrap img {
	padding: 20px 0 0 65px;	
}


.image-wrap a:hover {
	opacity:0.6;
}



.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/fundo30.png) top repeat;
	
	opacity: 1;
	filter: alpha(opacity=100);
	
	-moz-border-radius: 30px;
	-webkit-border-radius:  30px;
	border-radius:  30px;

}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


.image-wrap .hover-wrap .overlay-text-thumb2 {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 70%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Listagem Backoffice Freg
================================================== */

.listagemFregBack{width:100%; border:
				  solid 1px #036;
				  background: #007DFB;
				  margin:5px;
				  float:left;
}

.listagemFregBack:hover{ background: #7abff4;
}

.listagemFregBack img{width: 60px;
				      padding: 5px;
					  float:left;
}

.listagemFregBack .spanL{ color:#FFFFFF;
						padding:25px 5px 0 0;					
}

.listagemFregBack .legislacao{ float: right;
							   width: 32px;
							   height: 32px;
							   margin: 18px 20px 0 15px;
							   opacity: 1;				
}

.listagemFregBack .legislacao img{ width:100%;}

.listagemFregBack .legislacao:hover{ opacity: 0.5;
}

.listagemFregBack .apagar{ background: url(../img/delete.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 15px;
						   opacity: 1;				
}

.listagemFregBack .apagar:hover{ opacity: 0.5;
}

.listagemFregBack .editar{ background: url(../img/edit.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 15px;
						   opacity: 1;				
}

.listagemFregBack .editar:hover{ opacity: 0.5;
}

#listagemFregBack{ opacity: 1;
				   background:#F00;
}

#listagemFregBack:hover{ opacity: 0.5;
}

.listagemFregBack .nextPlanta{ background: url(../img/nextPlanta.png);
							   float: right;
							   width: 32px;
							   height: 32px;
							   margin: 22px 10px 0 15px;
							   opacity: 1;				
}

.listagemFregBack .nextPlanta:hover{ opacity: 0.5;
}


/* ==================================================
   Listagem Backoffice Utilizador
================================================== */

.listagemUtilizador{width:100%; border:
				  solid 1px #036;
				  background: #007DFB;
				  margin:5px;
				  float:left;
}

.listagemUtilizador:hover{ background: #7abff4;
}


.listagemUtilizador .spanL{ color:#CCC;
						padding:10px 0 0 0;
						font-size:12px;					
}

.listagemUtilizador .spanD{ color:#FFFFFF;
						padding:10px 0 0 0;
						font-size:18px;					
}

.listagemUtilizador .apagar{ background: url(../img/delete.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 10px 10px 10px 15px;
						   opacity: 1;				
}

.listagemUtilizador .apagar:hover{ opacity: 0.5;
}

.listagemUtilizador .editar{ background: url(../img/edit.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 10px 10px 10px 15px;
						   opacity: 1;				
}

.listagemUtilizador .editar:hover{ opacity: 0.5;
}

#listagemUtilizador{ opacity: 1;
				   background:#F00;
}

#listagemUtilizador:hover{ opacity: 0.5;
}

.listagemGeral{ color:#FFFFFF;
				font-size:16px;
				width:70%;
				margin: 0 auto;
}
.listagemGeral p{ margin:3px;
				  padding:0 20px 0 20px;
}
.linhaListagemGeral{ border-top: solid 1px #33CCFF;
margin: 20px 0 0 0;
padding: 10px 0 0 0;
}

.linhaListagemGeral:hover{ background: #ffffff;
						   color:#000000;
}

.listagemGeralObito{ margin: 0 0 0 40px !important;
					 font-size:14px !important;
					 font-style:italic;
}


/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 100;
}

 .email{ background:url(../img/email.png) left no-repeat; }
 
 .tel{ background:url(../img/tel.png) left no-repeat;}
 
 .mor{ background:url(../img/home.png) left top no-repeat;}
 
 .tel span{ margin:0 0 0 35px;}
 .mor span{ margin:0 0 0 35px;}

.contact-details a {
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
	margin:0 0 0 35px;
}

.contact-details a:hover {
	color: #CCC;
}

#contact-form {
	margin-bottom: 0;	
}

#utilizador-form p,
#esqueceu_login-form p,
#login-form p,
#contact-form p {
	margin-bottom: 1px;
}

#novaFreguesia-form p{
	margin: 0 0 1px 0;
}


#novaFreguesia-form label{
	color:#FFF;
	padding:10px 15px 0 0;
	margin-bottom: 1px;	
	width:200px;
	display: inline;
	float:left;
	text-align: right;
}

#utilizador-form label{
	color:#FFF;
	padding:15px;
	margin-bottom: 1px;	
	width:200px;
	display: inline;
	float:left;
	text-align: right;
}

#utilizador-form select,
#utilizador-form input,
#novaFreguesia-form select,
#novaFreguesia-form input,
#esqueceu_login-form input,
#login-form input,
#pesquisa-form select,
#contact-form select,
#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form select:focus,
#utilizador-form select:focus,
#utilizador-form input:focus,
#novaFreguesia-form select:focus,
#novaFreguesia-form input:focus,
#esqueceu_login-form input:focus,
#login-form input:focus,
#pesquisa-form select:focus,
#contact-form input:focus,
#contact-form textarea:focus {
	
	background: #32363b;
}


#contact-form input{
    width: 90%;
}

#contact-form select { width: 94%;
}
#utilizador-form input,
#novaFreguesia-form input,
#esqueceu_login-form input,
#login-form input{
    width: 50%;
}

#utilizador-form select{
    width: 53%;
}

#logoFreguesia { width:20% !important;
				 font-size:9px !important;
}
#miniaturaCemiterio { width:20% !important;
					  font-size:9px !important;
}
#legislacaoCemiterio { width:20% !important;
					  font-size:9px !important;
}

#logoFreguesia2 { width:27% !important;}
#miniaturaCemiterio2 { width:27% !important;}
#legislacaoCemiterio2 { width:27% !important;}

#novaFreguesia-form select{
    width: 53%;
	margin-bottom: 15px;
}

#login{ text-align:center;}
#esqueceu_login{ text-align:center;}
#novaFreguesia{ text-align: left;}
#novaFreguesia .submit{ margin: 0 0 0 230px;}
#utilizador .submit{ margin: 0 0 0 230px;}

#pesquisa-form select {
    width: 70%;
}


#contact-form textarea {
    width: 90%;
	height: 100px;
	resize: vertical;
}

#contact-form .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#procurar {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#procurar:hover {
    background: #3CF;
    color: #000;
}

#utilizador-form .submit,
#novaFreguesia-form .submit,
#login-form .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#esqueceu_login-form .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#pesquisa-form .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 0px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}


#utilizador-form .submit:hover,
#novaFreguesia-form .submit:hover,
#esqueceu_login-form .submit:hover,
#login-form .submit:hover,
#pesquisa-form .submit:hover,
#contact-form .submit:hover {
    background: #3CF;
    color: #000;
}

#successE,
#success {
	margin-top: 20px;
	color: #FFFFFF;
}

#respostaLogin,
#errorL,
#errorE,
#error {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
#errorCheckPDF,
#errorCheckImage2,
#errorCheckImage{
	display:block;
	text-align:left;
	color:#FF0000;
}

#errorLogo,
#errorMiniatura,
#errorUtilizador,
#errorN{
	margin: 0 0 10px 0;
	color: #FFF;
	text-align:center;
}



button {
	background: rgba(0,0,0,0);
	border: hidden;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 0px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
	
}

.informacao{ color:#FFF;
			font-size:10px;
			text-align:center;
}

/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #3CF;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
}

footer .footer1 {
	position: relative;
	width: 50%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
	float:left;
}

footer .footer2 {
	position: relative;
	width: 50%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
	float:right;
}

footer .credits {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 0;
	padding: 11px 0;
	text-transform: uppercase;	
}
footer .credits2 {
	color: #999;
	font-size: 11px !important;
	margin-bottom: 0;
	padding: 11px 0;
	text-transform: uppercase;	
}

footer img:hover { opacity:0.5;
}

footer .credits p { float: left;
}

footer .credits span { float:right;
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#3CF;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238; /*fundo ao entrar*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #3CF;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/*----------------------plantaMiniatura------------------------------------*/

.plantaMiniatura{
	margin:25px 10px 25px 10px;
	width: 500px;
	float:left;
}

.plantaMiniatura img{
	max-width: 480px;
}

#plantaMiniatura select,
#plantaMiniatura input,
#plantaMiniatura textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0 0 2px 0;
	size: none;
	float:left;
}

#plantaMiniatura select:focus,
#plantaMiniatura input:focus {background: #32363b;}

#plantaMiniatura .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 15px 0 0 110px;
	float: left;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#plantaMiniatura .submit:hover { background: #3CF; color: #000;}


#plantaMiniatura label{
	color:#FFF;
	padding:15px;
	margin-bottom: 1px;	
	width:80px;
	text-align: right;
	float:left;
}

.plantaMiniatura2{
	margin:25px 10px 25px 10px;
	width: 98%;
	float:left;
}

#plantaMiniatura2, #valores{ color: #FFF;}

#por select,
#por input,
#valores select,
#valores input,
#plantaMiniatura2 select,
#plantaMiniatura2 input {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0 0 2px 0;
	size: none;
}

.sm{ margin: 0;
	  padding: 10px 0;
	  border-bottom: #036 1px solid;
}
.sm2{  margin: 20px 0 20px 0;
	  padding: 10px 0;
	  border-bottom: #036 1px solid;
}

#por select:hover,
#por input:hover,
#por select:active,
#por input:active,
#por select:focus,
#por input:focus,
#valores select:hover,
#valores input:hover,
#valores select:active,
#valores input:active,
#valores select:focus,
#valores input:focus { background:#333;
}

#valores #n{ width:60px; margin:0 2px 0 2px;}
#valores #des{ width:300px; margin:0 2px 0 2px;}
#valores #estado{ width:170px; margin:0 2px 0 2px;}
#valores #registar{ color:#FFF;
			   background: #3C3F45;
			   margin:0 0 3px 30px;
			   text-align:center;
			   vertical-align: middle;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						transition: background 0.1s linear 0s, color 0.1s linear 0s;

}

#valores #registar:hover,
#valores #registar:active,
#valores #registar:focus {
	background-color: #DE5E60;
	color:#FFFFFF;
}

#z{ width:65%;}
#des{ width:65%;}
#cor{ width:71%;}
#x11,#x22,#y22,#y11{ width:40px; margin:0 2px 0 2px;}

#w2,#h2{ width:60px; margin:0 2px 0 2px;}
#des2{ width:80px; margin:0 2px 0 2px;}
.des2{ width:100px !important; margin:0 2px 0 2px;}
#estado2{ width:80px; margin:0 2px 0 2px;}

#plantaMiniatura2 label{ display:inline; float:left;}
#cor2{  width:140px; margin:0 2px 0 2px;  }

#plantaMiniatura2 .apagar{ background: url(../img/delete.png);
						   float: left;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 15px;
						   opacity: 1;				
}

#plantaMiniatura2 .apagar:hover{ opacity: 0.5;
}

#plantaMiniatura2 .editar{ background: url(../img/edit.png);
						   float: left;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 15px;
						   opacity: 1;				
}

#plantaMiniatura2 .editar:hover{ opacity: 0.5;
}

#buttonUpload{ color:#FFF;
			   background: #069;
			   margin:0 0 3px 30px;
			   text-align:center;
			   vertical-align: middle;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						transition: background 0.1s linear 0s, color 0.1s linear 0s;

}

#atualizar{ color:#FFF;
			   background: #3C3F45;
			   margin:0 0 3px 30px;
			   text-align:center;
			   vertical-align: middle;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						transition: background 0.1s linear 0s, color 0.1s linear 0s;

}

#inserirObito { color:#FFF !important;
			   background: #069 !important;
			   padding: 10px 0 !important;
			   margin:20px 0 20px 0 !important;
			   text-align:center !important;
			   vertical-align: middle !important;
			   float: left !important;
			   width:100% !important;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
						transition: background 0.1s linear 0s, color 0.1s linear 0s !important;

}

#inserirCampa{ color:#FFF;
			   background: #069;
			   margin:0 0 3px 30px;
			   text-align:center;
			   vertical-align: middle;
			   float:right;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						transition: background 0.1s linear 0s, color 0.1s linear 0s;

}
#imagemUpload{ color:#FFF;
			   background: #069;
			   margin: 10px -10px 0 0;
			   text-align:center;
			   vertical-align: middle;
			   float:right;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						transition: background 0.1s linear 0s, color 0.1s linear 0s;

}

#pormenoreSubmit{ color:#FFF !important;
			   background: #069 !important;
			   text-align:center !important;
			   vertical-align: middle !important;
			   float:right !important;
			   padding:5px 20px !important;
			   
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
						transition: background 0.1s linear 0s, color 0.1s linear 0s !important;

}


#apagarProprietario{ background-color: #DE5E60;
					 color:#FFFFFF;
				     margin:0 0 3px 30px;
				     text-align:center;
				     vertical-align: middle;
				     float:right;
				   
				     -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
					     -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
						   -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
							  transition: background 0.1s linear 0s, color 0.1s linear 0s;

}

#apagarProprietario:hover { background-color: #F00;
							color:#FFFFFF;
}

#inserirObito:hover{
	background-color: #DE5E60 !important;
	color:#FFFFFF !important;
}

#imagemUpload:hover,
#inserirObito:hover,
#inserirCampa:hover,
#buttonUpload:hover,
#buttonUpload:active,
#buttonUpload:focus,
#atualizar:hover,
#atualizar:active,
#atualizar:focus {
	background-color: #DE5E60;
	color:#FFFFFF;
}
#pormenoreSubmit:hover {
	background-color: #DE5E60 !important;
	color:#FFFFFF !important;
}

/* ---------------------------- formUpload ------------------------------------*/
.formUpload{ width:50%;
			 min-height: 200px;
			 margin: 0 auto;
			 border: inset #666 1px;
			 padding:10px;
			 text-align:center;
}

.formUpload input{ width:94%;}
.up{ color:#fff; padding: 20px 10px 0 10px;}

.formUpload input{
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0 0 2px 0;
	size: none;
}

.formUpload input:hover,
.formUpload input:active,
.formUpload input:focus { background:#333;
}

#pormenorUpload:hover {
	background-color: #DE5E60 !important;
	color:#FFFFFF !important;
}
#pormenorUpload{ color:#FFF !important;
			   background: #069 !important;
			   text-align:center !important;
			   vertical-align: middle !important;
			     
			   -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;	
				   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
					 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
						transition: background 0.1s linear 0s, color 0.1s linear 0s !important;

}

#resp{ color:#FFF; text-align:center; font-size:18px;}

/* ---------------------------- pormenores ------------------------------------*/
#por{ font-size:14px;}

.dadosCampa{ width:33%;
			  min-height: 350px;
			 margin: 0 20px 20px 20px;
			 float:left;
			 border: inset #666 1px;
			 padding:5px;
}

.alvaraDoc,
.alvaraN,
.alvaraObs{ width: 65%;}

.alvaraData{ width: 50%;}
#respostaD img{ float:right; margin: 1px 0 0 2px;}
#respostaD img:hover{ opacity:0.5;}

.listaObito{ width:100%;
			  min-width: 520px;
			 float:left;
			 min-height: 300px;
			 text-align:center;
}
.listaObito .tex{ color:#CCC !important; float:left; margin:29px 0 0 5px; font-size:12px !important; font-style:italic;}
.listaObito .tex2{ color:#FFFFFF; float:left; margin:28px 0 0 5px; font-size:14px;}

.listaObito .tex3{ color:#CCC !important; float:left !important; margin:10px 0 0 5px; font-size:12px !important; font-style:italic;}
.listaObito .tex23{ color:#FFFFFF; float:left !important; margin:9px 0 0 5px; font-size:14px;}

#pLH0{ line-height:15px !important;}

.listaObito .fot{ float:left;}
.listaObito .pdf{ float:right; padding: 8px 0 0 0;}
.listaObito .linha{ float:left; width:99%; margin: 5px; background:#006699; padding:2px;}
.listaObito .linha:hover{ background:#09F; }
.dadosObito{ width:45%;
 					min-height: 350px;
					margin: 0 20px 20px 20px;
					float:left;
			        border: inset #666 1px;
					padding:5px; 
}

.dadosObito img{ float:right; margin: 1px 0 0 2px;}
.dadosObito img:hover{ opacity:0.5;}

.dadosObito .error { color:#FF0; text-align:center; display:block;}
.dadosObito input{ float:right;}

.obitoNome{ width: 65%;}
.obitoDataNascimento{ width: 54%;}
.obitoDataFalecimento{ width: 54%;}
.obitoCertidao{ width: 65%;}
.obitoImagemUpload{ width: 65% !important; font-size:10px !important;}
.obitoImagem{ width: 65% !important; font-size:10px !important;}
.certidaoUpload{ width: 65% !important; font-size:10px !important;}
.alvaraUpload{ width: 65% !important; font-size:10px !important;}


#NO2{ color:#FFF;width:35%; height:80px; float:left;border: solid #666 1px; margin-left:5px;}
#DNO2{ color:#FFF;width:15%; height:80px; float:left;border: solid #666 1px;}
#DFO2{ color:#FFF;width:15%; height:80px; float:left;border: solid #666 1px;}
#CO2{ color:#FFF;width:70px; height:80px; float:left;border: solid #666 1px;}
#EO2{height:80px; float:left;}
#EO22{height:80px; float:left;}

.proprietarioNome{ width: 65%;}
.proprietarioMorada{ width: 65%;}
.proprietarioTelefone{ width: 65%;}
.proprietarioEmail{ width: 65%;}

.dadosProprietario{ width:33%;
 					min-height: 350px;
					margin: 0 20px 20px 20px;
					float:left;
			        border: inset #666 1px;
					padding:5px; 
}

.dadosProprietario input{ float:right;}

.imagemCampa{ margin: 0 20px 20px 20px;
			 float:left;
			 padding:5px;
			 width: 160px;
}
.dadosImagem{
			 float:left;
			 border: dotted #fff 1px;
			 padding:5px;
			 width: 160px;
			 height:200px;
			 -webkit-border-radius: 5px;
			 -moz-border-radius: 5px;
			 border-radius: 5px;
}
.dadosImagem input{ float:right;}

.dadosImagem img{ width:98%;
				  height:98%;
			      border: solid #FFF 2px;
}

.cin{ color:#fff;
}
.cin2{ color:#fff;
	   padding: 0 2px 0 30px;
}
.cin3{ color:#FFF;
}

.vermelho{ color:#F00; font-size:20px;}
.verde{ color:#060; font-size:20px;}
.azul{ color:#06F; font-size:20px;}


#fechar{ background: url(../img/bt_close.png) no-repeat right 0px;
		  width:50px;
		  height:26px;
		  display:block;
		  float:right;
		  margin:20px 20px;				
}
#fechar:hover{ background: url(../img/bt_close.png) no-repeat right -26px;
}

.dadosCampa select{ width: 65%;}
.dadosCampa input{ float:right;}
#por select,
#por input{
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0 0 2px 0;
	size: none;
}

#por select:hover,
#por input:hover,
#por select:active,
#por input:active,
#por select:focus,
#por input:focus { background:#333;
}

#listaObito .editar{ background: url(../img/edit.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 10px;
						   opacity: 1;				
}

#listaObito .editar:hover{ background: url(../img/editHover.png) !important;				
}


#listaObito .apagar{ background: url(../img/delete.png);
						   float: right;
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 10px;
						   opacity: 1;				
}

#listaObito .apagar:hover{ background: url(../img/deleteHover.png) !important;				
}

/* -----------Album / Upload----------- */ 

.album{ margin: 20px;}

.album img{ width:200px; height:125px; margin:10px;}

.album input{
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

.album input:focus {background: #32363b;}

.album span{ padding: 20px;}
.album span:hover{ opacity:0.5;}

.album .apagar{ background: url(../img/delete.png);
						   width: 32px;
						   height: 32px;
						   margin: 22px 10px 0 10px;
						   opacity: 1;				
}

.album .apagar:hover{ background: url(../img/deleteHover.png) !important;				
}

/********************** autocomplete ***************************/
.custom-combobox {
		position: relative;
		display: inline-block;
	}
	.custom-combobox-toggle {
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: -1px;
		padding: 0;
		/* support: IE7 */
		*height: 1.7em;
		*top: 0.1em;
	}
	.custom-combobox-input {
		margin: 0;
		padding: 0.3em;
	}
	.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}


.moldura{ width:90px;
		  height:110px;
		  background:url(../img/moldura2.png) left no-repeat;
		  margin: 0 auto;
}

.moldura img{ width: 80px;
			 height:100px;
			 margin:5px 0 0 5px;
}

#moldura p{ text-align:center;
			color:#FFF;
			font-size:11px;
			background:url(../img/fundo40.png) repeat;
			margin: 5px 0 0 0;
}

.data{ margin: 0 !important;
		color:#CCCCCC !important;
}

