
#library.seccion #intro img{	
	float: left;
	margin: 10px;
	margin-left:  25px;
}

#library.seccion #theweek,
#library.seccion #month,
#library.seccion #year {
  font-size: 16px;
}

#library .sort,
#library #types,
#library #userid {
  font-size: 16px;
  padding: 3px;
}

#library #contains {
  padding: 3px;
  width: 165px;
}

#library label{
  font-size: 16px;
}

#scriptsearch{
	position: sticky;
	top: 23px;
}


#groupsearch{
	position: sticky;
	top: 0px;
}

#residentsearch{
	position: sticky;
	top: 0px;
}


#library.seccion #left{
	width: 240px;
	margin: 5px;
	margin-left: 0px;
	border: none;
	float: left;
	display:block;
	position: sticky;
	top: 0px;
}
#library.seccion #right{
	width:calc(100% - 250px);
	float:right;
}

#library.halloffame #right{
	width:100%;
	float:left;
}
#library.halloffame #right #results{
	display:flex;
	flex-wrap: wrap;
}
.hofmonthbox{
	width:20%;
	position:relative;
}
.hofmonthstr{
	font-size:22px;
	position:sticky;
	top:60px;
	left:0px;
}
.hofmonthsubs{
	width:80%;
}
.break {
	flex-basis: 100%;
	height: 15px;
  }
#library.seccion .indent10{
  padding-left:  10px;
}

#library.seccion .formcont .controls{	
	float: left;
	width: 100%;
	padding-top:  10px;

}

#library.seccion .formcont .controls .control{	
	float: left;
	padding: 3px;
	margin-right: 10px;
	width:100%;
}

#library.seccion .formcont .controls p{
	
	margin-bottom: 10px;
}

#library.seccion .formcont .controls p label{	
	font-weight: bold;
	font-size:  16px;
	margin-bottom: 5px;
	display: block;
}

#library.seccion .formcont .controls p select{
	
	width: 200px;
}

#library.seccion .formcont .controls .control p{
	
	margin-bottom: 10px;
}

#library.seccion .formcont .controls .control p label{
	
	display: inline;
	font-weight: normal;
	margin-bottom: 10px;
}

#library.seccion .formcont p.submit{
	
	clear: both;
	padding: 10px;
	text-align: center;
}

#library.seccion .formcont p.submit input{	
	background: url('/imagenes/submitbutton.png');
	width: 90px;
	height: 25px;
	color: black;
	text-align: center;
	border: none;
	font-weight: bold;
}

#library.seccion .formcont p.submit input:hover{
background-position: 0px -25px;
color: black!important;
text-decoration: none;
}

#library.seccion .formcont p.submit input:active{
background-position: 0px -50px;
color: black!important;
text-decoration: none;
}

#library.seccion #right .searchresults{
	float: left;
	margin-bottom: 5px;
	font-size: 18px;
}


#library.seccion #right .searchresults div{
	padding: 1px;
	font-weight: bold;
	font-size: 20px;
	color:#2859BB;
	float:left;
}

#library.seccion #right .pagsort,
#library.seccion #right .pagsort2{
	background: #fffaec;
	border: 1px solid grey;
	float: left;
  width: 100%;
	margin-bottom: 5px;
	display:none;
}
#library.seccion #right .pagsort2{
	display:block;
}

#library.seccion #right #results .sub{
	border: 1px #aaa solid;
  border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 4px;
  background-color: #f5f4ed;
  width: 100%;
}
#library.seccion #right #results .sub .thumb{
	max-width:100%;
	max-height:200px;
	width:auto;
}
#library.seccion #right #results .sub .ranksquare{
	float:left;
	width: 70px;
  min-height: 70px;
	margin-right: 10px;
  text-align: center;
  font-size:14px;
}

#library.seccion #right #results .sub .ranksquare1{
	float:left;
	width: 32px;
	height: 70px;
	margin-right: 4px;
	background: #f56133;
	cursor: pointer;
}

#library.seccion #right #results .sub .ranksquare2{
	float:left;
	width: 32px;
	height: 33px;
	margin-bottom: 4px;
	background: #a1a1a1;
	cursor: pointer;
}

#library.seccion #right #results .sub .monthsquare{
	float:left;
	width: 70px;
	height: 50px;
	padding-top: 12px;
	margin-bottom: 4px;
	background: #f56133;
}

#library.seccion #right #results .sub .rightside{
	width: 500px;
}

#library.seccion #right #results .sub .ratingarea{
	float:right;
	margin-bottom: 4px;
	font-size:14px;
	width:90px;
	border: 1px solid grey;
    background: #f0e3be;
}

#library.seccion #right #results .sub h1{
	font-size: 18px;
}

#library.seccion #right #results .sub h1 a{
	font-weight: bold;
	color: #3F75BB;
	font-size: 18px;
}


#library.seccion #right #results .sub h2{	
	margin-bottom: 4px;
}

#library.seccion #right #results .sub h2{	
	color: black;
	font-weight: normal;
	font-size: 16px;
}

#library.seccion #right #results .sub .data{
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left:7px;
}

#library.seccion #right #results .sub .hofdata{
  width: calc(100% - 105px);
  float: left;
}

.hofdatablock{
	width:calc(100% - 85px);
	float:left;
}

#library.seccion #right #results .sub .data .snippet-type{
	margin-right: 10px;
	font-size:16px;
}

#library.seccion #right #results .sub .subicons{
	width:100%;
	font-size:28px;
}

