body,html{
	font-family: 'Titillium Web', sans-serif;
	height: 100%;
	width: 100%;
	margin:0 0 0 0;
	overflow: hidden;
}
a:visited{
	text-decoration: none;
	color: #000000;
	}
a:link{
	text-decoration: none;		
	color: #000000;
	}	
a:hover{
	text-decoration: none;		
	color: #000000;
	}
a:active{
	text-decoration: none;		
	color: #000000;
	}	

.background { 
  background: url(/img/survey_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.loginbutton{
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 30%;
  	height: 80px;
  	background: #ff9200;
  	border-radius: 5px;
  	border: solid 1px #ff9200;
  	padding: 50px;
  	text-align: center;
  	color: #ffffff;
  	font-size: 45px;
  	/*line-height: 95px;*/
}
.loginbutton:hover{
  	background: #ff7e00;
  	border-radius: 5px;
  	border: solid 1px #ff7e00;

}
.logotop{
	width: 100%;
	height: auto;
	padding-top: 10px;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	position: absolute;
	float: left;
	text-align: center;
}

.boxlogin{
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 300px;
  	height: 400px;
  	background: #ffffff;
  	border-radius: 15px;
  	border: solid 1px #c5c4c4;
  	padding: 30px;
}
.boxrodape{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#logocliente{
	width: 300px;
	height: 90px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.label{
	font-size: 30px;
	color:#545454;
}
.input{
	font-family: 'Titillium Web', sans-serif;
	color: #0f1c3e;
	font-size: 20px;
	width: 300px;
	height: 40px;
	border-radius: 5px;
  	border: solid 1px #0f1c3e;
  	padding: 5px;
}
.inputFiltros{
	font-family: 'Titillium Web', sans-serif;
}
.button{
	width: 300px;
	height: 50px;
	font-size: 25px;
	color: #ffffff;
	background: #0f1c3e;
	border-radius: 5px;
  	border: solid 1px #0f1c3e;
  	margin-top: 20px;
}
.button:hover{	
	background: #0f1c3e;
}
.alert{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
	color: #b50000;
}
/*-----------------------------------------------------------------*/
.boxhome{
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 80%;
  	height: 400px;
  	background: #ffffff;
  	border-radius: 15px;
  	border: solid 1px #c5c4c4;
  	padding: 30px;
}
.boxbemvindo{
	position: absolute;
  	margin: auto;
  	top: 10px;
  	right: 0;
  	left: 0;
  	width: 83%;
  	height: 50px;
  	background: #ffffff;
  	border-radius: 15px;
  	border: solid 1px #c5c4c4;
  	padding: 10px;
}
.logobemvindo{
	float: left;
}
.logout{
	width: 49px;
	height: 41px;
	float: right;
	background: url(../img/logout.jpg) no-repeat;
	margin-top: 5px;
}
.box{
	float: left;
	width: 400px;
	height: auto;
	padding: 20px;
}
/*******************************************************/
/*Home*/

#topo{

	width: 100%;
	height: 70px;
	background: #1577c5;
	padding-top: 10px;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	position: absolute;
	float: left;
	text-align: center;
}
.home{
	width: 100%;
	position: absolute;
	z-index: 0;
}
#rodape{
	width: 100%;
	height: 20px;
	background: #999999;
	margin: 0 0 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	float: left;
	text-align: center;	
	color: #3f3e3e;
	font-size: 14px;
	line-height: 20px;
}
#conteudo{
	width: 100%;
	/*height: 91.7%;*/
	height: 95%;
	float: left;
	margin: 0 0 0 0;
	left: 0px;
	right: 0px;
	background: #f4f4f4;
	margin-top: 80px;
	display: flex;
}
/*--------MENU--------*/
/*#menuB{
	width: 230px;
	height: 100%;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	background: #363636;
	float: left;
	color: #eaeaea;
}
#menu{
	width: 100%;
	height: auto;
	float: left;
	background: #363636;
	padding-bottom: 20px;
}*/

.sidenav {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #181818;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    float: left;

}

