body
{
    font-family: 'Roboto Condensed', sans-serif !important;
}

*
{
    text-transform: uppercase !important;
}

img
{
    max-width: 100%;
    max-height: 100%;
}

.negrita
{
    font-weight: bold;
}

.centrado
{
    text-align: center;
}

.limpio
{
    clear: both;
}

body a, body a:hover
{
    color: black;
    text-decoration: none;
}

/* CABECERA */
.icono_casa
{
    font-size: 14px;
    padding: 15px;
    color: white;
}

#cabecera .select2-selection
{
    height: 100%;
    border: 0px;
    font-size: 13px;
    padding: 9px;
}

#cabecera .select2-container
{
    height: 45px;
    max-width: 100%;
}

#cabecera .select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 8px;
    right: 6px;
    width: 20px;
}

.div_casa_competicion
{
    width: 45px;
    background: #044396;
    height: 100%;
    float: left;
}

.div_casa_competicion_playa
{
    width: 45px;
    background: #fe680d;
    height: 100%;
    float: left;
}

.div_casa_competicion_seleccion
{
    width: 45px;
    background: #cc0001;
    height: 100%;
    float: left;
}

.div_titulo_competicion
{
    height: 100%;
    width: 150px;
    float: left;
    font-size: 13px;
    padding: 15px 35px 12px 35px;
    color: #5f5f5f;
    border-left: 2px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.div_select_competicion,.div_select_fase_grupo, .div_select_categoria, .div_select_temporada
{
    height: 100%;
    float: left;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    max-width: 100%;
}



.div_segunda_fila_competicion
{
    border-top: 2px solid #f0f0f0;
    height: 100px;
    overflow: hidden;
    padding-left: 40px;
}
.div_segunda_fila_competicion_playa
{
    height: 240px;
    overflow: hidden;
}

.div_escudos_cabecera
{
    display: inline-block;
    height: 100%;
    width: 100px;
}

.div_escudos_cabecera img
{
    height: 40%;
    margin-top: 30%;
    width: auto;
}

.div_enlace_tercera_fila, .div_enlace_tercera_fila_playa, .div_enlace_tercera_fila_seleccion
{
    text-align: center;
    padding-bottom: 11px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
    background-color: rgba(50,50,200,0.4);
}

.div_enlace_tercera_fila a, .div_enlace_tercera_fila_playa a,  .div_enlace_tercera_fila_seleccion a
{
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 16px;
}

.div_cuarta_fila_competicion
{
    height: 55px;
    background-color: #044396;
    color: white;
    padding-top: 20px;
    font-size: 13px;
    padding-left: 60px;
}

.div_cuarta_fila_seleccion
{
    height: 55px;
    background-color: #cc0001;
    color: white;
    padding-top: 20px;
    font-size: 13px;
    padding-left: 60px;
}

.div_cuarta_fila_competicion_playa
{
    height: 55px;
    background-color: #fe680d;
    color: white;
    padding-top: 20px;
    font-size: 13px;
    padding-left: 60px;
}


/* COMPETICIONES */
.padre_foto img {
    width: 35px;
    height: auto;
}
.padre_foto {
    width: 35px;
    height: 35px;
    overflow: hidden;
    /* margin: 10px 10px 10px 30px; */
    position: relative;
    border-radius: 35px;
    float: left;
}
.celda_peque
{
    width: 60px;
    text-align: center;
}

.escudo_tabla
{
    height: 30px;
    width: auto;
}

.escudo_tabla_clasificacion
{
    height: 30px;
    width: auto;
}

.capa_jornada
{
    height: 60px;
    width: 100px;
    background-color: #e9edf0;
    float: left;
    text-align: center;
    font-size: 18px;
    border: 1px solid white;
}


.capa_jornada_playa
{
    height: 60px;
    width: 100px;
    background-color: #fe680d;
    float: left;
    text-align: center;
    font-size: 18px;
    border: 1px solid white;
}

.capa_jornada a, .capa_jornada_playa a
{
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 16px;
}

.titulos
{
    margin-left: 30px;
}

.titulo_jornadas
{
    margin-right: 30px;
}

.table.clasificacion>thead tr>th
{
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.capa_jornada.jornada_actual
{
    background: #044396;
}

.capa_jornada_playa.jornada_actual
{
    background: #fe680d;
}

.capa_jornada.jornada_actual a , .capa_jornada_playa.jornada_actual a
{
    color: white;
}

.div_fila_nombre_competicion
{
    height: 50px;
    padding-left: 60px;
    padding-top: 16px;
    font-size: 15px;
    background-color: #efefef;
    color: black;
}

.div_fila_titulo_equipo
{
    height: 45px;
    background-color: #e3e3e3;
    font-size: 15px;
    padding-top: 12px;
    padding-left: 60px;
}

.div_fila_menu_equipo
{
    height: 50px;
    background-color: #02172c;
    font-size: 15px;
}

.div_fila_menu_equipo a, .div_fila_menu_equipo a:hover
{
    color: white;
}

.div_fila_menu_equipo .menu-item
{
    display: inline-block;
    padding: 10px 30px 9px 30px;
    width: 25%;
    text-align: center;
}

.div_fila_menu_equipo .menu-item.active
{
    border-bottom: 5px solid #ff3f10;
}

.detalle_equipo img
{
    width: 50%;
    margin-left: 25%;
    margin-top: 40px;
}

.plantilla td
{
    white-space: nowrap;
    padding: 20px 30px 0px 30px !important;
}

.div_fila_menu_equipo.nav-tabs>li.active>a, .div_fila_menu_equipo.nav-tabs>li.active>a:focus, .div_fila_menu_equipo.nav-tabs>li.active>a:hover
{
    background-color: transparent !important;
    border: transparent !important;
    color: white !important;
}

.div_fila_menu_equipo.nav>li>a
{
    padding:15px 15px !important;
}

.div_fila_menu_equipo.nav>li>a:focus, .div_fila_menu_equipo.nav>li>a:hover
{
    background: transparent !important;
    border-color: transparent !important;
}

.div_fila_menu_equipo.nav-tabs>li>a
{
    line-height: 0 !important;
}


.div_enlace_tercera_fila.activo
{
    background:#044396;
}

.div_enlace_tercera_fila.activo_0
{
    background:#044396;
}

.div_enlace_tercera_fila.activo_1
{
    background: red;
    color: white;
}

.div_enlace_tercera_fila.activo_1 a, .div_enlace_tercera_fila.activo_0 a
{
    color: white;
}

.div_enlace_tercera_fila_playa.activo
{
    background:#fe680d;
}

.div_enlace_tercera_fila_seleccion.activo
{
    background: #cc0001;
}

.div_enlace_tercera_fila.activo  a, .div_enlace_tercera_fila_playa.activo  a, .div_enlace_tercera_fila_seleccion.activo a
{
    color: white;
    font-weight: bold;
}

.escudo_acta
{
    height: 100px;
    width: auto;
    margin-bottom: 10px;
}

.nombre_equipo_acta
{
    font-size: 16px;
}

.izquierda
{
    text-align: left;
}

.derecha
{
    text-align: right;
}

.resultado_acta
{
    font-size: 26px;
    margin-top: 45px;
}

.dorsal_acta
{
    display: inline-block;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
}

.table .score span
{
    background-color: #001848;
    display: inline-block;
    width: 24px;
    padding-top: 2px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.etiqueta_modal
{
    margin-left: 10px;
    margin-right: 20px;
    width: 150px;
    display: inline-block;
}

.cajadatos
{
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 40px 15px 45px;
    margin-top: -1px;
    height: 80px;
}

.etiqueta_gris
{
    color: #7e7e7e;
    font-weight: bold;
}

.etiqueta_negra
{
    color: black;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.label
{
    font-size: 11px !important;
    padding-top: 4px !important;
    margin-top: 2px !important;
}

.foto_jugador_acta
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.celda_foto_jugador_acta
{
    width: 70px;
    text-align: center;
}

.imagen_tabla_goleadores
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
    margin-top: -7px;
}

.tabla_goleadores td
{
    padding-top: 15px !important;
}

.empatado
{
    background: #f07f1f;
    color: white;
    padding: 3px 13px 2px 13px;
    font-size: 10px;
    font-weight: normal;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.ganado
{
    background: #17e169;
    color: white;
    padding: 3px 13px 2px 13px;
    font-size: 10px;
    font-weight: normal;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.perdido
{
    background: #ff4013;
    color: white;
    padding: 3px 13px 2px 13px;
    font-size: 10px;
    font-weight: normal;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.sindatos
{
    background: #888;
    color: white;
    padding: 3px 13px 2px 13px;
    font-size: 12px;
    font-weight: normal;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.borde_ganado
{
    border-bottom: 4px solid green;
}

.borde_perdido
{
    border-bottom: 4px solid red;
}

.borde_empatado
{
    border-bottom: 4px solid gray;
}

.sube
{
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4DE774;
    margin-right: 5px;
    display: inline-block;
    margin-top: 20px;
}

.baja
{
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f55753;
    margin-right: 5px;
    margin-top: 20px;
    display: inline-block;
}

.p-t-15
{
    padding-top: 15px !important;
}

.p-t-20
{
    padding-top: 20px !important;
}

.m-t-20
{
    margin-top: 20px !important;
}

.m-b-20
{
    margin-bottom: 20px !important;
}

.m-l-20
{
    margin-left: 20px !important;
}

.m-r-20
{
    margin-right: 20px !important;
}

.m-t-10
{
    margin-top: 10px !important;
}

.m-r-10
{
    margin-right: 10px !important;
}

.capa_escudos_club
{
    height: 200px;
}

.escudo_listado_clubs
{
    max-height: 200px;
    width: auto;
    text-align: center;
}

.separador_filas_clubs
{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.table thead tr th .negro
{
    color: black;
    background: url(../images/orden.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.block
{
    display: none;
}

body.adblock .block
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 100000;
    font-size: 30px;
    padding-top: 100px;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
}

body.adblock
{
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
    color: white;
}

body.adblock table, body.adblock #cabecera, body.adblock .btn, body.adblock .capa_jornada, body.adblock .capa_jornada_playa, body.adblock .separador_filas_clubs, body.adblock .arbitradas, body.adblock .div_fila_menu_equipo
{
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

th.rotate
{
    border-bottom:1px solid black;
    height:200px;
    white-space: nowrap;
    position:relative;
}

th.rotate > div {
    transform-origin: 0 50%;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;

}

@media print
{
    /*@page {size: A4 landscape; }*/
    a[href]:after
    {
        content: none !important;
    }

    .noprint
    {
        display: none !important;
    }

    body
    {
        zoom:75% !important;
    }
    html, body { height: auto; }

}

@media (max-width: 1032px)
{
    .div_casa_competicion
    {
        display: none;
    }
    .div_select_territorial, .div_select_provincial, .div_select_temporada, .div_select_categoria, .div_select_competicion, .div_select_fase_grupo
    {
        width: 50%;
    }
    .div_select_territorial .select2-container, .div_select_provincial .select2-container, .div_select_temporada .select2-container, .div_select_categoria .select2-container, .div_select_competicion .select2-container, .div_select_fase_grupo .select2-container
    {
        width: 100% !important;
    }

    .capa_jornada
    {
        display: inline-block !important;
        float: none !important;
    }

    .lista_jornadas
    {
        text-align: center !important;
        margin-top: 15px;
    }
}
.dataTables_wrapper{
    margin-top: 1em !important;
}
.dataTables_length{
    display: none !important;
}
.dt-buttons{
    float: right !important;

}
.dataTables_filter {
    margin-right: 1em !important;
}
.dataTables_wrapper{
    padding: 1em !important;
}
.buttons-html5{
    background-image: linear-gradient(to bottom, #044396 0%, #044396 100%) !important;
    color: white !important;
    border-color: #044396 !important;
}
.buttons-print{
    background-image: linear-gradient(to bottom, #044396 0%, #044396 100%) !important;
    color: white !important;
    border-color: #044396 !important;
}
.buttons-page-length{
    background-image: linear-gradient(to bottom, #044396 0%, #044396 100%) !important;
    color: white !important;
    border-color: #044396 !important;
}
.buttons-colvis{
    background-image: linear-gradient(to bottom, #044396 0%, #044396 100%) !important;
    color: white !important;
    border-color: #044396 !important;
}
table.dataTable thead tr {
    color: white;
    background: #044396 !important;
}