<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	overflow-x:hidden;
	height:100dvh;
	/*padding-bottom:30px!important;
	background-color:#dca500!important;*/	
}

.input_short{
	width:50px !important;
}

.data-list{
	overflow-x:scroll;
}

h4{
	padding-left:20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page:after {
    content: '';
    display: block;
    clear: both;
}

.fa_btn_new{
	font-size:20px;
	margin-right:5px;
	vertical-align: bottom;
}

/*html{
	border-bottom: 20px solid #dca500;
}*/

.nav-collapse li.active {
    box-shadow: 4px 4px 2px 0 rgba(0,0,0,0.2);
}

#errorMessages{
	margin-top:10px;
}

#page{
	min-height: calc(100% - 50px);
}

#sidebar{
	min-height: calc(100% - 50px);	
	border-right: 1px solid #cdd2d2;
}

#content,.container,#main-content{
	min-height:100%;
}

.container.container_backend{
	padding-left:0 !important;
}

.navbar-brand{
	padding:0!important;
}

.navbar_izq{
	display:inline-block;
	margin-right:20px;
	color:white;
	font-size:14px;
}

.navbar_frontend a{
	color:white;
}

.logok img{
	max-width:100px;
}

/* IMPORTARK */
.data-index-importark{
	margin-top: 20px;
}

.importark_container{
	padding:0 0 10px 20px;
	border-bottom:1px solid #eaeaea;
}

.importark_file{
	display: inline-block !important;
	margin-right: 10px;
}
/* FIN IMPORTARK */

/*LOGIN*/

.login_logo img{
	width:150px;
	margin-bottom:20px;
}

.login_div{
	display:table;
	margin: 15px auto auto;
	/*padding: 20px 30px;*/
	padding: 20px 0px 10px 0px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	min-width:25%;
	width: 370px;
}

.login_div .login_dato{
	text-align: left;
	color:#1a2436;
	font-weight: 500;
}

.login_div input.input-medium, .login_div .btn {
	width: 100%;
	height: 40px;
	margin-bottom: 18px;
	font-size: 16px;
	text-align: center;
}

.login_div input.btn.btn-info {
	font: 18px OpenSans;
	margin-top: 18px;
	background-color: #21d2c8;
	border-style: none;
	padding: 18px 40px;
}

.login_div h4 {
	font-size: 24px;
	margin-bottom: 36px;
}

.login_separador{
	color:#1a2436; 
	font-size:11px;
	position: relative;
}

.login_separador::before,.login_separador::after{
	content: "";  
	position: absolute;  
    top: 50%;
    width: 22%; /* Ajusta el largo de las lÃ­neas */
    height: 1px;
    background-color: #c8cbcf;
	opacity: 0.7;
}

.login_separador::before {
    left: 0;
}

.login_separador::after {
    right: 0;
}
/** FIN LOGIN**/

.data-edit{
	margin-top:15px;
}

.form-horizontal .form-group{
	margin-left:0!important;
	margin-right:0!important;
}

.panel-body{
	padding:0 !important;
}

.g-recaptcha{
	margin-bottom:15px;
}

.field-view{
	border-bottom:1px solid #efefef;
}

.field-view span,.field-view label{
	padding:10px;
}

.field-view label{
	text-align: right;
	margin-bottom:0px;
	border-right:1px solid #efefef;
}

.label_legend{
	color:#888;
	font-size:10px;
	font-style: italic;
	font-weight: normal;
}

.form-borderer .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
}
.form-borderer .form-group &gt; div {
    border-left: 1px solid #efefef;
    padding: 10px;
    min-height: 38px;
}
.form-borderer .form-group .control-label {
    padding-top: 20px;
}
form .form-actions.fluid {
    padding: 20px 0;
}
.form-borderer .form-actions {
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.form-borderer .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
}

.form_seccion {
    background-color: #efefef;
    padding: 10px;
}

.form_seccion h4{
    font-weight:bold;
}

.clear {
	clear:both;
}

.clear:after{
	clear: both; 
  	content: "";
  	display: table; 
}

div.data-index div.buscador_container.buscador input , div.container_filtro_csv{
    margin-right: 10px;
    height: 32px;
}

.buscador_filtro_item_container,.buscador_filtro_item_container_zona, .filtro_export_inscripcion_csv{
	display:inline-block;
	margin-right:20px;
	margin-top:5px;
}

.buscador_filtro_item_container label,.buscador_filtro_item_container input,.buscador_filtro_item_container select,.buscador_filtro_item_container_zona label,.buscador_filtro_item_container_zona input,.buscador_filtro_item_container_zona select{
	vertical-align: middle;
	margin: 0 !important;
}

.buscador_num_resultados{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

#content div.data-index div.buscador_container.buscador label, .container_filtro_csv{
    margin-right: 10px;
}

#boton_buscador,#boton_buscador_zona, #boton_filtros_extra {
    margin-top: -5px;
    margin-left: 5px;
}

.recuperar_pass{
	float: right;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
}

.recuperar_pass a{
	color:white;
}

#logo {
	background-image: url("../images/logo.png");
	width:105px;
	height:42px;
	padding:0;
}

#logo span {
	display:none;
}

.navbar-inverse .brand{
	color:white !important;
}

#navbar.navbar .navbar-inner {
	border-radius:0;
}

#navbar #menu_welcome {
	color:#bbb;
	padding-top:10px;
	font-size:0.9em;
	margin-right:40px;
}

/*footer {
	background-color:#eee;
	text-align:center;
	border-style: solid;
	border-color: #e3e3e3;
	border-width:1px 0;
	padding:30px 0;
}*/

.buscador, .container_filtro_csv{
	margin-top:15px;	
}

.pagination{
  min-width: 200px;
  max-width:500px;
  text-align:center;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pag_numerada.active{
	background-color:#555555;
	color:white;
	border: 1px solid #555555;
}

.modal_botonera{
	margin-top:10px;
	width:100%;
	border-top:1px solid #ccc;
	padding:5px;
}

.modal_botonera .btn_cancelar{
	margin-left:5px;
}

.loading_full{
	background-color:rgba(100,100,100,0.6);
	position:fixed;
	display:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	color:white;
	z-index:100000;
}

/*.loading_full strong{
	position:absolute;
	font-size:30px;
	text-transform: uppercase;
	top:48%;
	left:47%;
}*/

.loading_full {
    background-color: transparent;
  }

  .loading_full strong{
    display: none;
  }

.legend_fixed{
	width: auto;
	position:fixed;
	bottom:0;
	left: 0;
	padding: 10px;
	background-color: rgba(50,50,50,0.5);
	color:white;
	display: none;
	border-radius:5px 5px 0 0;
}

.action-edit,.action-view,.action-delete,.action-other, .action-accion, .action-validar-club, .action-horas-faseclub,.action-sustituir,.action-sacar,.action-email-verificacion{
	font-weight: bold;
	padding: 0 2px;
}

a.action .fa{
	font-size:18px;
}

.action-edit{
	color:#105F5B;
}

.action-view,.action-sustituir{
	color:#21D3C9;
}

.action-delete,.action-sacar{
	color:#FE2E2E;
}

.action-other,.action-email-verificacion{
	color: black;
}

.action-accion{
	color: #BB21BB;
}

.action-validar-club{
	color: #119955;
}

.action-horas-faseclub{
	color: #925F45;
}

.uploaded_image{
	margin: 5px;
}

.uploaded_image,.uploaded_image img{
	height: 80px;
}

/** AUTOCOMPLETE **/
.resultados_autocomplete ul{
	margin:0 !important;
}

.resultados_autocomplete{
	position:relative;
}

.ul_autocomplete{
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #ccc;
	border-radius:5px;
	width:100%;
	display:none;
	padding:0;
	z-index: 1000;
	
}

.ul_autocomplete li{
	
	background-color: white;
	list-style: none;
	padding: 5px 10px;
	border-bottom:1px solid #ddd;
}

.ul_autocomplete li:hover{
	background-color:blue;
	color:white;
}
/** FIN AUTOCOMPLETE **/

/** ITEMS ENTITIES **/
.entity_item_container {
    border: 1px solid #eaeaea;
    border-radius: 5px;
	box-shadow: 0px 2px 2px 0px #888;
	padding: 0px !important;
}

.entity_item_cabecera{
	padding:5px;
	font-size:16px;
	background-color:#555555;
	color:white;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
}

.entity_item_cabecera.rojo{
	color:#b94a48;
	background-color:#f2dede;
}

.entity_item_cabecera_acciones{
	float:right;
	cursor:pointer;
	font-size:16px;
}

.entity_item_cabecera_acciones .fa{
	margin-left:5px;
}

.entity_item_cabecera_acciones .fa.fa-remove{
	color:#e98d85;
}

.entity_item_field{
	padding:2px 5px;
}

.entity_item_field_label{
	padding:5px;
	background-color:#eaeaea;
	text-transform: uppercase;
	font-weight: bold;
}

.entity_item_container_parent{
	margin-bottom:10px;
}

/** SPINNER **/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.spinner-border {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 20px;
  height: 20px;
  border-width: 3px;
}

/*
// Growing circle
*/

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 50px;
  height: 50px;
}

