﻿/* Principal */
@font-face {
    font-family: 'FuturaLightBT';
    src: url('../fonts/FuturaLightBT.eot');
    src: url('../fonts/FuturaLightBT.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLightBT.woff') format('woff'), url('../fonts/FuturaLightBT.ttf') format('truetype'), url('../fonts/FuturaLightBT.svg#exo_2.0regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, form {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    /*font-family: calibri, Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'FuturaLightBT', Verdana;
    text-align: left;
    font-size: 16px;
    /*background-color: #dfdfdf;*/
    background-color: #b9bdbf;
}

p {
    margin: 0 10px 10px;
}

li {
    margin: 0 6px 6px;
}

a {
    text-decoration: none;
    color: #3aa0a9;
    padding-top: 1px;
}

    a:hover {
        text-decoration: underline;
        color: #3aa0a9;
        padding-top: 1px;
    }

    a:visited {
        text-decoration: none;
        padding-top: 1px;
        color: #3aa0a9;
    }

h4 {
    /*color: #808080;*/
    font-weight: 900;
}

.nolink:hover {
    text-decoration: none;
}

.nolink:visited {
    text-decoration: none;
}

.div-linea {
    line-height: 40px;
}

.div-left {
    text-align: left;
}

.div-center {
    text-align: center;
}

.div-right {
    text-align: right;
}

.div-right2 {
    text-align: right;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 10px;
}


.div-ocultar {
    display:none;
}

.div-mostrar {
    display: block;
}

.hand {
    cursor: pointer;
}

.row {
    margin-right: 0;
    margin-left: 0;
    min-height: 30px;
}

.sinborde {
    border: 0px;
}

.centrar {
    text-align: center !important;
}

.izquierda {
    text-align: left !important;
}

.derecha {
    text-align: right !important;
}

.centrarAlto {
    display: grid;
    align-items: center !important;
    height: 100%;
}

.centrarVertical {
    display: flex !important;
    align-items: center !important;
}

.lnk {
    font-weight: 600;
    display: none;
    text-decoration: none;
    color: #3aa0a9;
}

.fondoBlanco{
    background-color: #fff;
}

/* Cabecera */

.cab-body {
    padding-top: 0px;
}

#cabecera {
    width: 100%;
    padding: 0px;
    height: 91px;
    /*background-color: #3aa0a9;*/
    background-color: #333;
    top: 0;
    margin: 0px auto;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.8);*/
    box-shadow: 2px 2px 5px #585858;
    z-index: 10;
}

    #cabecera .logocabecera {
        margin-top: 15px;
        float: left;
        height: 60px;
    }

    #cabecera .iconos {
        margin-top: 20px;
    }

#cabeceraPeque {
    width: 100%;
    padding: 0px;
    height: 41px;
    /*background-color: #3aa0a9;*/
    background-color: #333;
    top: 0;
    margin: 0px auto;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.8);*/
    box-shadow: 2px 2px 5px #585858;
    z-index: 10;
}

    #cabeceraPeque .logocabecera {
        margin-top: 5px;
        float: left;
        height: 30px;
    }

    #cabeceraPeque .iconos {
        margin-top: 2px;
        height: 30px;
    }

#cab-calendario {
    width: 100%;
    padding: 0px;
    height: 91px;
    background-color: #000;
    left: 0;
    top: 0;
    margin: 0px auto;
    box-shadow: 0 0 50px rgba(0,0,0,.8);
}

    #cab-calendario .logocabecera {
        margin: 0px;
        float: left;
        height: 91px;
    }

    #cab-calendario .iconos {
        margin-top: 20px;
    }

/* fin de Cabecera */

/* Cuerpo */

.dat-bottom {
    width: 100%;
    height: 100%;
    /* padding: 100px 15px 15px 15px; */
    padding: 5px;
    /*background: rgba(0, 0, 0, 0.7);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;*/
    text-align: center;
    font-size: 16px;
    color: #3aa0a9;
}

.dat-contenido {
    padding: 15px 15px 15px 15px;
}

.dat-txtpeq {
    font-size: smaller;
}

.dat-txtspeq {
    font-size: x-small;
}

.dat-listado {
    margin-bottom:5px;
}

.dat-item {
    /*margin-top: 2px;*/
    border: 1px solid #585858;
    align-items: center;
    text-align: left;
    min-height: 100px;
    height: auto;
    box-shadow: 2px 2px 5px #585858;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
    background-color: white;
    border-radius: 5px;
}

.dat-itemP {
    margin-top: 2px;
    border: 1px solid #585858;
    display: flex;
    align-items: center;
    text-align: left;
    min-height: 80px;
    height: auto;
    box-shadow: 2px 2px 5px #585858;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
    background-color: white;
    border-radius: 5px;
}

