*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img[src="https://www.000webhost.com/static/default.000webhost.com/images/powered-by-000webhost.png"]{
display:none;
}

body{
    font-size: 16px;
    font-family: 'Bookman Old Style';
    background-image: url(../img/BG_original_landing-desktop-HD.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    min-height: 100vh;    
}

form{
    background-color: #fff; 
    margin: auto;
    width: 90%;
    max-width: 400px;
    padding: 2em 3em;
    border-radius: 10px;
    box-shadow: 0 5px 10px -5px rgba(0 0 0 / 30%);
    text-align: center;
}

.form__title{
    font-size: 30px;
    color: blue;
    font-weight: bold;
    margin-top: 1em;
}

.form__container{
    margin-top: 1em;
    display: grid;
    grid-gap: 2.5em;
}

.form__group{
    position: relative;
    --color: #5757577e;
}

.form__input{
    width: 100%;
    background: none;
    color: #706c6c;
    font-size: 1rem;
    padding: .6em .3em;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color);
}

.form__input:not(:placeholder-shown){
    color: #4d4646;
}
.form__input:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label{
    transform: translateY(-12px) scale(.7);
    transform-origin: left top;
    color: #3868f2;
}

.form__label{
    color: var(--color);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 5px;
    transform: translateY(10px);
    transition: transform .5s color .3s;
}

.form__submit{
    background-color: #3866f2;
    color: #fff;
    font-size: 1em;
    padding: .8em 0;
    border: none;
    border-radius: .5em;
}

.form__line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3866f2;
    transform: scale(0);
    transform: left bottom;
    transition: transform .4s;
}

.form__input:focus ~ .form__line,
.form__input:not(:placeholder-shown) ~ .form__line{
    transform: scale(1);
}

@media (max-width: 425px){

    .form__paragraph{
        font-size: .8rem;
    }
}

@media screen and (max-width: 425px){
    .tb__juegos{
        font-size: 11px;
        width: 435px;
    }
    .tb__td__titulo h3{
        font-size: 18px;
    }
}


@media (max-width: 425px){

    #resultados_user{
        font-size: 70%;
    }
}


.container-fluid{
    margin-left: 30px;
    margin-top: 10px;
    width: 90% !important;
    height: 100%;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow:1px 1px 10px #555;
    background-color:rgba(0, 0, 0, 0.5);
    
}

.container_equipos{
    background: #273c76;
    margin-left: 30px;
    margin-top: 10px;
    width: auto;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow:1px 1px 10px #555;    
}

.container_posicion{
    background: #fff;
    margin-left: 30px;
    margin-top: 10px;
    width: auto;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow:1px 1px 10px #555;    
}

.container_adm{
    background: #273c76;
    margin-left: 30px;
    margin-top: 10px;
    width: auto;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow:1px 1px 10px #555;    
}

.boxlogin{
    margin: 18px auto;
    box-shadow: 0px 2px 10px gray;
    background: #fff;    
}

.div_center{
    text-align: center;
}
.txt_bienvenida{
    margin-top: 50%;
}

.logo{
    width: 190px;
}

.copa{
    text-align: center;
}

.copa form{
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
}

.copa form button{
    margin-top: 20px;
}

.bienvenida{
    font-size: 30px;
    color: blue;
    font-weight: bold;
}

.pos{
    width:50px;
    border-color: #fff;
    border-width: 1px;
    
}

.zona{
    /*background-color: aqua;*/
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}

.div_zona{
    padding-top: 5px;
    color: yellow;
}

.tb_zona{
    text-align: center;
}

table tr td{
    vertical-align: middle !important;
}

.td_pais{

    font-size: 16px;
    color: #fff;
}

.tb_cabecera_equipos{
    font-size: 20px;
    background-color: yellowgreen;
}

.container_equipos .row{
    margin-left: 10px;
    margin-right: 10px;
}

footer{
    color: white;
    margin-right: 20px;
    font-weight: bold;
    text-align: right;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    width: auto;
    right: 1%;
    display: block !important;
}

.row_title_menu{
    background-color: #273c76;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.row-menu{
    align-items: flex-end;
    margin: 0;
}

.menu{
    margin-top: 15px;
}

.div_menu{
    width: 100%;
    padding: 0;
    background-color: yellowgreen;    
}

