@CHARSET "UTF-8";

/*
######## Mudando algumas configs do jQueryUI
*/

.ui-widget {
	font-size: 12px;
}


.sessao {
	color: #444;
	cursor: pointer;
	font: bold 10px verdana;
	padding: 10px 5px 10px;
	text-align: left;
	/*width: 570px;*/
}
a.sessao {
	color: #444;
	font: 10px verdana;
	text-decoration: none;
}

#modal-overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#modal-window {
	position: fixed;
	z-index: 102;
	display:none;
	top:50%;
	left:50%;
}

#modal-load {
	position: fixed;
    height:13px;
    width:208px;
    background: url(loading.gif) no-repeat;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#mensagemDialog, #deletarDialog {
	text-align: center;
	vertical-align: middle;
}

#indexMensagemSaldacao {
	height: 400px;
	padding-top: 120px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.tituloRelatorio {
	text-align: left;
	font: bold 14px verdana;
	color: #801e20;
	border-bottom: solid 2px #CCC;
	margin-bottom: 30px;  
}

.btn {
	border: 0px;
	cursor: pointer;
}

.btnDesabilitado {
	opacity: 0.5;
        cursor: default;
}

.btnEditar {
	background: url("../img/icons/page_white_edit.png") no-repeat;
	width: 16px;
	height: 16px; 
}

.btnExcluir {
	background: url("../img/icons/page_white_delete.png") no-repeat;
	width: 16px;
	height: 16px; 
}

.btnExportar {
	background: url("../img/icons/server_go.png") no-repeat;
	width: 16px;
	height: 16px; 
}

.btnSoro {
	background: url("../img/icons/tag_red.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnPainelReatividade {
	background: url("../img/icons/layers.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnDoenca {
	background: url("../img/icons/chart_line.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnDoador {
	background: url("../img/icons/group.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnTransplantePrevio {
	background: url("../img/icons/time.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnAmostras {
	background: url("../img/icons/test_tube.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnImagem {
	background: url("../img/icons/picture.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnExames {
	background: url("../img/icons/layers.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnFinanceiro {
	background: url("../img/icons/money.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnRetificacoes {
	background: url("../img/icons/application_cascade.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnEditarPerfis {
	background: url("../img/icons/group_key.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnTrocarSenha {
	background: url("../img/icons/key.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnAddReceptor {
	background: url("../img/icons/user_add.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnAdd {
	background: url("../img/icons/add.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnRemover {
	background: url("../img/icons/delete.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnAddResultadoHlaPesquisa {
	background: url("../img/icons/add.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnAssinatura {
	background: url("../img/icons/page_white_paint.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnVisualizar {
	background: url("../img/icons/application_view_detail.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnComparar {
	background: url("../img/icons/arrow_refresh.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnLog {
	background: url("../img/icons/book.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnLogs {
	background: url("../img/icons/page_white_stack.png") no-repeat;
	width: 16px;
	height: 16px;
}

.btnHistoricoManutencao {
	background: url("../img/icons/calendar.png") no-repeat;
	width: 16px;
	height: 16px;
}

span.badgeEstoque {
	border-radius: 9px 9px 9px 9px;
	color: white;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	margin-right: 5px;
	padding: 1px 9px 2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}

span.badgeManutencao {
	border-radius: 9px 9px 9px 9px;
	font-size: 10.998px;
	line-height: 14px;
	margin-right: 5px;
	padding: 1px 9px 2px;
	vertical-align: baseline;
	white-space: nowrap;
}

span.estoqueAte10Porcento {
	background-color: #FF6B00;
}

span.estoqueAbaixo10Porcento {
	background-color: #FF0000;
}
span.estoqueNormal {
	background-color: #007FFF;
}
span.manutencaoAlerta {
	color: white;
	font-weight: bold;
	background-color: #FF0000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

