/* GLOBAL */
a, a:focus,a:hover, a:visited{color:#333;}
body{background: #f6f6f6;font-size: .9rem;}

/* CURSOR DEFAULT*/
.cursor-default{cursor: default}

/* TELA DE LOGIN */
.page-login{
	background: #f1f1f1;
}

.page-login h1 img{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.page-login h2{
	font-size: 20px;
}

/* CABECALHO */
.cabecalho-agrupador{
	background: #fff;
	padding-top:20px;
	padding-bottom:20px;
}

.cabecalho {
    position: relative;
}

.cabecalho-itens {
    position: absolute;
    top: 12px;
    right: 5px;
}

.cabecalho-itens  li{
    padding-left: 13px;
}

.cabecalho-itens  li:first-child, .cabecalho-itens  li:last-child{
	border:0 none;
}

.cabecalho-itens .menu-usuario{
	position: relative;
	top:-3px;
}

/* LOGO */
.logo {
    width: 150px;
}

.logo a {
    width: 150px;
    height: 41px;
    display: inline-block;
}

.logo img {
    width: 100%;
}

/* CONTEUDO */
.barra-lateral{
	background: #e5e5e5;
	box-shadow:rgba(0,0,0,.4) 0px 0px 10px;
}

.titulo-principal{
	font-size: 20px;
	text-transform: uppercase;
}

.titulo-interno{
	font-size: 18px;
	text-transform: uppercase;
	color:#027cc1;
}

.cartao-titulo{
	font-size: 16px !important;
}

.col-12 .titulo-interno {
    font-size: 18px !important;
    color: #027cc1;
}

.titulo-eventos-assistenciais{
	font-size: 18px;
	text-transform: uppercase;
	background:#027cc1;
	margin-top: 20px !important;
	color:#fff;
}

.titulo-com-fundo{
	font-size: 18px;
	background:#2f2f2f;
	color:#fff;
}
.col-12 .titulo-eventos-assistenciais{
	font-size: 14px;
	color:#fff;
	background:#333;
	border-bottom:1px solid #e5e5e5;
}

.col-12 .col-12 .titulo-eventos-assistenciais{
	font-size: 14px;
	color:#333;
	background: #e6e6e6;
    border-bottom: 1px solid #e5e5e5;
}

/* PAGINACAO DATATABLES */
.page-item.active .page-link {
    background-color: #027cc1;
}

.esconde-filho div:not(.checkbox){display: none;}


.barra-lateral{
	background: #ddd;
}

.barra-lateral .tabela-lateral-pacientes{
	background: #fff;
}

.barra-lateral .dataTables_length{
	padding-left: 0;
}
.barra-lateral .dataTables_filter{
	padding-right: 5px;
}

.tabela-principal-pacientes .col-sm-12{
	padding: 0;
}

.txt-paciente{display: none;}
.modal-title .txt-paciente{display: inline-block;}


#loading{
	position: fixed;
	bottom: 30px;
	z-index: 100000;
	left: -300px;
	width: 200px;
	 -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

#form-evolucao input, #form-evolucao select, #form-evolucao button {
	pointer-events: none;
}

#form-nova-evolucao input, .selectAuditada {
	pointer-events: none;
}

.text-modelo, .text-profissionais {
	margin-left: 25px;
}

#modelo-table td, #profissionais-table td, #seqMulti-table td, #image-table td {
	cursor: pointer;
}

input[name="seqEvolucao"] {
	pointer-events: none;
}
/* DASHBOARD */
 .bloco-dashboard i{
 	font-size: 40px;
 }

 /* TABELA AVALIAÇÃO */

.btn-col-avaliacao {
    border: 1px solid #999;
}

.btn-radio-col {
    cursor: pointer;
}





