.colaboradorItem .colaboradorNome img
{
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 100px
}

.espelhoListaColaboradores, .trHover
{
	cursor: pointer;
	transition: 0.5s;
}
.espelhoListaColaboradores:hover, .trHover:hover
{
	background: #f7f7f7
}

.tagedLine
{
	width: 40px;
	border-bottom: 2px dotted  #d8d8d8;
	cursor: pointer;
	height: 10px
}


	.BlocoNotificacoesMensagensAdminSuporte
	{
		float: right;
		position: relative;
		z-index: 999;
		margin-right: 35px;
		margin-top: -45px
	}
	.BlocoNotificacoesMensagensAdminSuporte  .icon-badge-container {
		display: inline-block;
		
	}

	.BlocoNotificacoesMensagensAdminSuporte  .icon-badge-container:first-child { 
	  margin-right:0
	}

	.BlocoNotificacoesMensagensAdminSuporte .icon-badge-container {
		 
		position:relative;
	}
	.BlocoNotificacoesMensagensAdminSuporte .icon-badge-icon {
 		position: relative;
	}

	.BlocoNotificacoesMensagensAdminSuporte .icon-badge {
		background-color: #aa0000;
		font-size: 14px;
		color: white;
		text-align: center;
		width: 20px;
		height: 20px;
		border-radius: 100%;
		position: absolute; /* changed */
		top: -3px; /* changed */
		right: 8px; /* changed */
	}
	
	
	

.batePontoBotao
{
	 
}
 
  

	.batePontoBotao {
		width: 70px;
		height: 70px;
 		position: fixed;
		top: auto;
		left: 20px;
		right: auto;
 		max-height: 100%;
 		z-index: 100000; 
 		background-color: #1A2A7C;
		color: #fff;
		bottom: 10px;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		padding: 17px 20px;
		border-radius: 100%;
		white-space: nowrap;
		text-align: center;
	}
		.batePontoBotao img
		{
			width: 25px;
		}
 
 
 


.cursorPointer
{
	cursor: pointer
}



input[type=file]{
	cursor: pointer
}

.falta
{
	background: #fff9fc 
}