
.note{
	font-size:8pt;
	color: gray;
}

.show { display: block;  }
	.hide { display: none; }

 body {
	background-color: #f9fcf7;
	padding: 0px;
	margin: 0px;
	color: #424242;
	font-family:  Verdana;
	font-size: 14px;
	font-weight: 500;

}

	h2 {
		font-size:12pt;
		/* font-size:10pt; */
		/* Font-weight:normal; */
		/* Font-family: "Berlin Sans FB"; */
		font-family: Verdana;
		color:black;
		text-align: center;
		font-weight: bold;
	}

	fieldset {
		border: 1px solid #1C7E54;
	}

	legend{
		font-size:16px;
		font-family: Verdana;
		font-weight:bold;
		color:#1C7E54;
		}

	table {
		width: 100%;
		text-align: left;
		font-family: Verdana;

	}


	/* unvisited link */
a:link {
    color: #FFFFFF;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #FFFFFF;
     text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.pergunta{
	font-weight: bold;

}

.itent {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #1C7E54;
}

.itenr {
    font-size: 12px;
    font-family: Arial;
}

.txt_fp {
    font-size: 12px;
    font-family: Arial;
    text-align: justify;
}



.odd {

}

/* Asteríscos de campo obrigatório
   ------------------------------- */

#nome_obg
{
  display: none;
}

#nome_certo
{
  display: none;
}



#n_ordem_obg
{
  display: none;
}

#n_ordem_certo
{
  display: none;
}



#hospital_obg
{
  display: none;
}

#hospital_certo
{
  display: none;
}



#email_obg
{
  display: none;
}

#email_certo
{
  display: none;
}



#password_obg
{
  display: none;
}

#password_certo
{
  display: none;
}



#conf_password_obg
{
  display: none;
}

#conf_password_certo
{
  display: none;
}


/* Legenda de campo obrigatório
   ---------------------------- */

#legenda_campo_obg
{
  color: red;
  display: block;
  font-family: helvetica;
  font-size: 14px;
}


/* Boxes do formulário
   ------------------- */
/*
input[type="text"], input[type="password"] {
  padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}

input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
*/

/* labels das boxes
   ---------------- */

.form_fieldset label
{
 font-weight: bold;
}


/* Alinhamentos da tabela
   ---------------------- */
.form_fieldset
{
  width: 100%;
}

.form_fieldset td
{
 /* text-align: right;*/
  font-size: 10px;
}

.form_fieldset td.box
{
  text-align: left !important;
}


/* Título  do formulário
   --------------------- */
.breast_tituloPagina
{
  font: bold 16px helvetica;
  color:#CC3300;
  padding-left: 1%;
  padding-right: 1%;
}


/* ToolTip classses
   ---------------- */

.tooltip
{
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: default;
}

.tooltip .tooltiptext
{
    visibility: hidden;
    background-color: #98C2B9;
    color: #424242;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-family: Helvetica;

    /* Posição do texto */
    padding: 5px 10px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #9cb7ce transparent transparent transparent;
}


.tooltip:hover .tooltiptext
{
    visibility: visible;
    opacity: 1;
}

#div_botao_registar
{
  text-align: left;
}

#botao_registar
{
  font-size: 14px;
}

/* Botão escondido de submit */
#submit_form
{
  display: none;
}

.hospital
{
    /*border: 1px solid #ccc;*/
    width: 296px;
    /*border-radius: 3px;*/
    overflow: hidden;
    display: inline;
}

.hospital select
{
    padding: 5px 8px;
    width: 296px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hospital select:focus
{
    outline: none;
}