.dat-foto {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin: 5px;
}

.dat-contenedor {
    display: inline-block;
    width: 100%;
}

.dat-info {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.dat-colum {
    border-top: 1px solid #585858;
    margin-top: 0px;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100%;
}

.dat-colum2 {
    margin-top: 0px;
    align-items: center;
    display: flex;
    width: 100%;
}

.dat-Nombre {
    font-size: 16px;
    color: #3aa0a9;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}

#ranking .dat-Datos {
    margin: 0px auto;
}

.dat-Datos {
    font-size: 16px;
    color: #000;
    padding-left: 5px;
    margin: 5px auto;
    width:100%;
}

    .dat-Datos b {
        color: #3aa0a9;
    }

.dat-CabPuntos {
    font-size: 14px;
}

.dat-Puntos {
    font-size: 16px;
    font-weight: bold;
}

.dat-separacion{
    border-left:1px solid #585858;
    height:auto;
}

.dat-Fecha {
    font-size: 16px;
    color: #3aa0a9;
    font-weight: bold;
}

.dat-Hora {
    font-size: 14px;
    color: #000;
}

.dat-color {
    color: #3aa0a9;
}

.dat-miga {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

/*-TABS -----------------------------------------*/

.tab-redondea-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-redondea-top-left {
    border-top-left-radius: 5px;
}

.tab-redondea-top-right {
    border-top-right-radius: 5px;
}

.tab-colum {
    display: flex;
    width: 100%;
    background-color: #808080;
    border-color: #808080;
    /*border-right:1px solid #808080;
    border-top: 1px solid #808080;*/
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    box-shadow: 2px 2px 5px #585858;
}

.tab-izquierda {
    background-color: #808080;
    color: #fff;
    width: 100px;
}
.tab-centro {
    background-color: #3aa0a9;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
    width: 10px;
    position:relative;
    left:-5px;
}

.tab-set {
    width: 100%;
    text-align: center;
    font-weight:900;
}

.tab-blanca {
    background-color: #fff;
}

.tab-GrisOscuro {
    background-color: #808080;
}

.tab-Verde {
    background-color: #3aa0a9;
}

.tab-Negra {
    background-color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-derecha {
    background-color: #fff;
    width: 100%;
    display: flex;
}

.ficha {
    border: 1px solid #808080;
    padding: 5px;
    background-color: white;
    color: #585858;
    box-shadow: 2px 2px 5px #585858;
    margin-bottom: 10px;
    border-radius: 5px;
}

.ficha-abajo {
    border: 1px solid #808080;
    padding: 5px;
    background-color: white;
    color: #585858;
    box-shadow: 2px 2px 5px #585858;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.marcador {
    display: flex;
    font-weight: 100;
}

.puntuacion-nombres {
    width: 70%;
    padding: 5px;
}

.puntuacion {
    width: 10%;
    text-align: center;
    padding: 5px;
}
/* fin de Cuerpo*/

/* Formulario */

#login .linkbutton {
    text-decoration: underline;
    height: 25px;
    float: left ;
    margin-top: 0px;
    color: #3aa0a9;
    font-weight: bold;
    font-size: 14px;
}

    #login .linkbutton:hover {
        text-decoration: none;
    }

#login .flotaderecha {
    float: right;
}

#login .txtleft {
    text-align: left;
}

#login h3 {
    color: #3aa0a9;
}

#login ul {
    list-style: none;
    padding: 0;
}

#login li {
    height: 3.5rem;
    padding: 0;
}

#divPassword {
    display: inline-block;
    width: 100%;
}

#divTogglePassword {
    position: absolute;
    padding-top: 15px;
    display: inline-block;
    margin-left: -30px;
}

#formDivPassword {
    display: inline-block;
    width: 180px;
}

#formDivTogglePassword {
    position: absolute;
    padding-top: 7px;
    display: inline-block;
    margin-left: -25px;
}


#condiciones ul {
    list-style: initial;
    padding: initial;
}
#condiciones li {
    padding: 0;
    margin-left: 25px;
}

.form-total {
    padding: 0px;
}

.form-box {
    max-width: 450px;
    margin: 35px auto;
    padding-right: 15px;
    padding-left: 15px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    /*background: #3aa0a9;*/
    background: #333;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /*text-align: left;*/
    text-align: center;
}

.form-bottom {
    padding: 0px 25px 5px 25px;
    background: rgba(255, 255, 255, 0.7);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    color: #3aa0a9;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #de995e;
    }

.txt {
    font-size: 14px;
}

.txtBlanco {
    color: white;
}

.txtNegro {
    color: black;
}

