/*Archivo auxiliar de estilos para SACS*/
* {
	margin: 0;
	padding: 0;
}
.app_content{
    padding-top: 0px !important;
}

#contenedorsacs {
	background-color: #FFF;
}
.sacscontuserhead { /*header del user*/
    position: relative;
	background: rgba(150,150,150,0.2);
	display: inline-block;
	float: left;
	height: 230px;
	width: 100%;
}
.addfriendlinkover {
	position: absolute;
	z-index: 1;
	right: -8px;
	top: -16px;
}
.overtxt {
	  /* background-color: rgba(0, 0, 0, 0.3); */
	  -webkit-box-shadow: inset 1px -67px 58px -11px rgba(0,0,0,0.75);
	  -moz-box-shadow: inset 1px -67px 58px -11px rgba(0,0,0,0.75);
	  box-shadow: inset 1px -67px 58px -11px rgba(0,0,0,0.45);
	  /*display: none;*/
	  /* height: 78px; */
	  position: absolute;
	  bottom: 0px;
	  width: 100%;
	  text-align: center;
    /*background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 78px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;*/
}
.sacscontuserhead:hover .overtxt { /*header del user*/
	display: block;
}
.overtxt button {
    height: 100%;
    margin-left: 65%;
    margin-top: 17px;
    text-shadow: 2px 2px #000;
    width: 300px;
}
.fotochangeheader {
	height: 20px;
	width: 27px;
}
.textchangeheader {
	color: #FFF;
	font-size: 14px;
}
.sacscoverdrop {
	top: 96% !important;
	left: 73% !important;
}
.sacschfoto {
  position: relative;
  right: 34%;
}
.sacsvatar {
	position: absolute;
    left: 40px;
    top: 25px;
	bottom: 0px;
	height: 230px;
	width: 220px;
	overflow: hidden;
	border: 4px solid rgb(207, 203, 208);
	border-radius: 2px;
	box-shadow: .5px .5px 5px 0px black;
}
#uploadAvatar, /*  .img-responsive, */
.sacsavatarcuadrado  {
	height: 230px !important;
	width: auto !important;

}
.sacsavatardrop {
	top: -150% !important;
}
.sacsuserinfo {
	position: absolute;
	left: 300px;
    bottom: 0px;
}
.sacsfastinformation {
	color: #FFF !important;
	background: transparent;
	height: 100%;
	/*margin-left: 5%;*/
	margin-top: 50px;	
	text-shadow: 1px 1px #000;
	width: 100%;
}
.sacstextinfo {
	color: #FFF !important;
}
#sacsinforow2 {
	margin-top: 10%;
	height: 100%;
	width: 100%;
}
#sacsiconoubic {
	display: inline-block;
	background-image: url('../img/icono_ubicacion.png');
	background-size: 75px 50px;
	background-repeat: no-repeat; 
	float: left;
	height: 60px;
	width: 70px;
}
.sacsciudad {
	color: #FFF !important; 	
	display: inline-block;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}
.sacspais {
	display: inline-block;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}
