/**
 * @file
 * Styling for the Forum module.
 */

 #forum .description {
	font-size: 0.9em;
    margin: 0.5em;
    color: #909090;
  }
  #forum td.created,
  #forum td.posts,
  #forum td.topics,
  #forum td.last-reply,
  #forum td.replies,
  #forum td.pager {
	white-space: nowrap;
  }
  
  #forum td.forum .icon {
	background-image: url(../../../../../misc/forum-icons.png);
	background-repeat: no-repeat;
	float: left; /* LTR */
	height: 24px;
	margin: 0 9px 0 0; /* LTR */
	width: 24px;
  }
  #forum td.forum .forum-status-new {
	background-position: -24px 0;
  }
  
  #forum div.indent {
	margin-left: 20px; /* LTR */
  }
  #forum .icon div {
	background-image: url(../../../../../misc/forum-icons.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
  }
  #forum .icon .topic-status-new {
	background-position: -24px 0;
  }
  #forum .icon .topic-status-hot {
	background-position: -48px 0;
  }
  #forum .icon .topic-status-hot-new {
	background-position: -72px 0;
  }
  #forum .icon .topic-status-sticky {
	background-position: -96px 0;
  }
  #forum .icon .topic-status-closed {
	background-position: -120px 0;
  }
  #forum table  {
      width: 100%;
      overflow-x: auto;
      border:1px solid #EDECEC;
  }
  #forum table  thead{
    background-color: #EDECEC; 
  }
  #forum table  th, #forum td{
    padding:10px;
    border: none;
  }
  #forum table .name {
      font-weight: bold;
  }

.forum-node-create-links:first-child, .tabs--primary.nav.nav-tabs {
	display: none;
}
.forum-topic-legend div {
  clear: unset;
  float: left;
}

.forum-post-wrapper {
  background-color: #EDECEC;
}
.forum-post-panel-main, .forum-post-footer  {
  background-color: #ffffff;
}
.forum-post-title {
  font-weight: bold;
}
.forum-post-footer, .forum-post-title, .forum-post-wrapper {
  border-bottom: 1px solid #EDECEC;
}
.forum-post-info {
  border-top: 1px solid #EDECEC;;
  background: #EDECEC;;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4C4D94), to(#9DA1A4));
  background: -moz-linear-gradient(top, #4A4C4D94, #9DA1A4);
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #EDECEC;;
}
.forum-post-number a{
  color: #ffffff;
}
tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span, .forum-list-icon-legend .forum-list-icon-default {
  background: transparent url(../imgs/iconos_foros/forum_list_default.png) no-repeat center center;
}
tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span, .forum-list-icon-legend .forum-list-icon-new-posts {
  background: transparent url(../imgs/iconos_foros/forum_list_new_posts.png) no-repeat center center;
}
.comment-edit .af-button-small span, .post-edit .af-button-small span {
  background: url(../imgs/iconos_foros/post_edit.png) no-repeat;
}
/*.comment-delete .af-button-small span, */.comment-delete > a, .post-delete .af-button-small span{
  background: url(../imgs/iconos_foros/post_delete.png) no-repeat;
}
.comment-reply .af-button-small span, .comment-add .af-button-small span {
  background: url(../imgs/iconos_foros/ap_email.png) no-repeat;
}
.forum-jump-links .af-button-small span {
  background: url(../imgs/iconos_foros/topic_top.png) no-repeat;
}
.last-post-link .af-button-large span {
  background: url(../imgs/iconos_foros/topic_last_post.png) no-repeat;
}
.topic-reply-allowed .af-button-large span {
  background: url(../imgs/iconos_foros/topic_reply.png) no-repeat;
}
.af-button-small span, .comment-delete a {
  font-size: 12px;
  padding: 2px 2px 2px 20px;
  line-height: 25px;
  margin: 0 7px 0 7px;
}
.comment-delete  .af-button-small span {
  padding: 0;
}
.af-button-large span {
  font-size: 14px;
  padding: 2px 2px 2px 25px;
  line-height: 30px;
  margin: 0 7px 0 7px;
}
.forum-tools {
  display: none;
}
#advanced-forum-forum-topic-list-sort-form div.form-item {
  float: left;
  margin-right: 10px;
}
#edit-sort, #sort-topic-submit, #edit-order {
  width: auto;
}
.panel-flexible .panel-separator {
  clear: both;
}
#forum-comments, .indented {
  width: 90%;
  margin-left: 10%;
}
.field-name-comment-body  .field-item p{
  word-break: break-all;

}
@media (max-width: 460px) {
  .forum-table .forum-last-post, .forum-table .forum-last-reply, .forum-table .views-field-last-updated, #forum table .last-reply, #forum table thead th:last-child {
      display: none;
  }
  .forum-node-create-links {
    width: 100%;
  }
  .forum-post-panel-main {
    margin-left: 100px;
  }
  .forum-post-panel-sub {
    width: 100px;
  }
}


