@import "opus2Alert.css";

@font-face {
	font-family: 'agendamedium';
	src: url('../fontes/agendamedium.eot');
	src: url('../fontes/agendamedium.eot?#iefix') format('embedded-opentype'),
		url('../fontes/agendamedium.woff') format('woff'),
		url('../fontes/agendamedium.ttf') format('truetype'),
		url('../fontes/agendamedium.svg#agendamedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'agendalight';
	src: url('../fontes/agendalight.eot');
	src: url('../fontes/agendalight.eot?#iefix') format('embedded-opentype'),
		url('../fontes/agendalight.woff') format('woff'),
		url('../fontes/agendalight.ttf') format('truetype'),
		url('../fontes/agendalight.svg#agendalight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'agendaitalic';
	src: url('../fontes/agendamediumitalic.eot');
	src: url('../fontes/agendamediumitalic.eot?#iefix') format('embedded-opentype'),
		url('../fontes/agendamediumitalic.woff') format('woff'),
		url('../fontes/agendamediumitalic.ttf') format('truetype'),
		url('../fontes/agendamediumitalic.svg#agendaitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* SOURCE SANS PRO (google) */
@font-face {
	font-family: 'source_sans_pro';
	src: url('/fontes/sourcesans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_pro';
	src: url('/fontes/sourcesans-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

/* ARIAL NARROW */
@font-face {
	font-family: 'arialnarrow';
	src: url('/fontes/arialn-webfont.eot');
	src: url('/fontes/arialn-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fontes/arialn-webfont.ttf') format('truetype'),
		url('/fontes/arialn-webfont.woff2') format('woff2'),
		url('/fontes/arialn-webfont.woff') format('woff'),
		url('/fontes/arialn-webfont.svg#arialnarrow') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dotsfont';
	src: url('../fontes/dotsfont.eot');
	src: url('../fontes/dotsfont.eot?#iefix') format('embedded-opentype'),
		url('../fontes/dotsfont.woff') format('woff'),
		url('../fontes/dotsfont.ttf') format('truetype'),
		url('../fontes/dotsfont.svg#dotsfontregular') format('svg');
}

[conceal]:not(:active):not(:focus) {
	font-family: 'dotsfont';
}

body {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 9pt;
	color: #222;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	background: #fffffd;
	height: 100%;
}

/* cor padrão para o texto selecionado */
::selection {
	background-color: #31968f;
	color: white;
}

html {
	height: 100%;
}

p {
	margin: 5px 0 5px 5px;
}

h1 {
	font-size: 1.6em;
	margin: 0
}

h2 {
	font-size: 1.3em;
	margin: 0
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	border-bottom: 1px solid blue
}

/* remove retângulo de foco */
.dijitTooltipDialog:focus {
	outline: none;
}

.dijitTooltipDialog .dijitDialogPaneActionBar,
.formContainer .dijitDialogPaneActionBar {
	margin: 10px -8px -8px;
}

/* action bar para Zend_Forms mostrados em dialogs */
.dijitDialogPaneContent .dijitDialogPaneActionBar {
	position: absolute;
	padding: 2px 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.dijitDialogPaneContent .dijitDialogPaneActionBar .dijitButton:last-child {
	margin-right: .4em;
}

.tundra .dijitTextBox {
	margin-left: 0;
}

.tundra .dijitComboBox .dijitInputContainer {
	padding-left: 2px;
}


.tundra .dijitButtonNode {
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0.2em;
}


/* patch para o number spinner redimensionar proporcionalmente à fonte.
   Ajuste o tamanho da fonte no node #widget_{widgetId} */
.tundra .dijitSpinner {
	height: 1.4em
}

.tundra .dijitSpinner .dijitArrowButton {
	width: 100%;
	height: 50%
}

.tundra .dijitSpinnerButtonContainer .dijitArrowButtonInner {
	margin: 0 auto;
}

.tundra .dijitSpinner .dijitSpinnerButtonContainer {
	padding: .118em .2em
}

.tundra .dijitSpinner .dijitInputInner {
	line-height: 1.4em
}




td .dijitButton {
	margin: 0
}

.btnOK button {
	width: 60px;
}

.dijitBotao button {
	width: 60px !important;
}

.displaySomenteImpressao {
	display: none
}


/* ie hack para enviar form com a tecla enter - funciona no firefox, bug do dojo 1.5 */
.dijitOffScreen {
	visibility: visible !important;
}

.noselect,
.dijitButtonNode,
.dijitArrowButtonInner {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

hr.linha,
div.linha,
p.linha {
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

div.linha,
p.linha {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}

.azul {
	color: #41c5bd;
}

.verde {
	color: #37c158;
}

.vermelho {
	color: #ff6060;
}

.laranja {
	color: #ffa500;
}

.fa.azul {
	color: #38649f;
	text-shadow: 1px 1px #ecf6fd
}

.botao_medio .fa,
.botao_pequeno .fa {
	width: 16px;
	height: 14px;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .8);
}

.botao_medio .fa-search,
.botao_pequeno .fa-search {
	font-size: 13px;
}

.botao_medio .dijitButtonText,
.botao_pequeno .dijitButtonText {
	min-height: 14px;
	min-width: 3.5em;
}

.botao_medio .dijitButtonContents,
.botao_pequeno .dijitButtonContents {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	min-width: 60px;
	padding-top: .1em;
	padding-bottom: .1em;
}

.botao_pequeno .dijitButtonContents {
	min-width: 40px;
}

.botao_grande .dijitButtonContents {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 110px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.botao-m2 .dijitButtonNode {
	padding: 5px;
	border-radius: 3px;
	min-width: 6em;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.botao-m2 *:focus {
	outline: 0;
}


#fader {
	padding: 0px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 1;
}

#loader {
	padding: 0px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.4;
	z-index: 998;
	vertical-align: middle;
}

#loaderText {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 16pt;
	color: #ddd;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 200px;
	height: 20px;
	text-align: center;
	margin-left: -100px;
	display: none;
}

#loaderImg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	z-index: 999;
	opacity: 1;
	background-image: url('/imagens/ajax-loader-big.svg');
	background-repeat: no-repeat;
}

#wait {
	position: fixed;
	right: 0;
	top: 0;
	width: 150px;
	padding: 10px;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	z-index: 100;
	display: none;
}

#frmMotoboyChamado #widget_boy_id {
	width: 100%
}

#frmMotoboyChamado button {
	width: 60px;
	height: 20px;
}

.editor_atributo_txt {
	margin: 0 auto;
	font-size: 9pt;
}

div.abrefecha,
div.abrefecha_aberto {
	font-weight: bold;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 10px 0 10px 0;
	width: 98%;
	border: 1px solid #bbb;
	cursor: pointer;
	background-color: #EAF5FF;
}

div.abrefecha:hover {
	background-color: #dae5ef;
}

div.abrefecha_aberto {
	background-color: #c8e6af;
	border-bottom: 1px solid #999;
}

#corpo_titulo {
	margin: 0;
	padding: 0px;
	color: #fff;
	height: 67px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41c6bd+0,34989e+48,000000+100 */
	background: linear-gradient(135deg, rgba(65, 198, 189, 1) 0%, rgba(52, 152, 158, 1) 48%, rgba(0, 0, 0, 1) 100%);
	margin-bottom: 20px;
}

#corpo_titulo h1 {
	font-family: source_sans_pro, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	text-shadow: 1px 1px #444;
	margin: 0;
	padding-left: 10px;
	margin-top: 0.2em;
}

#corpo_titulo h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding-left: 6px
}

#corpo_titulo h2 a {
	color: #5be6a3;
	background-color: transparent;
	font-weight: normal;
	border: none;
}

