


body {
    background-color: #fafafa;
}

html {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.bg-frontpage {
    background: rgb(157, 13, 42);
    background: radial-gradient(circle, rgba(157, 13, 42, 1) 0%, rgba(157, 13, 42, 1) 21%, rgba(92, 20, 47, 1) 100%);
}

.bg-guinda {
    background-color: #860037;
}

.bg-fucsia {
    background-color: #ff0c54;
}

.bg-turquesa {
    background-color: #00bfae;
}

.bg-amarillo {
    background-color: #FFC002;
}

.bg-morado {
    background-color: #4D1059;
}

.bg-naranja {
    background-color: #F54401;
}

.mask {
    background-image: url("../img/5/1/detalle-fondo.png");
}


a {
    color: #00bfae;
}

i {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-pane {
    border: 1px solid #dee2e6;
    min-height: 100px;
    border-top-color: #fff;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Tamaños de fuentes  */
.f-900 {
    font-size: 0.9rem;
}

.f-800 {
    font-size: 0.8rem;
}

.f-700 {
    font-size: 0.7rem;
}

.msgError {
    color: #ff0c54;
}

.divider {
    height: 0;
    margin: 1rem 0;
    overflow: hidden;
    border-top: 1px solid #bbb;
}

/* Tamaños */
.vh-25 { height: 25vh;}
.vh-50 { height: 50vh;}
.vh-75 { height: 75vh;}
.vh-100 { height: 100vh;}


/* Modificación de Bootstrap  */
.btn-primary {
    background-color: #00bfae;
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #02a99b;
    border-color: transparent;
} 

.btn-secondary {
    background-color: #860037;
    border-color: transparent;
}

/* Modificacion Bootbox */
.bootbox-close-button{
    background-color: transparent;
    border: 0px;
    font-size: 1.5rem;
    font-weight: 600;
}




.nav {
    z-index: 1000;
}

/* NavBar */
.top-menu {
    background-color: rgba(92, 20, 47, 1);
    width: 100%;
}

.top-menu img {
    max-height: 40px;
}

.top-menu a {
    color: #ffffff;
    text-decoration: none;
}

.cabecera {
    width: 100%;
    height: auto;
}

.cabecera img {
    max-width: 100%;
    max-height: 105px;
    padding: 14px;
}

/* Inicio */
.bloque {
    /* background-image: url("../img/3/1/header-bg.png");  */
    background-color: #ff0c54;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 10px;
    border-radius: 8px;
}

.inicio-circulo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15%;
    margin: auto;
    text-align: center;
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    ;
}

/* Perfil */
.modal-avatar-body {
    height: 300px;
    overflow: auto;
}

.avatar-seleccionado {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background-color: #dddddd;
}


/********************************                  Mis Pronosticos              *****************************/
.titulo-pronostico {
    background-color: rgb(232, 235, 240);
    color: #555555;
    text-align: center;
    min-height: 34px;
}

.pronosticos {
    font-size: 1rem;
}

.pronosticos h2 {
    color: #00bfae;
}

.pronostico {
    text-align: center;
}

.pronosticos .g-prog {
    width: 16%;
    display: flex;
}

.pronosticos .prog {
    width: 50%;
    padding: 8px;
}

.pronosticos .prog1 {
    padding: 8px;
}

.pronosticos .bandera {
    width: 5%;
}

.pronosticos .bandera img {
    max-width: 100%;
    padding: 0px;
    max-height: 18px;
    width: 25px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.pronosticos .equipo {
    width: 23%;
}

.pronosticos .gol {
    width: 5%;
}

.pronosticos input {
    width: 100%;
    text-align: center;
    color: grey;
}

.pronosticos .editable {
    border-style: solid;
    border-color: #C0C0C0 #326295 #326295 #326295;
    border-radius: 3px;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    max-width: 28px;
}

.pronosticos .no_editable {
    max-width: 30px;
    border: none;
    background: transparent;
    font-weight: 900;
}

.pronosticos .div {
    width: 3%;
}



.pronosticos .ver button {
    width: auto;
    padding: 5px 10px;
    /* border-color:#00518f; */
    border: 1px solid #12C5AD;
    border-radius: 3px;
    margin-left: auto;
}

.pronosticos .ver i {
    font-size: 1.2rem;
    color: #12C5AD;
    cursor: pointer;
}

.pronosticos .btn-pron {
    color: #ffffff;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 0.8rem;
}

.pronosticos .btn_no_activo {
    background-color: #0eb39d;
}

.pronosticos .btn_no_activo:hover {
    background-color: #0eb39d;
    border: 1px solid #0eb39d;
}

.pronosticos .btn_no_activo:focus {
    background-color: #0eb39d;
    border: 1px solid #0eb39d;
    color: white;
}

.pronosticos .btn_activo {
    background-color: #8B1538;
}

.pronosticos .btn_activo:hover {
    background-color: #ff0c54;
    border: 1px solid #ff0c54;
}

.pronosticos .btn_activo:focus {
    background-color: #ff0c54;
    border: 1px solid #ff0c54;
    color: white;
}

@media (max-width: 767px) {
    .inicio-circulo {
        padding: 7%;
    }
    h3 { text-align: center;}
}

.logo-password {
    max-height: 40vh;
    max-width: 100%;
    width: auto;
}
/* Tablas de fixture  */
.t-matchs-group td:nth-child(1),
.t-matchs-group td:nth-child(2),
.t-matchs-group td:nth-child(3),
.t-matchs-group td:nth-child(5),
.t-matchs-group td:nth-child(6){
    width: 6%;
}
.t-matchs-group td:nth-child(4), 
.t-matchs-group td:nth-child(7){
    width: 38%;
}

.t-matchs-knockout td:nth-child(1),
.t-matchs-knockout td:nth-child(2),
.t-matchs-knockout td:nth-child(3),
.t-matchs-knockout td:nth-child(4),
.t-matchs-knockout td:nth-child(6),
.t-matchs-knockout td:nth-child(7){
    width: 6%;
}
.t-matchs-knockout td:nth-child(5),
.t-matchs-knockout td:nth-child(8){
    width: 35%;
}

/* Tablas de posiciones  */

.t-tabla-posiciones-general td:nth-child(6),
.t-tabla-posiciones-general td:nth-child(7),
.t-tabla-posiciones-general td:nth-child(8), 
.t-tabla-posiciones-general th:nth-child(6),
.t-tabla-posiciones-general th:nth-child(7),
.t-tabla-posiciones-general th:nth-child(8){
    display: none;
} 
.t-tabla-posiciones-general td,
.t-tabla-posiciones td{
    width: 5%;
}


@media (max-width: 767px) {
    .t-tabla-posiciones-sets td:nth-child(9), 
    .t-tabla-posiciones-sets td:nth-child(10),
    .t-tabla-posiciones-sets td:nth-child(11),
    .t-tabla-posiciones-sets th:nth-child(9),
    .t-tabla-posiciones-sets th:nth-child(10),
    .t-tabla-posiciones-sets th:nth-child(11){
        display: none;
    }
}

@media (max-width: 350px) {
    .t-tabla-posiciones-sets td:nth-child(6), 
    .t-tabla-posiciones-sets td:nth-child(7),
    .t-tabla-posiciones-sets td:nth-child(8),
    .t-tabla-posiciones-sets th:nth-child(6),
    .t-tabla-posiciones-sets th:nth-child(7),
    .t-tabla-posiciones-sets th:nth-child(8){
        display: none;
    }
}