/** FIN SPINNER **/

/** ORDENACION DE TABLAS **/
.cab_orderedk{
	cursor:pointer;
	position:relative;
	padding-left:15px !important;
}

.cab_orderedk::after,.cab_orderedk::before{
	font-family: 'FontAwesome';
    font-weight: 900;
    left: 0px;
    font-size: 14px;
    position: absolute;
	bottom: 5px;
	display: block;
	opacity: .3;
}

.cab_orderedk::after {
    content: "\f0dd";
}

.cab_orderedk::before {
    content: "\f0de";
}

.cab_orderedk.cab_orderedk_asc::before{
	opacity:1;
}

.cab_orderedk.cab_orderedk_desc::after{
	opacity:1;
}
/** FIN ORDENACION DE TABLAS **/

.badge .fa-remove{
	color:#ff9999!important;
}

.badge{
	margin-right:10px;
	margin-bottom:5px;
}

.fase_fechas_rango_div{
	margin-top:10px;
}


.wh_ver_categorias_container .wh_index_section, .wh_ver_container .wh_index_section {
    margin-top: 20px;
}
.wh_index_section {
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 2px;
       margin-top: 2px;
    box-shadow: 0 0 1px 0 #000000AA;
}

.wh_ver_datos_main.rojo {
    background-color: #a94442;
}
.wh_ver_datos_main {
    text-align: right;
    background-color: #3c763d;
    color: white;
    border-radius: 5px 5px 0 0;
}

.wh_ver_datos_main_acciones{
	text-align:left;
}

.wh_ver_datos_main_acciones &gt; div {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.wh_ver_categorias_container{
	border-top:1px dashed #ccc;
}

.modal_zc_clubes{
	margin-top:20px;
	margin-bottom:20px;
}

.modal_zc_clubes_sustituir{
	margin-top:20px;
	margin-bottom:20px;
}

.wh_ver_datos_main.verde {
    background-color: #dff0d8;
    color:#468847;
}

.zonas_clubes_zona_legend{
	margin-top:20px;
}

.zonas_clubes_zona_clubs_container{
	padding:20px;
}

.zonas_clubes_zona_club{
	margin-bottom:20px;
}

.wh_ver_datos_main{
	font-size:16px;
	padding:5px;
}

.zonas_clubes_zona_club_info{
	padding:10px;
}

.hora_ini,.hora_ult_part,.modal_hora_input_hora,.modal_hora_input_min{
	width:50px;
}

.input_modal{
	caret-color: transparent;
	cursor:pointer;
	position:relative;
}


.modal_hora_button, .modal_moverclub_button, .modal_moverdivision_button, .modal_movercategoria_button{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-left: 10px !important;
	margin-bottom: 2px !important;
}

.info_modal_inside,.info_modal_hora_min{
	position:absolute;
	top: -50px;
	left: -60px;
	background-color:#ccc;
	padding:10px;
	border-radius:10px;
	z-index:10;
	width: 250px;
	text-align: center;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	border:1px solid #aaa;
}

.info_modal_moverclub, .info_modal_moverdivision{
	position:absolute;
	top: -50px;
	left: -200px !important;
	background-color:#ccc;
	padding:10px;
	border-radius:10px;
	z-index:10;
	width: 250px !important;
	text-align: center;
}

.info_modal_movercategoria{
	position:absolute;
	top: -50px;
	left: -80px !important;
	background-color:#ccc;
	padding:10px;
	border-radius:10px;
	z-index:10;
	width: 250px !important;
	text-align: center;
}

.info_modal_inside .fa-caret-down,.info_modal_hora_min .fa-caret-down, .info_modal_moverclub .fa-caret-down, .info_modal_moverdivision .fa-caret-down,.info_modal_movercategoria .fa-caret-down{
	font-size: 32px;
	position: absolute;
	bottom: -17px;
	right: -30px !important;
	color:#ccc;
}

.info_modal_inside{
	left:0;
	width:350px;
}

.info_modal_inside .fa-caret-down{
	
}

.info_modal_close i{
	float:right;
}

.hora_ini_div,.hora_ult_part_div{
	position:relative;
	display:inline-block;
}

.td_divisionesclub_acciones{
	position:relative;
}

.accion_copiar_datos,.accion_copiar_datos_todos{
	cursor:pointer;
}

.horario_rango_ul li{
	padding:5px;
}

.horario_rango_ul li span{
	margin-left:10px;
	font-style:italic;
}

.horario_rango_ul li span:first-child{
	margin-left:5px;
	font-style:normal;
	font-size:14px;
	font-weight:500;
	color:black;
}

.horario_rango_ul &gt; strong{
	font-size:16px;
	color:black;
}

.grupo_item_maximo_equipos{
	text-align:center;
}

.grupo_item_maximo_equipos input{
	width:100px;
	margin:10px;
	text-align:center;
	display: inline-block;
}

.grupo_item_maximo_equipos div{
	display: inline-block;
}

.grupo_item_articulos_container{
	padding:5px;
}

.save_item_grupo{
	font-size:18px;
	cursor:pointer;
	color:#b94a48;
}

.add_fase_cat_art{
	background-color:#b94a48!important;
	border-color:#b94a48!important;
}

.tooltip_exclamacion, .tooltip_info{
	font-size: 20px;
	margin-top: -5px;
}

.tooltip_exclamacion{
	color: #ee3c3c;
}

.tooltip_info{
	color: #468847;
}

.divisiones_filtro{
	margin-bottom: 80px;
    padding: 10px;
}

.divisiones_botonera{
	margin-bottom: 10px;
}

.fases_arbol_fases_container,.fases_arbol_arbol_container{
	border:1px solid #efefef;
	border-radius:0px 0px 10px 5px;
}

.fases_arbol_arbol_container{
	margin-top:30px;
}

.fases_arbol_fases_asociadas_div{
	padding:10px;
}

#fases_arbol_arbol_div{
	max-height:600px;
	width:100%;
	overflow:scroll;
}

#fases_arbol_arbol_chart{
	overflow:scroll !important;
	position:relative;
    width:600px;
    height:600px;
    margin:auto;
    overflow:hidden;
}

.fecha_div_linea{
	text-align:center; 
	font-size:16px;
}

.fecha_div_linea input,.fecha_div_linea select{
	display:inline-block;
	margin-top: 2px;
	margin-bottom: 6px;
}

.fecha_div_linea select{
	display:inline-block;
	width: 70px;
}

.fecha_div_linea input{
	width: 100px;
	margin-right:20px;
}
.resultado_set_linea input{
	display:inline-block;
	width: 32px;
	padding:2px !important;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	text-align:center;
	vertical-align:middle;
}
.resultado_set_linea span{
	display:inline-block;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:center;
	vertical-align:middle;
}

.botonera_modal{
	text-align: right;
}

.botonera_modal .btn{
	margin: 5px;
}

.fecha_div_linea_popup input,.fecha_div_linea_popup select{
	display:inline-block;
	margin-top: 2px;
	margin-bottom: 6px;
}

.fecha_div_linea_popup select{
	display:inline-block;
	width: 65px;
	margin-right:4px;
	margin-left:4px;
}

.fecha_div_linea_popup input{
	width: 180px;
	margin-right:20px;
	text-align: center;
}
.btn-primary-popup{
	align: middle;
}
.fieldset_popup{
	
}
.fieldset_popup legend{
	font-size: 16px;
}
.fieldset_popup radio{
	margin-right:10px;
}
.label1_popup{
	font-size:16px;
	font-weight: normal;
}
.label2_popup{
	font-size:14px;
}
.label3_popup{
	font-size:14px;
}
.label_leyend_popup{
	margin-bottom: 10px;
	margin-top: 20px;
	font-size:14px;
}

.respuesta_convocatoria_jugador{
	font-size:26px;
	text-align:center;
	font-weight:bold;
	padding-top:40px;
	color:#123456;
}

.panel_partido_convocatoria,.panel_enf_partidos,.panel_partido_incidencias{
	padding-left:0 !important;
	padding-right:0 !important;
}


.panel_partido_convocatoria .panel,.panel_partido_incidencias .panel,.panel_enf_partidos .panel{
	margin-left:0 !important;
}

.panel_partido_incidencias select{
	height:28px !important;
	padding:1px 12px !important;
}

/*.partido_equipo1_container{
	background-color:#35aa47;
	border:1px solid #288236;
	border-radius:5px;
}

.partido_equipo2_container{
	background-color:#4b8df8;
	border:1px solid #3769bd;
	border-radius:5px;
}

.partido_datos_container{
	border:1px solid #cdcdcd;
	border-radius:5px;
}*/

.partido_equipo1_container .partido_datos_edit,.partido_equipo2_container .partido_datos_edit{
	padding:5px 15px;
	color:white;
}

/*.partido_equipo1_container .partido_datos_cabecera{
	background-color:#288236;
	
}*/