#corpo_titulo h2 a:hover {
	color: #fff
}

#logo {
	width: 182px;
	height: 52px;
	background: transparent url('/imagens/custom/logo/sys_logo.png') 0 0 no-repeat;
	background-size: 182px 52px;
	position: absolute;
	top: 7px;
	right: 15px;
}

#floater {
	display: none;
	height: 100%;
	width: 200px;
	border: 0px solid red;
	background-color: white;
	position: fixed;
	float: left;
	z-index: 100;
}

#floaterHandle {
	width: 10px;
	float: right;
	right: 0;
	background-color: orange;
	border: 0;
	height: 100%;
}

#floaterConteudo {
	border: 1px solid blue;
	background-color: blue;
	width: 90%;
	float: left;
	overflow: auto;
}

.editor_atributo_txt_container {
	width: 18cm;
	margin: 0 auto;
}

.editor_atributo_txt_container>div {
	width: 18cm;
	margin: 20px 0;
}

fieldset.fset-texto {
	width: 800px;
	margin: 0 auto;
}


a:link,
a:visited {
	font-weight: bold;
	color: #2f918b;
	text-decoration: none;
}

a:hover,
a:active {
	color: #2f918b;
	border-bottom: 1px solid #2f918b;
}

* a img {
	border: 0;
}

