@charset "utf-8";

.prod {background-color: #FFF;}
.testing {background-color: #909090;}

.photoPH, .videoPH {width:100%;}
.hidden {display:none;}

.thPhoto {
	width:60px;
	margin-right:2px;
	cursor:pointer;
}

#printable .actionBtn, .printable .actionBtn  {
	display:none;
}
	
#footer.printable {
	margin-left:0px;
}

.btnAction.Unselected {
	 /*background-color:#909090;*/
	height:26px;
	line-height:26px;
	padding-top:0px !important;
}

input.addUnselected {
	 background-color:#909090 !important;
}

.extraInfo {
	padding-top:10px;
}

.opp #tableList {
	margin-top:3px;
}

.selfServError {
	font-weight:bold;
	font-size:24px;
	vertical-align:middle;
	line-height:360px;
}

h1.error, h2.error, h3.error, h4.error, h5.error, span.error {
	color:#FF0000;
	text-align:center;
}

ul.second, li.second {
	/* background-color: rgb(44, 48, 51) */
	padding-left:10px;
}

ul.third, li.third {
	/* background-color: rgb(54, 58, 61) */
	padding-left:10px;
}

li.third {
	margin-left:-10px;
}

ul.fourth, li.fourth {
	/* background-color: rgb(54, 58, 61) */
	padding-left:20px;
}

li.fourth {
	margin-left:-20px;
}

ul.fifth, li.fifth {
	/* background-color: rgb(54, 58, 61) */
	padding-left:30px;
}

li.fifth {
	margin-left:-30px;
}


nav ul {
	list-style: none !important;
}

.mainError {
	color:rgb(119, 159, 157);
	font-weight:900;
}

#editClasses {
	margin-top:-8px;
}

.infoCounters {
	font-size:16px;
}

.infoCountersNum {
	font-size:12px;
}

table.coloredReport tr:nth-child(even) {
    background-color:#E0E0E0;
}

table.coloredReport tr:nth-child(odd) {
    background-color:#FFF;
}

.logHeader {
	background-color:#909090;
	font-weight: bold;
	color:#FFF;
	border:1px solid #000;
	text-align: center;
}

.logBorder {
	border:1px solid #000;
	text-align: center;
}

.logBorderB {
	border:1px solid #000;
	font-weight: bold;
	text-align: center;
}

.logHeaderB {
	background-color:#909090;
	border:1px solid #000;
	font-weight: bold;
	text-align: center;
	color:#FFF;
}

.btn, .btnDummy, .btnReserv {
			border-radius: 8px;
	   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:23%;
	min-width:23%; 	
	color:#FFF;
	padding:4px;
	margin-right:5px;
	margin-bottom:5px;
	display: inline-block;
	line-height:15px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	font-size:21px;
	line-height:22px;
}

.centered {
	text-align:center;
}

#DwaImage {
	width:57px;
}

#waImage {
	width:57px;
}

#waText {
	color:#00a400;
	font-weight:bold;
	position:relative;
	top:-5px;
	line-height:17px;
	font-family:Open Sans, sans-serif;
}

.btn, .btnReserv {
	background: #10a0d5;
}

.btnDummy {
	border:1px solid #DAF8FF;
}

.btn div {
	width:100%;
	/*	height:100%; */
	margin-top:auto;
	margin-bottom:auto;
	vertical-align:center;
	display: inline-block;
}

.coursesContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width:100%;
}

.coursesContainer .btn {
	width:23%
}

.btn {
	display: inline-block;
}

.stCheckbox {
	cursor:pointer;
	margin-right:40px;
}

.contadores, .contadores2 {
	font-size:15px;
	font-weight:800;
	color:#444;
}
/*
.coursesContainer > div {
	display: inline-block;
	display: -moz-inline-box;
	*display: inline; /* For IE7 * /
	zoom: 1; /* Trigger hasLayout * /
	margin-left: 2%;
	text-align: center;
}*/

/*
.coursesContainer > div:first-child {
	margin-left: 0;
}
*/

#onlyPacksTablet {
	width:49%;
	display:none;
	vertical-align: top;
}