#library.seccion #right #results .sub .iconstrip{
	position:absolute;
	top:3px;
	right:3px;
	width:25px;
	text-align:center;
}
#library.seccion #right #results .sub .subtype-icon{
	margin-bottom:2px;
}
#library.seccion #left .subtype-icon{
	height:20px;
}
#library.seccion #left .subtype-name{
	font-size:18px;
}
#library.seccion #right #results .sub a.ribbonimage{	
	margin-bottom:2px;
}

#library.seccion #right #results .sub .data p{	
	margin-bottom: 0px;
	clear: both;
	font-size: 16px;
	
}

#library.seccion #right #results .sub .scripttitle{
	margin-bottom:6px;

}
#library.seccion #right #results .sub .scripttitle a{
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
}
#library.seccion #right #results .sub p.synposis,
#library.seccion #right #results .sub .synposis
{
	width:calc(100% - 180px);
	float:right;
	font-size: 22px;
    color: #044a57;
	margin-right:30px;
	line-height: 1.2em;
}
#library.seccion #right #results .sub .elementsdiv{
    padding-top: 4px;
    text-align: left;
    font-size: 16px;
    color: #254996;
    margin-top: 6px;
    width: 100%;
}
#library.seccion .photovideodiv{
	text-align: left; 
	float: left; 
	font-size: 22px; 
	color: #444; 
	margin-top:4px;
	width: 100%;
	line-height:1.2em;
}
#library.seccion .photovideodiv a{
	margin-right:8px;
	cursor: pointer;
	text-decoration:none;
}
#library.seccion .uploadviewdiv{
	text-align: center; 
	float: left; 
	font-size: 17px; 
	color: #444; 
	width: 100%;
	margin-top:4px;
	font-weight: normal;
	line-height: 1.3em;
}
#library.seccion .reviewsdiv{
	text-align: center; 
	font-size: 18px; 
	padding:3px;
	border:1px solid #999;
	background: #e4ecee;
	color: #444; 
	width: 80%;
	margin:5px auto;
	margin-left: 10%;
	line-height:.9em;
}
#library.seccion #right #results .sub p.widesynposis{	
	clear: right;
	font-size: 18px;
  margin-left: 246px;
}

#library.seccion #right #results .sub .data p strong{
	float: left;
	width: 70px;
}

#library.seccion #right #results .sub th{	
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	width: 55px;
}

#library.seccion #right #results .sub td.bar{	
	width: 75px;
}

#library.seccion #right #results .sub td.bar span{	
	display: block;
	background: #FDAB14;
	height: 7px;
}

#library.seccion #right #results .sub td.valor{	
	text-align: right;
	font-size: 14px;
	line-height: 12px;
}

#library.seccion #display h1{	
	width: 280px;
	padding: 0px;
	margin: 0px 0px 10px -15px;
	color: black;
	height: 40px;
	font-size: 14px;
}

#library.seccion #advanced p.submit{	
	clear: both;
	padding: 10px;
	text-align: center;
}




#library.seccion #display img{
	
	vertical-align: bottom;
	margin: 0px 5px;
}

#library.seccion #advanced h1{	
	width: 280px;
	padding: 0px;
	margin: 0px 0px 10px -10px;
	color: black;
	height: 40px;
	font-size: 14px;
}

#library.seccion #advanced select{
  font-size: 16px;
  padding: 2px;
  width:100%;
  color:#333333;
}

#contains,
#username{
  font-size: 16px;
  padding: 3px;
}

#library.seccion #advanced h4{
	
	width: 270px;
	margin-left: -10px;
	background: url('../imagenes/title_widgets_library.png') no-repeat;
	margin-bottom: 10px;
	color: white;
	font-size: 14px;
	padding-left: 10px;
}

#library #advanced p.line{	
	margin-bottom: 20px;
}

#library #advanced label{	
	float: left;
}

#library #advanced input[type=text]{	
	width: 170px;
	float:right;
}

#library #advanced #saved-searches{
	
	border: 1px solid #225790;
	padding: 10px;
	margin-top: 10px;
}

#library #advanced #saved-searches label{
	margin-top: 3px;
	float: none;
	width: auto;
	color: #225790;
	font-weight: bold;
	display: block;
}

#library #advanced #saved-searches p{
	
	margin-bottom: 10px;
}

#library .sortcombo{
	font-size: 16px;
  float: left;
}

#library .pagination{
	font-size: 18px;
	text-align: left;
	overflow:hidden;
}

#library .count{
	float: left;
}

#library .pagination a{	
	margin: 0px 2px;
	cursor: pointer;
	float:left;
	border: 1px solid grey;
    padding: 0px 4px;
    border-radius: 5px;
	background:#eaeaea;
	margin-top:2px;
}
#library .pagination a:hover{	
	background:#e8dcad;
	text-decoration:none;
}
#library .pagination a.actual{	
	font-weight: bold;
	color: #4e6a8e;
	background: #e8dbb6;
}

/*Resident Directory*/
/*------------------------------------------------------------------------------------------------*/


#library.directory #display h3{	
	display: block;
	margin: 5px 0px;
	font-weight: bold;
}

#library.directory #display #begins{
	padding: 3px;
	width: 95%;
}

#library.directory #display .include p.friends{
	margin-top: 15px;
}

#library.directory #display .include p input{
	margin-right: 4px;
}

#library.directory #display .submit{
	margin-top: 7px;
	text-align: center;
}