a.noborder:hover,
a.noborder:active {
	border: 0
}

a.link_imagens:hover {
	text-decoration: none;
	border: 0;
}

a.link_imagens img {
	vertical-align: middle;
}


input.radio {
	border: 0;
	background-color: transparent;
}

dl,
dd,
dt {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

dt {
	width: 100px;
	clear: left;
	float: left;
	height: 1.8em;
}

dd {
	height: 1.8em;
}

ul.errors {
	color: red;
	font-size: 0.75em;
}

fieldset {
	text-align: left;
	margin-bottom: 8px;
	padding: 0 10px 10px 10px;
	border: 1px solid #ddd;
}

legend {
	color: #2bb673;
	font-weight: bold;
	font-size: 1em;
	padding: 10px 5px;
}


input,
button,
select {
	background-color: #e8e8e8;
	border: 1px solid #bcbcbc;
}

textarea {
	background-color: #f4f4f4;
	border: 1px solid #bcbcbc;
}

input.checkbox {
	background-color: transparent;
	border: 0;
}

table.listagem {
	border: 0px solid black;
	border-bottom: 1px solid #c0c0c0;
	margin: 0 auto;
	width: 100%;
}

table.listagem th {
	border-width: 0px;
	border-color: transparent;
	border-bottom: 1px solid #777;
	padding: 0.3em 0.3em;
	font-weight: normal;
	font-family: "Calibri";
	font-size: 1.2em;
	text-align: center;
	background-color: #41c5bd;
	color: white;
}

table.listagem td {
	padding: 0.2em;
	border: 0px solid transparent;
	text-align: center;
	vertical-align: middle;
}

table.listagem tr.tr1,
table.obs tr.tr1 {
	background-color: white;
	line-height: 1.4em;
	vertical-align: middle
}

table.listagem tr.tr2,
table.listagem tr.tr2 td,
table.obs tr.tr2 {
	background-color: #e5fbf9;
}

.red {
	color: darkred;
}

p.naoha {
	color: #888;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}

table.listagem2 {
	border-bottom: 1px solid #b2c8e5;
}

table.listagem2 th {
	border-bottom: 1px solid #777;
	font-weight: normal;
	font-family: Calibri, Arial;
	font-size: 1.2em;
	background-color: #41c5bd;
	color: white;
}

table.listagem2 tr td {
	padding-top: .3em;
	padding-bottom: .3em;
}

table.listagem2 tr:hover td,
table.listagem2 tr.tr2:hover td {
	background-color: #e0ecfc;
}


#barra_botoes_form,
.barra_botoes_form,
.dijitDialogPaneActionBar,
.action-bar,
.dijitContentPane.action-bar {
	text-align: right;
	clear: both;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 0;
	padding: 2px 0.2em;
	margin-top: 12px;
	min-height: 28px;
	background-color: #f8f8f8;
}



.CSSTableGenerator tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #9dc3ea 5%, #318ae2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9dc3ea), color-stop(1, #318ae2));
	background: -moz-linear-gradient(center top, #9dc3ea 5%, #318ae2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dc3ea", endColorstr="#318ae2");
	background: -o-linear-gradient(top, #9dc3ea, 318ae2);

	background-color: #9dc3ea;
}




#menu_wrapper {
	height: 27px;
	padding: 0;
	border: 0;
	margin: 0;
}

#header {
	padding: 1px;
	display: none;
}

#header_logo {
	display: none;
}