.mirror {
	transform: scale(-1, 1);			/*For Firefox (& IE) */
	-webkit-transform: scale(-1, 1);	 /*for Chrome & Opera (& Safari) */
}

input[type="button"].disabled, input[type="submit"].disabled {
	background-color:#909090;
}

/* Fields */
	/*
	  Starting styles for each field
	*/
	.field.delBtn {
		width:50px;
		border:0px !important; 		
	}
	
	.field>input[type="button"] {
		        border-radius:5px;
		   -moz-border-radius:5px;
		-webkit-border-radius:5px;
		width:40px !important;
		height:40px;
		margin-top:25%
	}
	
	.field {
		display: block;
		position: relative;
		height: 55px;
		font-size: 18px;
		line-height:18px;
		border: solid #aaa;
		border-width: 2px 2px 2px 2px;
		margin-bottom:5px;
		padding:0px;
		overflow:hidden;
				border-radius: 8px;
		   -moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-sizing: border-box;
	}

	.field label {
		max-height: 34px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top:120px;
		padding: 0px 3px 0px 10px;
		margin:0px;
		font-size: 10px;
		line-height: 10px;
		color: #fff;
		background: #aaa;
		box-sizing: border-box;
	}

	.flex {
		height:60px;
		margin-bottom:8px;
	} 

	.tableTitle {
		width:488px;
		margin:auto;
		margin-bottom: 0px;
	}

	.field input,
	.field select,
	form .field input[type="text"],
	form .field input[type="number"],
	form .field input[type="email"],
	form .field input[type="date"],
	form .field select {
		border: 0px;
		width: 100%;
		height: 53px;
		padding: 0 10px;
		line-height:140%;
		box-sizing: border-box;
		-webkit-appearance: none;
				border-radius: 0px;
		   -moz-border-radius: 0px;
		-webkit-border-radius: 0px;
				border-top-right-radius: 0px;
		   -moz-border-top-right-radius: 0px;
		-webkit-border-top-right-radius: 0px;
				border-top-left-radius: 0px;
		   -moz-border-top-left-radius: 0px;
		-webkit-border-top-left-radius: 0px;
   		box-sizing: border-box;
	}
	
	.field select,
	form .field select {
		text-align-last:center; 	
	}
	
	.field input,
	form .field input[type="text"],
	form .field input[type="email"] {
		font-size: 18px;
	}

	.field select,
	form .field select, 
	form .field input[type="date"] {
		font-size: 18px;
	}
	/*
	  Show label instead of placeholder
	*/
	.field input:focus,
	.field input:valid,
	.field select:focus,
	.field select:valid,
	form .field input[type="text"]:valid,
	form .field input[type="number"]:valid ,
	form .field input[type="email"]:valid ,
	form .field input[type="date"]:valid,
	.divBlock {
	  height: 37px;
	}

	.divBlock {
		position: relative;
		z-index: 9999;
		/*background-color: rgba(255, 0, 0, .5);*/
		margin-top:-37px;
	}

	.field input:focus ~ label,
	.field input:valid ~ label,
	.field select:focus ~ label,
	.field select:valid ~ label {
		color: #fff;
		max-height: 20px;
		top:36px;
	}

	/* Hide placeholder onfocus for safari */
	.field input:focus[placeholder]::-webkit-input-placeholder {
	  opacity: 0;
	}

	/*
	  Animations
	*/
	.field {
			  transition-property: height, border-width;
	  -webkit-transition-property: height, border-width;
		 -moz-transition-property: height, border-width;

			  transition-duration: 0.7s;
	  -webkit-transition-duration: 0.7s;
		 -moz-transition-duration: 0.7s;

			  transition-timing-function: ease-in;
	  -webkit-transition-timing-function: ease-in;
		 -moz-transition-timing-function: ease-in;
	}
	
	.field input,
	.field select {
			  transition: height 0.7s ease-in;
	  -webkit-transition: height 0.7s ease-in;
		 -moz-transition: height 0.7s ease-in;
	}
	
	.field label {
			  transition-property: max-height, color, top;
	  -webkit-transition-property: max-height, color, top;
		 -moz-transition-property: max-height, color, top;

			  transition-duration: 0.7s;
	  -webkit-transition-duration: 0.7s;
		 -moz-transition-duration: 0.7s;

			  transition-timing-function: ease-in;
	  -webkit-transition-timing-function: ease-in;
		 -moz-transition-timing-function: ease-in;
	}
	.field input[placeholder]::-webkit-input-placeholder {
			  transition: opacity 0.7s ease-in;
	  -webkit-transition: opacity 0.7s ease-in;
		 -moz-transition: opacity 0.7s ease-in;
	}