#library.directory #left{
	width: 240px;
	margin: 5px;
	margin-left: 0px;
	border: none;
	float: left;
	display:block;
	position: sticky;
	transform: translateX(0%);
}
#library.directory #right #results .member{
	float: left;
	display:grid;
	grid-template-columns: [first] 90px [line2] 130px [line3] calc(100% - 250px)[col4-start] 30px [end];
	background: #EFEFF7;
	margin-bottom: 10px;
	padding: 5px 5px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid grey;
	box-shadow: 1px 1px 2px #777;
	min-height: 76px;
	position: relative;
}

#library.directory #right #results .member.citizen{ background: #ede9d9; }
#library.directory #right #results .member.tourist{ background: #e8e8e3; }
#library.directory #right #results .member.preferred{ background: #E0E0DB; }
#library.directory #right #results .member.industry-member{ background: #e1e9cc; }
#library.directory #right #results .member.industry-consultant{ background: #eddae6; }
#library.directory #right #results .member.industry-service{ background: #d2dfdf; }
#library.directory #right #results .member.talentville-staff{ background: #fdf9cc; }
#library.directory #right #results .member.talentville-partner{ background: #f6ded4; }


#library.directory #right #results .member .userstatsdiv{
	color: #8D3C06;
	font-size: 17px;
	line-height: 1.2em;
}
#library.directory #right #results .member .userstatsdiv .bluehover{
	text-decoration:none;
	font-size:19px;
}

#library.directory #right #results .member h2{
	color: black;
	font-weight: normal;
	margin-bottom: 5px;
}

#library.directory #right #results .member h2 a{	
	font-weight: bold;
	color: #3F75BB;
	font-size: 18px;
	line-height: 1em;
}

#library.directory #right #results .member .data{
	float: left;
	width: 210px;
	margin-right: 10px;
}

#library.directory #right #results .member .online{
	float: left;
	width: 13px;
	height: 50px;
  margin-right: 1px;
	margin-left: 3px;
}

#library.directory #right #results .member .thumb{
	max-width: 90px;
	max-height: 90px;
}

#library.directory #right #results .member .inf{	
	float: left;
	width: 135px;
	font-size: 14px;
	padding: 0px 5px;
}

#library.directory #right #results .member .synopsis{	
	font-size: 17px;
	padding: 0px 8px;
}

#library.directory #right #results .member .icons{	
	width: 30px;
	text-align:center;
}

#library.directory #right #results .member .icons img{	
	cursor: pointer;
	display: block;
	margin: 7px auto;
}

#library.directory #right #results .member h2{	
	font-size: 12px;
	margin: 0px;
}

#library.directory #right #results .member .membertype-icon{	
	float: right;
	margin: -2px -2px 8px 5px;
}

#library.directory #right #results .member .data p{
	
	margin-bottom: 0px;
	clear: both;
	font-size: 11px;
}

#library.directory #right #results .member p.synposis{
	
	float: left;
	clear: right;
	width: 320px;
	font-size: 11px;
	text-align: justify;
}

#library.directory #right #results .member .data p strong{
	
	float: left;
	width: 70px;
}

/****************/

#library.directory #email_user,
#library.directory #add_friend{
	
	display: none;
}

#library.directory #email_user label,
#library.directory #add_friend label{
	
	display: block;
	color: #225790;
	font-weight: bold;
	margin-bottom: 3px;
}

#library.directory #email_user h1,
#library.directory #add_friend h1{
	
	margin-bottom: 10px;
}

#library.directory #email_user p,
#library.directory #add_friend p{
	
	margin-bottom: 10px;
}

#library.directory #email_user input[type=text],
#library.directory #add_friend input[type=text],
#library.directory #email_user textarea,
#library.directory #add_friend textarea{	
	width: 98%;
}

#library.directory #email_user textarea,
#library.directory #add_friend textarea{
	font-size: 16px;
	height: 100px;
}


#library.directory #email_user p.submit,
#library.directory #add_friend p.submit{
	
	text-align: right;
}


/*Share with directory*/
/*------------------------------------------------------------------------------------------------*/

#library.directory.snippets-share .share h1{
	
	font-size: 20px;
	background: url('../imagenes/snippet_share.jpg') left no-repeat;
	padding: 13px 0px;
	padding-left: 60px;
}

#library.directory.snippets-share .share h2{
	
	font-size: 20px;
	background: url('../imagenes/invitedimage.jpg') left no-repeat;
	padding: 13px 0px;
	padding-left: 75px;
}

#library.directory.snippets-share p.groups select{
	
	margin-top: 5px;
	margin-left: 20px;
}

#library.directory.snippets-share .share .share-with{
	border: 1px solid grey;
	margin: 7px 0px;
	padding: 8px 5px;
  background: #E2DFDF;
  font-size: 16px;
}

#library.directory.snippets-share .share .button{
	
	margin: 5px 0px;
	text-align: right;
}


#library.directory.snippets-share .selected{
	
	background: #EFEFF7;
	margin-bottom: 5px;
	border: 1px solid #DAE2ED;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#library.directory.snippets-share .searchresults .results{ float: left; }
#library.directory.snippets-share .searchresults .buttons{ float: right; }

#library.directory.snippets-share .searchresults .buttons input{
	
	background: url('../imagenes/slim_button.png') no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	width: 95px;
	height: 17px;
	border: none;
	cursor: pointer;
}

/*Document Access Manager*/
/*------------------------------------------------------------------------------------------------*/
#library.directory.document-access .share h1{
	
	font-size: 20px;
	background: url('../imagenes/snippet_share.jpg') left no-repeat;
	padding: 13px 0px;
	padding-left: 60px;
}

#library.directory.document-access #display select{
  font-size: 14px;
	display: block;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 235px;
}