#corpo {
	position: relative;
	clear: left;
	height: 100%;
}

#conteudo {
	margin: 0;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 40px;
}

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #e8e8e8;
	border-top: 1px solid black;
	z-index: 1;
}

#footer p {
	text-align: right;
	font-size: 9pt;
	padding: 2px 10px;
}



div.errosValidacao {
	background: url('/imagens/alert.gif') no-repeat 5px 4px #ffffdd;
	border: 1px solid gold;
	margin-bottom: 10px;
	padding: 15px 10px 0px 50px;
	text-align: left;
	color: black;
	min-height: 30px;
}

div.errosValidacao p,
div.errosValidacao ul {
	font-size: 10pt;
}

ul.errors {
	list-style-type: disc;
}

ul.errors li {
	list-style-type: square;
	font-size: 8pt;
}


.larg-pp {
	width: 5em;
}

.larg-p {
	width: 8em;
}

.larg-m {
	width: 15em;
}

.larg-g {
	width: 20em;
}

.larg-gg {
	width: 40em;
}

.no-padding {
	padding: 0 !important
}

table.no-padding td {
	padding: 0;
}

/* from blueprint */
.error,
.alert,
.notice,
.success,
.info {
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error,
.alert {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}

.notice {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}

.success {
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
	width: 95%;
	margin-left: auto;
	margin-right: auto
}

.info {
	background: #d5edf8;
	color: #205791;
	border-color: #92cae4;
}

.error a,
.alert a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

.info a {
	color: #205791;
}

.dica {
	background: transparent url('/imagens/lamp.gif') no-repeat 0 0;
	padding-left: 20px;
	margin: 10px 0;
	color: #777;
	font-size: 11px;
	height: 20px
}

/* end blueprint */

#frmlogin {
	margin: 0;
	padding: 10px 5px
}

#frmLogin dl {
	margin: 0;
	padding: 0;
}

#frmLogin dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 50px;
	height: 1.7em
}

#frmLogin input {
	margin: 0;
	padding: 0
}


#frmContato {
	width: 570px;
	margin: 20px auto;
}

#frmContato input,
#frmContato textarea {
	background-color: #cadaf9
}

#frmContato dt {
	width: 60px;
	float: left;
	font-size: 10pt
}

#frmEspecie,
#frmBancada,
#frmParasita,
#frmAparelho,
#frmGerme,
#frmAntimicrobiano,
#frmMotoboy,
#frmObservacao {
	width: 350px;
	text-align: left;
}

#frmEspecie dt,
#frmBancada dt,
#frmParasita dt,
#frmAparelho dt,
#frmGerme dt,
#frmAntimicrobiano dt,
#frmMotoboy dt,
#frmObservacao dt {
	width: 80px;
}

#frmGerme input.texto,
#frmAntimicrobiano input.texto,
#frmMotoboy input.texto,
#frmObservacao input.texto {
	width: 238px;
}



#frmGerme dd,
#frmAntimicrobiano dd {
	width: 242px;
}

#frmEspecie input.texto {
	width: 100%
}

#frmEspecie dd {
	width: 240px
}


form {
	margin: 0 auto;
	padding: 0;
}

form fieldset {
	padding: 12px;
	margin: 0;
}

#frmConfig,
#frmPaciente,
#frmMedico {
	width: 500px;
}

#frmConfig dt,
#frmPaciente dt,
#frmMedico dt {
	width: 172px;
	height: 1.8em;
}

#frmConfig dd,
#frmPaciente dd,
#frmMedico dd {
	width: 300px;
	float: left;
	height: 1.8em;
}

#frmConfig input.texto,
#frmPaciente input.texto,
#frmMedico input.texto {
	width: 98%;
}

