.passwordBox{
  padding: 0px !important;
}

.cursor_pointer{
	cursor: pointer !important;
}


/* botões referentes na navegação do topo */
@media only screen and (max-width: 499px) {
	.botoesAdicionaisResponsivo{width: 100% !important;}
	.botoesAdicionaisResponsivoInterno{width: 66% !important;}
	.botoesAdicionaisResponsivoBotoes{padding-top: 0px !important;padding-bottom: 0px !important; margin-top: 0px !important;}
}

@media only screen and (max-width: 465px) {
	.botoesAdicionaisResponsivo{width: 100% !important;}
	.botoesAdicionaisResponsivoInterno{width: 60% !important;}
}

@media only screen and (max-width: 395px) {
	.botoesAdicionaisResponsivo{width: 100% !important;}
	.botoesAdicionaisResponsivoInterno{width: 55% !important;}
}
/* botões referentes na navegação do topo */


.navbar-brand{
	padding: 5px 10px !important;
	background-color: #ffffff !important;
}

@media only screen and (min-width: 991px) {
	.mostraLabelMenu{
		display: none;
	}
	.mostraLabelMenuInterno{
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.mostraLabelMenuInterno{
		display: none;
	}
}



/** REPORTS */

.report-category {
	margin-bottom: 20px
  }
  
  .report-home.report .report-category.ataglance h3.title, .report-home.report .report-category.ataglance h3.title span {
	  border-color: #81C784 !important;
  }
  
  .report-home.report .report-category.summary h3.title, .report-home.report .report-category.summary h3.title span {
	  border-color: #9575CD !important;
  }
  
  
  .report-category h3 span {
	  display: inline-block;
	  padding-top: 2px;
  }
  
  .report-category.ataglance h3.title, .report-category.summary h3.title {
	  border-top: 1px solid;
	  border-top-color: currentcolor;
  }
  
  .report-category.ataglance h3.title span, .report-category.summary h3.title span {
	  border-top: 3px solid;
	  border-top-color: currentcolor;
  }
  
  .report-category h3.title {
	  color: #183247;
	  text-transform: uppercase;
	  font-weight: 600;
	  margin-bottom: 20px;
	  line-height: 24px;
	  font-size: 16px;
  }
  
  .report-block {
	  padding-left: 10px;
	  height: 60px;
  }
  .report-block .timestamp{
	  font-size: 11px;
	  color:#999;
  }
  
  .report-block .report-title {
	  font-size: 14px;
	  line-height: 20px;
	  font-weight: 500;
	  color:#333;
  }

  .card-link {
	cursor: pointer;

}
.card-link:hover, .card-link:hover .report-title {
	color:#2c5cc5 !important;
}

#recordingsList audio, .listAudio {
  display: block;
  margin-bottom: 5px;
}

.report-home.report .report-category.ataglance h3.title, .report-home.report .report-category.ataglance h3.title span {
    border-color: #2095F1 !important;
}