/* Fields */






.buscarEventos {
	cursor:pointer;
	background: #444;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-decoration: none;
	border-radius: 6px;
	padding: 0em 1em 0em 1em;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.link {
	cursor:pointer;
}

#languages {
	display:none;
}

.shortText {
	width:100%;
}

.box .shortText {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.box .shortText p {
	text-overflow:ellipsis;
	overflow:hidden;
}

.buscarEventos, .searchButton {display: inline-block;}

.buscador {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	height:50px;
	float:left;
	width:120px;
	font-size:15px;
	line-height: 50px;
}

#header .buscador, #content .buscador {
	color:#000;
}

#content .buscador {
	display:none;
}

#header .buscador {
	width:380px;
}

#content .buscador {
	width:220px;
}

.aRight {text-align: right !important;}
.right {float:right;}
.left {float:left;}
.clr{clear:both;}

.ld, .ldTable {display:none;}
.w360 {display:none;}
.wNo360 {display:table-cell;}

 .pt {padding-top:4px;}

/*
.banner {
	height: 360px;
}

.nobanner {
	border-bottom: 2px solid #909090;
}

#imgLogo, #buscador {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	height:50px;
	float:left;
	width:120px;
	font-size:15px;
	line-height: 50px;
}

#new {
	margin-top:10px;
	margin-right:10px;
	padding: 0px 25px;
	float:right;
	line-height: 50px;
	border:2px solid #FFF;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}

#user {
	color:#FFF;
	margin-top:10px;
	margin-right:10px;
	padding: 0px 25px;
	float:right;
	line-height: 50px;
}

.banner #buscador {
	color:#FFF;
	margin-top:10px;
	margin-right:10px;
	padding: 0px 25px;
	float:left;
	line-height: 50px;
}

#login input {
	padding:10px;
}

.searchBox input, .searchBox img {
	line-height:20px;
}

#title {
	margin:135px;
	font-size:65px;
	font-weight:bold;
}


.right {float:right;}
.left {float:left;}
.clr{clear:both;}

.errorMessage {
	color:#FF0000;
}

a {text-decoration:none};


.banner #imgLogo, .banner #buscador {
	color:#FFF;
}

.banner #new {
	color:#FFF;
}

.banner #title {
	color:#FFF;
}


.nobanner #imgLogo, #header #buscador {
	color:#000;
}

.nobanner .right {
	margin-top:25px;
	margin-right:10px;
	padding: 0px 25px;
}

.nobanner #new {
	color:#FFF;
	background-color:#00A8F2;
}

.searchBox {
	border:1px solid #E0E0E0;
	display:inline-block;
	vertical-align:middle;
	width:220px;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}

#main {
	background-color:#F7F7F7;
}
*/
#frame {
	text-align:center;
	padding:5px 0px;
}

#smallFrame, #mediumFrame, #largeFrame, .smallFrame {
	text-align:center;
	padding:20px 0px;
}

#frame form, #smallFrame form, #mediumFrame form {
	text-align:center;
	padding:0px 5px;
}

#frame #submit, #smallFrame #submit, #smallFrame #cancel {
	width:99%;
}

#frame div, #smallFrame div, #mediumFrame div, #largeFrame>div {	
	text-align:center;
	border:1px solid #909090;
	width:380px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}

#mediumFrame div #frmNew, #largeFrame div #frmNew {
	padding-top:10px;
}

#mediumFrame div {	
	width:500px;
}

#largeFrame>div {
	width:680px;
}

#largerFrame div {
	width:97%;
}

