/*Background para formularios*/
.bg-form-escuro {
	background: #D1DDEF;
	border-top:1px dotted #B5B8C8;
	border-bottom:1px dotted #B5B8C8;
}
.x-form-item{
	padding:0 5px;
}

span.labelFormObrigatorio{
	color:red;
	float:right;
	font-weight:bold;
}

span.labelFormObrigatorioE{
	color:red;
	float:left;
	font-weight:bold;
}

span.labelFormObrigatorio.labelTop{
	float:none;
}

span.labelFormObrigatorio.avisoTbtext{
	float:left;
	padding-right:10px;
	font-size:17px;
}

#carregando {
	height:auto;
	left:45%;
	padding:2px;
	position:absolute;
	top:40%;
	z-index:20001;
	color:#62B319;
	font-size:17px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ***** FOTOS DO ÁLBUM ***** */
.x-view{
	float:left;
	width:190px;
	height:270px;
	margin:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border:1px solid #FFFFFF;
	color:#333;
}

.x-view a{
	text-decoration:none;
	color:#06F;
}

.x-view-over{
	background:#F4F4F4;
	border:1px solid #999;
	color:#333;
}

.x-view-selected{
	color:#333;
	border:1px solid #6593C5;
	background-color:#DFEDFF;
}

.foto, .imagem{
	height:200px;
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.ampliacao{
	max-width:100%;
	max-height:100%;
}

.janelaAmpliacao{
	text-align:center;
}

.detalhesFoto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.detalhesFoto strong{
	font-weight:bold;
}

/* ***** VIDEOS ***** */
.video{
	height:120px;
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.quadroVideo{
	height:205px;
}


/* ****** MSG BOX ****** */
.msg .x-box-mc {
	font-size:14px;
}
#msg-div {
	position:absolute;
	left:35%;
	top:10px;
	width:250px;
	z-index:20000;
}

.x-grid3-dirty-cell{
	background-image:none !important;
}

.x-grid3-row-triagemPendente{
	background:none;
}

.x-grid3-row-triagemConcluida{
	background-color:#e4f3e0;
}

#dadosCliente{
	width:100%
}

#dadosCliente * strong{
	font-weight:bold;
}

.msgPesquisa{
	width:100%;
	background-color:#FF0;
	padding:3px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.atendimentoEvolucao {
	background: #EEEEEE;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 10px;
}

.table{
	width: 100%;
	border: 1px solid #1a699c;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

.table th{
	background-color: #1a699c;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.table td{
	padding: 5px;
}