#library.directory.document-access #restricted-subs-sel,
#library.directory.document-access #restricted-snips-sel{
	
	width: 235px;
}

#library.directory.document-access p.groups select{
	
	margin-top: 5px;
	margin-left: 20px;
}

#library.directory.document-access .share .share-with{
border: 1px solid grey;
margin: 7px 0px;
padding: 8px 5px;
background: #E2DFDF;
font-size: 13px;
}

#library.directory.document-access .share .button{
	
	margin: 5px 0px;
	text-align: right;
}

#library.directory.document-access .share .button input{
	
	background: url('/imagenes/orangebutton2.png') no-repeat;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 120px;
	height: 30px;
	border: none;
	cursor: pointer;
}

#library.directory.document-access .share .button input:hover{
background-position: 0px -30px;
color: black!important;
text-decoration: none;
}

#library.directory.document-access .share .button input:active{
background-position: 0px -60px;
color: black!important;
text-decoration: none;
}

#library.directory .memberthumbdiv{
	width:90px;
	float:left;
	text-align: center;
	margin-bottom: 3px
}


#library.directory.document-access .selected{
	
	background: #EFEFF7;
	margin-bottom: 5px;
	border: 1px solid #DAE2ED;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#library.directory.document-access .searchresults .results{ float: left; }
#library.directory.document-access .searchresults .buttons{ float: right; }

#library.directory.document-access .searchresults .buttons input{
	
	background: url('../imagenes/slim_button.png') no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	width: 95px;
	height: 17px;
	border: none;
	cursor: pointer;
}

/*Reviews*/
/*------------------------------------------------------------------------------------------------*/
#library.reviews #right{
	min-height: 1250px;
}

#library.reviews #left h1{
	font-size: 18px;
	margin-bottom: 5px;
}

#library.reviews #left .paginator{
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 4px;
}

#library.reviews #left .paginator p{
	float: left;
}

#library.reviews #left .paginator .pagination{
	width: auto;
}

#library.reviews #left .review{
	border-bottom: 1px dotted #225790;
	padding: 5px;
	clear: both;
	cursor: pointer;
}

#library.reviews #left .review.active{
	background: #DEE1E9 !important;
}

#library.reviews #left .review .thumb{
	
	float: left;
	max-width: 50px;
	margin-right: 5px;
}

#library.reviews #left .review .inf{	
	float: left;
	font-size: 14px;
}

#library.reviews #left .review .inf h2{	
	font-size: 16px;
}

#library.reviews #left .review .inf p.text{
	
}

#library.reviews #left .review .inf h3{
	
	font-size: 12px;
	padding-left: 10px;
}

/*----------------------------*/

#library.reviews #right{
	
	padding-top: 10px;
}

#library.reviews #right h1{	
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#library.reviews #right #ratings{
	border: 1px solid #225790;
  background: white;
	margin: 10px 0px;
	padding-bottom: 10px;
}

#library.reviews #right #thereview p{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}


#library.reviews #right #ratings h1{	
	background: #225790;
	color: white;
	font-size: 18px;
	padding: 5px;
}

#library.reviews #right #ratings table{	
	width: 90%;
	margin: 10px auto;
}
#library.reviews #right #thereview table td{
	padding:1px;
}
#library.reviews #right #thereview table .Body {
margin: 0px;
}
#library.reviews #right #thereview table .blabel{
	color: #234a81;
}
#library.reviews #right #thereview #headline{
	font-size: 22px;
	float:left;
	margin:0px;
	padding: 5px;
	color: #225790;
	width:100%;
	text-align:center;
}
#library.reviews #right #thereview .logline{
	font-size:18px;
	margin-bottom:10px;
}
#library.reviews #right #thereview table td.verdict {
font-size:20px;
text-align:center;
color: #234a81;
}
#library.reviews #right #thereview .sectiontitle{
	font-size: 22px; 
	color: #043277
}
#library.reviews #right #thereview .coveragetable{
	margin-top: 10px; 
	border: 1px solid grey;
	margin: auto; 
	padding: 7px
}

#library.reviews #right #thereview table {
border: 1px solid grey;
background: url(/siteimages/p6.webp);
}

#library.reviews #right #thereview .mceToolbar table {
border: none;
margin-bottom: 0px;
}

#library.reviews #right #ratings th{
	
	text-align: left;
	width: 100px;
}

#library.reviews #right #ratings td.bar{	
	width: 100%;
	vertical-align: middle;
}

#library.reviews #right #ratings td.bar span{
	
	display: block;
	background: #FDAB14;
	height: 7px;
	margin-top: 4px;
}

#library.reviews #right #ratings td.valor{
	font-size: 16px;
  font-weight: bold;
	text-align: right;
}

#library.reviews #right #raterev{
	border: 1px solid #225790;
	background: white;
	margin: 0px 0px 10px 0px;
  float: left;
  width: 100%;
}

#library.reviews #right #raterev form{	
	background: white;
	padding-bottom: 10px;
}

#library.reviews #right #raterev .form-error{
	
	background: white;
		font-size: 12px;
}

#library.reviews #right #raterev h1{	
	background: #225790;
	color: white;
	font-size: 18px;
	padding: 5px;
}

#library.reviews #right #raterev .slide{
	width: 450px;
	max-width: 88%;
	margin: auto;
}

#library.reviews #right #raterev .slide.done{	
	float: left;
	width: 95%;
	margin: 0px 20px;
}

#library.reviews #right #raterev .slide .value{	
	height: 5px;
	display: block;
	background: #E37427;
}

