/* GLOBAL */
a, a:focus,a:hover, a:visited{color:#333;}
body{background: #f6f6f6;font-size: .9rem;min-width:1024px}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
    cursor: default;
    pointer-events: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*appearance: textfield;*/
    margin: 0;
}

/* LAYOUT */
.empresa-txt {
    font-size: 0.8em;
    float: right;
}

/*CUSTOM*/
.hr-custom-1 {
    width: 97%;
    margin-left: 3px;
}

.hr-custom-2 {
    width: 99.7%;
}
/* POINTER-EVENTS NONE/AUTO */
.pointer-none {
    pointer-events: none;
}

.pointer-auto {
    pointer-events: auto;

}

/* OPACITY */
.opacity-1 {
    opacity: 1;
}

.opacity-05 {
    opacity: .5;
}

.opacity-0 {
    opacity: 0;
}

/*RETURN TO TOP*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    color: #fff !important;
}
    .back-to-top:hover {
        color: #cbdae0 !important;
    }

/* TELA DE LOGIN */
.page-login {
    min-width: 100% !important;
}

.page-login {
    background: #f1f1f1;
}

.page-login h1 img {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.page-login h2 {
	font-size: 20px;
}

#loading .wait-image {
    height: 30px;
    width: 40px;
}

#waiting {
    display: none;
    position: relative;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

    #waiting .wait-image {
        width: 35px;
        margin-left: -10px;
    }

/* 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: 3px;
}

.cabecalho-itens  li:first-child, .cabecalho-itens  li:last-child{
	border:0 none;
}

.cabecalho-itens .menu-usuario{
	position: relative;
	top:-3px;
}

.btn-area {
    opacity: 0;
    pointer-events: none;
}

.exibir-100 {
    cursor: pointer;
}

.exibir-todos {
    cursor: pointer;
}

/* 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: 14px !important;
	color:#009300;
}

.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;
}

/*#data-entrada,
hora-entrada,
#data-saida,
#hora-saida,
#data-inicio,
#data-termino,*/
#form-evolucao input,
#form-evolucao select,
#form-evolucao button,
.seqFreqMulti,
.selectAuditada,
.profissional,
.profissao,
.numeroEvolucao {
    pointer-events: none;
}

#data-inclusao, #hora-inclusao {
    pointer-events: auto;
    /*cursor: pointer;*/
}

#form-nova-evolucao button, #form-evolucao button {
    height: 27px;
    width: 27px;
}

.nova-evolucao {
    display: none;
}

#form-nova-evolucao i, #form-evolucao i {
    margin-left: -1px;
}

.text-modelo, .text-profissionais {
	margin-left: 25px;
}

.name-col {
    margin-left: -5.5%;
}

#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;
 }

 /* FORMULARIO EVOLUCAO */

.area-excluir-imagem {
    display: none;
}

#download-imagem {
    opacity: 0;
    max-width: 70%;
    max-height: 70%;
    margin: auto;
}

select {
    padding: 0px 5px !important;
}
/*Add. 30/07/2021 */
select option[disabled] { 
	color: red;
}
.clock {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -7px;
    font-weight: 500;
    font-size: 0.8em;
    width: 125px;
    cursor: default;
}
    .clock .clocktooltip {
        visibility: hidden;
        width: 145px;
        margin: -3px -150px;
        background-color: #ececec;
        color: #000;
        text-align: center;
        padding: 2px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        opacity: 0.9;
        font-weight: 700;
    }

    .clock:hover .clocktooltip {
        visibility: visible;
    }

    .clock #data, .clock #hora {
        margin-left: 5px;
    }

.form-style-empresa {
    width: 90% ;
}

#seqFreqMulti {
    pointer-events: none !important;
}

/* BOTÃO DE SALVAR DO RODAPÉ - EVENTOS ASSISTENCIAIS*/
.btn-salvar-rodape {
    display: none;
}


/* ANIMAÇÃO DE EXIBIÇÃO DE COLUNAS*/
.barra-lateral {
    -webkit-transition: max-width 0.3s ease, flex 0.3s ease;
    -moz-transition: max-width 0.3s ease, flex 0.3s ease;
    -o-transition: max-width 0.3s ease, flex 0.3s ease;
    transition: max-width 0.3s ease, flex 0.3s ease;
}

.tabela-principal {
    -webkit-transition: max-width 0.3s ease, flex 0.3s ease;
    -moz-transition: max-width 0.3s ease, flex 0.3s ease;
    -o-transition: max-width 0.3s ease, flex 0.3s ease;
    transition: max-width 0.3s ease, flex 0.3s ease;
}

/* PONTEIRO DO MOUSE CURSOR*/

.pointer {
    cursor: pointer;
}

@media print{
    @page { margin: 0; }
    body { margin: 1cm; }
}



@media only screen and (min-device-width: 360px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
	
    .form-group label {
		font-size: .7rem !important;
	}
	.btn {
		font-size: .85rem !important;
	}
}