.imagenCircularThumbnail{
	width: 20px; /* ajusta el tamaÃ±o segÃºn sea necesario */
	height: 20px; /* ajusta el tamaÃ±o segÃºn sea necesario */
	border-radius: 50%; /* aplica el borde redondeado */
	overflow: hidden; /* asegura que la imagen se ajuste al borde redondeado */
}


.partido_datos_cabecera_equipo{
	padding: 0;
}

.partido_datos_cabecera_equipo &gt; div{
	padding:5px 10px;
}

.partido_datos_cabecera a{
	color:white;
}

.partido_datos_cabecera a:hover, .partido_datos_cabecera a:focus {
	color:white;
    text-decoration: none;
}

.partido_datos_cabecera_legend{
	background-color: #FFFFFF33;
	display: flex;
}

.partido_datos_cabecera_actions{
	margin-left: auto;
}

.partido_datos_resultado_partes{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 24px;
	display: flex;
}

.partido_datos_resultado_parte1{
	border-right: 1px solid #f2f2f2;
	flex-grow: 1;
}
.partido_datos_resultado_parte2{
	border-left: 1px solid #f2f2f2;
	display: inline-block;
	flex-grow: 1;
}

.resultado_set_linea{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}

.partido_datos_body{
	padding:5px 10px;
}

.partido_datos_body select,.partido_datos_body input{
	display:inline-block !important;
	width:75%;
	margin-bottom:10px;
}

.partido_datos_body span{
	width:20%;
	display:inline-block;
}

.partido_equipo1_container .partido_datos_edit div,.partido_equipo2_container .partido_datos_edit div{
	margin-top:10px;
	margin-bottom:10px;
}

.partido_equipo1_container .partido_datos_edit span,.partido_equipo2_container .partido_datos_edit span{
	font-weight:bold;
	color:white;
}

.partido_datos_generales_container{
	margin-top:15px;
	margin-bottom:15px;
}

.partido_datos_fecha .fecha_div_linea{
	padding:10px 10px;
}

.partido_datos_validar{
	float:right;
	text-align:right;
}

.partido_datos_validar span{
		font-weight:normal;
}

.partido_equipo_nombre_view{
	font-size:24px;
	color:white;
	font-weight:bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #00000055;
}

.partido_jugador_nombre_view{
	font-size:18px;
	color:white;
	padding:5px;
}

.partido_fecha_view,.partido_club_view,.partido_pista_view,.partido_arbitro_view{
	font-size:16px;
	padding:5px;
	width:auto !important;
}

.partido_fecha_view {
	text-align:center;
}

.partido_set1_view,.partido_set2_view,.partido_set3_view{
	font-size:16px;
	font-weight:bold;
	border:1px #00000055 solid;
	padding:5px 10px;
	margin:5px;
	display:inline-block;
}

.competicion_view .resultados.panel,.competicion_view .consolacion.panel{
	box-shadow:none !important;
}

#fila_acciones_resultados_jornada,#fila_acciones_resultados_consolacion{
	margin:10px 0;
}

.boton_jornada_anterior_div,.select_jornada_resultados_div,.boton_jornada_posterior_div{
	padding:0 5px!important;
}

.boton_jornada_anterior_div{
	text-align:right;
}

.td_puntos{
	font-size: 14px !important;
}

.categoria-ganadores{
	align: center;
}

.categoria-ganadores h3{
	text-align: center;
	font-weight: bold;
}


.division-ganador{
	text-align: center;
	border: 1px solid black;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.division-ganador-titulo {
    border-bottom: 1px solid black;
    padding: 10px;
	background-color: gold;
	font-weight: bold;
}

.division-ganador-equipo{
	padding: 10px;
	background-color: #e8fada;
}

.division-ganador-equipo img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.equipo-consolacion-titulo{
	font-weight: bold;
}

.division-ganador-equipo-consolacion{
	padding: 10px;
	background-color: #e8fada;
}


.bloque_condiciones{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.inscripcionjugador_acciones{
	padding-top:7px;
}

.div_equipos_jugador{
	padding-top: 25px !important;
}

.clasificacion_content,#tabla_resultados_jornada{
    overflow-x: scroll;
}

.resultados_content{
    overflow-x: scroll;
}

.div_resultados_container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.panel_competicion{
	padding-top:10px !important;
  	padding-left:0px !important;
  	padding-right:0px !important;
  }


  /* Timeline de calendario*/

.cd-timeline__container::before{
	background-color: #dca500 !important;
}

.timeline::before{
	background: none !important;
	background-color: #dca500 !important;
	left:50%;
}

.cd-timeline__img, .cd-timeline__img--picture{
	width: 10px !important;
	height: 10px !important;
	background-color: #dca500 !important;
	box-shadow: 0 0 0 10px #dca500, inset 0 0px 0 #dca500, 0 0px 0 0px #dca500 !important;
	position: absolute;
	top:31px;
	left: 48.1%;
}

.cd-timeline__content{
	border: 3px solid #dca500;
	color: #dca500;
	padding:0px !important;
	margin-top: 0px !important;
}


.cd-timeline__title_content{
	width: 100%;
	margin-bottom: 10px;
}


.cd-timeline__block:nth-child(2n) .cd-timeline__content::before{
	right: 100.5%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color:#dca500;
}
.cd-timeline__block:nth-child(2n+1) .cd-timeline__content::before{
	right: auto !important;
	left: 100.5% !important;
	width: 0 !important;
	height: 0 !important;
	border: 10px solid transparent !important;
	border-left-color: #dca500 !important;
}



.cd-timeline__title_content div{
	display:inline-block;
	height:44px;
}

.cd_timeline__indice_content{
	border: 1px solid #dca500 !important;
	width: 44px;
	color: #fff;
	background-color: #fff;
}

.cd-timeline__indice{
	background-color: #dca500;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2.9em !important;
	height:44px;
	width:40px;
	
	vertical-align: center;
}

.cd-timeline__fasenombre{
	padding-left: 14px;
	
}

.cd-timeline__fasenombre h2{
	color: #dca500 !important;
	margin-top: 0px !important;
	font-size: 2.4em !important;
}

.cd-timeline__detalles_fase{
	padding:10px;
	padding-top:2px;
	font-size:1.2em;
}

.cd-timeline__detalles_fase p{
	margin-bottom:0px !important;
}

.cd-timeline__date{
	color: #dca500 !important;
	font-size: 2.2em;
}

.qserie-select{
	background-color: #fff;
	color: #dca500;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;	
	border-width: 1px;	
	border-color: #dca500;
	border-radius:0;
	height: 60px;
	font-size: 16px;
	padding: 16px 16px 16px 16px;		
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    /*width:400px;*/
    width:100%;
}

.qserie-select:focus{
	color: #dca500;
	background-color: #eee;
	outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 1px;
	border-top-color: #dca500;
	border-left-color: #dca500;
	border-right-color: #dca500;
	border-bottom-color: #dca500;
}

.qserie-select option{
	background-color: #fff;	
	color: #222;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;	
	border: 0px;
}


.qserie-select option:hover{
	background-color: #eee;
	color: #dca500;
	-moz-appearance: none;
    -webkit-appearance: none;
}

  /* Fin timeline de calendario */
  
.td_ida_izq, .td_vuelta_izq{
  	border-left: 1px solid;
 }
  
.td_ida{
 	background-color: #dff0d873 !important;
 }
 
.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td.td_ida, .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
   background-color: #dff0d8 !important;
}


.ranking-tabla{
	margin-top: 20px;
	background-color: #cea144 !important;
	font-weight: bold;
  }

.td_vuelta{
  	background-color: #dca50033 !important;
}

.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td.td_vuelta, .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
   background-color: #dca50070  !important;
}

/* Formulario club evento*/
.div_categorias_club_evento{
	padding: 0 !important;
}

.agregar_num_divisiones i{
	font-size: 20px !important;
}

.agregar_filial i{
	font-size: 12px !important;
}

.agregar_filial{
    color: #ffffff !important;
    background-color: #dca500 !important;
    border-color: #dca500 !important;
    padding: 5px 10px !important;
}