#frmPaciente #fieldset-responsavel legend {
	font-size: 13px
}

#frmPaciente #fieldset-responsavel dt {
	width: 100px
}

#frmPaciente #fieldset-responsavel input.texto_subform {
	width: 340px;
}






/* ===== frmExame ===== */
#frmExameContainer {
	width: 1000px;
	margin: 0 auto;
}

#frmExame fieldset legend {
	font-size: 13px
}

#fieldset-sfrmExame {
	position: relative;
	width: 800px;
	margin: 20px auto 10px auto;
	padding: 0 80px;
	border: 0;
	border-bottom: 1px solid #ccc
}

div.sfrmEsquerda {
	width: 54%;
	top: 0;
	float: left;
	height: 250px
}

div.sfrmDireita {
	top: 0;
	width: 44%;
	float: right
}

div.sfrmDireita dt {
	width: 140px;
	height: 24px
}

div.sfrmDireita dd {
	height: 24px
}

div.sfrmEsquerda #exame_detalhes {
	font-family: Arial, sans-serif;
}

#frmExame .dijitSpinner {
	width: 80px
}

#frmExame .dijitSelect {
	margin: 0px
}

.txtvalor {
	width: 80px
}

#frmExame .btnSubmitTexto {
	margin-bottom: 20px;
}

#frmExame .btnSubmit {
	margin-bottom: 20px;
}

#frmExame .RichTextEditable {
	width: 100%
}

#frmExameContainer .fieldset-texto {
	margin: 0 auto 10px auto;
	width: 500px
}

div.sfrmEsquerda .dijitTextBox,
div.sfrmEsquerda .dijitComboBox {
	width: 310px;
}


#frmAtribContainer {
	width: 100%;
	margin: 20px auto 0 auto
}

#frmAtribContainer dt {
	float: left;
}

#frmAtribContainer dd {
	float: left
}

#fieldset-ValRef {
	margin: 0 auto;
	position: relative;
	width: 90%;
}


table.ValRef {
	text-align: center;
	border: 1px solid #777;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%
}

table.ValRef .tr1 {
	background-color: white;
}

table.ValRef .tr2 {
	background-color: #eeeef4;
}

table.ValRef th {
	border: 1px solid #CCC;
	padding: 1px
}

table.ValRef td {
	border: 0;
	padding: 1px
}

/* ===== FIM frmExame ===== */



/* ===== frmPesquisaPaciente ===== */
div#frmDialogPaciente {
	width: 650px;
	height: 200px
}

#frmPesquisaPaciente dl {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	float: left;
}

#frmPesquisaPaciente dt {
	float: left;
	clear: left;
	width: 100px
}

#frmPesquisaPaciente dd {
	width: 500px
}

/* ===== FIM frmPesquisaPaciente ===== */




/* ===== frmRequisicao ===== */
div#frmRequisicaoProtocoloContainer {
	width: 264px;
	margin: 0 auto;
}

div#frmReqContainer {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#fieldset-sfRequerente dd {
	float: none;
}

div#frmRequisicaoProtocoloContainer .dijitButtonText {
	width: 60px;
	height: 16px;
	padding-top: 2px;
}

/* ===== FIM frmRequisicao ===== */


/* ===== frmResultado ===== */
#frmResultadoContainer {
	width: 800px;
	margin: 0 auto;
	padding: 0
}

#frmResultadoContainer fieldset {
	padding: 10px;
	margin: 20px;
}

#frmResultado dt {
	line-height: 2em;
	width: 160px;
	overflow: hidden;
	border-bottom: 1px dashed #CCC;
}

#frmResultado dd {
	float: left;
	line-height: 2em;
	border-bottom: 1px dashed #CCC;
}

#frmResultado .valref {
	float: none;
	clear: none;
	text-align: right;
}

/* ===== FIM frmResultado ===== */

/* ===== frmConferencia ===== */
#frmConferenciaContainer {
	width: 800px;
	margin: 0 auto;
	padding: 0
}