.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.closebtn {
    top: 0;
    font-size: 36px;
    width: 215px;
    text-align: left;
    margin-left: 10px;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.btMenu	{

	font-size:40px;
	cursor:pointer;
	float:left;
	margin-left:10px;
	color: #ffffff;
	z-index: 9999;
	position: absolute;
}
/*-----FECHA MENU-----*/	
}
#perfilAdm{
	width: 230px;
	height: 150px;
	float: left;

}
#avatar{
	width: 230px;
	height: 50px;
	text-align: center;
	margin-top: 20px;
}
#usuario{
	width: 230px;
	height: auto;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 8px;
	size: 6;
	font-size: 16px;
	color: #ffffff;
}
#logoff{
	width: 230px;
	height: auto;
	text-align: center;
}
.link:link{
	text-decoration: none;	
	color: ff9c00;
	}	
.link:hover{
	text-decoration:underline; 
	color: ff9c00;
	}
.link:visited{
	text-decoration:none; 
	color: ff9c00;
	}	
#itemMenuGr{
	width: 100%;
	height: 45px;
	background: #494949;
	color: #ffffff;
	float: left;
	margin-top: 2px;
	padding-left: 10px;
	line-height: 45px;
	font-size: 14px;
}	
#itemMenuGr:hover{
	background: #1577c5;
	color: #ffffff;
}
#itemMenuGr:link{
	color: #ffffff;
}
#itemMenuGr:active{
	color: #ffffff;
}
#itemMenuGr:visited{
	color: #ffffff;
}

#itemMenuPq{
	width: 100%;
	height: 30px;
	background: #6f6e6e;
	color: #ffffff;
	float: left;
	margin-top: 2px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 30px;
}
#itemMenuPq:hover{
	background: #1577c5;
	color: #ffffff;
}
#itemMenuPq:link{
	color: #ffffff;
}
#itemMenuPq:active{
	color: #ffffff;
}
#itemMenuPq:visited{
	color: #ffffff;
}


/*PENDENTE ENVIO*/
#boxPacientes{
	flex-grow: 100;
	width: 100%;
	height: auto;
	float: left;
	/*background: #fff000;*/
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 2%;
}

#titulo{
	width: 99.3%;
	height: auto;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
}
#boxusuario{
	width: 99.3%;
	height: auto;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
	padding: 10px;
	font-size: 20px;
	color: #808080;
}
#voltar{
	background: url(../img/voltar.png) no-repeat;
	width: 40px;
	height: 36px;
	float: left;
	margin: 10px;
}
#home{
	background: url(../img/home.png) no-repeat;
	width: 40px;
	height: 36px;
	float: left;
	margin: 10px;
}
.txtTitulo{
	color: #ff9000;
	font-size: 16px;
	float: left;
	padding-left: 10px;
	line-height: 55px;
	font-weight: bold;
}
.txtTotalizador{
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 20px;
	line-height: 55px;
}
.filtros{
	float: right;
	padding-right: 20px;
	width: auto;
	height: auto;
	color: #363636;
	font-size: 14px;
	line-height: 32px;
	bottom: 5px;
}
.filtroDinamico{
	height: 22px;
	margin-left: 10px;
	border:none;
	background: #7a7a7a;
	color: #ffffff;
	padding: 3px;
}

#tablePaciente{
	display: table;	
	width: 100%;
	height: auto;
	border: 1px #e0e0e0 solid;
	float: left;
}
#tablePaciente:hover{
	background: #edebeb;
}

.titulo{
	background: #5b5b5b;
	font-size: 14px;
	color: #ffffff;
	padding-left: 5px;
	line-height: 20px;	
}

