

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


label.error {
    color: red;
}
.fechas-partido {
  /*  padding: 12px;*/
    height: 510px;
}

.fechas-partido > div:nth-child(1) {
    background-color: #00ce00;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
.fechas-fase > div:nth-child(1) {
    background-color: #00ce00;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.partido-equipo, .hora-partido{
   /* float: left; */   
}
.partido-equipo > div {
    text-align: center;
}
/*.col-md-5 p{
    color:#000000;
}*/
.textres img{
    width: auto !important;
}
#footer img{
    height: auto !important;
}
#imgPage{
    height: auto !important;
}
#logo img {
    height: auto !important;
}
.partido-equipo > div:nth-child(2) {
    color: #bbbba9;
    font-size: 15px;
    margin-top: 15px;
}
.partido-equipo img {
    width: 35px;
}
.fechas-partido > div:nth-child(2){
    background-color: #0d0c08;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 90%;
    padding-top: 10px;
}
.fechas-fase > div{
    background-color: #0d0c08;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;    
    padding-top: 10px;
}
.hora-partido {
    background-color: #323232;
    color: #bbbbbb;
    height: 45px;
}
.hora-partido > div {
    text-align: center;
}

#fases-final .fechas-partido {
    height: 230px;
}
#final-final .fechas-partido {
    height: 150px;
}
.title-fase {
    background-color: #323232;
    color: #bbbbbb;
    padding: 2px;
    text-align: center;
}
.title-fase h2 {
     margin-top: 10px !important;
}