@CHARSET "ISO-8859-1";

* {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#conteudo { background: #fafafa; }

#conteudo #titulo {
	color: #FFFFFF;
/* 	font-family: Tahoma; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; /* ESTILO TEMPLATE BOOTSTRAP */
	background: url("/Saude/resources/img/block-header-bg.png") repeat-x scroll top left #bed6f8;
	min-height: 38px;
	padding: 0 0 0 10px;
	margin-bottom: -2px;
	font-size: 16px;
	line-height: 37px;
}


.campoSenha{
    margin: 0;
    outline: medium none;
    padding: 4px;
    font-weight: normal;
}

#login {
/* 	font-family: Tahoma; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; /* ESTILO TEMPLATE BOOTSTRAP */
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: min-content;
	max-width: 420px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: 80px;
}

body {
	background: #ebf2fc;
}

IMG.displayed {
	margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto }

.imagemVisualizar16 {  
    background-image: url("/Saude/resources/img/impressao_digital.png") !important;  
/*     width: 16px;height: 16px;   */
/*     float:left;   */
/*     margin-right: 8px;   */
}  


/* .botaoLogin { */
/* 	 border-radius:5px; */
/* 	 color:#FFFFFF; */
/* 	 background-color:#70dbcc; */
/* 	 background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.5)); */
/* } */
.botaoLogin {
	color: #fff;
	border: 1px solid #33ccb8 !important;
	box-shadow: 0 1px 0 #33ccb8 inset, 0 1px 2px rgba(0,0,0,0.2) !important;
	background: -webkit-linear-gradient(top, #33ccb8 0%,#248f81 100%) !important;
}
.botaoLogin:hover {
	background: -webkit-linear-gradient(top, #33ccb8 0%,#19665c 100%) !important;
}

.botaoLaranja {
	color: #FFF !important;
	border: 1px solid #ff9900 !important;
	box-shadow: 0 1px 0 #ffa31a inset, 0 1px 2px rgba(0,0,0,0.2) !important;
	background: -webkit-linear-gradient(top, #ffa31a 0%, #ff9900 100%) !important;
}
.botaoLaranja:hover {
	background: -webkit-linear-gradient(top, #ffa31a 0%, #e68a00 100%) !important;
}

.botaoVermelho {
	font-size: 12px;
	color: #fff;
	border: 1px solid #fb2904 !important;
	box-shadow: 0 1px 0 #fb2904 inset, 0 1px 2px rgba(0,0,0,0.2) !important;
	background: -webkit-linear-gradient(top, #fb2904 0%,#fb2904 100%) !important;
}
.botaoVermelho:hover {
	background: -webkit-linear-gradient(top, #fb2904 0%,#b01d03 100%) !important;
}

.ui-button.botaoSenha {
	color: #fff;
	border: 1px solid #33ccb8 !important;
	box-shadow: 0 1px 0 #33ccb8 inset, 0 1px 2px rgba(0,0,0,0.2) !important;
	background: -webkit-linear-gradient(top, #33ccb8 0%,#248f81 100%) !important;
}

.ui-button.botaoSenha:hover {
	background: -webkit-linear-gradient(top, #33ccb8 0%,#248f81 100%) !important;
}



* {
    font-size: 13px;
}


