.spin{
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background-color: #b5b5b5;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* COMENTARIOS */
.textarea-edit {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    margin: 5px 0 0;
    max-height: 500px;
    min-height: 50px;
    padding: 5px;
    width: 98%;
}
.btnEdit {
    width: auto; 
    margin:3px 0;
}

.comment-content .answerOptions  ul li {
  padding:0px 5px 0 10px;
}

.comment-box:hover .answerOptions ul li {
	opacity: 1!important;
}

.numbersvotes .stats {
	display: none
}

span.positivo {
	color: #23d160;
	font-weight: bold;
}

span.negativo {
	color: #ff3860;
	font-weight: bold;
}

/**** STATUS ****/
.status {
   right: 5px;
bottom: 0;
position: absolute;
display: block;
border-radius: 50%;
width: 15px;
height: 15px;
}
.online {background-color: #23d160;}
.busy {background-color: #ff3860;}
.inactive{background-color: #ffdd57;}
.offline {background-color: #cccccc;}
.banned {background-color: #34495E;}

/*
    ICONOS EN MONITOR Y ACTIVIDAD
    ---------------------------------------------------
*/
.monac_icons {
    font-family: 'feather' !important;;
	font-size: 20px;
    margin-right: 5px;
    line-height: 1.6;
    color: #FFF;
	border-radius: 50%;
    padding: 15px
}
.monac_icons{background-color: #23d160;}
.monac_icons:before{content: "\e8d6";}
.monac_icons_desplegable {
    font-family: 'feather' !important;;
    margin-right: 5px;
    line-height: 1.6;
    color: #FFF;
	border-radius: 50%;
	background-color: #23d160;	
}
.monac_icons_desplegable:before{content: "\e8d6";}
span.ma_voto_negativo {background: #ff3860;}
span.ma_voto_negativo:before {content: "\e8d7";}
span.ma_comment_post {background: #3498db;}
span.ma_comment_post:before {content: "\e890";}
span.ma_comment_resp {background: #34495E;}
span.ma_comment_resp:before  {content: "\e890";}
span.ma_post {background: #00d1b2;}
span.ma_post:before  {content: "\e872";}
span.ma_points {background: #3498db;}
span.ma_points:before  {content: "\e8d4";}
span.ma_star {background: #ff3860;}
span.ma_star:before  {content: "\e8cd";}
span.ma_follow {background: #34495E;}
span.ma_follow:before  {content: "\e8e5";}
span.ma_follow_post {background: #00d1b2;}
span.ma_follow_post:before  {content: "\e890";}
span.ma_blue_ball {background-color: #34495E;}
span.ma_blue_ball:before  {content: "\e890";}
span.ma_share {background: #00d1b2;}
span.ma_share:before  {content: "\e8c0";}
span.ma_status {background-position: 0 -176px;}
span.ma_status:before  {content: "\e877";}
span.ma_wall_post {background: #3498db;}
span.ma_wall_post:before  {content: "\e8b6";}
span.ma_w_comment {background: #ff3860;}
span.ma_w_comment:before  {content: "\e890";}
span.ma_w_like {background: #34495E;}
span.ma_w_like:before  {content: "\e8d6";}
span.ma_medal{ background: #3498db;}
span.ma_medal:before {content: "\e82e";}
span.ma_photo:before {content: "\e83d";}

/*Desplegable notificaciones ajax*/
.notificaciones-list {
	display: none;
	top: 35px;
	position: absolute;
	z-index: 300;
	right: 30px;
	padding: 0.5rem;
	box-shadow: 0px 5px 15px #2e313f;	
}

/* MENSAJE DE ALERTA INSTALADOR */
#msg_install {
    background-color: #fff9da;
    border: 1px solid #f7f1cc;
    padding: 15px;
    margin: -10px;
    font: 15px "Helvetica Neue", Century Gothic;
    line-height: 1.5;
    color: #656565;
    text-align:center;
    }
    .mr-au{margin: auto;}
    .blanco{margin-right: 5px;}