#frame .title, #smallFrame .title {
	font-size:16px;
	display:block;
}

#frame .sectionTitle, #smallFrame .sectionTitle, #mediumFrame .sectionTitle {
	font-size:24px;
	display:block;
	font-weight: bold;
	margin:auto;
}

#frame .sectionSubtitle, #smallFrame .sectionSubtitle, #mediumFrame .sectionSubtitle {
	font-size:16px;
	display:block;
	font-weight: bold;
	margin:auto;
}

#frame .subtitle, #smallFrame .subtitle {
	font-size:12px;
	display:block;
	margin-bottom:15px;
	color:#0086BF;
}

#frame a.subtitle, #smallFrame a.subtitle {
	text-decoration:none;
}

#frame form input, #smallFrame form input {
	margin-bottom:15px;
}

#newEvent input[type="text"]{
	width:400px;
}

a.helpLink {
	font-size:14px;
	text-decoration: none;
}

.siteMap {
	background-color: #333333;
	border-top: 5px solid #666666;
	color:#FFF;
}

.siteMap .column {
	width:150px;
	margin-left:90px;
	display:inline-block;
}

.siteMap .title{
	color: #666666;
	font-size:15px;
	line-height: 22px;
}

.siteMap .link{
	color: #CCCCCC;
	font-size:12px;
	line-height: 22px;
}

.siteMap .line {
	border-bottom:1px solid #000;
}

.siteMap .oneColumn {
	margin-left:90px;
	display:inline-block;
}

.siteMap .sections{
	color: #CCCCCC;
	display:inline-block;
	margin-right:20px;
	font-size:15px;
	line-height: 22px;
}

#main-wrapper {
	margin:0px 20px;
	border-radius:6px;
		-moz-border-radius:6px;
		-weblit-border-radius:6px;
}

.eventImage {
	height:300px;
	overflow:hidden;
	border-width:1px;
	border-style:none none solid none;
	border-color:#E0E0E0;
	background-color: #FCFCFC;
	border-radius:6px;
		-moz-border-radius:6px;
		-weblit-border-radius:6px;
}

.required {
  color: #f04;
}

#preview{
	height:180px; 
	width:240px; 
	text-align:center;
	margin: 20px;
	/*display:none;*/
}
.pre{
	margin-right: 20px;
	font-size: 13px;
}
#previewimg{
	height:140px; 
	width:140px; 
	float:left; 
	padding:8px;
	border:1px solid rgb(228,211,195);
	margin-bottom: 5px;
}

.assist {
	padding: 8px 0px;
}

.content #left {
	width:40%;
}

.content #packs {
	width:60%;
}

.content #blog {
	border:1px solid #000;
	margin-top:5px;
	padding:5px;
}

#site b {
	font-weight: 800;
}

#divFrm.wizard {
	margin-top: -60px;
}

.aLeft {text-align:left;}
.aRight {text-align:right;}
.aCenter {text-align:center;}

.fcRed {color:#c82333;}
.fcGreen {color:#28a745;}

.centeredContainer {
  height: 100%;
  position: relative;
  min-height:240px;
}

.centeredContent {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
	#editClasses {
		margin-top:0px;
	}

	.infoCounters {
	font-size:11px;
	}
    
	.infoCountersNum {
	font-size:8px;
	}
}

@media screen and (max-width: 810px) {
	#main-wrapper {max-width:750px;}

	.content #left {
		width:100%;
		max-width:750px;
	}

	.content #packs {
		width:100%;
	}

	#onlyPacks, #onlyPacksO, #onlyPacksP {
		width:100%;
		display:block;
	}

	#onlyPacksTablet {
		display:none;
	}

	#data {
		width:100%;
		display:block;
	}
	
	#divFrm.wizard {
		margin-top: -22px;
	}
}

@media screen and (max-width: 640px) {
	.selfServError, .result {
		font-size:13px;
	}

	#languages {
		display:block;
		margin:auto;
		width:80px;
		text-align:center;
	}

	#header .buscador {
		width:100%;
	}

	#newEvent input[type="text"]{
		width:360px;
	}
}

