html,body{
    margin: 0px !important;
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
}
.mainHeader{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #1a7984;
    text-align: center;
    background-image: url('../img/paddeo_live.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100px;
    display: flex;
}
.dropdown-toggle::after{
    content: none !important;
}
.mainContent{
    margin: 10px;
}
.dateSelector{
    margin-top: 20px;
    margin-bottom: 20px;
}
.dateSelected{
    font-weight: bold;
}
.torneoTittle{
    background-color: #ccc;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.torneoDiv{
    margin: 0px;
}
.torneoMatchPending{
    text-align: center;
    width: 100%;
}
.torneoMatchLive{
    text-align: center;
    width: 100%;
}
.torneoMatchDone{
    text-align: center;
    width: 100%;
}
.torneoList .match{
    margin-bottom: 10px;
    background-color: aliceblue;
    border: 1px solid #ccc;
}
.matchHeader{
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.matchSubHeader{
    padding: 5px;
    font-size: 10px;
    color: #fff;
    background-color: black;
    text-align: left;
}
.team1{
    text-align: left;
    font-size: 12px !important;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.team2{
    text-align: left;
    font-size: 12px !important;
    background-color: #fff;
}
.success{
    font-weight: bold;
}
.textsuccess{
    color:#228B22;
}
.warning{
    color:#228B22;
}
.accordion-body{
    padding-left:0px !important ;
    padding-right:0px !important ;
}
.torneoList .match .col-1{
    text-align: left;
}
.torneoList .match .col-2{
    text-align: left;
}
.torneoList .match .col-3{
    text-align: left;
}
.torneoList .match .names{
    margin-left: 10px !important;
}
.torneoList .match .row{
    margin:0px !important;
    padding: 0px !important;
}
.torneoList .setpan{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #ccc;
}
footer a{
    color: #fff !important;
}
#bracketShow{
    width: 100%;
    height: 100%;
    text-align: center;
}
#marginBrackets{
    margin-top: 20px;
    margin-bottom: 20px;
}
.i-custom {
    position: relative;
    top: -40px;
    z-index: 500;
    cursor: pointer;
}
.tooltip-custom {
    position: absolute;
    right: 60px;
}
div.jQBracket .team{
    background-color: #e6f2ff;
}
div.jQBracket .team.highlight{
    background-color:  #89a2d7 !important;
	color: #ffffff  !important;
}
div.jQBracket .team.lose{

}
div.jQBracket .team.win{
    font-weight: bold;

}
div.jQBracket .team.win div.score{
    color: #009616;
    font-weight: bold;
}
div.jQBracket .team.lose div.score{
    color: #FF0000;
}
div.jQBracket .connector{

}
div.jQBracket .connector.highlight{
    border-color:#89a2d7 !important;
}
div.jQBracket .team.na {
    background-color: #fdb46187;
    color: #464646;
}