#library.reviews #right #raterev .slide .rulershow{	
	color: white;
	padding-top: 6px;
	font-size: 11px;
}

#library.reviews #right #raterev .slide .rulershow span{	
	float: left;
	width: 86px;
	text-align: center;
	border-left: 1px solid white;
}

#library.reviews #right #raterev .slide.done .rulershow span{
	
	float: left;
	width: 116px;
	text-align: center;
	border-left: 1px solid white;
}

#library.reviews #right #raterev .slide .rulershow span.last{
	
	float: right;
	width: 50px;
	text-align: right;
}

#library.reviews #right #raterev .slide.done .rulershow span.last{
	
	float: right;
	width: 100px;
	text-align: center;
	border-right: 1px solid white;
}


#library.reviews #right #raterev .slide .ruler{	
	color: black;
	padding-top: 6px;
	font-size: 16px;
	margin-left: 11%;
}

#library.reviews #right #raterev .slide .ruler span{	
	float: left;
	width: 22%;
	text-align: center;

}

#library.reviews #right #raterev .slide.done .ruler span{
	
	float: left;
	width: 22%;
	text-align: center;
	border-left: 1px solid white;
}

#library.reviews #right #raterev .slide .ruler span.last{	
	float: right;
	width: 90px;
	text-align: right;
}

#library.reviews #right #raterev .slide.done .ruler span.last{	
	float: right;
	width: auto;
	text-align: center;
	border-right: 1px solid white;
}

#library.reviews #right #raterev .val{
	float: left;
}

#library.reviews #right #raterev .val input{
	background: transparent;
	border: none;
	width: 20px;
	color: white;
}

#library.reviews #right #raterev .submit{	
	float: right;
    width: 100%;
    text-align: center;
}

#library.reviews #right #buttons{
	text-align: center;
	margin: 20px auto;
}


#library.reviews #right #email_user{
	display: none;
}

#library.reviews #right #email_user{
	margin: 10px 0px;
	display: none;
}

#library.reviews #right #email_user label{
	display: block;
	color: #225790;
	font-weight: bold;
	margin-bottom: 3px;
}

#library.reviews #right #email_user h1{
	margin-bottom: 10px;
}

#library.reviews #right #email_user p{
	margin-bottom: 10px;
}

#library.reviews #right #email_user input[type=text],
#library.reviews #right #email_user textarea{
	resize: none;
	width: 100%;
}

#library.reviews #right #email_user textarea{
	height: 100px;
}


#library.reviews #right #email_user p.submit{
	text-align: right;
}


/*Mailbox*/
/*------------------------------------------------------------------------------------------------*/
#library #loading{
	text-align: center;
	padding: 50px 50px;
	width: 100px;
	height: 40px;
	background: white;
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -70px;
	display: none;
}

#library.seccion.mailbox #left{	
	width: 240px;
    margin: 10px 0px 0px 0px;
	border: none;
}

#library.seccion.mailbox #left a{	
	font-weight: normal;
}

#library.seccion.mailbox #left a:hover{	
		cursor: pointer;
}

#library.seccion.mailbox #left a.selected{	
	font-weight: bold;
	color: red;
}

#library.seccion.mailbox #right{
	float:right;
	width: calc(100% - 245px);
	min-height: 200px;
}

#library.seccion.mailbox #right .form-success.alert{	
	display: none;
}

#library.seccion.mailbox #right .back{
	background: #DEE1E9;
	padding: 10px;
	margin-bottom: 5px;
}


#library.seccion.mailbox #right .back .reply-topic{
	float: right;
}

#library.seccion.mailbox .widget{	
	margin: 10px 0px 0px 0px;
	margin-top: 0px;
	width: 94%;
	padding-bottom: 5px;
	font-size: 16px;
}

#library.seccion.mailbox .widget h1{
	background: url('../imagenes/widget_title.png') no-repeat;
	height: 32px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -5px;
}

#library.seccion.mailbox .widget h1 img{
	margin: 4px 4px;
	margin-bottom: 0px;
	float: left;
}

#library.seccion.mailbox .widget h1 span{
	margin: 9px 2px;
	margin-bottom: 0px;
	float: left;
}

#library.seccion.mailbox .widget table{
	margin: 0px auto;
	width: 95%;
}

#library.seccion.mailbox .widget table th{
	text-align: left;
}

#library.seccion.mailbox #mails tr.not_read td{
	background: #FAE1DD;
}

#library.seccion.mailbox .widget table td{	
	text-align: right;
	padding: 5px;
}

/****/
#library.seccion.mailbox #right h1{
	margin-bottom: 5px;
	color: #3F74AE;
	font-size: 14px;
}

#library.seccion.mailbox #mails{
  border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#library.seccion.mailbox #mails th{
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid white;
}

#library.seccion.mailbox #mails td{	
	font-size: 16px;
	padding: 5px;
	border-bottom: 2px solid white;
	height: 40px;
	vertical-align:top;
}

#library.seccion.mailbox #mails.notification td{	
	height: 20px;
}

#library.seccion.mailbox #mails.notification tr.not-read td{	
	background: #DEE1E9 !important;
}

#library.seccion.mailbox #mails.notification td.not-read{
	background: #efebe0;
	font-weight: bold;
}

#library.seccion.mailbox #mails td.selectmail{
	width: 20px;
	border-right: 2px solid white;
	font-size: 10px;
}

#library.seccion.mailbox #mails td.from{
	min-width:135px;	
	border-right: 2px solid white;
	font-size: 16px;
	vertical-align:top;
}

