*{
	margin:0; 
	padding:0;
}

a{
	text-decoration: none;
}

body{
	height:100%;
	background: #eef3fa url(../img/bg_prontuario_2.png) no-repeat center;
    background-size: auto 100%;
}

html{
	height:100%;
}

/* VARIAVEIS */

:root{
	--laranja-default: #FFA14C;
	--novo-laranja: #f7921e;
}

/* FONTES */
@font-face {
	font-family: myriad;
	src: url('../fontes/MYRIADPRO-REGULAR.OTF');
}

.borda{
	border:2px solid var(--novo-laranja);
	border-radius:0 10px 10px 10px;
}

.open_click{
	transition:0.5s;
}

.ProntUNICA{
	height: 70px;
    width: 100px;
    background: url(../img/ProntUNICA.png) no-repeat;
    background-size: auto 100%;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.borda-right{
	border:none;
	border-right:2px solid var(--novo-laranja);
}

.borda-bottom{
	border:none;
	border-bottom:1px solid var(--novo-laranja);
}

.borda-top{
	border:none;
	border-top:1px solid var(--novo-laranja);
}

.topo{
	width:100%;
	height:100px;
	display:block;
	box-shadow:0 2px 5px rgba(0,0,0,0.05);
	font-family:myriad;
	font-size:55px;
	margin-bottom:20px;
}

.topo .titulo{
	padding-top:20px;
	border-bottom:3px solid rgba(0,0,0,0.1);
}

.center{
	text-align:center;
	margin:auto;
}

.left{
	float:left;
}

.right{
	float:right;
}

.azul{
	color:#00CDEF;
}

.black{
	color:black;
	font-family:-webkit-body;
}

.laranja{
	color:var(--novo-laranja); 
}

.flex{
	display: -webkit-flex;
    display: flex;
}

.flex.inline * {
    display: inline-flex;
}

.container{
	width:1000px;
	height:auto;
	display:block;
	margin:auto;
}

.caixa-menu{
	width:100%;
	height:auto;
	display:block;
}

.caixa-menu .item{
	width: auto;
	height: auto;
	background: var(--novo-laranja);
	border: none;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
	padding: 15px;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-image: linear-gradient(to top, rgba(0,0,0,0.18), transparent 15%, transparent);
	cursor:pointer;
}

.caixa-menu .cabecalho{
	width: auto;
	height: auto;
	background: var(--novo-laranja);
	border: none;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
	padding: 15px;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	cursor:default;
}

.caixa-menu .item.on{
    background: #fff;
    color: var(--novo-laranja);
    padding-bottom: 17px;
    z-index: 99999;
    margin-bottom: -10px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	margin-left: -2px;
    margin-right: -2px;
	border:2px solid var(--novo-laranja);
	cursor:default;
}

.caixa-menu .item:first-child.on{
	margin-left:0px;
}

.caixa-menu .item.after{
	background-image:linear-gradient(to top, rgba(0,0,0,0.15), transparent 15%, transparent), linear-gradient(to right, rgba(0,0,0,0.09), transparent 5%, transparent);
}

.caixa-menu .item.before{
	background-image:linear-gradient(to top, rgba(0,0,0,0.15), transparent 15%, transparent), linear-gradient(to left, rgba(0,0,0,0.09), transparent 5%, transparent);
}

.caixa-menu .item.on:after {
    content: '';
    width: 100%;
    background: #fff;
    height: 17px;
    display: block;
    margin-bottom: -25px;
    margin-left: -17px;
    border: 2px solid var(--novo-laranja);
    border-top: none;
    border-bottom: none;
	padding: 0 15px;
}

.corpo{
	padding-bottom:20px;
}

.corpo .box{
	width:100%;
	height:auto;
	min-height:50px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	z-index:100;
	display:none;
}

.corpo .box.on{
	display:block;
}

.corpo .box.auternativa{
	padding:0;
	width:101%;
	margin-top:0px;
	margin-left:-10px;
	margin-bottom:10px;
}

.corpo .box.auternativa:before{
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    transform: rotateZ(43deg);
	-webkit-transform: rotateZ(43deg);
    margin-top: -8px;
    padding: 0;
}

.corpo .box.auternativa:after{
	display:none;
}

/*.corpo .box:before{
	content:attr(titulo);
	width:auto;
	float:left;
	font-size:20px;
	position:absolute;
	margin-top:-13px;
	margin-left:-1px;
	font-family:myriad;
	background:#fff;
	color: var(--novo-laranja);
	padding:10px;
	border:2px solid var(--novo-laranja);
	border-bottom:none;
	border-radius:3px;
}*/

.corpo .metade{
	width:49.7%;
	height:auto;
	min-height:50px;
	padding-top:20px;
}

.corpo .campo{
	width:auto;
	height:auto;
	display:inline-block;
	font-family:myriad;
	font-size:16px;
	margin-right:10px;
	margin-bottom:10px;
}

.corpo .campo select{
	outline:none;
	border:1px solid var(--novo-laranja);
	border-radius:3px;
}

.corpo .campo input{
	outline:none;
	border:none;
	border-bottom:2px solid rgba(0,0,0,0.2);
	font-family:myriad;
	margin-top:5px;
	padding:0 5px;
}

.corpo .campo textarea{
    border: none;
    border-left: 2px solid rgba(0,0,0,0.2);
    outline: none;
    padding: 5px;
    background: rgba(0,0,0,0.02);
}

.corpo .campo input.erro{
	border-color:rgba(255, 0, 0, 0.69) !important;
}

.corpo .campo input:focus{
	border-bottom:2px solid var(--novo-laranja);
}

.conteudo{
	padding:15px;
	padding-bottom:0px;
	margin:none;
	margin-top:2px;
	display:inline-block;
	width:100%;
	max-width:970px;
}

.corpo .campo label{
	font-size:12px;
	margin-right:10px;
}

.caixa{
	width:auto;
	height:auto;
	display:inline-block;
	padding:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.conteudo.title{
	border-top:2px solid var(--novo-laranja);
	margin-top:20px;
}

.conteudo.title:before{
	content:attr(titulo);
	width:auto;
	float:left;
	font-size:15px;
	position:absolute;
	margin-top:-23px;
	margin-left:-5px;
	font-family:myriad;
	background:#fff;
	color:var(--novo-laranja);
	padding:0 3px;
}

.btn{
	padding: 8px 20px;
    text-align: center;
    border-radius: 13px;
    border: 1px solid var(--novo-laranja);
    display: inline-block;
    margin-right: 10px;
    font-family: myriad;
    margin-top: 10px;
    color: var(--novo-laranja);
    opacity: 0.5;
    cursor: default;
    text-shadow: 2px 2px 0 #fff;
    background-image: linear-gradient(to top , rgba(0,0,0,0.05) 50%, transparent 50%);
    color: var(--novo-laranja);
	background-color:#fff;
	outline:none;
	font-size:13px;
}

.btn.on{
	opacity:1;
	cursor:pointer;
}

.btn.on:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.btn.on:active{
	background: rgba(0,0,0,0.02);
    background-image: linear-gradient(to top , rgba(0,0,0,0.1) 50%, transparent 50%);
    color: rgba(0,0,0,0.3);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    border: 2px solid #fff;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2), 0 0 3px;
	outline:none;
}

.btn[pg]{
	opacity:1;
	cursor:pointer;
}

.btn[pg]:hover{
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	cursor:pointer;
}

/*.auternativa:before{
	content: '';
    display: block;
    background: #fff;
    border-left: 2px solid var(--novo-laranja);
	border-top: 2px solid var(--novo-laranja) !important;
    float: left;
    height: 13px;
    width: 5.5px;
    margin-left: 9px;
    margin-top: -18px;
}

.auternativa:after{
	content: '';
    display: block;
    border-left: 2px solid var(--novo-laranja);
    float: left;
    height: 10px;
    width: 10px;
    margin-left: -10px;
    margin-top: -23px;
    transform: rotateZ(-50deg);
}
*/
.auternativa{
	border:2px solid var(--novo-laranja);
	padding:10px;
	border-radius:9px;
	margin-left:7px;
}
/*
.auternativa .ponta{
	border-left: 2px solid var(--novo-laranja);
    width: 5px;
    height: 20px;
    display: block;
    margin-top: -20px;
    margin-left: -12px;
    background: #fff;
}

.auternativa .ponta:before {
    content: '';
    display: block;
    border-top: 2px solid var(--novo-laranja);
    transform: rotateZ(50deg);
    margin-left: -6px;
    margin-top: 3px;
    position: absolute;
    width: 10px;
    height: 10px;
}*/

#logo{
	background:url(../img/logo-cinza.png);
	display:table;
	float:right;
	margin-right:20px;
	width:222px;
	height:101px;
	margin-top:-90px;
}

.box_login{
	width: 500px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    border: 2px solid var(--novo-laranja);
    display: block;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -252px;
    margin-top: -127px;
}

.box_login .topo_box{
	width:94.7%;
	height:50px;
	background:var(--novo-laranja);
	color:#fff;
	display:block;
	font-family:myriad;
	text-align:left;
	line-height:50px;
	font-size:20px;
	border-radius:8px 8px 0 0;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	margin-top:-50px;
	margin-left:-2px;
	padding-left:30px;
}

.box_login .conteudo{
	padding:15px;
	text-align:center;
}

.box_login .conteudo a{
	text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    color: var(--novo-laranja);
}

.box_login .conteudo input[type=submit]{
	width: 94%;
    height: auto;
    background: var(--novo-laranja);
    border-radius: 3px;
    display: block;
    border: none;
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
	font-family:myriad;
    background-image: linear-gradient(to top, rgba(0,0,0,0.03) 50%, transparent 50%);
	cursor:pointer;
	margin-bottom:10px;
}

.box_login .conteudo .campo{
	display:inline-block;
	color:var(--novo-laranja);
	font-family:myriad;
	margin-bottom:15px;
	margin-right:10px;
}

.box_login .conteudo .campo .titulo{
	display:inline-block;
	color:var(--novo-laranja);
	font-family:myriad;
}

.box_login .conteudo .campo input{
	width:150px;
	outline: none;
    border: none;
    background: none;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding: 5px;
    padding-bottom: 0px;
}

.box_login .conteudo .campo input:focus{
	border-color:var(--novo-laranja);
}

.clear_radio {
    display: none;
    padding: px;
    border-radius: 15px;
    border: 1px solid var(--novo-laranja);
    width: auto;
    height: 15px;
    min-width: 15px;
    text-align: center;
    line-height: 15px;
    color: var(--novo-laranja);
    font-size: 11px;
	cursor:pointer;
}

.clear_radio:hover {
    background: var(--novo-laranja);
    color: #fff;
}

.clear_radio.on{
	display:inline-block;
}

.alertas{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
	display:none;
}

.alertas.on{
	display:block;
}

.alertas .alerta{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
}

.alertas .alerta .box_alerta{
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    border: 2px solid var(--novo-laranja);
    color: black;
    display: block;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1));
    margin: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-125px;
}