.badge-num_divisiones{
    background-color: #f5f5f5 !important;
    color: black !important;
    font-weight: normal !important;
    border: 1px solid !important;
    border-color: #dca500 !important;
    padding: 5px 10px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.eliminar_num_divisiones {
    margin-left: 5px !important;
    text-decoration: none !important;
    color: #ec6363 !important;
}

/*Fin Formulario club_evento*/

/* Zona dinÃ¡mica qseries */

.qseries_banner_style{
	height: 584px;	
	padding: 0 !important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.qseries_banner_transparente,.qseries_inscribete,.qseries_enlaces,.qseries_cabecera_tab{
	text-align:center;
}

.qseries_inscribete span,.qseries_titulo_corto span,.qseries_cabecera_tab h6 span{
	color: #dca500;
}

.qseries_cabecera_tab{
	margin-top: 10px;
}

.qseries_info_imagen{
	max-width: 100%;
}

.qseries_banner_transparente{
	background-size: initial;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../../images/fondo_inscripcion.png);
	height: 424px;
	padding-top: 66px !important;
	padding-bottom: 66px !important;
}

.qseries_link_equipo, .qseries_link_equipo:hover{
	color: #fff;
	text-decoration:none;
}

.qseries_link_club:hover{
	color: #dca500;
	text-decoration:none;
}

/* Zona dinÃ¡mica qseries */

.negrita{
	font-weight: bold;
}

@media only screen and (max-device-width : 600px) {
    .popup{
        min-width: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 90% !important;
        left: 5% !important;
    }

}

/** Informes **/
.div_dropdown_informes {
  margin-top: 20px;
}

.div_dropdown_informes .dropdown{
  float: inline-end !important;
}

.div_dropdown_informes .dropdown ul.dropdown-menu-right{
	left: auto !important;	
}
/** Fin Informes **/


/* Loading */
.loader_button {
	border: 2px solid #f3f3f3; /* Light grey */
	border-top: 2px solid #d3482b; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
  }
  
  .loader {
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #d3482b; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  /* Fin loading */
/** showModalDiasYHoras **/
.select_horas_zona_div{
	margin-bottom: 5px;
}

.select_horas_zona_div select,.select_horas_zona_div select,.select_horas_zona_div button{
 display: inline-block;
 width: fit-content;
}

.select_horas_zona_div input[type='checkbox'],.entity_item_field_label .checkbox_dia{
	margin-left:10px;
	cursor: pointer;
}

.modal_dias_horas_container .entity_item_field_label{
	margin-bottom: 10px;
	margin-top: 20px;
}

.btn_modal_dia_hora_modificar{
	margin-top: 20px;
}
/** Fin showModalDiasYHoras **/

.input_clicable{
	caret-color: transparent;
	cursor: pointer;
}

  .seccion_desplegable_dev{
	  position: relative;
	  border: 2px groove #ccc;
	  background-color: white;
	  border-radius: 5px;
	  padding: 10px;
	  margin-bottom: 20px;
  }

  .seccion_desplegable_dev table{
	  display: none;
  }

  .seccion_desplegable_dev h5{
	  font-weight: 600;
	  padding: 10px;
	  border: 1px solid black;
	  color:white;
	  background-color: #333;
	  border-radius: 10px;
  }

  .seccion_desplegable_dev_toggle{
	  position: absolute;
	  top:0;
	  right: 5px;
	  font-size: 18px;
	  cursor: pointer;
	  color: red;
  }

  .seccion_desplegable_dev a{
	  text-decoration: underline;
	  margin-right: 10px;
  }

  .seccion_desplegable_dev.green h5{
	background-color: rgb(7, 74, 7);
  }

  .seccion_desplegable_dev.red h5{
	background-color: rgb(147, 25, 25);
  }

  .seccion_desplegable_dev.yellow h5{
	background-color: rgb(206, 206, 8);
  }
.inline_block{
	display: inline-block;
}  

.pos_relative{
	position: relative;
}

.i_publicar_error{
	display: none;
	position: absolute;
	top: -4px;
	right: -5px;
	cursor: pointer;

}

.clear_both{
	clear: both;
}

.resultados_content{
	z-index: inherit;
	overflow: visible;
}


/** Notification bell **/
.navbar-nav &gt; li.dropdown{
	margin: 0px;
	padding: 0px 4px;
	height: 46px;
	display: inline-block;
	height: 27px;
}

.navbar-nav &gt; li.dropdown &gt; .dropdown-toggle{
	margin: 0px;
	padding: 2px;
}

.navbar-nav &gt; li.dropdown &gt; .dropdown-toggle &gt; i{
	font-size: 17px;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu::before, .navbar-nav &gt; li.dropdown-extended .dropdown-menu::after{
	border-bottom-color: #eee;
}

.navbar-nav &gt; li.dropdown .dropdown-menu::after{
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block !important;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	  border-bottom-color: rgb(255, 255, 255);
	border-left: 6px solid transparent;
	content: '';
}

.navbar-nav &gt; li.dropdown .dropdown-menu::before{
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block !important;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-bottom-color: rgb(238, 238, 238);
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu{
	min-width: 160px;
	max-width: 300px;
	width: 233px;
	background-color: #ffffff;
}

li.dropdown-extended .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	list-style: none;
	text-shadow: none;
	padding: 0px;
	margin: 0px;
	  margin-top: 0px;
	background-color: #ffffff;
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
	border: 1px solid #efefef;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-nav &gt; li.dropdown .dropdown-menu{
	margin-top: 3px;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li p {
	padding: 10px;
	background-color: #eee;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #444;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li .dropdown-menu-list {
	padding-right: 0 !important;
	padding-left: 0;
	list-style: none;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a {
	display: block;
	clear: both;
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	padding: 10px;
	background-color: #ffffff;
	padding: 7px 10 5px 10px;
	border-bottom: 1px solid #f4f4f4 !important;
	text-shadow: none;
	color: #666;
	text-decoration: none;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a .label-icon {
	margin-right: 5px;
	padding: 4px 0px 4px 4px;
	text-align: center !important;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a .label-icon i {
	margin-right: 2px;
	margin-left: 1px;
}

.navbar-nav &gt; li.dropdown-notification .dropdown-menu .time {
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	font-style: italic;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.page-header.navbar .top-menu .navbar-nav &gt; li.dropdown-notification .dropdown-menu .time {

    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
    opacity: 0.8;
    filter: alpha(opacity=80);

}
.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a {
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    text-shadow: none;
    color: #666;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li.external &gt; a {
	font-size: 13px;
	font-weight: 400;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li:last-child a {
	border-top: 1px solid white;
	border-bottom: 1px solid #f4f4f4;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a {
	display: block;
	clear: both;
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	padding: 10px;
	background-color: #ffffff;
	padding: 7px 10 5px 10px;
	border-bottom: 1px solid #f4f4f4 !important;
	text-shadow: none;
	color: #666;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li.external &gt; a &gt; i {
	margin-top: 3px;
	float: right;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li.external &gt; a {
	font-size: 13px;
	font-weight: 400;
}

.navbar-nav &gt; li.dropdown-extended .dropdown-menu &gt; li a {
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	text-shadow: none;
	color: #666;
	border-top: 1px solid #f4f4f4 !important;
}

.scroller {
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 12px;
	overflow: hidden;
}
/** Fin Notification bell **/

.navbar-nav.pull-right &gt; li#header-user &gt; .dropdown-menu, .navbar-nav &gt; li &gt; .dropdown-menu.pull-right {    
    right: 30px !important;
}

.marcar_leido{  
	margin-left:5px !important;
	background-color:#15ab3c !important;
	font-size: 12px !important;
	font-weight: normal !important;
	cursor: pointer;
}

.th_actividad_title{
	color:#c4a433 !important; 
	margin-bottom:0;
	font-size:x-large;
}

.inline_block{
	display: inline-block;
}  

.pos_relative{
	position: relative;
}

.i_publicar_error{
	display: none;
	position: absolute;
	top: -4px;
	right: -5px;
	cursor: pointer;

}
.td_actividad_icono{
	padding-top:15px;
}

.td_actividad_icono span{
	padding-top:7px;
}

.td_actividad_icono i{
	font-size:16px;
	margin-top:7px;
}

  .seccion_desplegable_dev{
	  position: relative;
	  border: 2px groove #ccc;
	  background-color: white;
	  border-radius: 5px;
	  padding: 10px;
	  margin-bottom: 20px;
  }

  .seccion_desplegable_dev table{
	  display: none;
  }

  .seccion_desplegable_dev h5{
	  font-weight: 600;
	  padding: 10px;
	  border: 1px solid black;
	  color:white;
	  background-color: #333;
	  border-radius: 10px;
  }

  .seccion_desplegable_dev_toggle{
	  position: absolute;
	  top:0;
	  right: 5px;
	  font-size: 18px;
	  cursor: pointer;
	  color: red;
  }

  .seccion_desplegable_dev a{
	  text-decoration: underline;
	  margin-right: 10px;
  }

  .seccion_desplegable_dev.green h5{
	background-color: rgb(7, 74, 7);
  }

  .seccion_desplegable_dev.red h5{
	background-color: rgb(147, 25, 25);
  }

  .seccion_desplegable_dev.yellow h5{
	background-color: rgb(206, 206, 8);
  }

  .clasificacion_panel_container,.resultados_panel_container{
	  margin-top: 20px;
  }

  #calendar_partido, #calendar_fase{
	  padding: 10px;
  }

  .panel-primary.inverted{
	  border-color: #262626 !important;
  }

  .panel-primary.inverted .panel-heading{
	  background-color: #262626 !important;
	  color: #cea144 !important;
  }

  .index_calendario_container .panel-heading{
	  font-size: 18px !important;
  }

  .index_calendario_container{
	  padding-top: 20px;
  }

.clear_both{
	clear: both;
}

.resultados_content{
	z-index: inherit;
	overflow: visible;
}
.clear_both{
	clear: both;
}

.data_edit_equipo label.h3_subtitulo span{
	font-weight: normal;
}

.enf_capitan_dato_hover{
	width:25px;
	overflow: hidden;
	transition: width 0.6s;
	display: inline-block;
	margin-right: 5px;
	background-color: #262626 !important;
	color: white !important;
	white-space: nowrap;
	padding: 5px;
	max-width: 80%;
}

.enf_capitan_dato_hover i{
	display: inline;
	margin-right: 5px;
}

.enf_capitan_dato_hover:hover{
	width: 80%;
	/*max-width: fit-content;*/
}

.enf_capitan_dato_nombre{
	font-size: 14px;
	font-weight: 500;
	margin: 2px 0;
}

.partido_equipo_nombre_new{
	font-size: 20px;
	font-weight: 600;
}


.partido_equipo_nombre_new .partido_equipo_nombre_view{
	color: white;
	border-bottom: none;
	padding-bottom: 0;
	font-weight: 600;
}

.generacion_division_ida_vuelta{
	display: inline-block;
	font-size: 12px;
	color: #c4a433;
	font-weight: bold;
}

.div_divisionesgrupo_container &gt; div{
	padding-top: 0 !important;
}

.tooltip_info_container &gt; a{
	padding: 5px !important;
}

/** Jumping dots loading **/
.jumping-dots-loader{
	position: absolute;
	font-size: 30px;
	text-transform: uppercase;
	top: 48%;
	left: calc(50% - 50px);
}

.jumping-dots-loader &gt; div {
	width: 100%;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;

  }
  
  .jumping-dots-loader span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #dca500;
	margin: 35px 5px;
  }
  
  .jumping-dots-loader span:nth-child(1) {
	animation: bounce 1s ease-in-out infinite;
  }
  
  .jumping-dots-loader span:nth-child(2) {
	animation: bounce 1s ease-in-out 0.33s infinite;
  }
  
  .jumping-dots-loader span:nth-child(3) {
	animation: bounce 1s ease-in-out 0.66s infinite;
  }
  
  @keyframes bounce {
	0%, 75%, 100% {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	25% {
	  -webkit-transform: translateY(-20px);
	  -ms-transform: translateY(-20px);
	  -o-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }

  @keyframes bounce_todo_flag {
	0%, 100% {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	50% {
	  -webkit-transform: translateY(-2px);
	  -ms-transform: translateY(-2px);
	  -o-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
/** Fin **/

.span_existe_generacion_enf{
	color:#ec6363;
	padding-left:20px;
	font-weight: bold;
}

#botonconfirmar_no{
	margin-left: 5px;
}

.btn-divisiones_verclasificados{
	margin-top:20px;
}

.btn-divisiones_verclasificados.sin_guardar,.btn_confirmar_alineacion.sin_confirmar,.btn_ordenar_alineacion.sin_confirmar,.btn.sin_guardar{
	background: linear-gradient(to right, #ec6363, #333,#ec6363, #333);
	background-size: 300% auto;
	animation: changeBackground 3s linear infinite;
	color: white;
}

.div_divisiones_fases_container .input-group{
	float:left !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 15px;
}

.div_divisiones_fases_container h5{
	font-weight: 600;
	color: #dba400;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 10px;
    clear: both;
}

.div_divisiones_fases_container{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.text_legend{
	color:#888;
}

.italic{
	font-style: italic;
}

.tr_clasificados_pos_1 td{
	background-color: white !important;
}

.tr_clasificados_pos_2 td{
	background-color: #ddd !important;
}

.tr_clasificados_pos_0 td{
	background-color: #bbb !important;
}

.input-group.col-md-3.col-sm-6.div_clasificados_item &gt; span {
	line-height: 20px;
}

.input-group.col-md-3.col-sm-6.div_clasificados_item i.fa{
	color:#dba400;
	cursor: pointer;
}

.div_clasificados_item.sin_guardar .input-group-addon{
	/*background: linear-gradient(to right, #ec6363, #333,#ec6363, #333);
	background-size: 300% auto;
	animation: changeBackground 3s linear infinite;*/
	background-color: #ec6363;
	color: white;
}

.divisiones_clasificados_container .label_legend{
	line-height: 16px;
	margin-top: 5px;
}

.action_equipo_clasificar{
	cursor: pointer;
}

.action_equipo_clasificar.fa-remove{
	color:#ec6363;
}

.action_equipo_clasificar.fa-check{
	color:#15ab3c;
}

.action_save_jug_eq_part_extra{
	color:#15ab3c;
	font-size: 16px;
	cursor: pointer;
	margin-left: 10px;
}

.input_jug_equipo_part_extra{
	display: inline-block !important;
}

.alert_hidden{
	display: none;
}

table.vertical_middle td{
	vertical-align: middle;
}

.modal_jugador_repetido_item{
	padding: 5px;
}

.modal_jugador_repetido_item i{
	margin-left: 5px;
	color:#ec6363;
	cursor: pointer;
}

/** INPUT LABEL LIKE PLACEHOLDER **/

.div_input_label_placeholder{font-size: 12px; margin: 0 auto;}
.div_input_label_placeholder{position: relative;}
.div_input_label_placeholder input{margin-left: 0;}

.div_input_label_placeholder label{line-height: 40px; position: absolute; right: 120px; top: 0; bottom: 0;
    -moz-transition: 0.3s right ease;
    -ms-transition: 0.3s right ease;
    -o-transition: 0.3s right ease;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
 	z-index: 1}

.div_input_label_placeholder input{
	font-size: 12px; height: 35px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
	float: none !important;
	z-index: 2;}

/*input[type="email"], input[type="password"]{border: 1px solid #ccc; height: 35px; padding: 0 10px; width: 240px; position: relative; 
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	z-index: 2;}

input[type="email"]{color: rgba(47,130,194,.8);}*/

/* Placeholder */
.div_input_label_placeholder input:-moz-placeholder{color: #dba400;}
.div_input_label_placeholder input:-ms-input-placeholder{color: #dba400;}
.div_input_label_placeholder input::-webkit-input-placeholder{color: #dba400;}

.div_input_label_placeholder input:placeholder-shown + label{
	display: none;
}

/* Label */
.div_input_label_placeholder input + label{
	color: #dba400;
	right: 10px;
}

/*.div_input_label_placeholder input:focus + label{right: 10px;}*/

.div_input_label_placeholder input{background-color: rgba(255,255,255,.4);}

/** FIN INPUT LABEL LIKE PLACEHOLDER **/

@keyframes swing {
	0%, 30%, 50%, 70%, 100% {
	  transform: rotate(0deg);
	}
	10% {
	  transform: rotate(10deg);
	}
	40% {
	  transform: rotate(-10deg);
	}
	60% {
	  transform: rotate(5deg);
	}
	80% {
	  transform: rotate(-5deg);
	}
}

@keyframes changeBackground {
	0% {
	  background-position: 0% 0%;
	}
	100% {
	  background-position: 100% 0%;
	}
}

.divisiones_botonera &gt; div, .divisiones_botonera &gt; input{
	margin-bottom: 10px;
	vertical-align: top;
}

/** MAPA HORARIO **/
.mapa_horario_definicion &gt; div{
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.mapa_horario_line{
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mapa_horario_pistas_container{
	margin-top: 25px;
}

.mapa_horario_club_container{
	margin-bottom: 40px;
}

.mapa_horario_club_legend h5{
	color: #dba400;
	font-weight: 600;
}

.mapa_horario_club_dia{
	font-weight: 600;
}

.mapa_horario_hueco_pista{
	width: 100%;
	padding: 10px;
	cursor: pointer;
}

table &gt; tbody &gt; tr &gt; td.mapa_horario_pista_td{
	border: 1px solid #dddddd !important;
}
.mapa_horario_pista_td.dragging,.mapa_horario_pista_td.selected,.table_divisionesclub_generadas .dragging,.table_divisionesclub_generadas .dragging td,.table_divisionesclub_generadas .selected{
	/*background-color: #ec6363 !important;*/
	background-color: #333 !important;
	color: white;
}

.mapa_horario_pista_td.td_droppable.highlight,.mapa_horario_container.clicked .mapa_horario_pista_td:hover,.table_divisionesclub_generadas .td_droppable_vert.highlight,.table_divisionesclub_generadas .td_droppable_vert.highlight td,.table_divisionesclub_generadas .draggable:hover,.table_divisionesclub_generadas .draggable:hover td,.table_divisionesclub_generadas .draggable td:hover{
	/*background-color: #15ab3c !important;*/
	background-color: #dba400 !important;
	color: black;
	cursor: pointer;
}

.table_divisionesclub_generadas td {
	cursor: pointer;
}

.mapa_horario_pistas_botonera{
	display: inline-block;
	margin-left: 10px;
}

/*.mapa_horario_club_tabla_container td,.mapa_horario_club_tabla_container td.mapa_horario_pista_td:empty{
	width:20px;
}

.mapa_horario_club_tabla_container td.mapa_horario_pista_td{
	width: 100px;
}*/

.mapa_horario_hueco_pista.color_1{
	color:#119955;
}

.mapa_horario_hueco_pista.color_2{
	color:#114799;
}

.mapa_horario_hueco_pista.color_3{
	color:#991194;
}

.mapa_horario_hueco_pista.color_4{
	color:#991125;
}

.mapa_horario_hueco_pista.color_5{
	color:#8e9911;
}

.mapa_horario_hueco_pista.color_6{
	color:#994111;
}

.mapa_horario_hueco_pista.color_7{
	color:#465c31;
}

.mapa_horario_hueco_pista.color_8{
	color:#462e21;
}

/** FIN MAPA HORARIO **/

.div_divisionesclub_generadas .division_container.eliminatoria table tr.divisiones:nth-child(even) td{
	border-bottom: 3px dashed black !important;
	border-collapse: inherit !important;
}

  
/** JORNADAS **/
.wh_index_section.reverse.clear {
	background-color: #333;
	color: #dba401;
  }

  .wh_index_section.reverse .wh_ver_datos_main.verde {
	background-color: #333;
	color: #dba401;
  }

  .jornadas_lista_ul li {
	list-style-type: none;
  }

  .wh_ver_datos_main_acciones.jornadas{
	text-align:left;
	position: relative;
	margin-left: 10px;
}

.perfil-lista li {
	list-style-type: none;
	font-size: medium;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
  }

  .perfil-lista-club{
	padding-top: 10px;
	width: 50%;
  }

  .perfil-lista-club-div-left{
	padding-left: 10px !important;
	padding-right: 10px !important;
	border: 1px solid #ccc;
  }
  .perfil-lista-club-div-right{
	padding-left: 5px !important;
	padding-right: 5px !important;
	border: 1px solid #ccc;
	background-color: #dca500;
  }
  
  /*RANKING ACTUAL Y ANTERIOR DE PANTALLA DEL PERFIL DEL JUGADOR*/
  .ranking-actual{
	background-color: #dca500;
	right: 35px;
	line-height: 15px;
	margin-top: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: none;
	color:#FFFFFF;
}
.ranking-anterior{
	background-color: #262626;right: 35px;
	line-height: 15px;
	margin-top: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: none;
	color:#FFFFFF;
}

.portlet{
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

.portlet.box{
	padding: 0px !important;
}

.portlet &gt; .portlet-body.yellow, .portlet.yellow{
	background-color: #dca500;
}
.portlet &gt; .portlet-body.black, .portlet.black{
	background-color: #262626;
}
.portlet &gt; .portlet-body.qseries-color, .portlet.qseries-color {
    background-color: #dca500;
}

.portlet.box.yellow{
	border: 1px solid #dca500;
    border-top: 0;
}
.portlet.box.black{
	border: 1px solid #262626;
    border-top: 0;
}
.portlet.box.qseries-color {
    border: 1px solid #869ab3;
    border-top: 0;
}

.portlet.box &gt; .portlet-title {
    margin-bottom: 0px;
    padding: 10px 10px 4px 10px;
    border-bottom: 1px solid #eee;
    color: #fff;
}
.portlet.box.yellow &gt; .portlet-title {
    background-color: #dca500 !important;
}
.portlet.box.black &gt; .portlet-title {
    background-color: #262626;
}
.portlet &gt; .portlet-title &gt; .caption {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.portlet.box &gt; .portlet-title &gt; .caption {
    color: white;
}
.portlet &gt; .portlet-title &gt; .caption &gt; i {
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}
.portlet.box &gt; .portlet-title &gt; .caption &gt; i {
    color: white;
}
.label-ranking {
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 3px 6px;
	margin-left: 10px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
	text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	
}
.label-ranking-success {
    background-color: #45b6af;
}
.label-etiqueta {
    background-color: #45b6af;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
.portlet &gt; .portlet-body {
    clear: both;
    padding: 0;
}
.portlet.box &gt; .portlet-body {
    background-color: #fff;
    padding: 10px;
}
.portlet.tabbable .portlet-body {
    padding: 0px;
}
.portlet-tabs &gt; .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
    border-bottom: none;
}
.portlet-tabs &gt; .nav-tabs &gt; li {
    float: right;
    margin-left: 1px;
}
.portlet-tabs &gt; .nav-tabs &gt; li &gt; a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
}
.label.label-sm {
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}
.text-stat span {
    font-size: 12px;
    text-transform: uppercase;
}
.bg-grey {
    border-color: #e5e5e5 !important;
    background-image: none !important;
    background-color: #e5e5e5 !important;
    color: #333333 !important;
}
.bg-blue {
    border-color: #4b8df8 !important;
    background-image: none !important;
    background-color: #4b8df8 !important;
    color: white !important;
}
.rank-totales h3 {
    padding: 2px 6px !important;
    text-align: right;
}
.rank-totales .text-stat:last-child h3 {
    font-size: 1.2em;
    font-weight: bold;
}
.text-stat h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}

.table &gt; thead &gt; tr &gt; th.encabezado_ranking {
	border-bottom: 2px solid #dddddd !important;
}
.table-ranking{
    margin-bottom: 0px !important;
}
.portlet-tabs &gt; .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -50px !important;
}
.text-normal{
    font-weight:normal !important;
}
.text-bold{
	font-weight: bold;
}

.btn.btn-primary.btn-menu-sorteo{
	display: inherit !important;
	margin-bottom: 20px;
	float: right !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn.btn-primary.btn-menu-puntuacion{
	display: inherit !important;
	margin-bottom: 40px;
}
.col-btn-menu_puntuacion{
	margin-top: 25px;
}
.menu-puntuacion{
	margin-top: 40px !important;
}
.col-btn-equipo_snp{
	margin-top: 25px;
}
.menu-equipo_snp{
	margin-top: 40px !important;
}

/*.form-group label{
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}*/

.ptos_incomp_input_total[readonly],.ptos_partido_input_total[readonly]{
	background-color: #262626 !important;
	color: white !important;
}

.enfrentamiento_cambio_equipo,.enfrentamiento_cambio_fecha,.enfrentamiento_cambio_lugar,.sustituir_equipo{
	font-size: 14px;
	cursor: pointer;  
	margin-left: 5px;
	color: #262626 !important;
}

.enfrentamiento_edit_fecha{
	margin-left: 5px;
}

.modal_dato_oculto{
	display: none;
}

.modal_fecha_container input,.modal_fecha_container .bootstrap-select{
	width: 100px !important;
	display: inline-block;
}

.modal_fecha_container .dropdown{
	width: 70px !important;
	display: inline-block;
}

.partido_datos_lugar .partido_datos_body{
	text-align: center;
	font-size: 16px;
}

.btn_validar_enfrentamiento,.btn_desvalidar_enfrentamiento{
	padding: 2px 10px !important;
}

.enf_partido_container{
	/*border:  1px solid #262626;*/
	margin-bottom: 5px;
}

.enf_partido_legend{
	background-color: #262626;
	color:#c4a433 !important;
	font-weight: 600;
	padding: 5px;
}

.table.thead_bordered thead th{
	border-bottom: 1px solid #dddddd !important;
}

.table_partidos{
	display: flex;
	flex-wrap: wrap;
}

.table_partidos_child{
    width: 33.3%;
	border-right: 1px solid #dddddd !important;
}

.table_partidos_child &gt; div:nth-child(1){
	border-bottom: 1px solid #dddddd !important;
	margin-bottom: 5px;	
}

.table_partidos_child &gt; div{
	padding: 5px;
}

.btn_legend_div{
	display: flex;
	margin-left: auto;
}

.btn_legend_div .btn{
	padding: 2px 10px !important;
}

.enf_partido_legend{
	display: flex;
}

.enf_partido_legend span{
	flex-grow: 1;
  	align-self: center;
}

.modal_partido_incidencia{
	padding: 5px;
	border-bottom: 1px solid #eee;	
	display: flex;
	align-items: baseline;
}

.modal_partido_incidencia_item{
	display: inline-block;
	margin-bottom: 10px;
}

.modal_partido_incidencia_items,.modal_partido_incidencia_actions{
	display: inline-block;
}

.modal_partido_incidencia_actions{
	margin-left: auto;
}

.modal_partido_incidencia_items{
	margin-right: 10px;
}

.modal_partido_incidencia_save{
	color:#97b07b;
	font-size: 16px;
	cursor: pointer;
}

.modal_partido_incidencia_delete{
   color:#bf7970;
   font-size: 16px;
   cursor: pointer;
}

.select_error{
	border: 1px solid red !important;
}

.modal_partido_incidencia_actions .spinner-border{
	display: none;
}

.enf_partido_legend_puntos{
	background-color: #d9534f;
	color: white;
	border-radius: 5px;
	width: auto;
	padding: 2px 8px;
	margin-left: 5px;
	cursor:pointer;
}

.partido_edit_alineacion,.partido_edit_resultado{
	cursor: pointer;
	margin-left: 5px;
	background-color: #66c245;
	color: white;
	border-radius: 5px;
	padding: 5px;
}

.table_partidos_child_legend{
	line-height: 24px;
}

.enf_convocatoria_confimardo{
	background-color: #66c245;
	color: white;
	padding: 2px 5px;
	border-radius: 5px;
	white-space: nowrap;
}

.enf_convocatoria_pendiente{
	background-color: #dca500;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.enf_convocatoria_rechazada{
	background-color: #d9534f;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.enf_alineacion_no_alineado{
	background-color: #d9534f;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.modal_partido_resultado_container .enf_alineacion_no_alineado{
	font-size: 12px;
}

.enf_alineacion &gt; div{
	margin-bottom: 10px;
}

.select_alineacion{
	max-height: 100px;
	overflow-y: visible;
}

.res_partido_set{
	width: 50px;
}

.modal_part_res_jug{
	font-size: 12px;
}

.modal_part_res_jug &gt; span{
	white-space: nowrap;
	/*max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;*/
}

.modal_title_error{
	background-color: #d9534f;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	white-space: nowrap;
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
}

.tabs_container_div{
	border: 1px solid #dba401;
	padding: 1.5rem;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.box .tabbable.header-tabs .tab-content{
	margin-top:0;
}

.box .tabbable.header-tabs .nav-tabs {
	top: 0;
}

.tabs_container_div .nav-tabs &gt; li.active &gt; a, .tabs_container_div .nav-tabs &gt; li.active &gt; a:hover, .tabs_container_div .nav-tabs &gt; li.active &gt; a:focus {
	color: #ffffff !important;
	background-color: #dba401 !important;
	border-radius: 5px !important;
	font-weight: normal !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.tabs_container_div .nav-tabs &gt; li &gt; a{
	margin: 0 !important;
}

.texto_rojo{
	color: #d9534f;
	font-weight: bold;
}

.tr_enf_partidos{
	padding: 5px 0;
	border-top: 1px dashed #888;
}

.tr_enf_partidos:last-child{
	border-bottom: none;
}

.fa_info_yellow{
	color: #dba401;
}

.tr_enf_competicion_legend td{
	background-color: #2c2c2c !important;
	color:#c4a433 !important;
}

.enfrentamiento-list table tr td{
	/*background-color: white;*/
}

.enfrentamiento-list table tr.tr_bg_odd td{
	background-color: #efefef;
}

.tr_enf_partidos_hide{
	display: none;
}

.tr_action_show_partidos{
	cursor: pointer;
}

.tr_action_show_partidos td{
	text-align: center;
	background: linear-gradient(to bottom, transparent, #ffffff) !important;
}

.tr_action_show_partidos td i{
	animation: moveUpDown  1s linear 3;
	/*animation: moveUpDown 1s infinite alternate;*/
}

.tr_action_show_partidos td:hover{
	text-align: center;	
	background: rgb(247, 247, 189) !important;	
	/*animation: moveUpDown  1s linear 5; */
	/*animation: moveUpDown 1s infinite alternate;*/
}

.tr_action_show_partidos td:hover i{
	animation: moveUpDown 1s infinite alternate;
}

@keyframes moveUpDown {
	0% {
		transform: translateY(0); /* Empieza en la posiciÃ³n original */
	}
	50% {
		transform: translateY(-5px); /* Sube a la mitad de la animaciÃ³n */
	}
	100% {
		transform: translateY(0px); /* Vuelve a la posiciÃ³n original */
	}
}

.add_incidencia_partido{
	margin-right: 10px;
}

.score_set{
	padding-top: 7px;
}

.tooltip_info_i{
	color: #dba401;
	cursor: pointer;
}

.badge_entidad_ejercicio{
	cursor: pointer;
	opacity: 0.4;
}

.badge_entidad_ejercicio.activo{
	background-color: #2c2c2c !important;
	color:#c4a433 !important;
	opacity: 1;
}

.badge_entidad_ejercicio_remove{
	margin-left: 10px;
}

.badge_entidad_ejercicio_estado{
	margin-top: 5px;
	position: relative;
	background-color: white;
	color: black;
	padding: 2px;
}

.ejercicio_estado_Inicio{
}

.ejercicio_barra_progreso{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #00000055;
}

.ejercicio_estado_Inicio .ejercicio_barra_progreso{
	width: 20%;
}

.ejercicio_estado_Exportando .ejercicio_barra_progreso{
	width: 40%;
}

.ejercicio_estado_Importando .ejercicio_barra_progreso{
	width: 60%;
}

.ejercicio_estado_Configurando .ejercicio_barra_progreso{
	width: 80%;
}

.ejercicio_estado_Finalizado .ejercicio_barra_progreso{
	width: 100%;
}

.b_cursor{
	cursor: pointer;
}

.body_ejercicio_pasado #sidebar,.body_ejercicio_pasado .sidebar-menu.nav-collapse,.body_ejercicio_pasado .navbar-brand_backend{
	background-color: #4b0d48;
}

.td_entidad_ejercicio.activo{
	font-weight: bold;
}

/*modal de generacion de retos*/
.grupos_retos_div{
	margin-bottom: 10px;
}

.division_retos_div {
	margin: 10px;
}

.enf_retos_div select,.enf_retos_div select,.enf_retos_div button{
 display: inline-block;
 width: fit-content;
}

.enf_retos_div input[type='checkbox'],.entity_item_field_label .checkbox_dia{
	margin-left:10px;
	cursor: pointer;
}

.checkbox_retos{
	position: absolute;
	float: right;
}

.flechas_clasificacion{	
	font-size: 20px;
}

.flechas_clasificacion.asciende{
	color: #15ab3c;
}

.flechas_clasificacion.desciende{
	color: #ee3c3c;
}
/** Asignar etiquetas **/
.div_asignar_etiquetas {
	margin-top: 20px;
}

.div_asignar_etiquetas .div_button{
	float: inline-end !important;
}

/* .div_asignar_etiquetas .dropdown ul.dropdown-menu-right{
	left: auto !important;	
} */
/** Fin Informes **/

.traza_etiqueta{
	margin-left: 10px;
}

.traza_etiqueta_display{
	background-color: #d9d9d9;
	padding: 10px;
	border-radius: 10px;
	min-width: fit-content !important;
}

/*iframe {
    width: 100%;
	min-height: 100vh;
    height: auto;
    border: none;
}*/

.iframe-container {
	position: relative;
	width: 100%;
	/*min-height: 100vh;*/ /* Altura fija del contenedor del iframe */
	height: 100%;
}
.iframe-container iframe {
	width: 100%;
	/*min-height: 100vh;*/
	height: 100%; /* El iframe ocuparÃ¡ todo el espacio disponible en el contenedor */
	border: none; /* Eliminar el borde predeterminado del iframe */
	overflow: hidden;
	/*padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px dashed black;	*/	
}

.option_new{
	font-weight: bold !important;
	background-color: #dedede !important;
	
}

.uploaded_archivo_imagen img{
	width: 100%;
}

.todo_flag{
	width: 10px;
	height: 10px;
	background-color: #b94a48;
	border-radius: 10px;
	animation: bounce_todo_flag 1s 5 ease-in-out forwards;
	display: inline-block;
	/*position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100000;*/
}

.note-editor.note-frame .note-editing-area .note-editable{
	border: 1px solid #ccc;
}

.i_mensaje_alineacion_confirmada{
	font-size: 24px;
	color: #119955;
	margin-left: 10px;
	cursor: pointer;
	float: right;
}

.i_mensaje_alineacion_no_confirmada{
	font-size: 24px;
	color: #d9534f;
	margin-left: 10px;
	cursor: pointer;
	float: right;
}

.index_enf_alineacion_no_confirmada{
	color:#d9534f;
	font-weight: 600;
}

.wp_proteccion_datos_div{
	margin-bottom: 20px;
}

.table_partidos_child_wo{
	opacity: 0.4;
	background-color: #eaeaea;
}

#botonintercambiarfecha_si{
	margin-right: 10px;
}

#box_ranking ul.nav-tabs li a{
	opacity: 0.75;
	color:#6f727d;
	border-radius: 5px;
	text-shadow: none;
	cursor: pointer;
}

#box_ranking ul.nav-tabs li.active a{
	opacity: 1;
	color:#c4a433;
	background-color: #262626;
	border-radius: 5px;
	
	
}

.formulario_wp_container h3{
	color: #DBA400;
	position: relative;
	text-align: center;
	margin-top: 50px;
  margin-bottom: 15px;
}

.formulario_wp_container h3 span{
	position: relative;
	font-weight: 600;
}

.formulario_wp_container h3 span::before {
	right: 100%;
	margin-right: .5em;
}

.formulario_wp_container h3 span::after {
	left: 100%;
	margin-left: .5em;
}

.formulario_wp_container h3 span::before, .formulario_wp_container h3 span::after {
	content: "";
	position: absolute;
	top: 50%;
	height: .5em;
	border-top: 1px solid #e5e5e5;
	width: 100%;
}

.navbar_izq{
	height: 100%;
}

.logok_backend img, .logok{
	height: 100%;
}

.logok_backend img, .logok img{
	height: 100%;
	width: auto !important;
	max-width: 100% !important;
	padding: 0 12px !important;
}

.logok_backend{
	padding-left: 60px;
}

.cabecera_legend{
	font-size:14px;
}

.fa_capitan{
	color:goldenrod;
}

.inline-block{
	display: inline-block;
}

.avatar {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
}

.avatar img {
	width: 100%;
	height: 100%;
}

.rounded-circle {
	border-radius: 50% !important;
}

.body_admin table .d-none {
	display: none !important;
}

.body_admin table .d-inline {
	display: inline !important;
}

.img-banner-horizontal {
	max-width: 100%;
	height:auto;
}

.banner_container{
	margin-bottom: 10px;
}

.convocatorias_container{
	overflow: scroll;
}

.enfrentamiento_datos_resultado{
	clear:both;
}

.buttons-banners {
	margin-top: 32px;
}

.img_wp_table {
	max-height: 25px;
}

.checkboxes-secciones {
	margin-top: 10px;
}

.cabecera-banner {
	color:#dba400;
	font-size: medium;
}

.cabecera-div-banners {
	display: flex;
}

.btn-add-banner {
	margin-left: 10px;
}

.table-ranking tr td{
	white-space: nowrap;
}

.img_cover{
	object-fit: cover;
}

.buscador_filtro_item_container i.fa-info-circle{
	color: var(--bs-primary);
	cursor: pointer;
}

.no_grupos {
	background-color: #dca500;
	padding: 5px;
	color: white;
	font-weight: bold;

}

.margin_form_participantes {
	margin-top: 10px;
}

.titulo_sorteo h1{
	color: #DBA400;
	position: relative;
	text-align: left;
}

.fechas_sorteo {
	margin-top: 15px;
}

.fechas_sorteo i{
	color: #DBA400;
}

/* Css para la pÃ¡gina de mostrar ganadores de sorteos */
.circle-sorteos {
	width: 60px;
	height: 60px;
	background-color: #dba400;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 5%;
}

.comillas-sorteo {
	color: white;
	font-size:70px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	margin-top: 20px;
}

.titulo-sorteo-ganadores {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #dba400;
}

.btn-sorteo-ganadores{
	margin-top: 15px;
	background-color: #dba400;
	color: white;
}

.sin-sorteos-activos h2{
	color: #DBA400;
	position: relative;
	text-align: left;
}

.ganadores-sorteo-titulo {
	color: #DBA400;
	position: relative;
	text-align: left;
}

.cabecera-inscripcion-sorteo {
	margin-bottom: -25px;
}
.mx-0,.buscador_filtro_item_container.mx-0{
	margin-left: 0!important;
	margin-right: 0!important;
}

.display_block{
	display: block;
}

.buscador_filtros_extra_container{
	display: none;
	margin: 5px 15px;
	border-top: 2px dashed #ccc;
}

.buscador-partido-jugador{
	padding-bottom: 20px;
}

.contador-partidos-jugador {
	margin-bottom: 20px;
}

.no_margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.enf_part_admin_options{
	text-align: right;
	display: inline-block;
}

.admin_modificar_alineacion{
	font-size: 16px;
	color: #222;
	cursor: pointer;	
}

.legend_fixed.danger{
	background-color: rgba(250,0,0,0.9);
}

.btn-secondary{
	background-color:#262626 !important;
	border-color:black !important;
}

.btn-secondary:hover{
	background-color:#333 !important;
	border-color:black !important;
	color: #dba400 !important;
}

.clickable{
	color: #dba400 !important;
	cursor: pointer;	
}

.div_anular_partido{
	color:#d9534f;
	font-size: 24px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.enf_partido_container.partido_cancelado{
	opacity: 0.5;
	position: relative;
}

.partido_cancelado::after {
    content: "CANCELED"; /* Texto del sello */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg); /* Centrado y con rotaciÃ³n */
    font-size: 24px;
    font-weight: bold;
    color: red; /* Color del texto */
    background: rgba(255, 255, 255, 0.8); /* Fondo semitransparente */
    padding: 5px 10px;
    border: 2px solid red; /* Borde del sello */
    border-radius: 5px;
    pointer-events: none; /* Evitar que interfiera con el contenido */
    z-index: 10; /* Asegura que estÃ© encima */
}

.sidebar_menu_legend{
	background-color: #c4a433;
	color: #262626;
	padding: 5px 20px !important;
	font-size: 14px;
	font-weight: 600;
}

.panel.cuadro{
	padding:0;
}

/* Personalizar la barra de desplazamiento */
::-webkit-scrollbar {
    width: 7px;  /* Ancho de la barra */
    height: 10px; /* Alto de la barra horizontal */
}

::-webkit-scrollbar-thumb {
    background-color: #33333388;  /* Color de la parte que se mueve */
    border-radius: 10px;  /* Bordes redondeados */
}

::-webkit-scrollbar-track {
    background: transparent;  /* Color de fondo de la barra */
    border-radius: 10px;
}

.content-wrapper &gt; div.container-xxl{
	padding: 0 !important;
	background: white;
}

.content-wrapper &gt; .container-xxl.no_iframe{
	padding: 0 1.5rem !important;
}

.registro_div {
	display:table;
	/* margin: 40px auto auto; */
	/* margin-top: 40px; */
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	min-width:25%;
	width: 370px;
}
.codigo_div {
	display:table;
	/* margin: 40px auto auto; */
	/* margin-top: 40px; */
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	min-width:25%;
	width: 370px;
}

.btn-cancelar-codigo{
	color: #000000; 
	background-color: #92979F;
}

.error-codigo {
	font-size:12px; 
	font-weight:500;
	background-color: rgb(247, 88, 88);
	color: white;
	padding: 6px;
	border-radius: 8px;
	display: none;
}

.nuevo-codigo {
	font-size:12px; 
	font-weight:500;
	background-color: rgba(107, 222, 84, 0.747);
	color: white;
	padding: 6px;
	border-radius: 8px;
	display: none;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 70%;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 100%;
	color: #92979F;
}

.div-btn-google {
	font-size: 12px;
	border-radius: 30px;
	border: 1px solid #92979F;
	cursor: pointer;
}

.div-btn-facebook {
	font-size: 12px;
	border-radius: 8px;
	background-color: #3b5998 !important;
	cursor: pointer;
}

.img-social-fb {
	border-radius: 3px !important;
}

#btn-social-alternativa {
	color: #DBA400;
	border: 1px solid #dba400;
	border-radius: 30px;
	font-size: 13px;
	cursor: pointer;
}

#btn-social-alternativa_2 {
	color: white;
	border: 1px solid white;
	border-radius: 30px;
	font-size: 13px;
	cursor: pointer;
}

.div-check-obligatorio {
	font-size:12px; 
	font-weight:500;
	background-color: rgb(247, 88, 88);
	color: white;
	padding: 4px;
	border-radius: 8px;
	display: none;
}

/*MODAL INFORMATIVA DE SORTEOS*/
.overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.popup-content {
	width: 75vw;
	height: 75vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }

.img-responsive {
	background-image: url("../public/images/popup_ordenador.png");
}

@media (max-width: 768px) {
	.img-responsive {
		background-image: url("../public/images/popup_phone.png");
	}
}
/*FIN MODAL INFORMATIVA DE SORTEOS*/
.img_icon_avatar{
	position: absolute;
	width: 16px !important;
	height: 16px !important;
	right: -2px;
	bottom: -2px;
	background-color: white !important;
}

/*TEXTOS LEGALES*/
.container_texto_legal{
	padding: 70px 120px;
}
.container_texto_legal h3,.container_texto_legal h4, .container_texto_legal h5{
	padding-left: 0;
	color: var(--bs-primary-color-hover);
	font-weight: bold;
}
.lista_letras{
	list-style-type: lower-latin;
}
.lista_romanos{
	list-style-type: lower-roman;
}
.lista_numeros{
	list-style-type: decimal;
}
.container_texto_legal table {
	border-collapse: collapse; /* Para evitar espacios entre los bordes */
}
.container_texto_legal table, th, td {
	border: 1px solid black; /* Color del borde */
}
.container_texto_legal th, td {
	padding: 8px; /* Espaciado interno en las celdas */
	text-align: left; /* Alinear texto a la derecha */
}
.container_texto_legal th {
	background-color: var(--bs-primary-active); /* Color de fondo para las cabeceras */
}
.lista_tick {
	list-style-type: none;

}
.lista_tick li::marker {
	content: "âœ”"; /* Agrega automÃ¡ticamente el tick antes del texto */
}

.footer_texto_legal{
	background-color: #2d3138;
	color:#FFFFFF !important;
}
.link-pie{
	color:#FFFFFF !important;
}
@media (max-width: 768px) {
	.container_texto_legal{
		padding: 50px 50px;
	}
}

/*FIN TEXTOS LEGALES*/

/*CONTACTO*/
.container_contacto h2,.container_contacto h3, .container_contacto h4{
	padding-left: 0;
	color: var(--bs-primary-color-hover);
	font-weight: bold;
}
.container_contacto .container{
	max-width: 65%;
}
/*FIN CONTACTO*/

.condiciones-menu{
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}
.letras-gris{
	color:#92979F;
	font-size: 12px;
}
</pre></body></html>