body {
  background-color:#ededed;
}

#main {
  background:#fff;
}

#header {
  border-top:solid 35px #3953a4;
}

#cuerpo {
  padding-bottom:60px;
  min-height: 400px;
}

#pie {
  height:100px;
  background:#dd3333;
  color:#fff;
  padding-top:42px;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
  background:#3953a4 !important;
  border-color:#3953a4 !important;
  border-radius:0;
  text-shadow:none;
  box-shadow:none;
}

#cuerpo .col-md-8 {
  margin-top:30px;
}

#tarjeta {
    width: 400px;
    height: 700px;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-size: cover;
	box-shadow: 3px 6px 10px #000;
	background: #fff;
}
#bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#footoholder {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    left: 50px;
    top: 145px;
    display: flex;
    justify-content: center;
    background: #cdd7f5;
}
.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
}
div#footoholder img {
    width: 100%;
    display: block;
    margin: auto;
}
#nameholder {
	top: 440px;
    position: absolute;
    width: 350px;
    height: 30px;
    line-height: 30px;
    left: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
}
#typeholder {
	top: 460px;
    position: absolute;
    width: 350px;
    height: 30px;
    line-height: 30px;
    left: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
}
#nivelHolder {
    top: 480px;
    position: absolute;
    width: 350px;
    height: 30px;
    line-height: 30px;
    left: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
}
#fedlogo {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    text-align: center;
}
#since {
    position: absolute;
    top: 528px;
    width: 50%;
    text-align: center;
    height: 30px;
    left: 0;
}
#exp {
    position: absolute;
    top: 528px;
    width: 50%;
    text-align: center;
    height: 30px;
    right: 0;
}
#division {
    z-index: 9999;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 446px;
    right: 10px;
    font-size: 12px;
    font-weight: 700;
}
#team {
    position: absolute;
    top: 490px;
    width: 50%;
    text-align: center;
    height: 20px;
    left: 0;
}
#fechanac {
    position: absolute;
    top: 490px;
    width: 50%;
    text-align: center;
    height: 20px;
    right: 0;
}
#qrcode {
    position: absolute;
    top: 550px;
    width: 100%;
    text-align: center;
}
#numaf {
    position: absolute;
    bottom: 5px;
    z-index: 999999;
    right: 20px;
    font-weight: bold;
}



.torneos .torneo {
    background: #fff;
    box-shadow: 10px 10px 10px;
}

.torneos .torneo .foto {
    overflow: hidden;
    display: block;
    margin: auto;
}
.torneos .torneo .name {
    height: 60px;
    text-align: center;
}
.torneos .torneo .date, .torneos .torneo .time {
    height: 75px;
}

.torneos .torneo .date:before {
    font-weight: 700;
	content: 'Fecha';
}
.torneos .torneo .time:before {
    font-weight: 700;
	content: 'Hora';
}
.torneos .torneo .lugar:before {
    font-weight: 700;
	content: 'Lugar';
}


div#BAZresults a {
    display: block;
    background: #3953a4;
    color: #fff;
    padding: 5px;
    margin-bottom: 1px;
}
a.btn.btn-primary.btn-acnt {
    background: #3953a4;
    border-color: #3953a4;
    width: 100px;
    border-radius: 20px;
}
.btn-danger.btn-acnt {
    background: #dd3333;
    border-color: #dd3333;
}
.btn.btn-primary {
    background: #03A9F4;
    border-color: #03A9F4;
}

#modalholder:has(dialog) {
    background: #02000066;
    height: 100%;
    display: block;
    z-index: 9999999999999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

dialog[open] {
    position: fixed;
    z-index: 9999999999999;
    top: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    font-size: 2rem;
}
.ql-align-center {
    text-align: center;
}
.ql-align-right {
    text-align: right;
}
.ql-align-justify {
    text-align: justify;
}
ul.nav.nav-tabs a {
    font-weight: 700;
}