#frmConferenciaContainer fieldset {
	padding: 10px;
	margin: 20px;
}

#frmConferencia td.valref {
	text-align: right;
	font-size: 9pt
}

table.conf tr:hover {
	background-color: #d9eaff;
}

table.conf td {
	width: 30px;
	border-bottom: 1px dashed #ddd;
	line-height: 1.5em;
	padding: 3px 0;
}

table.conf td.valref {
	line-height: normal
}

table.conf td+td {
	width: 150px
}

table.conf td+td+td {
	width: 300px
}

table.conf .tr1 {
	background-color: white
}

table.conf .tr2 {
	background-color: #e8e8e8
}

/* ===== FIM frmConferencia ===== */



/* ===== frmMotoboyKm ===== */
#frmMotoboyKmContainer {
	width: 500px;
	margin: 0 auto;
	padding: 0
}

#frmMotoboyKm dd {
	float: none
}

#frmMotoboyKm .dijitTextBox {
	width: 70px;
}

#frmMotoboyKm button {
	width: 65px;
}

#frmMotoboyKm table.controleKm {
	margin: 0 auto;
	width: 270px
}

#frmMotoboyKm table.controleKm th,
#frmMotoboyKm table.controleKm td {
	text-align: center
}

/* ===== FIM frmMotoboyKm ===== */


/* ===== frmMotoboyKmIndex ===== */
#frmMotoboyKmIndexContainer {
	width: 676px;
	margin: 0 auto 20px auto;
	padding: 5px 0;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #e9e9e9;
}

#frmMotoboyKmIndex dd {
	float: left
}

#frmMotoboyKmIndex #widget_mes {
	width: 120px;
}

#frmMotoboyKmIndex #widget_ano {
	width: 80px;
}

/* ===== FIM frmMotoboyKmIndex ===== */

/* ===== frmMotoboySaida ===== */
#frmMotoboySaidaContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#fieldset-frmMotoboySaida dt {
	width: 120px
}

/* ===== FIM frmMotoboySaida ===== */


/* ===== frmMotoboyChegada ===== */
#frmMotoboyChegadaContainer {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#frmMotoboyChegada dt {
	width: 120px
}

#frmMotoboyChegada #widget_cham_valor_recebido {
	width: 20px;
}

/* ===== FIM frmMotoboyChegada ===== */



#frmClinica fieldset fieldset dt {
	width: 30%;
	height: 1.8em
}

#frmClinica fieldset fieldset dd {
	width: 69%;
	float: left;
	height: 1.8em;
}


#frmRaca {
	width: 430px;
	text-align: left;
}

#frmDelete {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

#frmDelete fieldset {
	width: 35px;
	text-align: center;
}

#frmSimNao {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

#frmSimNao fieldset {
	width: 35px;
	text-align: center;
}


p.hint {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px
}


table#ReqPaciente {
	width: 100%;
}

table#ReqPaciente tr {
	height: 1.5em;
}

table.laudo_cabecalho {
	width: 17cm;
	border: 1px solid black;
}

table.laudo_cabecalho tr.borda td,
table.laudo_cabecalho tr.borda th {
	border-bottom: 1px solid black;
}

table.laudo_cabecalho td,
table.laudo_cabecalho th {
	font-size: 9pt;
	padding: 2px;
}

table.laudo_cabecalho td {
	font-weight: bold;
	text-align: left
}

table.laudo_cabecalho th {
	font-weight: normal;
	text-align: left
}

table.laudo_assinatura {
	width: 100%;
}

table.laudo_assinatura td {
	font-size: 7pt;
}

table.cabecalho_res_conf {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}

table.cabecalho_res_conf tr.borda td {
	border-bottom: 1px solid #ccc;
}

table.cabecalho_res_conf td {
	font-size: 10pt;
	padding: 3px;
}


div#laudo_container {
	padding: 10px;
}

div.laudo_exame {
	width: 17cm;
	padding-top: 1cm;
}

