.alert button.close {
	margin-left: 20px;
}

.alert {
	box-shadow: 5px 10px 15px gray;
	min-width: 600px;
	position: absolute;
	right: 25px;
}

.alerta-mensagem-recebida {
	background: url("/img/outros/notificacao.png") no-repeat 5px 2px;
	border: 1px dashed red;
	background-color: white;
	color: red;
	margin-top: -20px;
	padding: 4px 45px;
	margin-bottom: 13px;
	height: 40px;
	font-size: 20px;
}

body {
	background-color: #E6E6E6 !important;
}

button.btn span.glyphicon {
    margin-left: 5px;
    margin-right: 5px;
}

.autocomplete-loading { 
	background: white url(../img/ajax/ajax_loading11.gif) 5px center no-repeat !important; 
	padding-left: 25px;
}

.autocomplete { 
	background: white url(../img/outros/find.png) 5px center no-repeat !important; 
	padding-left: 25px;
}

.ui-autocomplete {
	z-index: 2000 !important;
	max-height: 210px;
	max-width: 440px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete-loading {
	background: white url(../img/ajax/ajax_loading11.gif) 5px center no-repeat !important; 
}

.codigoPessoa {
	width: 80px;
}

.container-icones-home {
	width: 110px;
	height: 25px;
	text-align: center;
	color: #4682B4;
	padding-top: 37px;
	cursor: pointer;
	float: left;
	opacity: 0.8;
}

.container-icones-home:HOVER {
	font-weight: bold;
	opacity: 1;
}

.icone-home-agenda {
	background: url("/img/home/agenda.png") no-repeat center top;
}

.icone-home-mensagens {
	background: url("/img/home/mensagens.png") no-repeat center top;
}

.inputReadonly {
	background-color: #eee !important;
}

.link-editar-pf {
	background: url(../img/agenda/person.png) no-repeat;
	padding-left: 18px;
}

.primaryKey {
	width: 80px;
}

.cursor-pointer {
	cursor: pointer;
}

.disabledDiv {
    z-index: 1000;
    opacity: 0.4;
    pointer-events: none;
}

.email {
	width: 400px;
}

.endCep {
	width: 159px;
}

.endNumero {
	width: 130px;
}

.endComplemento {
	width: 150px;
}

.endLogradouro {
	width: 400px;
}

.endBairro {
	width: 300px;
}

.endCidade {
	width: 300px;
}

.endUf {
	width: 80px;
}

.form-group label {
	color: #337ab7;	
	font-weight: normal;
}

.fieldset-padrao {
	border: 1px solid #337ab7 !important;
	padding: 10px !important;
	border-radius: 10px;
}

.fieldset-padrao legend {
	font-size: 16px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	width: auto !important;
	border: none !important;
	padding: 0 4px 0 4px !important;
}

.flexigrid-container {
	float: left;
	width: 100%;
}

.form-group-float-left {
	float: left;
	padding-right: 10px;
}

.form-group-float-right {
	float: right;
	padding-right: 10px;
}

.icone-check {
	background: url("/img/agenda/check.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-edit {
	background: url("/img/outros/edit.png") no-repeat left;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	padding-left: 23px;
	cursor: pointer;
}

.icone-excluir {
	background: url("/img/outros/delete.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-fone {
	background: url("/img/outros/phone.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-fone-gray {
	background: url("/img/outros/phonegray.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-fone-gray:HOVER {
	background: url("/img/outros/phone.png") no-repeat center; 
}

.icone-mensagem-unread {
	background: url("/img/outros/email2.png") no-repeat left;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	padding-left: 23px;
	cursor: pointer;
}

.icone-mensagem-read {
	background: url("/img/outros/email1.png") no-repeat left;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	padding-left: 23px;
	cursor: pointer;
}

.icone-mensagem-read-2 {
	background: url("/img/outros/email3.png") no-repeat left;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	padding-left: 23px;
	cursor: pointer;
}

.icone-star {
	background: url("/img/outros/star.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-star-cinza {
	background: url("/img/outros/star2.png") no-repeat center; 
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.icone-user {
	background: url("/img/outros/user.png") no-repeat left;
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	padding-left: 23px;
	cursor: pointer;
}

.mensagem-lista-usuario {
	clear: both; 
	width: 250px; 
	height: 32px; 
	padding: 5px 30px;
}
	
.mensagem-lista-usuario:HOVER {
	background-color: rgba(135, 206, 235, 0.3);
	border-radius: 10px;
}

.mensagem-usuario-selec {
	background-color: rgba(135, 206, 235, 0.3);
	border-radius: 10px;
	font-weight: bold;
	color: #337ab7;
	border: 1px dashed #337ab7;
}

.conversa-CONTAINER {
	border-radius: 10px;
	padding: 10px;
	width: 50%;
	margin-bottom: 10px;
}

.conversa-ENVIADA {
	float: right;
	background-color: #00800033;
	color: green;
	border: 1px solid green;
}
	
.conversa-RECEBIDA {
	float: left;
	background-color: #00afff33;
	color: #337ab7;
	border: 1px solid #337ab7;
}

.input-data-no-calendar {
	width: 110px;
}

.inputData {
	width: 168px;
}

.input-data-sem-calendario {
	width: 110px;	
}

.inputText-10 {
	width: 80px;
}

.inputText-20 {
	width: 160px;
}

.inputText-25 {
	width: 200px;
}

.inputText-30 {
	width: 240px;
}

.inputText-40 {
	width: 320px;
}

.inputText-50 {
	width: 400px;
}

.layout-cabecalho {
    background-color: #337ab7;
    color: white;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    padding-left: 10px;
    padding-top: 14px;	
}

.layout-conteudo {
	padding: 0 20px;
}

.loading-processando {
	background: url(/img/ajax/ajax_loading.gif) no-repeat left center;
    height: 27px;
    margin-left: 10px;
    padding-left: 32px;
    padding-top: 5px;
    width: 300px;	
    display: none;
}

.loading-processando:before {
  content: "Processando... Por favor, aguarde.";
}

.logo-relatorio {
	background: url(/img/licenciado/logo-relatorios.jpg) no-repeat right center;
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 10px;
} 
	
.maskmoney {
	width: 140px !important;
}

.maskcpf {
	width: 140px !important;
}

.maskcep {
	width: 110px !important;
}

.maskHora {
	width: 75px !important;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    padding: 15px;
    background-color: #f6f9fc;
}

.nome {
	width: 600px;
}

.operacao_E {
	color: blue;
}

.operacao_S {
	color: red;
}

.panel-body {
	padding-top: 26px;
}

.panel-primary {
    box-shadow: 5px 5px 5px gray;
}

.panel-heading {
    font-size: 20px;
    font-weight: bold;
}

.situacao_ABE {
	color: blue;
}

.situacao_PAG {
	color: black;
}

.situacao_CAN {
	color: red;
}

.situacao_BLQ {
	color: blue;
}

.situacao-orcamento-REC {
	color: red;
}

.situacaoTelemark-AGE {
	color: green;
}

.situacaoTelemark-RET {
	color: red;
}

.tab-pane {
	min-height: 300px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.telefone {
	width: 140px;	
}

.uf {
	width: 50px;
}

.usuario-ativo-0 {
	color: red;
}

.situacao-contas-pagar-1 {
	color: blue;
}

.situacao-contas-pagar-2 {
	color: black;
}

.situacao-contas-pagar-3 {
	color: green;
}

.situacao-contas-pagar-V {
	color: red;
}