@media screen and (max-width: 500px) {
	#waImage {
		width:30px;
	}

	#DwaImage {
		width:30px;
	} 	

	#waText {
		font-weight:bold;
		top:5px;
		font-size:11px;
		line-height:11px;
	}
	
	.field.delBtn {
		width:35px;
	}
	
	.field>input[type="button"] {
		height:30px;
		width:33px !important;
		line-height:15px;
		padding-top:6px !important;
		margin-top:10%;
	}
	
	.field {
		font-size:11px;
		line-height:11px;
	}
	
	.field input,
	form .field input[type="text"],
	form .field input[type="email"] {
		font-size: 13px;
	}
	
	.field input,
	.field select,
	form .field input[type="text"],
	form .field input[type="number"],
	form .field input[type="email"],
	form .field input[type="date"],
	form .field select {
		line-height:140%;
	}
	
	.field input:focus,
	.field input:valid,
	.field select:focus,
	.field select:valid,
	form .field input[type="text"]:valid,
	form .field input[type="number"]:valid ,
	form .field input[type="email"]:valid ,
	form .field input[type="date"]:valid,
	.divBlock {
		height: 20px;
	}

	.divBlock {
		margin-top:-20px;
	}

	.field select,
	form .field select, 
	form .field input[type="date"] {
		font-size: 12px;
	}
	
	.flex {
		height:38px;
		margin-bottom:3px;
	} 

	.field input:focus ~ label,
	.field input:valid ~ label,
	.field select:focus ~ label,
	.field select:valid ~ label {
		top:20px;
	}

	.field {height:36px;}

	.tableTitle {
		margin-top:-30px;
		width:320px;
	}

	.tableTitle td img {
		margin-top:20px;
	}

	.field input,
	form .field input[type="text"],
	form .field input[type="number"],
	form .field input[type="email"],
	form .field input[type="date"] {
		height: 31px;
	}

	form .field select {
		height: 32px;
	}

	#onlyPacksTablet {
		display:none;
	}
	
	#mediumFrame div {	
		width:480px;
	}
}

@media screen and (max-width: 440px) {
 	.ld {display:inline;}
  	.hd {display:none;}

	.ldTable {
		display:table-cell;
	}

	#mediumFrame div {	
		width:420px;
	}


	#largeFrame>div {	
		width:100%;
	}
}

@media screen and (max-width: 420px) {
	#mediumFrame div {	
		width:400px;
	}
}

@media screen and (max-width: 415px) {
	#mediumFrame div {	
		width:380px;
	}
}

@media screen and (max-width: 375px) {
	#frame div {
		width:190px;
	}

	#waText {
		font-size:9px;
		line-height:10px;
		top:-5px;
	}
	
	.stCheckbox {
		margin-right:20px;
	}

	#main-wrapper {
		margin-left:10px;
		min-width:330px
	}

	#mediumFrame {	
		margin-left:-5px;
	}

	#mediumFrame div, #largeFrame>div {	
		width:100%;
	}

	/*#logo .buscador {
		display:none;
	}*/

	#content .buscador {
		display:block;
	}

	/*#index #main-wrapper {display:block;}		*/

 	.ld {display:inline;}
  	.hd {display:none;}

	.ldTable {
		display:table-cell;
	}

	#newEvent input[type="text"]{
		width:270px;
		}

	#frame div, #smallFrame div {	
		width:260px;
	}

	#mediumFrame div, #largeFrame>div {	
		width:290px;
	}

	.btn {
		width:48%;
		font-size:16px;
		line-height:17px;
	}
	
	.btnDummy {
		display:none;
	}
	
	.coursesContainer {
		display: inline-block;
		width:100%;
	}
	
	.coursesContainer .btn {
		width:48%;
		min-width:48%;
	}

	.contadores {
		font-size:14px;
		font-weight:660;
		color:#444;
	}
}

@media screen and (max-width: 370px) {
	.w360 {display:table-cell !important}
	.wNo360 {display:none !important}
}

@media screen and (max-width: 240px) {
	#newEvent input[type="text"]{
		width:150px;
	}
}

