
.btn-blue {
    background: #D8B97D;
    color: #fff;
}

.tournament-image {
    text-align: center;

}

.team-logo-container {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
   
}

.team-info-main h2 {
    font-weight: 800;
    color: #D8B97D;
}

.team-info {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.btn-default {
    background: #d5d5d5;
    color: #000 ;
}

.btn-default:hover {
    background: #ccc;
}

.module-wrapper {
   position: relative;
   z-index: 0;    
}

.module-wrapper table {
    width: 99.9%;
}

.module-wrapper table tr {
    position: relative;
}

.module-wrapper table td {
    padding: 5px;
    border-bottom: 1px solid #e3e3e3 !important;
    vertical-align: middle;
    font-size: 0.9em;
}

.module-wrapper table td:first-child, .module-wrapper table th:first-child {
    padding-left:10px;
    padding-right: 10px;
}

.module-wrapper table th {
    border: 0px;
    color: #D8B97D;
    font-weight: 800;
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3e3 !important;
    
}

table.clean td {
    border: 0px !important;
    padding: 2px !important;
}

table.clean b {
    font-weight: 800;
}

table.clean tr:nth-child(even) td {
    background: transparent !important;
}

.competition-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;    
    margin-bottom: 0px;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;    
    border-bottom: 1px solid #e3e3e3;
    
}


.module-wrapper h6 {
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e3e3e3;
}

h5.title {
    color: #212529;    
    margin-bottom: 20px;
    font-weight: 800;
}

.player-form-box label {
    font-size: 14px !important;
}

.player-form-box .form-control {
    font-size: 14px;
}

.form-module {
    padding-top: 20px;
    padding-bottom: 20px;
}

.competitions-logo {
    width: 220px;
    height: 160px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

}



.competition-logo-wrapper {
    background: #fff;
    padding: 5px;
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-right: 15px;
    top: 0px;
}

.competition-logo-container {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* END General Section */

/* iPhone 4 */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .tournaments-list li {
        width: 100% !important;
    }

}

/* iPhone 5 */
@media only screen  and (min-width: 320px) and (max-width: 568px) {
    .tournaments-list li {
        width: 100% !important;
    }

}

/* iPhone 6 */
@media only screen  and (min-width: 375px) and (max-width: 667px) {
    .tournaments-list li {
        width: 100% !important;
    }

}

/* iPhone 6 Plus */
@media only screen  and (min-width: 414px) and (max-width: 736px) {

    .tournaments-list li {
        width: 100% !important;
    }

}

/* iPad mini 4 */
@media only screen  and (min-width: 736px) and (max-width: 1024px) {
    .tournaments-list li {
        width: 50% !important;
    }

}

/* iPad Air 2 */
@media only screen  and (min-width: 1024px) and (max-width: 1366px) {

    .tournaments-list li {
        width: 25% !important;
    }

}

/* iPad Pro */
@media only screen  and (min-width: 1366px) and (max-width: 2000px) {
    .tournaments-list li {
        width: 20% !important;
    }

}