#library.seccion.mailbox #mails .from .thumb{
	margin-top: 3px;
	max-width: 25px;
	float: left;
	margin-right: 5px;
}

#library.seccion.mailbox #mails .from h2{	
	margin: 0px;
	font-size: 16px;
}
#library.seccion.mailbox #mails .msg{
	font-size:16px;
}
#library.seccion.mailbox #mails .msg h2{	
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
}

#library.seccion.mailbox #mails .msg h2:hover{	
	cursor: pointer;
}

#library.seccion.mailbox #mails tr.not_read .msg h2{	
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 16px;
}

#library.seccion.mailbox #mails td.delete{
	width: 40px;
	vertical-align: middle;
	text-align: center;
}

#library.seccion.mailbox #mails td.delete img{
	cursor: pointer;
}

/*Message*/
/*------------------------------------------------------------------------------------------------*/
#library.mailbox #message .info{
	background: #DEE1E9;
	padding: 10px;
}

#library.mailbox #message .thumb{
	float: left;
	margin-right: 10px;
}

#library.mailbox #message .body{
	font-size: 14px;
	padding: 20px;
}

#library.mailbox #message .reply{
	background: #DEE1E9;
	padding: 10px;
}

#library.mailbox #message .reply .toggle{
	text-align: right;
}

#library.mailbox #message .reply .toggle input:hover{
background-position: 0px -30px;
color: black!important;
text-decoration: none;
}

#library.mailbox #message .reply .toggle input:hover{
background-position: 0px -60px;
color: black!important;
text-decoration: none;
}

#library.mailbox #message .reply form{
	display: none;
}

#library.mailbox #message .reply form p{
	margin: 10px;
}

#library.mailbox #message .reply form label{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

#library.mailbox #message .reply form input[type=text],
#library.mailbox #message .reply form textarea{
	font-size: 14px;
	width: 100%;
}

#library.mailbox #message .reply form textarea{
	width: 635px;
	padding: 10px;
	font-size: 14px;
	height: 200px;
	resize: vertical;
}

#library.mailbox #message .reply form p.submit{
	text-align: right;
}

#library.mailbox #message .reply form p.submit input:hover{
background-position: 0px -30px;
color: black!important;
text-decoration: none;
}

#library.mailbox #message .reply form p.submit input:active{
background-position: 0px -60px;
color: black!important;
text-decoration: none;
}

/*Groups*/
/*------------------------------------------------------------------------------------------------*/

#library.groups #create-group{
	display: block;
	margin: 0 auto;
}

#library.groups #display h3{
	display: block;
	margin: 5px 0px;
	font-weight: bold;
}

#library.groups #display #begins{
	width: 100%;
}

#library.groups #display label{
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

#library.groups #display .my label{
	margin-left:3px;
	display: inline;
	font-weight: normal;
	padding-bottom: 0px;
}

#library.groups #display p{
	margin-bottom: 10px;
}

#library.groups #display p input[type=text],
#library.groups #display p select{
  font-size: 16px;
	margin-right: 10px;
	width: 100%;
}

#library.groups #display .submit{
	margin-top: 7px;
}

#library.groups #create-group:hover{
background-position: 0px -30px;
color: black!important;
text-decoration: none;
}

#library.groups #create-group:active{
background-position: 0px -60px;
color: black!important;
text-decoration: none;
}


#library.groups #create-group:hover{
color: grey;
}

/****/

#library.groups #add_group{
	border: 1px solid #777;
    padding: 8px;
    background: #eee;	
	margin: 10px 0px;
	display: none;
}
#library.groups .groupname{
	color: #3F75BB;
}

#add_group .msg{
	display: block;
	border: 1px solid #FF6600;
	color: #FF6600;
	padding: 5px;
	font-weight: bold;
	margin: 10px 0px;
}

#library.groups #add_group label{
	display: block;
	color: #225790;
	font-weight: bold;
	margin-bottom: 3px;
}

#library.groups #add_group h1{
	margin-bottom: 10px;
}

#library.groups #add_group p{
	margin-bottom: 10px;
}

#library.groups #add_group input[type=text],
#library.groups #add_group textarea{
	resize: none;
	width: 100%;
  font-size: 12px;
  padding: 3px;
}

#library.groups #add_group p.submit{	
	text-align: center;
}

#library.groups #add_group p.submit input:hover{
background-position: 0px -25px;
color: black!important;
text-decoration: none;
}

#library.groups #add_group p.submit input:active{
background-position: 0px -50px;
color: black!important;
text-decoration: none;
}


/****/

#library.groups #right #results .group{	
	margin-bottom: 3px;
	padding: 5px 0px;
	border-bottom:1px solid grey;
}
#remove_group_form{
	padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    background: #eee;
    font-size: 18px;
}
#library.groups #right #results .group h2{	
	margin-bottom: 5px;
}
#library.groups #right #results .group h1{
	margin:0px;
	margin-bottom:6px;
	font-size:22px;
}

#library.groups #right #results .group h2{	
	color: black;
	font-weight: normal;
}

#library.groups #right #results .group h2 a{	
	font-weight: bold;
	color: #3F75BB;
	font-size: 18px;
}

#library.groups #right #results .group .data{	
	float: left;
	width: 210px;
	margin-right: 10px;
}


#library.groups #right #results .group .thumb{
	max-width: 100%;
	margin: auto;
}

#library.groups #right #results .group .inf{	
	float: left;
	width: 155px;
	font-size: 14px;
	margin-right: 5px
}