.nomePaciente{
	display: table-cell;
	width: 18.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.atendimentoPaciente{
	display: table-cell;
	width: 4.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.idadePaciente{
	display: table-cell;
	width: 3.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 13px;
}
.dtAltaPaciente{
	display: table-cell;
	width: 8.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.motivoAltaPaciente{
	display: table-cell;
	width: 8.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.tipoAtendimentoPaciente{
	display: table-cell;
	width: 7.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.diagnosticoPaciente{
	display: table-cell;
	width: 18.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.telefonePaciente{
	display: table-cell;
	width: 6.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.dtEnvio{
	display: table-cell;
	width: 6.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.dtEnvioEmail{
	display: table-cell;
	width: 6.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.notaNPS{
	display: table-cell;
	width: 4.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.ObsPaciente{
	display: table-cell;
	width: 4.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}
.contatoPosterior{
	display: table-cell;
	width: 4.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 13px;
}
.resultPesquisa{
	display: table-cell;
	width: 8.4%;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-align: center;
}

/*****RESPOSTA MANUAL*****/

#detalhePaciente{
	width: 99.3%;
	height: auto;
	float: left;
	border: solid 1px #6f6e6e;
	background: #e2e2e2;
	margin: 4px;
}
#tableDetalhePaciente{
	display: table;	
	width: 100%;
	height: auto;
	float: left;
	padding: 5px;
}
#celDetalhePaciente{
	display: table-cell;
	width: 12.5%;
	padding: 2px;
	font-size: 15px;
}
#tituloDetalhePaciente{
	width: 99.3%;
	height: 30px;
	background: #1577c5;
	border: solid 1px #1577c5;
	border-radius: 5px;
	float: left;
	margin: 4px;
}
.txtTituloDetalhePaciente{
	color: #ffffff;
	font-size: 14px;
	float: left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;

}
#detalheRespostaPaciente{
	width: 96.8%;
	height: auto;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
	padding: 20px;
	text-align: center;
}
#hiddenDivs{
	display: none;
}

.valorNps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 46%;
  text-align: center;
}

.valorNps:after {
  content: "";
  clear: both;
}

.escalaNps {
  box-sizing: border-box;
  float: left;
  height: 40px;
  position: relative;
  width: 40px;

}

.escalaNps + .escalaNps {
  margin-left: 5px;
}
.escalaNps label {
  background: #fff no-repeat center center;
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 1px;
  position: absolute;
  right: 1px;
  text-indent: 100%;
  top: 1px;
  white-space: nowrap;
}
.zero label {
  background-image: url(../img/escala/zero.jpg);
}
.um label {
  background-image: url(../img/escala/um.jpg);
}
.dois label {
  background-image: url(../img/escala/dois.jpg);
}
.tres label {
  background-image: url(../img/escala/tres.jpg);
}
.quatro label {
  background-image: url(../img/escala/quatro.jpg);
}
.cinco label {
  background-image: url(../img/escala/cinco.jpg);
}
.seis label {
  background-image: url(../img/escala/seis.jpg);
}
.sete label {
  background-image: url(../img/escala/sete.jpg);
}
.oito label {
  background-image: url(../img/escala/oito.jpg);
}
.nove label {
  background-image: url(../img/escala/nove.jpg);
}
.dez label {
  background-image: url(../img/escala/dez.jpg);
}
.valorNps input:focus + label {
  outline: 2px dotted #21b4d0;
}
.valorNps input:checked + label {
  outline: 4px solid #21b4d0;
}

.pergunta{
	width: 100%;
	height: auto;
	float: left;	
	text-align: left;
}

.radioBtn{
	margin-left: 60px;
}
.inputTextarea{
	margin-left: 60px;
	border:1px solid #d2d2d2;
	border-radius: 5px;
    width: 90%;
    height: 100px;
    padding: 10px;
    font-family: 'Titillium Web', sans-serif;
    background: #f4f4f4;
    color: #454545;
}

.inputSalvar{
	width: 99.2%;
	height: 20px;
	float: left;
	border: solid 1px #299f00;
	border-radius: 5px;
	background: #32b704;
	margin: 4px;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 5px;
	margin-bottom: 20px;
}
.inputSalvar:hover{
	background-color:#299f00; 
}
#ResultadoGeralPaciente{
	width: 99.3%;
	height: auto;
	border-radius: 5px;
	float: left;
	margin: 4px;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
}
.boxContatoPaciente{
	width: auto;
	height: auto;
	background:#b4b4b4;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 5px;
	float: right;
}

/*----INDICADORES----*/


#boxIndicador{
	width: 96.8%;
	height: auto;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
	padding: 10px;
	font-size: 45px;
	color: #6b6b6b;
	/*line-height: 100px;*/
}
#boxValoresIndicador{
	width: auto;
	height: auto;
	float: right;
	margin-right: 10px;
}

