.modJSLiveFields > div {
    margin-bottom: 5px;
}
.modJSLiveInputGroup .input-append {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 0;
}
.modJSLiveInputGroup .field-calendar {
    display: table-cell;
}
#joomsport-container .modJSLiveInputGroup .input-append > input {
    width: 100%;
    height: auto;
    margin: 0 -1px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 14px;
    background-image: none;
    background-color: #fff;
    color: #555;
}
#joomsport-container .modJSLiveInputGroup .input-append > button {
    border-radius: 0;
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}
#joomsport-container .modJSLiveInputGroup .input-append .icon-calendar:before {
    content: "\e109";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    line-height: 12px;
}
#joomsport-container .modJSLiveMatchesTabUL{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    list-style: none;
}
.modJSLiveMatchesTabUL li{
    position: relative;
    margin: 0!important;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
}
.modJSLiveMatchesTabUL li.activeTab {
    font-weight: 700;
}
.modJSLiveMatchesTabUL li.activeTab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 100%;
    height: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2196f3;
}
#modJsFavMatchCounter{
    background-color: #ccc;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    line-height: 20px;
}
#modJSLiveMatchesContainer .table > tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    border-color: #e0e0e0;
}
#modJSLiveMatchesContainer table .jsLiveSeason {
    font-size: 14px;
    font-weight: 700;
    color: #31404b;
    background-color: #f5f5f5;
}
#modJSLiveMatchesContainer table td {
    width: 2%;
}
#modJSLiveMatchesContainer .table > tbody > tr > td.jsLiveTeam {
    width: 37%;
    white-space: normal;
}
#modJSLiveMatchesContainer table .jsLiveTeam.jsLiveHome {
    text-align: right;
}
#modJSLiveMatchesContainer table .jsLiveTeam > div {
    display: inline-block;
    padding: 0;
}
#modJSLiveMatchesFiltersSelect {
    height: 34px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}
#joomsport-container .modJSLiveInputGroup .jsdatefield {
    width: 100%;
    height: 34px;
    text-align: center;
}
.jsLiveAway {
    text-align: left;
}