.container {
    padding: 0px;
    padding-bottom: 30px;
}

.modal-xl {
    max-width: 1400px;
}

.nombre_campeonato {
    font-weight: 600;
    color: #012B5B;
}

.bandera_campeonato {
    margin-right: 0.3em;
    margin-top: -5px;
}

#logo_ravensburger {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.input_numero {
    text-align: right;
    white-space: nowrap;
    width: 150px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.nav-link {
    padding: .5rem .5rem;
}

.noborde {
    border: 0px solid;
    background-color: transparent;
}

@font-face {
    font-family: "wjpf-icons";
    src: url("wjpf-icons.woff2") format("woff2"), url("wjpf-icons.woff") format("woff");
    /* Los iconos estan creados con https://fontello.com/https://fontello.com/ */
}

[class^="wjpf-"]::before,
[class*=" wjpf-"]::before {
    display: inline-block;
    font-family: wjpf-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wjpf-cat-i::before {
    content: "\e800";
}

.wjpf-cat-p::before {
    content: "\e801";
}

.wjpf-cat-e::before {
    content: "\e803";
}

.wjpf-cat-k::before {
    content: "\e806";
}

.wjpf-cat1::before {
    content: "\e800";
}

.wjpf-cat2::before {
    content: "\e801";
}

.wjpf-cat3::before {
    content: "\e803";
}

.wjpf-cat4::before {
    content: "\e806";
}

.wjpf-cat11::before {
    content: "\e800";
}

.wjpf-cat12::before {
    content: "\e801";
}

.wjpf-cat13::before {
    content: "\e803";
}

.wjpf-cat21::before {
    content: "\e800";
}

.wjpf-cat22::before {
    content: "\e801";
}

.wjpf-cat23::before {
    content: "\e803";
}

.wjpf-m::before {
    content: "\F183";
    margin-right: 5px;
}

.wjpf-f::before {
    content: "\F182";
    margin-right: 5px;
}

#logo_menu {
    height: 30px;
}

#header_falso {
    margin-bottom: 0px;
}

.navbar-brand {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.puesto {
    float: center;
    color: #002447;
    font-size: 1.5rem;
    font-weight: 600;
}

.final {
    color: green !important;
    ;
}

.direccion {
    float: left;
    color: grey;
    font-size: 0.70rem;
}

.tiempo {
    float: center;
    font-size: 1.20rem;
}

.diftiempo {
    float: center;
    color: #002130;
    font-size: 0.70rem;
    margin-left: 10px;
}

.pais_movil {
    color: #802130;
    font-size: 0.60rem;
}

.datos_fecha_prueba span {
    white-space: nowrap;
}

.puzzles_clasificacion {
    max-width: 3em;
    max-height: 3em;
    margin-right: 0.5em;
}

.puzzle_parcial {
    max-width: 3.5em;
    max-height: 3.5em;
    margin-right: 0.1em;
}

footer {
    background-color: #343A40;
    color: white;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 10px;
    z-index: 99999;
}

.info_usuario {
    color: white;
    padding-right: 10px;
}

#bandera img {
    position: ;
}

#mensaje {
    margin: 10px;
}

.error {
    color: red;
}

.ok {
    color: green;
}

.gris {
    color: #ccc;
}

.mano,
.orden {
    cursor: pointer;
}

#div_carga {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    display: none;
    z-index: 105;
}

#img_cargador {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.linea_over {
    background-color: #002130;
    cursor: pointer;
    color: #ffffff;
}

.linea_activa {
    background-color: #5C636A;
    cursor: pointer;
    color: white;
}

.linea_activa_input {
    color: black;
}

.dropdown-menu {
    margin-top: 0;
}

.sel_participante {
    width: 300px;
    height: 38px;
}

.fondo_jumbotron {
    background-color: #f0f0f0;
    padding: 10px;
}

.animacion {
    /*position: absolute;*/
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@media (max-width: 768px) {
    .ver_pc {
        display: none;
    }
    #logo_ravensburger {
        width: 70px;
    }
    .datos_fecha_prueba {
        font-size: 1rem;
        font-weight: 200;
    }
    .puzzle_unico {
        max-width: 40em;
        max-height: 40em;
        float: center;
    }
    .bandera_miembro {
        margin: 0.3em;
        width: 32;
    }
    #margen_submenu {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) {
    #logo_menu {
        height: 50px;
    }
    #header_falso {
        margin-bottom: 20px;
    }
    #margen_submenu {
        margin-bottom: 70px;
    }
    .ver_movil {
        display: none;
    }
    #logo_ravensburger {
        width: 200px;
    }
    .puzzle_unico {
        max-width: 20em;
        max-height: 20em;
        float: center;
    }
    .datos_fecha_prueba {
        font-size: 1.6rem;
        font-weight: 200;
    }
    .datos_tiempo_piezas {
        float: right;
    }
    .bandera_miembro {
        margin: 0.3em;
        width: 62;
    }
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #006BAF; */
    color: #fff;
    text-align: center;
    font-size: 2em;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
    color: #fff !important;
    opacity: .75;
}

.scrolltop {
    z-index: 0;
}

#logo_ravensburger {
    z-index: 999999;
}