/*
VISTA ARCHIVOS COMPARTIDOS
*********************************************************/
.view-archivos-compartidos .views-row  {
	position: relative;
}
.view-archivos-compartidos .views-row .file a {
	display:none;
}
.view-archivos-compartidos .views-row .views-field-title-1 a .icon-text {
	opacity: 0;
}
.view-archivos-compartidos .views-row .views-field-field-archivo-1 {
	float: left;
}
.view-archivos-compartidos .views-row .file-icon {
	margin-right: 5px;
	height: 20px;
}
.view-archivos-compartidos .views-row:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(60, 7, 255, 0.2);
	box-shadow: 0 0 15px 0 rgba(60, 7, 255, 0.2);
}
.view-archivos-compartidos .views-row .views-row-last {
	clear: both;
}
.view-archivos-compartidos .views-row, .fa-download  {
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}
.view-archivos-compartidos .views-row  {
	padding: 10px;
	max-width: 450px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #E3E3E3;
}
.fa-download {
	background-image: url('../imgs/fa_download.png');
	border-radius: 50%;
}
.fa-delete{
	background: url("../imgs/iconos_foros/post_delete.png");
	right: 10px;
}
.fa-edit{
	background: url("../imgs/iconos_foros/post_edit.png");
	right: 35px;
}
.fa-folders{
	background: url("../imgs/iconos_foros/forum_list_default.png");
	background-size: 20px !important;
}
.fa-edit,.fa-delete {
	text-indent: -99999px;
	position:absolute;
	top:14px;
}
.fa-download, .fa-delete, .fa-edit, .fa-folders {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}
.fa-download, .fa-delete, .fa-edit{
	height: 20px;
	width: 20px;
}
.fa-folders {
	text-indent: 25px;
}
ul.subcarpetas {
	list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.subcarpetas > li {
	-webkit-box-flex:1;
	    -ms-flex:1 0 100%;
	        flex:1 0 100%;
}
.no-visible {
	display: none !important;
}
/*
.view-archivos-compartidos .views-row .views-field-title-1 a {
	display: block;
}*/
/*
.view-archivos-compartidos .views-row .views-field-title-1 a:hover .icon-text{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/
.view-archivos-compartidos .views-row .views-field-title {
  padding-bottom: 5px;
  border-bottom:1px solid #E3E3E3;
}
/*.view-archivos-compartidos .views-row:hover .views-field-title {
	padding-bottom: 5px;
	border-bottom:1px solid #ffffff;
  }*/

MENU USER
*********************************************************/
#block-system-user-menu h2 {
	display: none;
}
#block-system-user-menu ul li {
	float: right;
	margin-right: 10px;
}


 .main-menu ul.menu a {
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: 2px;
    max-height: none;
    /*padding: 1em .9em; CB*/
    padding: 1em .4em !important;
 }
 @media (max-width: 1240px) {
	
	#block-superfish-1 {
		float: none;
	}
	.main-menu {
		height: auto;
	 }	
}
@media (max-width: 1024px) {
	.main-menu ul.menu a {
		letter-spacing: 1px;
	}	
	
}
@media (min-width:881px) and (max-width: 1024px) {
	.main-menu ul.menu a {
		font-size: 1.5em;
	}	
	
}
@media (min-width:841px) and (max-width: 880px)  {
	.main-menu ul.menu a {
		font-size: 1.4em;
		padding: 1em .3em !important;
	}	
}
@media (max-width:840px)  {
	.main-menu ul.menu a {
		font-size: 1.3em;
		padding: 1em .3em !important;
	}	
}
#flexslider-1 .flex-control-nav {
	z-index: 800;
}