.sacswebsite {
	display: inline-block;
	float: left;
	margin-top: 25px;
}
/*menu*/
.sacsmenutimeline {
	background-color: #FFF;
	float: left;
	height: 40px;
	width: 100%;
}
.sacsmenutimeline ul {
	text-align: center;
	font-weight: bold;
	color: #8b8899;
	margin-left: 28%;
	position: relative;
}
.sacsmenutimeline ul li{
	display: inline-block;
	float: left;
	padding: 10px;
}
a.sacsmenulista {
	color: #9491a4 !important;
	height: 100px;
	width: 100px;
}
 a.sacsmenulista:hover {
	color: #8b8899;
	border-bottom: 2px solid #FF0000;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
}
 .sacsmenulista.active {
	color: #8b8899;
	border-bottom: 2px solid #FF0000;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
}
/*Tabs Dashboard*/
.contenedorTabsHeader {
    overflow: hidden;
}
.tabsactive {
    background-color: #0590F7 !important;
    color: #FFF !important;
    font-weight: bold;
    overflow: hidden;
    padding: 11px 10px;
    text-align: center;
}
.tabsdashboard {
    background-color: #ffffff;
    color: #9491a4;
    font-weight: bold;
    overflow: hidden;
    padding: 11px 10px;
    text-align: center;
}
.textinfo {
	color: #8b8899;
	font-weight: bold;
}
.textinfo2 {
	color: #8b8899;
	font-weight: lighter;
}
.fotoamigosredonda {
    padding-right: 0px;
    width: 100px;
}
.continformacionamigos {
	width: 66%;
	padding-right: 5px;
	padding-left: 5px;

}
.continformacionamigosemp {
	width: 64%;
	padding-right: 5px;
	padding-left: 5px;
}
.sacsinfoamigos1 {
	color: #8b8899;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
.sacsinfoamigos1 a{
	color: #0590F7;
}
.sacsinfoamigos1 a:hover,
.sacsinfoamigos1 a:focus,
.sacsinfoamigos1 a:active {
	color: #8b8899;
}
.sacsinfoamigos {
	color: #9491a4;
	font-size: 12px;
	width: 100%;
}
/**/
/*sugerencias de amigos*/
.sacsboxsugerencias {
	background: #FFF;
	float: left;
	height: 100%;
    margin-top: 20px;
    margin-left: 1%;	
	width: 25%; /*tamano del camvas sigerencias*/
}
.sacstitlesugerencias {
	border-bottom: 1px solid #EEE;
	height: 42px;
	width: 100%;
}
.sacstitulosug {
	color: #8b8899;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 0px;
	margin-left: 10px;
}
.sacscontentsugerencias {
	height: 100%;
	width:	100%;	
}
/**/
/*FEED centro de noticias*/
.sacsfeedbox {
	height: 100%;
	width: 48%;
}
.sacsboxblanco {
    background: none repeat scroll 0 0 #FFF;
    margin-top: 20px;
}
.sacsboxblanco .sacstitleblanco {
    border-bottom: 1px solid #EEE;
    overflow: auto;
}
.sacsboxblanco .sacstitleblanco img{
    margin-right: 20px;
}

.sacsboxblanco .sacstitleblanco h1{
    color: #8b8899;
    font-size: 16px;
    margin: 8px;
}
.sacstitulofeed {
	color: #8b8899;
	font-size: 16px;
	padding-top: 7px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.sacsboxblanco .sacscontentblanco {
    padding: 10px 20px;
}
.sacsforcethumb {
	height: 60px;
	overflow: hidden;
	width: 60px;
}
.sacsfeedthumb {
	height: 60px;
	width: auto;
}
.sacsforcethumbcomment {
	height: 40px;
	overflow: hidden;
    margin-left: 13px;
	width: 40px;
}
.sacscommentthumb {
	height: 40px;
	width: auto;
}
/**/
/*notificaciones panel derecho*/
.sacsdashnotify {
	background: #FFF;
	float: left;
	height: 100%;
    margin-top: 20px;	
	width: 25%; /*tamano del camvas notificaciones*/
}
.sacstitulonotify {
	border-bottom: 1px solid #EEE;
	height: 42px;
	width: 100%;	
}
.sacstitulonot {
	color: #8b8899;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 0px;
	margin-left: 10px;
}
.sacsnotifyname {
	color: #8b8899;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
.sacsnotifyname a{
	color: #0590F7;
}
.sacsnotifyname a:hover,
.sacsnotifyname a:focus,
.sacsnotifyname a:active {
	color: #8b8899;
}
.sacstextonotificaciones {
	color: #6a6677 !important;
	font-weight: normal !important;
	font-size: 14px !important;
	margin-top: 10px;	
}
.fechanotificaciones {
	color: #8b8899;
	font-size: 10px;
	font-weight: lighter;
	margin-top: 12px;
	margin-bottom: 5px;
	width: 100%;	
}
#notifyli {
	border-bottom: 1px solid #EEE;
}
.cropnotifythumb {
	/*float: left;
	height: 70px;
	margin-left: 10px;	
	overflow: hidden;	
	width: 70px;*/
}
.sacsnotifythumb {
	/*height: 70px;
	width: auto;*/
}
.sacsnotifycanvas {
	float: right;
    height: 100%;
    margin-right: 5px;
    padding-top: 10px;
    width: 72%;
}
.btn-friendlink {
	font-weight: bold;
}
#friend.btn-addFriendmrgn {
	margin-top: 0px;
}
.boton {
  background: transparent;
}
.plainlist li {
    border-top:#E1E1E1 1px solid;
    clear: both;
    overflow: auto;
    padding: 10px 0px;
    list-style: none;
}

.plainlist li:hover{
    background-color: #DAE1FF;
    color: white;
}

.plainlist li img{    
    width: 80px;
}

.plainlist .li_more{
    text-align: center;    
}

.tabsdashboard{
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    font-weight: bold;
}

.tabsactive{
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    background-color: #3B3A40;
    color: #818088;
    font-weight: bold;
}

#tabsdashboardcontent{
    background-color: white;
}
/**/