/* Colores */
/*compensar colores corporativos*/
/*compensar color cuerpo texto corporativo*/
/*colores complementarios*/
/*compensar fuente texto corporativo*/
/*compensar peso fuente corporativo*/
/* max-width*/
/*center-content*/
/*Iconos*/
/* rendition ID heights & widths */
/* Media Queries Bootstrap y personalizadas */
/* font sizes */
/*bordes*/
/*Sombra*/
/*Opacidad*/
/*mixins tipografia*/
/* mixin for multiline */
.perfil {
  background: #f4f4f4;
  position: absolute;
  top: 70px;
  right: -30px;
  width: 320px;
  height: 0px;
  border-radius: 0px 0 10px 10px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 10;
  display: none;
}

.perfil__lista {
  padding-left: 0px;
  max-height: 330px;
  overflow: auto;
  margin-bottom: 0;
}

.perfil__lista__item details::after {
  font-family: FontAwesome;
  content: "" !important;
  position: absolute;
  color: #333;
  right: 20px;
  top: 6px;
  display: block;
}

.perfil__lista .perfil__lista__item[data-hassubmenu="1"].desplegado::after {
  color: #ff6600;
  content: "" !important;
  display: block;
}

.perfil__lista .perfil__lista__item.desplegado summary {
  border-bottom: 1px solid #cccccc;
}

.perfil__lista .perfil__lista__item.desplegado:hover summary {
  color: #fff;
  background-color: #ff944d;
}

.perfil__lista .perfil__lista__item.desplegado:hover::after {
  color: #fff;
}

.perfil__lista .perfil__lista__item.desplegado ul {
  background-color: #fff;
}

.perfil__lista>li.desplegado a {
  color: #333;
}

.perfil__lista li {
  position: relative;
  cursor: pointer;
}

.perfil__lista li .menu-item {
  padding: 6px 20px;
  color: #666;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

.perfil__lista li .menu-item:hover,
.perfil__lista li .menu-item:focus {
  color: #ffffff;
  background: #ff944d;
}

.perfil__lista li .menu-item .menu-item-text {
  font-family: "Roboto light", sans-serif;
}

.perfil__lista .perfil__lista__item:last-child,
.perfil__lista .perfil__lista__item:last-child.desplegado ul {
  background-color: #333;
}

.perfil__lista .perfil__lista__item:last-child summary {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.perfil__lista .perfil__lista__item:last-child .menu-item-text {
  font-weight: 500;
  color: #fff;
}

.perfil__lista .loadingWraper {
  background-color: rgba(255, 255, 255, 1);
}

.perfil__usuario {
  overflow: hidden;
  padding: 0px 15px;
  width: 100%;
  background-color: #e5e5e5;
}

.perfil__lista .loadingWraper::before {
  content: '';
  width: 100%;
  height: 100%;

}

.perfil__usuario__avatar {
  min-width: 80px;
  max-width: 80px;
  width: 35%;
  height: 80px;
  overflow: hidden;
  float: left;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #999999;
}

.perfil__usuario__avatar img {
  width: 80px;
}

.perfil__usuario__datos {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.perfil__usuario__datos .perfil__lista__item__datos__profesion {
  font-size: 14px;
  color: #b2b2b2;
}

.perfil__usuario__datos h4 {
  font-family: roboto;
  font-size: 16px;
  margin-bottom: 5px;
}

.perfil .ip ul {
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #333;
  padding: 10px 0px;
}

.perfil .ip ul li {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.perfil .ip ul li span {
  font-size: 10px;
}

.perfil .ip ul li span.keyIp {
  color: #ff6600;
}

.perfil .ip ul li:last-child {
  color: #ff6600;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .perfil {
    right: 0px;
    top: 70px;
  }
}

@media only screen and (max-width: 980px) {
  .perfil {
    right: 0px;
    top: 50px;
    z-index: 400;
  }
}

@media only screen and (max-width: 767px) {
  .perfil {
    width: 100%;
  }

  .perfil.perfil__lista {
    max-height: 270px;
  }
}