.groupthumbdiv{
	width:100px;
	margin-right: 10px; 
	float: left; 
	text-align: center
}

#library.groups #right #results .group .synopsis{
  margin-left: 290px;
  margin-right: 35px;	
	font-size: 18px;
}

#library.groups #right #results .group .icons{
	
	float: right;
	width: 16px;
	height: 40px;
}

#library.groups #right #results .group .icons img{
	
	cursor: pointer;
	display: block;
	margin: 10px auto;
}

#library.groups #right #results .group h2{
	
	font-size: 14px;
	margin: 0px;
}

#library.groups #right #results .group .grouptype-icon{
	
	float: right;
	margin: -2px -2px 8px 5px;
}

#library.groups #right #results .group .data p{
	
	margin-bottom: 0px;
	clear: both;
	font-size: 11px;
}

#library.groups #right #results .group p.synposis{
	
	float: left;
	clear: right;
	width: 320px;
	font-size: 11px;
	text-align: justify;
}

#library.groups #right #results .group .data p strong{
	
	float: left;
	width: 70px;
}

/*Snippets*/
/*------------------------------------------------------------------------------------------------*/

#library.snippets .about-snippets{
	
	margin: 20px 0px;

	padding-bottom: 10px;

}

#library.snippets .about-snippets h1{
	
	width: 270px;
	margin-left: -10px;
	background: #225790 url('../imagenes/title_widgets_library.png') no-repeat;
	margin-bottom: 10px;
	color: white;
	padding: 5px 0px;
	padding-left: 10px;
}

#library.snippets .about-snippets p{
  font-size: 12px;
	margin: 5px;
	text-align: left;
}

#library.snippets #display p.submit{
	
	clear: both;
	text-align: center;
}

#library.snippets #display label{
	margin-top: 0px;
	float: left;
	width: 60px;
}

#library.snippets #display p.private input{
	float: left;
	margin-right: 10px;
}

#library.snippets #display p.private label{
	
	width: auto !important;
}

#library.snippets #display input[type=text],
#library.snippets #display select{	
	float: left;
}

#library.snippets #display p{
	clear: both;
}

#library.snippets #right{
	width:calc(100% - 245px);
	float:right;
}

#library.snippets #right #results .sub h2{
	margin-bottom: 5px;
}

#library.snippets #right #results .sub h2{
	font-size: 22px;
	color: black;
	font-weight: normal;
	margin-bottom:0px;
}

#library.snippets #right #results .sub h2 a{	
	font-weight: bold;
	color: #3F75BB;
}

#library.snippets #right #results .sub .data{
	float: left;
	width: 99% !important;
	margin-right: 0px !important;
}

#library.snippets #right #results .sub .data strong{
	width: 85px !important;
}

#library.snippets #right #results .sub .thumb{	
	float: left;
	margin: 0px 5px;
	width:160px;
	text-align: center !important;
	max-width:none;
	max-height:none;
}
#library.snippets #right #results .sub .thumb img{
	max-width:100%;
	max-height:100%;	
}
#library.snippets #right #results .sub .subtype-icon{
	float: right;
	margin: -2px 2px 8px 5px;
}

#library.snippets #right #results .sub .data p{
	margin-bottom: 0px;
	clear: both;
	font-size: 14px;
}

#library.snippets #right #results .sub p.synposis{
	text-align: left;
	width:100%;
	float:left;
	margin:5px 0px;
	font-size:20px;
	color:#044a57;
}
#library.snippets #right #results .sub .elementtag{
	margin:3px 5px 3px 0px;padding: 1px 6px; color: #254996;background: #dfdbb8;
}

#library.snippets #right #results .sub .data p strong{
	float: left;

}

#library.snippets #left .new{
	display: block;
	margin: 10px auto;
	background: url('/imagenes/orangebutton1.png') no-repeat;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 150px;
  line-height: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

#library.snippets #left .new:hover{
background-position: 0px -30px;
color: black!important;
text-decoration: none;
}

#library.snippets #left .new:hover{
background-position: 0px -60px;
color: black!important;
text-decoration: none;
}

#jobtitle,
#sort,
#loctext,
#begins{
font-size: 14px;
padding: 3px;
}
.scriptinformation{
	width:150px;
}
#library.snippets #right .snippetauthor, #university #right .snippetauthor a {
    font-size: 20px;
}
#library.snippets #right .snippetauthor {
    margin-bottom: 5px;
}
#library.snippets #right .snippettitle, #university #right .snippetauthor {
    margin: 0px;
    width: 100%;
    float: left;
}

#library.snippets #left .vsb-menu .multi{
	overflow-x:hidden;
}
.scripttypes{
	margin-left:10px;
}
.floatingbottompanel{
	position:fixed;
	bottom:0px;
	width:100%;
	height:35px;
	background:#ddd;
	border-top:1px solid grey;
  }
  .subfilter{
	display:none;
	padding: 2px 10px;
	float:right;
}
#library.snippets #right #results .sub .snipinfo,
#library.snippets #right #results .sub .snipsynopsis{
	width: calc(99% - 175px);
	float:left;
}
#library.pickassignment #right #results .sub p.synposis {
	width: calc(100% - 160px);
	float:left;
	margin:0px;
	font-size:20px;
}

