.form-error,
.form-success{	
	border: 1px solid #13903f;
	color: #13903f;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position:relative;
}

.form-error{
	border: 1px solid red;
	color: red;
	background: #fffce8;
}

.form-error span,
.form-success span{	
	position:absolute;
	top:0px;
	right:0px;
	background: #13903f;
	color: white;
	padding: 5px;
	cursor: pointer;
}

.form-error span{
	background: red;
}

.form-error p,
.form-success p{
	font-size: 18px;	
	padding: 10px !important;
	margin: 0px !important;
}

.form-error li,
.form-success li{	
	padding: 2px 10px !important;
	margin: 0px !important;
}

.form-error ul,
.form-success ul{	
	list-style-type: square;
}

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#tvheader{
	margin: 0 auto;
	background-color: #fafafa;
}

#headermenu {
 position: relative;
 bottom: 0px;
}

#tvheader .wrapper{
  	width: 100%;
	margin: 0 auto;
  	position: relative;
}

#tvheader .logo a{	
	display: block;
	float: left;
	height: 50px;
	margin-top: 5px;
}

#tvheader .logo{	
	float: left;
	text-align: center;
	color: gray;
	font-size: 12px;
	height: 50px;
	margin: 0px 0px 0px 10px;
	width:134px;
}

#tvheader #usermenu{	
	float: right;
	padding-top: 7px;
}

#tvheader #usermenu form{	
	float: left;
	margin: 4px;
	margin-left: 4px;
	margin-top: 2px;
  margin-right: 60px;
}


#tvheader #usermenu form input[type=image]{	
	position: relative;
	margin-bottom: -5px;
}

#tvheader #usermenu .welcome{
  margin: 0px;
	text-align: right;
	color: black;
	padding: 3px;
	margin-right: 3px;
	margin-top:2px;
	font-weight: bold;
	font-size: 18px;
  float: right;
  margin-left: 5px;
}

#tvheader #usermenu .welcome a:hover{
	text-decoration: underline;
}

#tvheader #usermenu .welcome a{
	text-decoration: none;
	cursor: pointer;
	text-shadow: none;
}
#tvheader #usermenu .welcome a:hover{
	text-decoration: none;
}

#tvheader #usermembership{
	float: right;
  	font-size: 22px;
	width:275px;
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
}

#tvheader .searchmagnifying{
	width: 23px;
    float: left;
    margin-top: 16px;
    margin-left: 1%;
}

#tvheader #menu{
	clear: both;
}

#tvheader ul{
  padding: 0px;	
	margin: 0px;
}

#tvheader .sharebuttons{
	float:right;
	margin-right:2%;
	padding-top: 8px;
	width:11%;
}

.togglesearch{
	background: #E8E8E4;
	position: absolute;
	top: 44px;
	left: 5%;
	width: 500px;
    max-width: 70%;
	height: 57px;
	line-height: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-top:4px solid #225790;
	z-index:1010;
	font-size:16px;
	display: none;
  }
   
  .togglesearch input[type="text"]{
	width: 60%;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px solid #225790;
	outline: none;
	float:left;
	font-size:16px;
  }
   
  .togglesearch input[type="select"]{
	width: 40%;
	padding: 5px 0;
	color: #fff;
	margin-left: -6px;
	margin-right:5px;
	outline: none;
	cursor: pointer;
  }

#searchtype,
#query
{
padding: 2px;
}


/*Terms*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*********/

#terms-page,
#guest{
	background: white;
	padding: 10px;
	font-family: inherit, helvetica, sans-serif;
}

#terms-page h1{	
	text-align: center;
	margin-bottom: 10px;
}

#terms-page h2{	
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size:1em;
}

#terms-page h3{	
	text-align: left;
	margin-bottom: 10px;
}

#terms-page p{	
	text-align: left;
	margin-bottom: 10px;
}

#terms-page ul{
	list-style-type: square;
	margin: 10px;
	margin-left: 3em;
}

#terms-page ul li{
	margin-bottom: 5px;
}

.f-nav{ 
z-index: 999; 
position: fixed !important; 
top: -1px; 
width: 100%;
max-width: 1200px;
bottom: inherit !important;
} 

.tvbutton{
  min-width: 30px;
  padding: 3px 0px;
  text-align: center;
  background-position: left bottom;
  background-repeat: repeat-x;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 1px;
/*  text-shadow: 1px 1px 1px #907171; */
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.bluebutton{
  background-color: #51b9dc;
  color: white;
  border: 1px solid #666666;
}
.bluebutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}
.greenbutton{
  background-color: #53a93f;
  color: white;
  border: 1px solid #666666;
}
.greenbutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}
.mainbutton{
  background-color: #e8dbb6;
  color: #225790;
  border: 1px solid #888888;
}
.mainbutton:hover{
color: #44a3d2;
border: 1px solid #444444;
text-shadow: 1px 1px 1px black;
text-decoration: none;
}
.tinybutton{
font-size: 11px;
padding: 1px 9px;
margin: 0px;
font-weight: normal;
line-height: 20px;
margin-top: 2px;
text-shadow: inherit;
}
.tinybutton:hover{
 text-shadow: inherit;
}
.paddedbutton{
padding: 2px 8px;
}
.fullwidthbutton{
	width:100%;
}
.font18{
font-size: 18px;
}
.font17{
font-size: 17px;
}
.font16{
font-size: 16px;
}
.font14{
font-size: 14px;
}
.starratings{
	text-align:center;
	width:100%;
	font-size:32px;
}
/* use reverse flexbox to take advantage of flex-direction: reverse */
.mystar-rating {
	display: flex;
	align-items: center;
	width: 300px;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 10px auto;
	position: relative;
  }
  /* hide the inputs */
  .mystar-rating input {
	display: none;
  }
  /* set properties of all labels */
  .mystar-rating > label {
	width: 60px;
	height: 45px;
	font-family: Arial;
	font-size: 60px;
	transition: 0.2s ease;
	color: orange;
  }
  /* give label a hover state */
  .mystar-rating label:hover {
	color: #ff69b4;
	transition: 0.2s ease;
  }
  .mystar-rating label:active::before {
	transform:scale(1.1);
  }
  
  /* set shape of unselected label */
  .mystar-rating label::before {
	content: '\2606';
	top: 10px;
	line-height: 40px;
  }
  /* set full star shape for checked label and those that come after it */
  .mystar-rating input:checked ~ label:before {
	content:'\2605';
  }
  .mystar-rating input:hover ~ label:before {
	content:'\2605';
  }
  
  @-moz-document url-prefix() {
	.mystar-rating input:checked ~ label:before {
	font-size: 66px;
	line-height: 41px;
	}
  } 

#replaywebinar.seccion #left {
    width: 200px;
    margin: 5px;
    margin-left: 0px;
    border: none;
    float: left;
}
#replaywebinar.seccion #right {
	width: calc(100% - 210px);
	float:right;
}
.updownarrow{
	position:absolute;
	bottom:35px;
	left:20px;
	opacity:.8;
	font-size:36px;
}
.smallicon{
	width:24px;
}
