.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
    margin-top: 15px;
}

.player-selection{
    height:30px;
    cursor:pointer;
    border:1px solid #eee;
    padding:5px 5px 5px 10px ;
    margin-top: 5px;
    box-shadow: 0 2px 3px #ccc;

}

.chronology-tab{
    background-color: #3c8dbc;
    color: #fff;
    padding: 2% 0;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
}
.chronology-tab-bordered{
    background-color: #fff;
    border-style: solid;
    border-color: #3c8dbc;
    padding: 2% 0;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
}

.fixed-height{
    height: 156px;
}

.donut-size{
    max-height: 250px;
}

.cookie{
    color: rgb(255, 255, 255);
    background-color: #007BFF;
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.bkgfield {

    background: url("/img/futsalpitchvert_270x440.png");
    background-repeat:no-repeat;
    background-position:center;
    width:225px;
    height:440px;
    border:1px solid black;
    margin: auto;
    font-size: 17px;
    /*color: white;*/
    table-layout: fixed;
}

.bkfield-img{
    display: block;
    margin: auto;
    height:440px;
}

.bkggoal {
    background: url("/img/futsal-net.jpeg");
    background-repeat:no-repeat;
    background-position:center;
    width:374px;
    height:244px;
    border:1px solid black;
    margin: auto;
    font-size: 2em;
    color: black;
}

.pdfbkgfield {
    background: "file://var/www/platform/public/img/futsalpitchvert_150x293.png";
    background-repeat:no-repeat;
    background-position:center;
    width:150px;
    height:293px;
    border:1px solid black;
    margin: auto;
    font-size: 13px;
    color: black;
}
.pdfbkggoal {
    background: "file://var/www/platform/public/img/futsal-net_250x162.jpeg";
    background-repeat:no-repeat;
    background-position:center;
    width:250px;
    height:163px;
    border:1px solid black;
    margin: auto;
    font-size: 1.5em;
    color: black;
}

.borded-td{
    border:1px solid black;
    width: 90px;
    overflow: hidden;
}

.fixed-height{
    height: 250px;
}
.img-80h{
    height: 80px !important;
}