.alertas .alerta .box_alerta .titulo{
    background: var(--novo-laranja);
    height: 50px;
    font-family: myriad;
    line-height: 50px;
    padding-left: 15px;
    color: #fff;
}

.alertas .alerta .box_alerta .titulo .texto{
	width:auto;
	display:inline-block;
}

.alertas .alerta .box_alerta .titulo .close{
    float: right;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    font-family: myriad;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 8px;
}


.alertas .alerta .box_alerta .titulo .close:hover {
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.alertas .alerta .box_alerta .conteudo_alerta {
    padding: 10px;
    font-family: myriad;
    font-size: 12px;
}

.alertas .alerta .box_alerta .caixa_msg{
	background: rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 3px;
    color: rgba(0,0,0,0.5);
}

.alertas .alerta .box_alerta .caixa_msg strong{
	color:rgba(0,0,0,0.8);
}

.alertas .alerta .box_alerta .botao{
    width: auto;
	max-width:95.5%;
    height: 20px;
    min-width: 30px;
    display: inline-block;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    color: rgba(0,0,0,0.8);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
}

.alertas .alerta .box_alerta .botao:last-child{
	margin-right:0;
}

.alertas .alerta .box_alerta .botao:hover{
	background: rgba(0,0,0,0.1);
	cursor:pointer
}

.alertas .alerta .box_alerta .botao:active {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.alertas .alerta.on{
	animation: fade_in 1s;
}

.alertas .alerta.off{
	animation: fade_out 1s;
}

.alertas .alerta.on .box_alerta{
	animation: zoom_in 0.8s;
}

.alertas .alerta.off .box_alerta{
	visibility:hidden;
	animation: zoom_out 0.8s;
}

.carregando{
	width: 80px;
    height: 80px;
    background: url(../img/carrega_prontuario.gif) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: 150px;
	display:none;
}

.carregando.on{
	display:block;
}

.topo_inicio{
	width:100%;
	height:100px;
	display:block;
	background:var(--novo-laranja);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	margin-bottom:50px;
}

.topo_inicio[titulo]:after{
	content:attr(titulo);
	position:absolute;
	width: 300px;
    text-align: center;
    display: block;
    height: 100px;
    line-height: 100px;
    font-family: verdana;
    font-size: 30px;
    color: rgba(0,0,0,0.2);
	left:50%;
	margin-left:-150px;
}

.topo_inicio .conteudo_right{
	display:block;
	width:auto;
	height:auto;
	float:right;
}

.topo_inicio .conteudo_left{
	display:block;
	width:auto;
	height:auto;
	float:left;
}

.topo_inicio .conteudo_left span{
	margin-left:50px;
}

.topo_inicio .conteudo_left .foto{
    width: 130px;
    height: 130px;
    background: #fff;
    display: inline-block;
    border: 3px solid #fff;
    margin-left: 10px;
    margin-top: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background-repeat:no-repeat;
	background-size: auto 100%;
	background-position:center;
	margin-bottom:-45px;
	background-color:#C3CADD;
}

.topo_inicio .titulo_pagina{
    width: 780px;
    text-align: center;
    display: block;
    float: left;
    height: 100px;
    line-height: 100px;
    font-family: verdana;
    font-size: 30px;
    color: rgba(0,0,0,0.2);

}

.topo_inicio .conteudo_left .foto .tipo{
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 12px;
    color: #fff;
    padding: 2px 0;
}

.topo_inicio .conteudo_left .nome{
	display:block;
    vertical-align: top;
    margin-top: 20px;
    background: #fff;
    margin-left: -4px;
    padding: 5px;
    padding-right: 90px;
    background-image: linear-gradient(to right, transparent 80%, var(--novo-laranja) 100%);
    color: var(--novo-laranja);
}

.topo_inicio .conteudo_left .dados{
	display:inline-block;
	width:auto;
	height:auto;
	vertical-align:top;
	font-family: verdana;
    font-size: 13px;
}

.topo_inicio .conteudo_left .dados .info{
	text-transform:uppercase;
	color:#fff;
	padding:5px;
}

.topo_inicio .endereco{
	font-family: verdana;
    font-size: 13px;
	color:#fff;
	padding:5px;
	padding-top:0px;
	padding-left:20px;
	background:url(../img/endereco.png) no-repeat left;
	padding-bottom:0px;
}

.topo_inicio .conteudo_left .dados .info l{	
	color: #CA7224;
}

.topo_inicio .conteudo_left .nome .sombra{
    background-image: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
    float: left;
    height: 26px;
    width: 3px;
    display: inline-block;
    margin: -5px;
	margin-right: 5px;
}

.topo_inicio .conteudo_right .btn_sair{
    width: auto;
    height: auto;
    background: #fff url(../img/sair.png) no-repeat;
    float: right;
    padding: 10px;
    border-radius: 20px;
    padding-left: 35px;
    padding-right: 15px;
    color: var(--novo-laranja);
    font-family: verdana;
    font-size: 12px;
    margin-top: 80px;
    margin-right: 50px;
    margin-left: -150px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
    background-position: 8px 6px;
    background-size: auto 60%;
}

.container.inicio{
    text-align: center;
}

.container.inicio .caixa_inicio{
	width:395px;
	height:155px;
	border:3px solid var(--novo-laranja);
	border-radius:3px;
	display:inline-block;
	margin-top:15px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#fff;
	background-position:top;
	background-size:100% auto;
	background-repeat:no-repeat;
}

.container.inicio .caixa_inicio.soap{
	background-image:url(../img/SOAP.jpg);
}

.container.inicio .caixa_inicio.cadastro{
	background-image:url(../img/cadastro.jpg);
	background-position: 0px -102px;
}

.container.inicio .caixa_inicio.anamnese{
	background-image:url(../img/anamnese.jpg);
	background-position: 0px -55px;
}

.container.inicio .caixa_inicio.agendamento{
	background-image:url(../img/agendamento.jpg);
}

.container.inicio .caixa_inicio .hover{
	height:100%;
	width:100%;
	display:table;
}

.container.inicio .caixa_inicio .hover:hover{
	background-image:linear-gradient(to bottom, rgba(247, 146, 30, 0.68), transparent);
}

.container.inicio .caixa_inicio .hover:hover i{
	background:url(../img/lupa.png) no-repeat center;
}

.container.inicio .caixa_inicio .hover:hover i:hover{
	opacity:1;
}

.container.inicio .caixa_inicio .hover i{
	width:50px;
	height:50px;
	display:block;
	margin:auto;
	margin-top:45px;
	cursor:pointer;
	display:block;
	opacity:0.8;
}

.container.inicio .caixa_inicio .titulo{
    height: 30px;
    background: rgba(247, 146, 30, 0.58);
    padding: 5px;
    line-height: 30px;
	padding-left: 15px;
	text-align:left;
	display: block;
    margin-top: 20px;
}

/* BOX_PACIENTE */
.box_paciente{
	display:block;
	min-width:285px;
	width:auto;
	height:100px;
}

.box_paciente .conteudo_paciente.off{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	opacity:0.5;
}

.box_paciente .dados_paciente{
    height: auto;
    width: auto;
    background: rgba(0,0,0,0.3);
    display: inline-block;
    margin-top: 18px;
	border-radius: 0 53px 53px 0;
	padding-right: 70px;
}

.box_paciente .dados_paciente .caixa_branca{
    width: auto;
    height: auto;
    display: table;
    background: #fff;
    font-family: verdana;
    font-size: 12px;
    border-radius: 0 30px 30px 0;
    padding: 5px;
    padding-left: 25px;
	color:rgba(0,0,0,0.5);
	padding-right:10px;
}

.box_paciente .dados_paciente .caixa_branca n{
	color:rgba(0,0,0,0.5);
	font-weight: bold;
}

.box_paciente .dados_paciente .foto_paciente{
    width: 70px;
    height: 70px;
    border-radius: 74px;
    border: 3px solid #fff;
    float: left;
    z-index: 99;
    margin-left: -60px;
    margin-top: -12px;
	margin-right:-25px;
	margin-bottom: -30px;
	background-repeat:no-repeat;
	background-size: auto 100%;
	background-position:center;
	margin-bottom:-45px;
	background-color:#C3CADD;
	box-shadow:0 0 3px rgba(0,0,0,0.2);

}

.box_paciente .dados_paciente .close{
    float: right;
    display: block;
    margin-top: -32px;
    margin-right: -55px;
	background:url(../img/close_off.png) no-repeat center;
	color:transparent;
	width:15px;
	height:15px;
}

.box_paciente .dados_paciente .close.on:hover{
	background:url(../img/close.png) no-repeat center;
	cursor:pointer;
}

.btn_voltar{
    display: none;
}

.btn_voltar.on{
	display:block;
	cursor: pointer;
    margin-left: 41px;
	width: 33px;
    padding: 10px 15px;
}

.box_paciente .conteudo_paciente .pesquisa{
    z-index: 999;
    position: absolute;
    display: block;
    margin-top: 18px;
    height: 50px;
    width: 400px;
	margin-left: -56px;
}

.box_paciente .conteudo_paciente .pesquisa .campo_lupa {
    width: 70px;
    height: 70px;
    border-radius: 76px;
    background: rgb(0,0,0) url(../img/lupa.png) no-repeat center;
    margin-top: -9px;
	display:none;
	cursor:pointer;
	background-color:#C3CADD;
}

.box_paciente .conteudo_paciente .pesquisa:hover .campo_lupa, .box_paciente .conteudo_paciente .pesquisa.on .campo_lupa, .box_paciente .conteudo_paciente .pesquisa .campo_lupa.on,  .box_paciente .conteudo_paciente:hover .pesquisa .campo_lupa{
    display:inline-block;
	position:absolute;
	float:left;
}

.box_paciente .conteudo_paciente .pesquisa.on .campo_lupa {
    background-image: none;
    border: 3px solid #fff;
    margin-top: -12px;
    margin-left: -5px;
}

.pesquisa input {
    display: none;
    vertical-align: top;
    width: 30%;
    margin-top: 10px;
    padding: 8px;
    padding-left: 15px;
	padding-right: 35px;
    border: none;
    border-radius: 0 50px 50px 0;
    margin-left: 60px;
    color: #fff;
    background: rgb(0, 0, 0) url(../img/lupa.png) no-repeat right;
    outline: none;
    background-size: auto 55%;
    background-position: 95%;
	transition:1s;
}

.pesquisa.on input{
	display:inline-block;
	width:50%;
	animation:width_on 1s;
}

.pesquisa.on input.lista{
	border-radius: 0 10px 0 0;
}

.pesquisa.on .pesquisar_btn{
	height: 31px;
    width: 31px;
    background: transparent;
    float: right;
    margin-left: 280px;
    margin-top: -31px;
    position: absolute;
    border-radius: 0 50px 50px 0;
	cursor:pointer;
}

.pesquisa .lista_usuarios{
	display:none;
}

.pesquisa .lista_usuarios.erro .error{
	display:block;
}

.pesquisa .lista_usuarios .error{
    padding: 10px;
    background: rgba(255,255,255,0.2);
    display: none;
    width: auto;
    height: auto;
    color: #FFF;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

.pesquisa.lista .lista_usuarios{
    width: 250px;
    height: auto;
    background: #000;
    margin-left: 60px;
    border-radius: 0 0 5px 5px;
	display:block;
	overflow:hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.pesquisa.on .lista_usuarios .usuario_item{
    padding: 13px;
    font-family: verdana, sans-serif;
    color: #fff;
    font-size: 12px;
    background: transparent;
}

.pesquisa.on .lista_usuarios.carregando_usuarios{
	background-image: url('https://digitalfemerall.files.wordpress.com/2013/02/blue_loading-final.gif?w=549');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}

.pesquisa.on .lista_usuarios .usuario_item.on, .pesquisa.on .lista_usuarios .usuario_item[selected]{
	background:var(--novo-laranja) !important;
	cursor:pointer;
}

.pesquisa.on .lista_usuarios .usuario_item:not([selected]):hover{
	background-color:rgba(255,255,255,0.5) !important;
	cursor:pointer;
}

.pesquisa.on .lista_usuarios .usuario_item:nth-child(even) {
    background: rgba(255,255,255,0.2);
}

.pesquisa.on.ps .getPaciente{
	height: 30.5px;
    width: 90px;
    background: #fff no-repeat 90% center;
    border-radius: 30px;
    float: right;
    margin-right: 60px;
    margin-top: 10px;
    margin-bottom: -90px;
	cursor:pointer;
	background-image:url(../img/getPaciente.png);
	background-size: auto 80%;
}

.pesquisa.on .lista_usuarios .usuario_item .foto_usuario{
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    background-color: #C3CADD;
	background-size: auto 100%;
    border: 2px solid #fff;
    border-radius: 30px;
	margin-top: -9px;
    margin-left: -5px;
	margin-right:10px;
}

.conteudo_paciente.pesquisa:not(.off) .paciente, .conteudo_paciente.pesquisa:not(.off) .endereco{
	-webkit-filter: blur(2px);
}

/* TABLE TIMELINE */

table.timeline tbody td {
    padding: 10px;
    background: rgba(0,0,0,0.02);
	font-size:12px;
	cursor:pointer;
}

table.timeline tbody tr:nth-child(even) td {
    background: rgba(0,0,0,0.09);
}

table.timeline tbody tr:active td{
	background:rgba(0,0,0,0.2);
	
}

table.timeline tbody tr:hover:not(:active) td{
	background: rgba(0,0,0,0.15);
}

table.timeline thead td {
    background: rgba(0,0,0,0.5);
    /* font-family: verdana; */
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

table.timeline {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    font-family: verdana;
	margin:15px;
}

.medicos_icon .qtd {
    float: right;
    background: #c3cadd;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
	box-shadow: 0 0 0 2px var(--novo-laranja) inset;
    border-radius: 25px;
	margin-top:-9px;
	margin-right:-7px;
	color:#fff;
}
.medicos_icon {
    width: 37px;
    height: 37px;
    display: inline-block;
    background: url(../img/medicos_icon.png) no-repeat center;
    background-size: auto 80%;
    margin-top: 5px;
    margin-left: 5px;
    color: var(--novo-laranja);
    cursor: pointer;
    padding: 6px;
}

.lista_medicos{
    width: 295px;
    height: auto;
    background: #c3cadd;
    position: absolute;
    overflow: hidden;
	z-index: 100;
	display:none;
}

.lista_medicos.on{
	display:block;
	animation:fade_down 1s;
}

.lista_medicos.off{
	display:none;
	animation:fade_up 1s;
}

.item_medicos{
    display: table;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    font-family: verdana, sans-serif;
    background: rgba(0,0,0,0.1);
	padding-top:0;
}

.item_medicos:nth-child(even){
    background: transparent;
}

.item_medicos .btn_ver{
    float: right;
    background-color: var(--novo-laranja);
    padding: 6px 15px;
    border-radius: 50px;
	margin:auto;
	margin-right: 18px;
	height:15px;
	line-height:15px;
}

.item_medicos .btn_ver.on{
	box-shadow: 0 2px 1px rgba(0,0,0,0.2) inset;
	background-color:rgba(0,0,0,0.2);
}

.item_medicos .btn_ver:hover{
	box-shadow: 0 2px 1px rgba(0,0,0,0.2) inset;
	cursor:pointer;
}

.item_medicos .nome_item{
	width:100%;
	height:30px;
	line-height:30px;
	margin-top:10px;
}

.item_medicos .dados{
	width: 93% !important;
	margin:0;
	padding:0;
	text-align:left;
	line-height: 25px;
	margin-top:10px;
	border-top:1px solid rgba(0,0,0,0.2);
	display:none !important;
	padding-top:5px;
}

.item_medicos .dados.on{
	display:block !important;
	animation:fade_down 1s;
}

.item_medicos .dados.off{
	display:none !important;
	animation:fade_up 1s;
}

.item_medicos .dados span{
	margin:0;
	background:rgba(0,0,0,0.1);
	color:#fff;
	padding:3px;
	border-radius:3px;
	font-size:11px;
}

.item_medicos .dados .btn_enviar_pin{
	width:95%;
	height:auto;
	padding:5px;
	text-align:center;
	background:var(--novo-laranja);
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}

/* ESTILIZANDO RADIO E CHECKBOX */

input[type='radio'] {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px;
	-webkit-transition: border 500ms;
	border-radius: 100%;
	display: inline-block;
	height: 15px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	vertical-align: baseline;
	width: 15px;
	border:1px solid var(--novo-laranja) !important;
}

input[type='radio']:disabled {
	opacity: .75;
}

input[type='radio']:not(:disabled):not(:active):hover {
	background: none;
	box-shadow:none;
}

input[type='radio']:not(:disabled):active {
	background: none;
	border: 1px solid var(--novo-laranja);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

input[type='radio']:checked::before {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-margin-start: 4px;
	background: var(--novo-laranja);
	border-radius: 10px;
	content: '';
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 5px;
	left: 0;
	margin-top: 4px;
	opacity: 1;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 5px;
}

html[dir='rtl'] input[type='radio']:checked::before {
	right: 0;
}

/* checkbox */

input[type='checkbox'] {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px;
	-webkit-transition: border 500ms;
	display: inline-block;
	height: 13px;
	margin-bottom: 0;
	position: relative;
	top: 1px;
	vertical-align: baseline;
	width: 5px !important;
	border:2px solid var(--novo-laranja) !important;
}

input[type='checkbox']:disabled {
	opacity: .75;
}

input[type='checkbox']:not(:disabled):not(:active):hover {
	background: none;
	box-shadow:none;
}

input[type='checkbox']:not(:disabled):active {
	background: none;
	border: 1px solid var(--novo-laranja);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

input[type='checkbox']:checked::before {
	-webkit-margin-start: -3px;
	background: url(../img/V.png);
	border-radius: 10px;
	content: '';
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	margin-top: -4px;
	opacity: 1;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 18px;
	height:17px;
}

html[dir='rtl'] input[type='checkbox']:checked::before {
	right: 0;
}

/* ANIMA��ES */

@-webkit-keyframes zoom_in{
	0%{transform:scale(0.5, 0.5);}
	50%{transform:scale(1.2, 1.2);}
	100%{transform:scale(1, 1);}
}

@-webkit-keyframes width_on{
	0%{width:2%;}
}

@-webkit-keyframes zoom_out{
	0%{transform:scale(1, 1); visibility:visible; opacity:1;}
	50%{transform:scale(1.2, 1.2); visibility:visible; opacity:1;}
	100%{transform:scale(0.9, 0.9); visibility:visible; opacity:0;}
}

@-webkit-keyframes show_down{
	0%{margin-top:-500px; opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes fade_in{
	0%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes fade_out{
	0%{opacity:1; display:block !important;}
	100%{opacity:0;}
}

@-webkit-keyframes fade_down{
	0%{height:0; display:block !important; overflow:hidden;}
	100%{height:100px;}
}

@-webkit-keyframes fade_up{
	0%{height:100px; display:block !important; overflow:hidden;}
	100%{height:0;}
}

/* RESETANDO AUTOFILL */

input:-webkit-autofill{    
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
    -webkit-text-fill-color: #000 !important;
	border-bottom:2px solid rgb(228, 228, 228) !important;
}