/*@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand');*/


@font-face {
  font-family: "Hand";
  font-style: normal;
  font-weight: 400;
  src: url(JustAnotherHand-Regular.ttf);
}

@font-face {
	font-family: catamaran-bold;
	src: url("Catamaran-Bold.ttf");
}
.catamaran{
	font-family: catamaran-bold;	
}
select.gabonak-zuretat-select {
	width: auto;
}

.gzTipoHand,
.gzTxtTrazo {
	/*font-family: Hand, Verdana, Arial, sans-serif;*/
	font-family: catamaran-bold;
	font-weight: normal;
	color: #003da5;
}
h3.gzTipoHand {
	font-size: 3.125rem;
	font-family: catamaran-bold;
	margin-bottom: 10px;
}
h4.gzTipoHand,
.gzTxtTrazo {
	font-size: 2.5rem;
}
h4.catamaran {
	font-size: 1.6rem !important;
	line-height:1.6rem;	
}
.gzTxtTrazo {
	padding: 18px 2rem 0px 2rem;
	margin-bottom: -10px;
	color:#E5017E;
}

.gzConMuelle {
	/*min-height: 130px;*/
	padding: 30px 40px 20px 72px;
	display: inline-block;
	background-image: url(gzMuelle2.png), url(gzEmoji1.png);
  	background-repeat: no-repeat, no-repeat;
  	background-position: left top, right 72%;
  	vertical-align: bottom;
}
.gzFichaEvento {
	padding-left: 120px;
	/*background: transparent url(gzTrazo.png) no-repeat left bottom;*/
}

/*section.formBusqueda {
	padding: 20px 20px 20px 300px;
	min-height: 230px;
	border: 4px solid #003da5;
	background: transparent url(MunecoNieve.png) no-repeat left bottom;
}*/
section.gzFichaEvento {
	padding: 20px 20px 20px 130px;
	min-height: 230px;
	border: 4px solid #003da5;
}

fieldset.gzBloqueForm > div {
	padding: 10px;
	border: 1px solid #ccc;
}

section.formGZ label,
fieldset.gzBloqueForm legend,
fieldset.gzBloqueForm label {
	font-size: 0.8125rem;
	font-weight: bold;
	color: #000;
	border: none;
	margin-bottom: 4px;
	line-height: 1rem;
}

fieldset.gzBloqueForm input[type*="check"] + label {
	display: inline-block;
	font-weight: 400;
}

/* Check buttons y sus labels */
.gzGrupoCheck {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
    position: relative;
}
.gzContenedorGral input[type*="check"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.gzContenedorGral input[type*="radio"] ~ label,
.gzContenedorGral input[type*="check"] ~ label {
	cursor: pointer;
	line-height: 1.7rem;
	position: relative;
	padding-left: 20px;
}
.gzContenedorGral input[type*="check"] ~ label::before {
	display: inline-block;
	content: " ";
    background: #fff url(gzCheckOff.png) no-repeat 50% 50%;
    border: none;
    width: 15px;
    height: 15px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0px, -50%);
}
.gzContenedorGral input[type*="check"]:checked ~ label::before {
    background: #fff url(gzCheckOn.png) no-repeat 50% 50%;
}

.gzContenedorGral .dataTable  th {
	color: #003da5;
}
.gzDatosEvento dt:not(.hide),
.gzDatosEvento dd:not(.hide) {
	display: inline;
}
.gzDatosEvento dd::after {
	content: "\A";
	white-space: pre;
}
.gzDatosEvento dt span,
.gzDatosEvento dd span {
	display: inline-block;
	padding-bottom: 12px;
}

.gzResumenEvento {
	background-color: #f4f4f4;
	padding: 12px;
}
.gzResumenEvento dd {
	margin-bottom: 12px;
}



/* Modificaciones a bootstrap */
.gzContenedorGral .btn {
	font-size: 0.9375rem;
	border: none;
	border-radius: 0px;
	padding: 0.875rem 2.8rem;
}


/* Modificaciones a jquery.DataTables */
.gzContenedorGral .dataTables_wrapper .dataTables_info {
	float: none;
	position: absolute;
	left: 10px;
	bottom: 6px;
	padding-top: 0px;
}
.gzContenedorGral .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}




/* Antes incrustado directamente en el html */
.gz-enlace {
	position:absolute!important;
	width:100px!important;
	height:100px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	border:0!important;
	white-space:nowrap
}
.dataTables_length{
	border: 2px solid red;
	display: none;
}

.dataTables_length select { 
	width: auto;
}

#calendario td {
	cursor: pointer;
	text-align: center;
}

.fecha_seleccionada {
	background: #003da5; color: white;
}

.detail-margin-top {
	margin-top: 10px;
}

textarea[readonly].uneditable-textarea {
	background-color: inherit;
}

#showDate {
	margin: 0;
}

#rowLetras{
	margin-bottom: -3em;
}

/*  DTKMANTAPL-305 Adaptación a móviles */

@media only screen and (max-width: 1100px) {
  
  section.formBusqueda{
  	padding: 1em !important;
  	background: none !important;
  }
  
  h3.gzTipoHand, h4.gzTipoHand {
  	font-size: 1.8rem;
  }
  
  #rowLetras{
	margin-bottom: 0;
}
  
  #enlacePrograma{
  	bottom: 1em;
  	margin: 0 !important;	
	position: relative;
	right: 0em;
	text-align: right;
  }
  
  .breadcrumb{
  	display: none;
  }
  
  .gzContenedorGral{  	
	margin-top: -1em;
  }
  
  #btnBuscar{
	padding: 1em 0;
	margin: auto 0;  
  	width: 100%;
  }
 
 .bottom.pull-right{
 	float: none;
 }
 
 .gzFichaEvento{
 	padding: 1em !important;
 }
  
 h4.catamaran {
  font-size: 1rem !important;
  line-height: 1rem;
 }
 
 .gzTxtTrazo {
	padding: 0em 1em;
	font-size: 1.5rem;
	margin-bottom: -10px;
	color: #E5017E;
	margin-top: 1em;
 } 
  
 .row-fluid >  .pull-right{
 	float: none;
 }
  
 .gzContenedorGral .btn {
    font-size: 1rem;  
    width: 75%;
    margin: 0 auto;
  }
  
  table.dataTable.display tbody tr.odd {
    background: none !important;
  }
  
  #example_wrapper td:not(:first-child), #example_wrapper th:not(:first-child) {
    display: none;
  }
  
  @media only screen and (max-width: 764px) {
  	.gzContenedorGral{  	
		margin-top: -4em;
  	 }
  }
  
  
  
}