.txtNaranja {
    color: #ea700e;
}

.txtRojo {
    color: #ff0000;
}

.txtAzul {
    color: #0000ff;
}

.txtVerde {
    color: #3aa0a9;
}

.txtAmarillo {
    color: #bfd536;
}

.txtAzulito {
    color: #99ffff;
}

.txtClub {
    color: #ea700e;
    font-weight: 900;
}

.txtTipo {
    color: #585858;
    font-weight: 900;
}

.txtCategoria {
    color: indigo;
    font-weight: 900;
}

.txtGrisOscuro {
    color: #585858;
}

.imgEstrella{
    margin-top: -5px;
}

.imgInfo {
    padding: 0 0 5px 5px;
    font-size: 25px;
    color: #99cc00;
    vertical-align: middle;
}

.imgLink {
    padding: 0 0 5px 5px;
    font-size: 25px;
    color: #0099ff;
    vertical-align: middle;
}

#imgAtras, #imgLogoff {
    margin-right: 5px;
}

.txtGrande {
    font-size: 18px;
}

.txtMediano {
    font-size: 13px;
}

.txtPeque {
    font-size: 10px;
}

.bold {
    font-weight: 900;
}

.noBold {
    font-weight: 100;
}

.MsgGrande {
    font-size: 18px;
    font-weight: bold;
}

.MsgError {
    font-size: 12px;
    color: red;
}

.Msg {
    font-size: 14px;
    font-weight: bold;
}

.MsgNota {
    font-size:14px;
    color: red;
    line-height: 1;
}

/* fin de Formulario */

/* FichaFormulario */

#fichaFormulario {
    line-height: 2;
}

    #fichaFormulario input[type="submit"] {
        /*color: #3aa0a9;*/
        height: 25px;
        line-height: normal;
    }

    #fichaFormulario b {
        color: #3aa0a9;
    }

input[type=checkbox], input[type=radio] {
        accent-color: #3aa0a9;
        background-color: #3aa0a9;
    }

    #fichaFormulario input[type="text"], #fichaFormulario select, #fichaFormulario textarea, #fichaFormulario input[type="search"] {
        margin: 0;
        font-size: 16px;
        font-family: 'FuturaLightBT', Verdana;
        color: #585858;
        height: 35px;
        margin-bottom:5px;
    }

    #ficha b {
        color: #3aa0a9;
    }

    #ficha label{
        font-weight: normal;
    }

#ficha select {
    height: 35px;
}

.btn-link {
    color: #3aa0a9;
    font-weight: 900;
}

.btn-link:focus, .btn-link:hover {
    color: #3aa0a9;
}

#tbBuscadorOponente {
    margin-bottom: 5px;
}
/* fin de FichaFormulario */
/* fin de Principal */
/* Estrellas */
#contenedor {
    display: table;
    border: 2px solid #000;
    width: 50%;
    text-align: left;
    margin: 0 auto;
}

#contenidos {
    display: table-row;
}

#columna1 {
    text-align: center;
    width: 10%;
}
#columna2 {
    width: 60%;
}
#columna3 {
    width: 10%;
}
#columna4 {
    width: 10%;
}
#columna5 {
    width: 10%;
}
#columna1, #columna2, #columna3, #columna4, #columna5 {
    display: table-cell;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 10px;
}

/* Tabla */

#rblSexo td {
    border: 0px !important;
}

.Table {
    display: table;
    border: 2px solid #000;
}

.tbCabecera {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.tbRow {
    display: table-row;
}

.tbCell {
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

#tablaEstrellas, #tablaRondas {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
}

    #tablaEstrellas td, #tablaEstrellas th, #tablaRondas td, #tablaRondas th {
        border: 1px solid #ddd;
        text-align: center;
        padding: 4px;
    }

    #tablaEstrellas tr:nth-child(even), #tablaRondas tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tablaEstrellas tr:hover, #tablaRondas tr:hover {
        /*background-color: #ddd;*/
    }

    #tablaEstrellas th, #tablaRondas th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #3aa0a9;
        color: white;
    }

/* fin de estrellas */

/* Etiquetas */
.ocultar {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    color: #3aa0a9;
    vertical-align: middle;
    padding-bottom: 5px;
}

.mostrar {
    display: none;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #3aa0a9;
    vertical-align: middle;
    padding-bottom:5px;
}

/* fin de etiquetas */

/* Media */

@media screen and (max-width: 1024px) {
    #login {
        max-width: none;
        margin: 0 auto;
        top: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .cab-body {
        /*padding-top: 91px;*/ 
    }
}
/* fin de Media */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


div:where(.swal2-container) .swal2-html-container {
    margin: 1em 1em 1em !important;
}
