.tt-wrapper{
	padding: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align:right;
}
.tt-wrapper li{
	display:inline-block;
	height: 100%;
}
.tt-wrapper li a, .tt-wrapper li > div, .edit_icon{
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: none;
	text-indent: -9000px;
	position: relative;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tt-wrapper li .tt-edit, .edit_icon{
    background:url(../imgs/area-reservada/edit.png) no-repeat center;
}
.enc_list:hover .tt-wrapper li .tt-edit, .enc_list.selected .tt-wrapper li .tt-edit, .edit_icon:hover{
	 background:url(../imgs/area-reservada/edit_.png) no-repeat center;
}
.tt-wrapper li .tt-remove{
    background:url(../imgs/area-reservada/remove.png) no-repeat center;
}
.enc_list:hover .tt-wrapper li .tt-remove, .enc_list.selected .tt-wrapper li .tt-remove{
	 background:url(../imgs/area-reservada/remove_.png) no-repeat center;
}
.tt-wrapper li .tt-block{
    background:url(../imgs/area-reservada/block.png) no-repeat center;
}
.enc_list:hover .tt-wrapper li .tt-block, .enc_list.selected .tt-wrapper li .tt-block{
	 background:url(../imgs/area-reservada/block_.png) no-repeat center;
}
.tt-wrapper li .tt-block.blocked{
    background:url(../imgs/area-reservada/block1_.png) no-repeat center;
}
.tt-wrapper li .tt-concluir, .concluir_icon{
    background:url(../imgs/area-reservada/concluir.png) no-repeat center;
}
.enc_list:hover .tt-wrapper li .tt-concluir, .concluir_icon:hover, .enc_list.selected .tt-wrapper li .tt-concluir{
	 background:url(../imgs/area-reservada/concluir_.png) no-repeat center;
}

.tt-wrapper li a span, .tt-wrapper li > div span{
	width: 100px;
	height: auto;
	padding:5px 10px;
	left: 50%;
	margin-left: -50px;
	font-weight: 400;	
	font-size: 10px;
	color: #535353;
	text-align: center;
	background: #e4e4e4;
	text-transform:uppercase;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:after, .tt-wrapper li > div span:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e4e4e4;;
}
.tt-wrapper li a span:after, .tt-wrapper li > div span:after{
	bottom: -10px;
	margin-left: -10px;
	border-top: 10px solid #e4e4e4;
}
.tt-wrapper li a:hover span, .tt-wrapper li > div:hover span{
	opacity: 1;
	bottom: 40px;
}

.tooltips_big{
	width: 210px;
	right:50%;
	height: auto;
	padding:30px 20px;
	font-weight: 200;	
	font-size: 10px;
	color: #535353;
	text-align: left;
	background: #e4e4e4;
	border-radius: 5px;
	position: absolute;
	top: -25px;
	z-index: 20;
	display:none;
}
.tooltips_big:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e4e4e4;
	
	top:50%;
	margin-top: -10px;
}
@media only screen and (max-width: 1100px) {
	.tooltips_big{
		right: 65px;
  		top: -47px;
	}
}