#boxValorIndicador{
	width: 230px;
	height: 100px;
	float: left;
	background: #1577c5;
	border:1px solid #1577c5;
	border-radius: 5px;
	margin: 4px;
	font-size: 32px;
	text-align: center;
	color: #ffffff;
}
#boxValorIndicador:hover{
-webkit-box-shadow: inset 0px 0px 300px -67px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 300px -67px rgba(0,0,0,1);
box-shadow: inset 0px 0px 300px -67px rgba(0,0,0,1);
}
#legenda{
	position:absolute;
	bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 33px;
	font-size: 13px;
	background: #afafaf;
}
.celLegenda{
	width: 200px;
	height: auto;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: right;
	text-align: center;
	margin-right: 5px;
	margin-top:5px;
	background: #ffffff;
}

/****DASHBOARD*****/

#boxDashboard{
	width: 31%;
	height: auto;
	min-width: 300px;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
	padding: 10px;
	font-size: 30px;
	color: #b0b0af;
}
.fundoBoxDashboard{
	background: #f4f9fa;
	margin: 2px;
	width: 93%;
	height: auto;
	border: solid 1px #f4f9fa;
	border-radius: 5px;
	padding: 10px;
}
.corTexto{
	color:#88adb3;
	font-size: 15px;
	font-weight: bold;
}
.corValor{
	color:#f38f04;
	font-size: 25px;
	font-weight: bold;
}

/******************/

.table {
    width: 100%;
}
th{
	background: #5b5b5b;
	color: #ffffff;
}

th, td {
    text-align: left;
    padding: 0px;
    
    font-size: 13px;
    padding-left: 5px;
}

tr:nth-child(even){
	background-color: #eaeaea;
	
}
tr:hover{
	background: #dbdada;
}

.helpButton{
	border-radius: 50%;
	font-family: 'Heebo', sans-serif;
	font-weight:bold;
	font-size: 22px;
	color: #6798bf;
	line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #07487c;
    background-color: #07487c;
}

#menuHelp{
	width: 150px;
	height: 200px;
	background: #f4f9fa;
	border: 1px solid #e6edef;
	border-radius: 8px;
	display: none;
 	position: absolute;
    right: 60px;
    top: 50px;
    float: right;	
}
.dropdown {
    position: absolute;
    right: 20px;
    top: 20px;
    float: right;
    display: inline-block;
    width: 220px;
    text-align: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e6edef;
    border-radius: 5px;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f4f9fa;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .helpButton {background-color: #055697;color: #ffffff;border: 1px solid #055697;}

#boxGraph{
	width: auto;
	height: auto;
	float: left;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	background: #ffffff;
	margin: 4px;
	padding: 10px;
	font-size: 30px;
	color: #b0b0af;
}

/*----PAINEIS----*/

#boxCentral{
	width: 100%;
	height: auto;
	float: left;
	margin: 4px;
	padding: 10px;
	font-size: 40px;
}
#boxMeta{
	width: 647px;
	height: auto;
	margin: 0 auto;
}
#boxIndicadorMeta{
	width: 647px;
	height: 300px;
	float: left;
	border-radius: 5px;
	margin: 4px;
	font-size: 45px;
	text-align: center;
	color: #6b6b6b;
}
#metaNps{
	display: inline-block;
	border-radius: 50%;
    height: 600px;
    width: 600px;
    font-size: 340px;
    line-height: 550px;
    color: #ffffff;
    text-align: center;

}
#metaAtingida{
	display: inline-block;
	background: url(../img/meta_atingida.png) no-repeat center center;
    height: 600px;
    width: 647px;
    font-size: 220px;
    line-height: 500px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-left: -10px;
}
.save{
	background: url(../img/save.png) center no-repeat;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	float: right;
	text-decoration:none;
}

.inputTextareaHistorico{
	margin-left: 60px;
	border:1px solid #d2d2d2;
	border-radius: 5px;
    width: 99.2%;
    height: 280px;
    padding: 10px;
    margin: 4px;
    font-family: 'Titillium Web', sans-serif;
    background: #f4f4f4;
    color: #454545;
}