p.laudo_exame_titulo {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p.laudo_exame_metodo {
	font-size: 8pt;
}

p.laudo_exame_material {
	font-size: 8pt;
}

table.laudo_atributos td {
	font-size: 9pt;
}

table.laudo_cabecalho_2 {
	width: 17cm;
	margin-bottom: 7mm
}

table.laudo_cabecalho_2 td {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

table.indice_atributos {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	font-family: "Arial Narrow";
}

table.indice_atributos th,
table.indice_atributos td {
	border: 1px solid #bbb;
	text-align: center;
}

div#frmDialogAtributo dt {
	clear: left;
	width: 140px
}

div#frmDialogAtributo dd {
	float: left;
	width: 235px
}

div#frmDialogAtributo dd .dijitTextBox {
	width: 100%
}


.plusIcon,
.plusBlockIcon {
	background-image: url('/imagens/plus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 2px;
}

.noteIcon {
	background-image: url(/imagens/note.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}

#navMenu {
	border: 1px solid #dcdcdc;
}

.dijitMenuItem {
	font-size: 12px;
}

.dijitMenuItemHover,
.dijitMenuItemSelected {
	background-color: #359CA1 !important;
	color: #FFF !important;
}


._underlay {
	background-color: #003366;
}

.opus2DialogYesNo_underlay,
.opus2DialogOkCancel_underlay {
	background-color: #003366;
}

.tundra .opus2DialogYesNo .dijitDialogPaneContent {
	padding: 20px;
}

.tundra .opus2Alert .dijitDialogPaneContent {
	padding: 20px;
}

.tundra .opus2AlertIcon,
.tundra .opus2AlertIconGreen,
.tundra .opus2AlertIconRed {
	float: left;
	font-size: 32px;
	margin: 15px 20px 20px 20px;
}

.opus2AlertIconGreen {
	color: #29a329
}

.opus2AlertIconRed {
	color: #e60000
}

.opus2-form .grpBotoes {
	text-align: right;
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

div.divisoria_botoes {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 10px;
}

div.pagina {
	border: 1px solid blue;
	margin-top: 3cm;
	width: 17cm;
	height: 24cm;
	overflow: hidden;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

tbody {
	display: table-row-group;
}

table.obs {
	width: 100%;
	float: left;
	margin: 0 auto
}

.smallhint {
	font-size: 11px;
}

#acesso_container {
	width: 60%;
	margin: 0 auto;

}

.acesso_resource_description {
	margin: 30px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.acesso_grupo_esq {
	clear: left;
	float: left;
	width: 47%;
}

.acesso_grupo_dir {
	clear: right;
	float: right;
	width: 47%;
}


/* === frmContaClinica === */
#frmContaClinicaFiltro {
	display: block;
}

#frmContaClinicaCredito {
	display: block;
}

#print_conta_clinica_cabecalho {
	display: none;
}

/* === frmContaClinica === */


.paginationControl a {
	font-weight: normal;
}

.paginationControl a:hover {
	background-color: transparent;
}

/* ---------- relatórios ---------- */
.relatorio_header {
	display: none;
}

.relatorio_footer {
	display: none;
}

/* ---------- fim relatórios ---------- */


/* ----- container genérico para forms de filtragem ----- */
/* ajustar largura do container e dos labels conforme necessário. */
.formContainer {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 auto 30px auto;
	width: 400px;
}

.formContainer dl {
	margin: 0;
	padding: 0
}

.formContainer dt {
	width: 80px;
	padding: 0;
}

.formContainer dd {
	padding: 0;
}

.formContainer .formContainerBotoes {
	clear: both;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: right;
	padding: 5px 0 0 0;
}

/* ----- fim container genérico para forms de filtragem ----- */


/* ----- tinytable ----- */
.tinytable * {
	margin: 0;
	padding: 0;
	outline: 0
}

.tinytable {
	font: 11px Verdana, Arial;
	margin: 25px;
	background: #fff url(images/bg.gif) repeat-x;
	border-collapse: collapse
}

#tablewrapper {
	width: 980px;
	margin: 0 auto
}

#tableheader {
	height: 55px
}