.div_menu nav{
    background: yellowgreen;
    z-index: 1000;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.div_menu nav ul li .children li a .etiqueta:hover{
    color: yellow;
}


.div_menu nav ul li a{
    color: black;
    display: block;
    text-decoration: none;
    padding: 5px;
    margin-right: 5px;
}

.div_menu nav ul{
    list-style: none;
}

.div_menu nav ul li{
    display: inline-block;
    position: relative;
}

.div_menu nav ul li a:hover{
    color: #fff;
    background: #273c76;
    text-decoration: none;
    cursor: pointer;
}

.div_menu nav ul li a{
    color: black;
    display: block;
    text-decoration: none;
    padding: 5px;
    margin-right: 5px;
}

.div_menu nav ul li:hover .children{
    display: block;
}

.div_menu nav ul li .children{
    display: none;
    background: #009900;
    position: absolute;
    width: 250%;
    z-index: 1000;
    font-size: 13px;
    font-weight: bold;
}

.div_menu nav ul li .children li{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.div_menu nav ul li .children li a{
    display: block;
}
.submenu{
    color: black;
}

header nav ul li:hover .children{
    display: block;
}
a:focus, a:hover{
    color: #fff;
    text-decoration: none;
}

.titulo{
    text-align: center;
}

.sms_error_login{
    display: none;
}

.sms_error_america{
    display: none;
}
.sms_error_euro{
    display: none;
}

.logo_header{
    text-align: center;
    /*background-color: #fff;*/
}

.logo_header img{
    width: 90%;
    margin: 10px;
}

.cant_qui p{
    text-align: center;
    font-size: 20px;
}

.tb_pronosticos{
    align-content: center;
    width: 70%;
    border-color: #009900;
    border-style: solid;
    margin-bottom: 10px;
    margin: 0 auto;
    color: black;
    background-color: white;
    margin-bottom: 15px;
}

.tb_header{
    text-align: center;
    background-color: #FFE2C6;
    color: black;
}

.dv_pronostico{
    align-items: center;
    padding-left: 5px;
}

.tb_pronosticos .tb_td_select{
    padding: 0 5px;
}

.tb_pronosticos tr{
    height: 45PX;
}

.tb_pronostiscos_realizados{
    margin: 15px auto 15px;
    
}


.box_admin{
    background-color: white !important;
    width: 50%;
    padding-bottom: 10px !important;

}

.box_admin .copa .logo{
    width: 30%;
}

/*#resultado{
    margin-top: 10px !important;
}*/

.titulo_medallero h1{
    margin: 25px auto;
}

.row_medallero{
    text-align: center;
    width: 60%;
    margin: auto !important;
}

.pos_1{
    background-color: #57ab3f;
    height: 270px;
    padding-top: 20%;
    border-style: solid;
}

.pos_2{
    background-color: #57ab3f;
    height: 200px;
    padding-top: 10%;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
}

.pos_3{
    background-color: #57ab3f;
    height: 150px;
    padding-top: 5%;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
}

.tabla_medallero{
    text-align: center;
    margin: 20px auto !important;
    width: 70% !important;
}

.tabla_medallero td{
    vertical-align: bottom !important;
}

.tabla_medallero .pos_3 img{
    width: 25%;

}

.tabla_medallero img{
    width: 40%;
}

.tabla_posiciones{
    margin-top: 25px;
    text-align: center;
}

.tabla_medallero div p{
    font-size: 20px;
    color: white;
    margin-bottom: 0 !important;
}

.titulo_medallero{
    background-color: yellowgreen;
    margin-top: 10px;
    color: #000;
    text-align: center;
}

.titulo_amd h1{
    margin: auto;
}

.hidden{
    display: none;
}

.div-btn-nuevo {
    margin: 10px;
    display: flex;
    justify-content: flex-end;
}

.tb-Pronostico{
    border-color: black;
    border-style: solid;
    box-sizing: border-box;
    margin-top: 10px !important;
}

.div_edit_modal div{
    margin-top: 5px;
    margin-bottom: 5px;
}

 .modal input, .modal select, #asig_europa{
    border-color: green;
}

.modal_add input{
    margin-bottom: 10px;
}

#correo{
    margin-bottom: 0 !important;
}


/**************** Inicio de css de Checkbox ********************/

.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
}

.content-input{
	position: relative;
	/* margin-bottom: 30px; */
	padding:5px 0 0 60px; /* Damos un padding de 60px para posicionar 
        el elemento <i> en este espacio*/
	display: block;
}
 
/* Estas reglas se aplicarán a todos las elementos i 
después de cualquier input*/
.content-input input + i{
       background: #f0f0f0;
       border:2px solid rgba(0,0,0,0.2);
       position: absolute; 
       left: 0;
       /* top: 0; */
}
 
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i{
	width: 48px;
	height: 26px;
    border-radius: 15px;
    background-color: #dc3545;
}

/*
Creamos el círculo que aparece encima de los checkbox
con la etqieta before. Importante aunque no haya contenido
debemos poner definir este valor.
*/
.content-input input[type=checkbox] + i:before{
	content: ''; /* No hay contenido */
	width: 22px;
	height: 22px;
	background: #28a745;
	border-radius: 50%;
	position: absolute;
	/* z-index: 1; */
	left: 0px;
	/* top: 0px; */
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
}

/* Se agrega el movimiento del boton */
.content-input input[type=checkbox]:checked + i:before{
    left: 22px;
    background-color: #dc3545;
	-webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
}
 
.content-input input[type=checkbox]:checked + i{
 background: #28a745;
}

/* Se agrega la palabra ON cuando este seleccionado */
.content-input input[type=checkbox] + i:after{
	content: 'ON';
	position: absolute;
	font-size: 10px;
	color: rgba(255,255,255);
	top: 4px;
	left: 4px;
	opacity: 0 /* Ocultamos este elemento */;
	/* transition: all 0.25s ease 0.25s; */
}
 
/* Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input input[type=checkbox]:checked + i:after{
 opacity: 1;
}

/******************** Fin de css de checkbox **************************/

/******************** Inicio de css de Radio Button ***********************/

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i{
    background: #f0f0f0;
    border:2px solid rgba(0,0,0,0.2);
    position: absolute; 
    left: 0;
    /* top: 0; */
}

/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio] + i{
height: 24px;
width: 24px;
border-radius: 100%;
left: 15px;
background-color: #dc3545;
}

.content-input input[type=radio] + i:before{
	content: '\2713';
	display: block;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 0px;
	/* background:#2AC176; */
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
    opacity: 0; /* Lo ocultamos*/
    color: #2AC176;
    font-weight: 900;
    font-size: 26px;
}

.content-input input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.content-input input[type=radio]:checked + i::after{
    background-color: red;
}

/* Fin de css de Radio Button */