.datepicker{
	z-index: 9999 !important;
}
.dropdown-menu{
	z-index: 9999 !important;
}
.items_select_json{
	padding: 5px;
	border-radius: 3px;
	background:#a2b9e6;
	margin-top: 5px;
}

/*PERMISOS USUARIOS*/
.item_permisos{
	padding: 6px;
	background:#3e1edbb8;
	color:white;
	border-radius: 5px;
	margin: 5px;
}
.profile-img{
  opacity: 1;
  width: 150px;
  height: 130px !important;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 50%;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content_img:hover .profile-img {
  opacity: 0.3;
}

.content_img:hover .middle {
  opacity: 1;
}