@media only screen and (max-width: 850px){
	#library.directory #right #results .member{
	grid-template-columns: [first] 70px [line2] 110px [line3] calc(100% - 211px) [col4-start] 30px [end];
	}
	#library.seccion #right #results .sub p.synposis, #library.seccion #right #results .sub .synposis{
		width: calc(100% - 110px);
		float:right;
		margin:0px;
	}
	#library.seccion #right #results .sub p.synposis, #library.seccion #right #results .sub .data {
		margin-left: 0px;
		width: 140px;
	}
	#library.pickassignment #right #results .sub p.synposis{
		width:100%;
		margin: 0px;
		padding:5px 0px;

	}
	#library.seccion #right #results .sub p.synposis2, #library.seccion #right #results .sub .synposis2{
		width:100%;
		margin-right:0px;
	}
	#library.seccion #right #results .sub .data p strong {
		width:60px !important;
	}
	.scriptinformation{
		width:100px;
	}
	#library.seccion .uploadviewdiv{
	font-size:15px;
	}
	#library.seccion #right #results .sub .thumb {
		max-width: 100%;
		max-height: 100px;
		width: auto;
	}
	.memberresults .memberthumbdiv{
		width:70px !important;
		margin-right: 5px !important;
	}
	.memberresults .thumb{
		width:65px !important;
	}
	#library.directory #right #results .member .inf {
		width:110px;
	}
	#library.directory #right #results .member .synopsis {
	}
	#library.snippets #right #results .sub .snippetauthor{
		float:left;
		font-size:16px;
	}
	#library.snippets #right #results .sub .thumb {
		width:90px;
		margin-right:10px;
	}
	#library.snippets #right #results .sub .snipinfo,
	#library.snippets #right #results .sub .snipsynopsis{
		width: calc(99% - 125px);
	}
	#library.snippets #right #results .sub .thumb img{
		max-width:100%;
		width: auto;
    	max-height: 100%;
	}
	#library.snippets #right #results .sub h2,
	#library.snippets #right #results .sub h2 a {
		font-size: 18px;
		float: left;
    	width: 100%;
	}
	#library.snippets #right #results .sub h2 a {
		font-size:18px;
	}
	#library.snippets #right #results .sub p.synposis {
		font-size:16px;
		width:100%;
	}
	.snippetauthor a{
		font-size:16px
	}
	#library.seccion #right #results .sub .subicons {
    width: 100%;
    font-size: 24px;
	}
	#library.groups #right #results .group .synopsis {
		margin-left: 270px;
	}
	#library.seccion #left {
		width:180px;
	}
	#library.seccion #right {
		width:calc(100% - 190px);
	}
	#library.halloffame #right {
		width: 100%;
	}
	#sub.group .wid.basicinfo .grouplocation {
		width:auto;
		margin-left:10px;
	}
	#library.seccion #left .vsb-main,
	#library.seccion #left #timeperiod,
	#library.seccion #left #storylocation,
	#library.seccion #left #audience,
	#library.seccion #left #contains,
	#library.seccion #left #username{
		width:100%;
	}
	#library.library #right {
		width: calc(100% - 190px);
	}
	#library.library #left {
		width: 180px;
	}
	#library.directory #left {
		width: 200px;
	}	
	#library.directory #right {
		width: calc(100% - 210px);
	}
	#library.reviews #right {
		width: calc(100% - 190px);
	}
	#library.reviews #left {
		width: 180px;
	}
	#library.groups #right {
		width: calc(100% - 190px);
	}
	#library.groups #left {
		width: 180px;
	}
	#library.snippets #left {
		width: 180px;
	}	
	#library.snippets #right {
		width: calc(100% - 190px);
	}

	#btn-group-genrelist .vsb-menu{
		left:0px;
		max-width:179px;
	}
	#btn-group-elementlist .vsb-menu{
		left:0px;
		max-width:179px;
	}
	.scripttypes{
		margin-left:0px;
	}
	#library .pagination a {
		padding: 0px 3px;
	}
}
@media only screen and (max-width: 650px){
	#library.directory #right #results .member{
		display:block;
	}
	#library.directory #right #results .member .synopsis {
		width:100%;
		float:left;
		padding:7px;
		margin-left:0px;
	}
	#library.seccion #right #results .sub p.synposis {
		margin-left:10px;
		padding:0px 5px;
	}
	#library.pickassignment #right #results .sub p.synposis {
		margin:0px;
		padding:5px 0px;
	}
	#library.seccion #right #results .sub .data {
		margin-left:10px;
	}
	#library.seccion #right #results .sub .data p.wideonly{
		display:none;
	}
	#library.snippets #right #results .sub .snipsynopsis {
		width:100%;
	}
	#library.snippets #right #results .sub .thumb {
		width:90px;
	}
	#library.directory #right #results .member .inf {
		width: calc(100% - 120px);
	}	
	#library.directory #right #results .member .icons {
		position:absolute;
		top:3px;
		right:5px;
	}

	#library.library #right {
		width:100%;
	}
	#library.directory #left,
	#library.library #left,
	#library.groups #left,
	#library.reviews #left{
		background: white;
        border: 1px solid grey;
        border-radius: 5px;
		position: absolute;
    	width: 55%;
		padding: 5px;
		z-index:1000;
		left:0;
		top: 160px;
		transform: translateX(-102%);
	}
	#library.reviews #left{
		top:92px;
	}
	#library.directory #right,
	#library.reviews #right,
	#library.groups #right{
		width:100%;
	}
	#library.snippets #left {
		display:none;
		background: #fafafa;
		border:1px solid grey;
		position: absolute;
    	width: 60%;
		padding: 0px 5px 5px;
		z-index:1000;
	}
	#library.snippets #right {
		width:100%;
	}
	.subfilter{
		display:block;
	}
}
@media only screen and (max-width: 600px){
}