.search {
	float: left;
	padding: 6px;
	border: 1px solid #c6d5e1;
	background: #fff
}

#tableheader select {
	float: left;
	font-size: 12px;
	width: 125px;
	padding: 2px 4px 4px
}

#tableheader input {
	float: left;
	font-size: 12px;
	width: 225px;
	padding: 2px 4px 4px;
	margin-left: 4px
}

.details {
	float: right;
	padding-top: 12px
}

.details div {
	float: left;
	margin-left: 15px;
	font-size: 12px
}

.tinytable {
	width: 979px;
	border-left: 1px solid #c6d5e1;
	border-top: 1px solid #c6d5e1;
	border-bottom: none
}

.tinytable th {
	background: url(/imagens/tinytable/header-bg.gif);
	text-align: left;
	color: #cfdce7;
	border: 1px solid #fff;
	border-right: none
}

.tinytable th h3 {
	font-size: 10px;
	padding: 6px 8px 8px
}

.tinytable td {
	padding: 4px 6px 6px;
	border-bottom: 1px solid #c6d5e1;
	border-right: 1px solid #c6d5e1
}

.tinytable .head h3 {
	background: url(/imagens/tinytable/sort.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.tinytable .desc,
.sortable .asc {
	background: url(/imagens/tinytable/header-selected-bg.gif)
}

.tinytable .desc h3 {
	background: url(/imagens/tinytable/desc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.tinytable .asc h3 {
	background: url(/imagens/tinytable/asc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.tinytable .head:hover,
.tinytable .desc:hover,
.tinytable .asc:hover {
	color: #fff
}

.tinytable .evenrow td {
	background: #fff
}

.tinytable .oddrow td {
	background: #ecf2f6
}

.tinytable td.evenselected {
	background: #ecf2f6
}

.tinytable td.oddselected {
	background: #dce6ee
}

.tinytable tfoot {
	background: #fff;
	font-weight: bold
}

.tinytable tfoot td {
	padding: 6px 8px 8px
}

#tablefooter {
	height: 15px;
	margin-top: 20px
}

#tablenav {
	float: left
}

#tablenav img {
	cursor: pointer
}

#tablenav div {
	float: left;
	margin-right: 15px
}

#tablelocation {
	float: right;
	font-size: 12px
}

#tablelocation select {
	margin-right: 3px
}

#tablelocation div {
	float: left;
	margin-left: 15px
}

.page {
	margin-top: 2px;
	font-style: italic
}

#selectedrow td {
	background: #c6d5e1
}

/* ----- fim tinytable ----- */


/* ----- tabela padrão para forms ----- */

table.tb-form {
	border-collapse: collapse;
	border: 1px solid #bbb;
}

table.tb-form th,
table.tb-form td {
	padding: 5px 8px;
	font-weight: normal;
}

table td.action-bar {
	padding: 0;
	line-height: 2em;
}

table td.action-bar>div {
	text-align: right;
	clear: both;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 0;
	padding: 5px 8px 8px 8px;
	margin-top: 10px;
	background-color: #f0f0f0;
}

/* ----- fim tabela padrão para forms ----- */


/* dijit toolbar ---------- (altura total 36px, botões 32px) */
#toolbar { padding: 2px .1em; height: 32px; border: none;}
#toolbar .dijitButton { height: 30px; }
#toolbar .dijitButton .dijitButtonNode { height: 30px; }
#toolbar .dijitButtonContents { padding: 7px; }
#toolbar .dijitButtonNode > .dijitButtonContents { height: 16px; padding: 7px 5px }
#toolbar .dijitDisabled .fa-14 { color: #999 }
.toolbarLabel { display:inline-block; position:relative; top: 1px; }
.toolbarRight { float:right; height: 32px; line-height: 28px; }
#toolbar .dijitButtonNode .dijitIcon { color: var(--shade-2); text-shadow: 1px 1px #ecf6fd; font-size: 15px; padding-right: .25em; }
#toolbar .dijitDisabled .dijitIcon { color: #999 }
/* fim toolbar ---------- */