a {
    cursor: pointer;
}

.content .table-panel .nav.nav-tabs {
    border-bottom: 5px solid #548a17;
}
.content .table-panel .nav.nav-tabs li a {
    font-weight: bold;
    color: black;
    margin: 0;
    height: 40px;
}
.content .table-panel .nav.nav-tabs li a:hover {
    border-bottom: none;
    color: red;
    background-color: white;
    height: 39px;
}
.content .table-panel .tab-content .sub-tabpanel .nav.nav-tabs li a {
    height: auto;
}
.content .table-panel .nav.nav-tabs li.active a {
    background-color: #7dc81d;
    border: 1px solid #548a17;
    background-image: linear-gradient(to top, #548a17 0%, #7dc81d 100%);
    color: white;
}
.content .table-panel .nav.nav-tabs li.dropdown a {
    background-color: #7dc81d;
    border: 1px solid #548a17;
    background-image: linear-gradient(to top, #548a17 0%, #7dc81d 100%);
    color: white;
}
.content .table-panel .nav.nav-tabs li.dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
}
.content .table-panel .nav.nav-tabs li.dropdown .dropdown-menu a {
    background: none;
    color: white;
    font-weight: normal;
    border: none;
}
.content .table-panel .nav.nav-tabs li.dropdown .dropdown-menu a:active {
    outline: none;
}
.content .table-panel .nav.nav-tabs li.dropdown .dropdown-menu a:hover {
    color: #c5ef1d;
}
.content .table-panel .tab-content .sub-tabpanel .nav.nav-tabs {
    background-color: #548a17;
    border: none;
    padding: 0 5px 5px 5px;
}
.content .table-panel .tab-content .sub-tabpanel .nav.nav-tabs li a {
    padding: 1px 5px;
    border: none;
    border-radius: 4px;
    margin-right: 2px;
}
.content .table-panel .tab-content .sub-tabpanel .nav.nav-tabs li a:hover {
    color: white;
    background: none;
}
.content .table-panel .tab-content .sub-tabpanel .nav.nav-tabs li.active a {
    background: none;
    background-color: black;
    border: none;
}
.content .table-panel .tab-content .tab-pane .match .title {
    background-image: linear-gradient(to top, #2b2d2f 0%, #494b4a 100%);
    padding: 8px;
    color: white;
}
.content .table-panel .tab-content .tab-pane .match .title .icon-flag {
    margin-right: 5px;
}
.content .table-panel .tab-content .tab-pane .match .title .table-link {
    vertical-align: top;
    color: white;
}
.content .table-panel .tab-content .tab-pane .match .title .table-link .glyphicon {
    color: #c5ef1d;
}
.content .table-panel .tab-content .tab-pane .match .title .table-link:hover {
    text-decoration: none;
    color: #c5ef1d;
}
.content .table-panel .tab-content .tab-pane .match .match-event {
    color: black;
    text-decoration: none;
    font-size: 9pt;
    display: block;
    width: 100%;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .match .match-event.odd {
    background-color: white;
}
.content .table-panel .tab-content .tab-pane .match .match-event.even {
    background-color: #eeeeee;
}
.content .table-panel .tab-content .tab-pane .match .match-event.collapsed .table .e-row {
    background-color: transparent;
}
.content .table-panel .tab-content .tab-pane .match .match-event.collapsed .table .plus .glyphicon-triangle-bottom {
    padding: 2px;
    display: inline-block;
}
.content .table-panel .tab-content .tab-pane .match .match-event.collapsed .table .plus .glyphicon-triangle-top {
    padding: 1px 2px;
    display: none;
}
.content .table-panel .tab-content .tab-pane .match .match-event .table {
    margin: 0px;
}
.content .table-panel .tab-content .tab-pane .match .match-event .table .e-row {
    background-color: #a2e54c;
}
.content .table-panel .tab-content .tab-pane .match .match-event .col {
    text-align: center;
    padding: 3px;
}
.content .table-panel .tab-content .tab-pane .match .match-event .time {
    width: 8%;
}
.content .table-panel .tab-content .tab-pane .match .match-event .status {
    width: 13%;
}
.content .table-panel .tab-content .tab-pane .match .match-event .name {
    width: 25%;
}
.content .table-panel .tab-content .tab-pane .match .match-event .name.left {
    text-align: right;
}
.content .table-panel .tab-content .tab-pane .match .match-event .name.right {
    text-align: left;
}
.content .table-panel .tab-content .tab-pane .match .match-event .score {
    width: 8%;
}
.content .table-panel .tab-content .tab-pane .match .match-event .icons {
    vertical-align: top;
    width: 15%;
}
.content .table-panel .tab-content .tab-pane .match .match-event .icons .icon-live {
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    background-color: #d32127;
    padding: 0 3px;
    border-radius: 3px;
    color: white;
}
.content .table-panel .tab-content .tab-pane .match .match-event .plus {
    width: 5%;
    text-align: center;
}
.content .table-panel .tab-content .tab-pane .match .match-event .plus .glyphicon {
    font-size: 8px;
    width: 13px;
    height: 13px;
}
.content .table-panel .tab-content .tab-pane .match .match-event .plus .glyphicon.glyphicon-triangle-bottom {
    padding: 2px;
    display: none;
}
.content .table-panel .tab-content .tab-pane .match .match-event .plus .glyphicon.glyphicon-triangle-top {
    padding: 1px 2px;
    display: inline-block;
}
.content .table-panel .tab-content .tab-pane .match .event-info .info-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-color: #feb02a;
    background-image: linear-gradient(to right, #feb02a, #fee23d);
    padding: 5px 0;
}
.content .table-panel .tab-content .tab-pane .match .event-info .table .center {
    text-align: center;
    vertical-align: middle;
    width: 10%;
}
.content .table-panel .tab-content .tab-pane .match .event-info .table .right {
    text-align: right;
    width: 43%;
}
.content .table-panel .tab-content .tab-pane .match .event-info .table .left {
    text-align: left;
    width: 43%;
}
/*
.content .table-panel .tab-content .tab-pane .bookmarker {
    border-bottom: 2px solid white;
}
*/
.content .table-panel .tab-content .tab-pane .bookmarker .background-active {
    padding: 3px 0 !important;
}
.content .table-panel .tab-content .tab-pane .bookmarker .background-active .for-active-bg {
    display: inline-block;
    background-color: #feb02a;
    border-radius: 3px;
    padding: 0 3px;
}
.content .table-panel .tab-content .tab-pane .bookmarker .name {
    display: inline-block;
    padding-right: 10px;
    background: url(bookmaker-link.png) top right no-repeat;
    color: #c21018 !important;
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table {
    text-align: center;
    margin-bottom: 0;
    background-color: white;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table td {
    padding: 3px;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table td a {
    color: black;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table thead {
    background-color: #c0c0c0;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table thead tr {
    background-image: linear-gradient(to top, #2b2d2f 0%, #494b4a 100%);
    color: white;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table thead th {
    padding: 8px;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table th {
    text-align: center;
    border: none;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table th.channel-status {
    background: none;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table tr {
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmarker .channel-status {
    background-color: black;
    width: 8px;
    padding: 0;
}
.content .table-panel .tab-content .tab-pane .bookmarker .table-bottom {
    background-image: linear-gradient(to right, #feb02a, #fee23d);
    background-color: #feb02a !important;
    background-attachment: fixed;
}
.alax-loading i {
    color: #7dc81d;
    font-size: 48px !important
}
.content .table-panel .tab-content .tab-pane .bookmarker .table-bottom-2 {
    background-color: #A2E54C !important;
}
.content .table-panel .tab-content .tab-pane .align-left {
    text-align: left;
}
.content .table-panel .tab-content .tab-pane .bold {
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .matches {
    border-bottom: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .matches .background-active .for-active-bg {
    display: inline-block;
    background-color: #feb02a;
    border-radius: 3px;
    padding: 0 2px;
}
.content .table-panel .tab-content .tab-pane .matches .minutes {
    color: red;
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .matches .score {
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #a71a1f;
    background-image: linear-gradient(to top, #a71a1f 0%, #d32127 100%);
    margin-left: 5px;
    color: white;
    font-style: italic;
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .matches .table {
    text-align: center;
    margin-bottom: 0;
    background-color: white;
}
.content .table-panel .tab-content .tab-pane .matches .table tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}
.content .table-panel .tab-content .tab-pane .matches .table tr {
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .matches .table td {
    padding: 3px;
}
.content .table-panel .tab-content .tab-pane .matches a {
    color: black;
}
.content .table-panel .tab-content .tab-pane .matches .dark-title {
    background-image: linear-gradient(to top, #2b2d2f 0%, #494b4a 100%);
    color: white;
    /*border: none !important;*/
}
.content .table-panel .tab-content .tab-pane .matches .dark-title td {
    border: none;
    padding: 8px;
}
.content .table-panel .tab-content .tab-pane .matches .dark-title .icon-flag {
    margin-right: 5px;
}
.content .table-panel .tab-content .tab-pane .matches .dark-title a {
    color: white;
}
/*
.content .table-panel .tab-content .tab-pane .bookmaker-table {
    border-bottom: 2px solid white;
}
*/
.content .table-panel .tab-content .tab-pane .bookmaker-table .table {
    border-bottom: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .small-cell {
    width: 9%;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .arrow-cell {
    width: 5%;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table {
    text-align: center;
    margin: 0;
    background-color: white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr,
{
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr td {
    padding: 3px;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr a {
    color: black;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.title {
    /*border: none;*/
    background-image: linear-gradient(to top, #2b2d2f 0%, #494b4a 100%);
    color: white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table {
    border: none;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.title a {
    color: white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.title td {
    border: none;
    padding: 8px;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.title .icon-flag {
    margin-right: 5px;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.title .wide-cell {
    width: 50%;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn {
    cursor: pointer;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn .glyphicon {
    display: block;
    font-size: 8px;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn .glyphicon-triangle-bottom {
    display: none;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn .glyphicon-triangle-top {
    display: block;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn td {
    background-color: #A2E54C;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn.collapsed .glyphicon-triangle-bottom {
    display: block;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn.collapsed .glyphicon-triangle-top {
    display: none;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn.collapsed td {
    background-color: transparent;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-btn .wide-cell {
    width: 41%;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .wide-cell {
    width: 50%;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .name {
    display: inline-block;
    padding-right: 10px;
    background: url(bookmaker-link.png) top right no-repeat;
    color: #c21018;
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .content-td {
    border: none;
    padding: 0;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table {
    margin: 0;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table tr {
    border: none;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table thead tr {
    background-image: linear-gradient(to right, #feb02a, #fee23d);
    background-attachment: fixed;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table thead th {
    text-align: center;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table thead .channel-status {
    background: none;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .channel-status {
    background-color: black;
    width: 8px;
    padding: 0;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table-bottom {
    background-image: linear-gradient(to right, #feb02a, #fee23d);
    background-attachment: fixed;
}
.content .table-panel .tab-content .tab-pane .bookmaker-table .table tr.collapse-content .table-bottom-2 {
    background-color: #A2E54C;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating {
    text-align: center;
    border-bottom: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .name {
    text-align: left;
    font-weight: bold;
    color: #c21018;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .num {
    font-weight: bold;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating.rating-bordered .rating td {
    border: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .title {
    background-image: linear-gradient(to top, #2b2d2f 0%, #494b4a 100%);
    color: white;
    border: none !important;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .title td {
    border: none;
    padding: 8px;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .rating {
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .rating-stars {
    display: inline-block;
    direction: rtl;
    text-align: center;
    cursor: pointer;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .rating-stars:hover .active {
    color: grey;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .rating-stars .star:hover,
.content .table-panel .tab-content .tab-pane .bookmaker-rating .rating-stars .star:hover ~ .star {
    color: #feb02a !important;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .star {
    font-size: 15px;
    padding: 0 2px;
    margin: 0;
    color: grey;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .star.active {
    color: #feb02a;
}
.content .table-panel .tab-content .tab-pane .bookmaker-rating .total-star {
    font-size: 15px;
    color: #feb02a;
}

.content .table-panel .tab-content .tab-pane .match {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .match .match-event {
    border-left: none !important;
    border-right: none !important;
}

.content .table-panel .tab-content .tab-pane .matches {
    border-bottom: none !important;
}
.content .table-panel .tab-content .tab-pane .match .title {
    min-height: 33px;
    margin-left: -2px;
    margin-right: -2px;
}

/* DatePicker */

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}

.content .content-datepicker {
    width: 120px;
}
.content .content-datepicker #datepicker .form-control {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
.content .content-datepicker #datepicker .input-group-addon {
    background: none;
    border: none;
}
.content .content-datepicker #datepicker .input-group-addon .glyphicon {
    color: black;
    font-size: 14pt;
}

.content .player-icon {
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(player-icons-30-12-9.png) no-repeat;
}
.content .player-icon.red-card {
    background-position: 0 0;
}
.content .player-icon.yellow-card {
    background-position: -9px 0;
}
.content .player-icon.soccer-ball {
    background-position: -18px 0;
    width: 12px;
}

.alax-loading {
    padding: 20px;
    text-align: center;
}

body {
    background-color: #EEEEEE;
}

.for-active-bg {
    display: inline-block;
    background-color: #A2E54C;
    border-radius: 3px;
    padding: 0 3px;
}

.logo-bookmaker {
    display: inline-block;
    width: 75px;
    height: 16px;
    background: url(bookmaker-logo-75-16.jpg) no-repeat;
    vertical-align: top;
}
.logo-bookmaker.logo-1-1 {
    background-position: 0px 0px;
}
.logo-bookmaker.logo-1-2 {
    background-position: -75px 0px;
}
.logo-bookmaker.logo-1-3 {
    background-position: -150px 0px;
}
.logo-bookmaker.logo-1-4 {
    background-position: -225px 0px;
}
.logo-bookmaker.logo-2-1 {
    background-position: 0px -16px;
}
.logo-bookmaker.logo-2-2 {
    background-position: -75px -16px;
}
.logo-bookmaker.logo-2-3 {
    background-position: -150px -16px;
}
.logo-bookmaker.logo-2-4 {
    background-position: -225px -16px;
}
.logo-bookmaker.logo-3-1 {
    background-position: 0px -32px;
}
.logo-bookmaker.logo-3-2 {
    background-position: -75px -32px;
}
.logo-bookmaker.logo-3-3 {
    background-position: -150px -32px;
}
.logo-bookmaker.logo-3-4 {
    background-position: -225px -32px;
}
.logo-bookmaker.logo-4-1 {
    background-position: 0px -48px;
}
.logo-bookmaker.logo-4-2 {
    background-position: -75px -48px;
}
.logo-bookmaker.logo-4-3 {
    background-position: -150px -48px;
}
.logo-bookmaker.logo-4-4 {
    background-position: -225px -48px;
}
.logo-bookmaker.logo-5-1 {
    background-position: 0px -64px;
}
.logo-bookmaker.logo-5-2 {
    background-position: -75px -64px;
}
.logo-bookmaker.logo-5-3 {
    background-position: -150px -64px;
}
.logo-bookmaker.logo-5-4 {
    background-position: -225px -64px;
}
.logo-bookmaker.logo-6-1 {
    background-position: 0px -80px;
}
.logo-bookmaker.logo-6-2 {
    background-position: -75px -80px;
}
.logo-bookmaker.logo-6-3 {
    background-position: -150px -80px;
}
.logo-bookmaker.logo-6-4 {
    background-position: -225px -80px;
}
.logo-bookmaker.logo-7-1 {
    background-position: 0px -96px;
}
.logo-bookmaker.logo-7-2 {
    background-position: -75px -96px;
}
.logo-bookmaker.logo-7-3 {
    background-position: -150px -96px;
}
.logo-bookmaker.logo-7-4 {
    background-position: -225px -96px;
}
.logo-bookmaker.logo-8-1 {
    background-position: 0px -112px;
}
.logo-bookmaker.logo-8-2 {
    background-position: -75px -112px;
}
.logo-bookmaker.logo-8-3 {
    background-position: -150px -112px;
}
.logo-bookmaker.logo-8-4 {
    background-position: -225px -112px;
}
.logo-bookmaker.logo-9-1 {
    background-position: 0px -128px;
}
.logo-bookmaker.logo-9-2 {
    background-position: -75px -128px;
}
.logo-bookmaker.logo-9-3 {
    background-position: -150px -128px;
}
.logo-bookmaker.logo-9-4 {
    background-position: -225px -128px;
}
.logo-bookmaker.logo-10-1 {
    background-position: 0px -144px;
}
.logo-bookmaker.logo-10-2 {
    background-position: -75px -144px;
}
.logo-bookmaker.logo-10-3 {
    background-position: -150px -144px;
}
.logo-bookmaker.logo-10-4 {
    background-position: -225px -144px;
}
.logo-bookmaker.logo-11-1 {
    background-position: 0px -160px;
}
.logo-bookmaker.logo-11-2 {
    background-position: -75px -160px;
}
.logo-bookmaker.logo-11-3 {
    background-position: -150px -160px;
}
.logo-bookmaker.logo-11-4 {
    background-position: -225px -160px;
}
.logo-bookmaker.logo-12-1 {
    background-position: 0px -176px;
}
.logo-bookmaker.logo-12-2 {
    background-position: -75px -176px;
}
.logo-bookmaker.logo-12-3 {
    background-position: -150px -176px;
}
.logo-bookmaker.logo-12-4 {
    background-position: -225px -176px;
}
.logo-bookmaker.logo-13-1 {
    background-position: 0px -192px;
}
.logo-bookmaker.logo-13-2 {
    background-position: -75px -192px;
}
.logo-bookmaker.logo-13-3 {
    background-position: -150px -192px;
}
.logo-bookmaker.logo-13-4 {
    background-position: -225px -192px;
}
.logo-bookmaker.logo-14-1 {
    background-position: 0px -208px;
}
.logo-bookmaker.logo-14-2 {
    background-position: -75px -208px;
}
.logo-bookmaker.logo-14-3 {
    background-position: -150px -208px;
}
.logo-bookmaker.logo-14-4 {
    background-position: -225px -208px;
}
.logo-bookmaker.logo-15-1 {
    background-position: 0px -224px;
}
.logo-bookmaker.logo-15-2 {
    background-position: -75px -224px;
}
.logo-bookmaker.logo-15-3 {
    background-position: -150px -224px;
}
.logo-bookmaker.logo-15-4 {
    background-position: -225px -224px;
}
.logo-bookmaker.logo-16-1 {
    background-position: 0px -240px;
}
.logo-bookmaker.logo-16-2 {
    background-position: -75px -240px;
}
.logo-bookmaker.logo-16-3 {
    background-position: -150px -240px;
}
.logo-bookmaker.logo-16-4 {
    background-position: -225px -240px;
}
.logo-bookmaker.logo-17-1 {
    background-position: 0px -256px;
}
.logo-bookmaker.logo-17-2 {
    background-position: -75px -256px;
}
.logo-bookmaker.logo-17-3 {
    background-position: -150px -256px;
}
.logo-bookmaker.logo-17-4 {
    background-position: -225px -256px;
}
.logo-bookmaker.logo-18-1 {
    background-position: 0px -272px;
}
.logo-bookmaker.logo-18-2 {
    background-position: -75px -272px;
}
.logo-bookmaker.logo-18-3 {
    background-position: -150px -272px;
}
.logo-bookmaker.logo-18-4 {
    background-position: -225px -272px;
}
.logo-bookmaker.logo-19-1 {
    background-position: 0px -288px;
}
.logo-bookmaker.logo-19-2 {
    background-position: -75px -288px;
}
.logo-bookmaker.logo-19-3 {
    background-position: -150px -288px;
}
.logo-bookmaker.logo-19-4 {
    background-position: -225px -288px;
}
.logo-bookmaker.logo-20-1 {
    background-position: 0px -304px;
}
.logo-bookmaker.logo-20-2 {
    background-position: -75px -304px;
}
.logo-bookmaker.logo-20-3 {
    background-position: -150px -304px;
}
.logo-bookmaker.logo-20-4 {
    background-position: -225px -304px;
}
.logo-bookmaker.logo-21-1 {
    background-position: 0px -320px;
}
.logo-bookmaker.logo-21-2 {
    background-position: -75px -320px;
}
.logo-bookmaker.logo-21-3 {
    background-position: -150px -320px;
}
.logo-bookmaker.logo-21-4 {
    background-position: -225px -320px;
}
.logo-bookmaker.logo-22-1 {
    background-position: 0px -336px;
}
.logo-bookmaker.logo-22-2 {
    background-position: -75px -336px;
}
.logo-bookmaker.logo-22-3 {
    background-position: -150px -336px;
}
.logo-bookmaker.logo-22-4 {
    background-position: -225px -336px;
}
.logo-bookmaker.logo-23-1 {
    background-position: 0px -352px;
}
.logo-bookmaker.logo-23-2 {
    background-position: -75px -352px;
}
.logo-bookmaker.logo-23-3 {
    background-position: -150px -352px;
}
.logo-bookmaker.logo-23-4 {
    background-position: -225px -352px;
}
.logo-bookmaker.logo-24-1 {
    background-position: 0px -368px;
}
.logo-bookmaker.logo-24-2 {
    background-position: -75px -368px;
}
.logo-bookmaker.logo-24-3 {
    background-position: -150px -368px;
}
.logo-bookmaker.logo-24-4 {
    background-position: -225px -368px;
}
.logo-bookmaker.logo-25-1 {
    background-position: 0px -384px;
}
.logo-bookmaker.logo-25-2 {
    background-position: -75px -384px;
}
.logo-bookmaker.logo-25-3 {
    background-position: -150px -384px;
}
.logo-bookmaker.logo-25-4 {
    background-position: -225px -384px;
}
.logo-bookmaker.logo-26-1 {
    background-position: 0px -400px;
}
.logo-bookmaker.logo-26-2 {
    background-position: -75px -400px;
}
.logo-bookmaker.logo-26-3 {
    background-position: -150px -400px;
}
.logo-bookmaker.logo-26-4 {
    background-position: -225px -400px;
}
.logo-bookmaker.logo-27-1 {
    background-position: 0px -416px;
}
.logo-bookmaker.logo-27-2 {
    background-position: -75px -416px;
}
.logo-bookmaker.logo-27-3 {
    background-position: -150px -416px;
}
.logo-bookmaker.logo-27-4 {
    background-position: -225px -416px;
}
.logo-bookmaker.logo-28-1 {
    background-position: 0px -432px;
}
.logo-bookmaker.logo-28-2 {
    background-position: -75px -432px;
}
.logo-bookmaker.logo-28-3 {
    background-position: -150px -432px;
}
.logo-bookmaker.logo-28-4 {
    background-position: -225px -432px;
}
.logo-bookmaker.logo-29-1 {
    background-position: 0px -448px;
}
.logo-bookmaker.logo-29-2 {
    background-position: -75px -448px;
}
.logo-bookmaker.logo-29-3 {
    background-position: -150px -448px;
}
.logo-bookmaker.logo-29-4 {
    background-position: -225px -448px;
}
.logo-bookmaker.logo-30-1 {
    background-position: 0px -464px;
}
.logo-bookmaker.logo-30-2 {
    background-position: -75px -464px;
}
.logo-bookmaker.logo-30-3 {
    background-position: -150px -464px;
}
.logo-bookmaker.logo-30-4 {
    background-position: -225px -464px;
}
.logo-bookmaker.logo-31-1 {
    background-position: 0px -480px;
}
.logo-bookmaker.logo-31-2 {
    background-position: -75px -480px;
}
.logo-bookmaker.logo-31-3 {
    background-position: -150px -480px;
}
.logo-bookmaker.logo-31-4 {
    background-position: -225px -480px;
}
.logo-bookmaker.logo-32-1 {
    background-position: 0px -496px;
}
.logo-bookmaker.logo-32-2 {
    background-position: -75px -496px;
}
.logo-bookmaker.logo-32-3 {
    background-position: -150px -496px;
}
.logo-bookmaker.logo-32-4 {
    background-position: -225px -496px;
}
.logo-bookmaker.logo-33-1 {
    background-position: 0px -512px;
}
.logo-bookmaker.logo-33-2 {
    background-position: -75px -512px;
}
.logo-bookmaker.logo-33-3 {
    background-position: -150px -512px;
}
.logo-bookmaker.logo-33-4 {
    background-position: -225px -512px;
}
.logo-bookmaker.logo-34-1 {
    background-position: 0px -528px;
}
.logo-bookmaker.logo-34-2 {
    background-position: -75px -528px;
}
.logo-bookmaker.logo-34-3 {
    background-position: -150px -528px;
}
.logo-bookmaker.logo-34-4 {
    background-position: -225px -528px;
}
.logo-bookmaker.logo-35-1 {
    background-position: 0px -544px;
}
.logo-bookmaker.logo-35-2 {
    background-position: -75px -544px;
}
.logo-bookmaker.logo-35-3 {
    background-position: -150px -544px;
}
.logo-bookmaker.logo-35-4 {
    background-position: -225px -544px;
}
.logo-bookmaker.logo-36-1 {
    background-position: 0px -560px;
}
.logo-bookmaker.logo-36-2 {
    background-position: -75px -560px;
}
.logo-bookmaker.logo-36-3 {
    background-position: -150px -560px;
}
.logo-bookmaker.logo-36-4 {
    background-position: -225px -560px;
}
.logo-bookmaker.logo-37-1 {
    background-position: 0px -576px;
}
.logo-bookmaker.logo-37-2 {
    background-position: -75px -576px;
}
.logo-bookmaker.logo-37-3 {
    background-position: -150px -576px;
}
.logo-bookmaker.logo-37-4 {
    background-position: -225px -576px;
}
.logo-bookmaker.logo-38-1 {
    background-position: 0px -592px;
}
.logo-bookmaker.logo-38-2 {
    background-position: -75px -592px;
}
.logo-bookmaker.logo-38-3 {
    background-position: -150px -592px;
}
.logo-bookmaker.logo-38-4 {
    background-position: -225px -592px;
}
.logo-bookmaker.logo-39-1 {
    background-position: 0px -608px;
}
.logo-bookmaker.logo-39-2 {
    background-position: -75px -608px;
}
.logo-bookmaker.logo-39-3 {
    background-position: -150px -608px;
}
.logo-bookmaker.logo-39-4 {
    background-position: -225px -608px;
}
.logo-bookmaker.logo-40-1 {
    background-position: 0px -624px;
}
.logo-bookmaker.logo-40-2 {
    background-position: -75px -624px;
}
.logo-bookmaker.logo-40-3 {
    background-position: -150px -624px;
}
.logo-bookmaker.logo-40-4 {
    background-position: -225px -624px;
}
.logo-bookmaker.logo-41-1 {
    background-position: 0px -640px;
}
.logo-bookmaker.logo-41-2 {
    background-position: -75px -640px;
}
.logo-bookmaker.logo-41-3 {
    background-position: -150px -640px;
}
.logo-bookmaker.logo-41-4 {
    background-position: -225px -640px;
}
.logo-bookmaker.logo-42-1 {
    background-position: 0px -656px;
}
.logo-bookmaker.logo-42-2 {
    background-position: -75px -656px;
}
.logo-bookmaker.logo-42-3 {
    background-position: -150px -656px;
}
.logo-bookmaker.logo-42-4 {
    background-position: -225px -656px;
}
.logo-bookmaker.logo-43-1 {
    background-position: 0px -672px;
}
.logo-bookmaker.logo-43-2 {
    background-position: -75px -672px;
}
.logo-bookmaker.logo-43-3 {
    background-position: -150px -672px;
}
.logo-bookmaker.logo-43-4 {
    background-position: -225px -672px;
}
.logo-bookmaker.logo-44-1 {
    background-position: 0px -688px;
}
.logo-bookmaker.logo-44-2 {
    background-position: -75px -688px;
}
.logo-bookmaker.logo-44-3 {
    background-position: -150px -688px;
}
.logo-bookmaker.logo-44-4 {
    background-position: -225px -688px;
}
.logo-bookmaker.logo-45-1 {
    background-position: 0px -704px;
}
.logo-bookmaker.logo-45-2 {
    background-position: -75px -704px;
}
.logo-bookmaker.logo-45-3 {
    background-position: -150px -704px;
}
.logo-bookmaker.logo-45-4 {
    background-position: -225px -704px;
}
.logo-bookmaker.logo-46-1 {
    background-position: 0px -720px;
}
.logo-bookmaker.logo-46-2 {
    background-position: -75px -720px;
}
.logo-bookmaker.logo-46-3 {
    background-position: -150px -720px;
}
.logo-bookmaker.logo-46-4 {
    background-position: -225px -720px;
}
.logo-bookmaker.logo-47-1 {
    background-position: 0px -736px;
}
.logo-bookmaker.logo-47-2 {
    background-position: -75px -736px;
}
.logo-bookmaker.logo-47-3 {
    background-position: -150px -736px;
}
.logo-bookmaker.logo-47-4 {
    background-position: -225px -736px;
}
.logo-bookmaker.logo-48-1 {
    background-position: 0px -752px;
}
.logo-bookmaker.logo-48-2 {
    background-position: -75px -752px;
}
.logo-bookmaker.logo-48-3 {
    background-position: -150px -752px;
}
.logo-bookmaker.logo-48-4 {
    background-position: -225px -752px;
}
.logo-bookmaker.logo-49-1 {
    background-position: 0px -768px;
}
.logo-bookmaker.logo-49-2 {
    background-position: -75px -768px;
}
.logo-bookmaker.logo-49-3 {
    background-position: -150px -768px;
}
.logo-bookmaker.logo-49-4 {
    background-position: -225px -768px;
}
.logo-bookmaker.logo-50-1 {
    background-position: 0px -784px;
}
.logo-bookmaker.logo-50-2 {
    background-position: -75px -784px;
}
.logo-bookmaker.logo-50-3 {
    background-position: -150px -784px;
}
.logo-bookmaker.logo-50-4 {
    background-position: -225px -784px;
}
.logo-bookmaker.logo-51-1 {
    background-position: 0px -800px;
}
.logo-bookmaker.logo-51-2 {
    background-position: -75px -800px;
}
.logo-bookmaker.logo-51-3 {
    background-position: -150px -800px;
}
.logo-bookmaker.logo-51-4 {
    background-position: -225px -800px;
}
.logo-bookmaker.logo-52-1 {
    background-position: 0px -816px;
}
.logo-bookmaker.logo-52-2 {
    background-position: -75px -816px;
}
.logo-bookmaker.logo-52-3 {
    background-position: -150px -816px;
}
.logo-bookmaker.logo-52-4 {
    background-position: -225px -816px;
}
.logo-bookmaker.logo-53-1 {
    background-position: 0px -832px;
}
.logo-bookmaker.logo-53-2 {
    background-position: -75px -832px;
}
.logo-bookmaker.logo-53-3 {
    background-position: -150px -832px;
}
.logo-bookmaker.logo-53-4 {
    background-position: -225px -832px;
}
.logo-bookmaker.logo-54-1 {
    background-position: 0px -848px;
}
.logo-bookmaker.logo-54-2 {
    background-position: -75px -848px;
}
.logo-bookmaker.logo-54-3 {
    background-position: -150px -848px;
}
.logo-bookmaker.logo-54-4 {
    background-position: -225px -848px;
}
.logo-bookmaker.logo-55-1 {
    background-position: 0px -864px;
}
.logo-bookmaker.logo-55-2 {
    background-position: -75px -864px;
}
.logo-bookmaker.logo-55-3 {
    background-position: -150px -864px;
}
.logo-bookmaker.logo-55-4 {
    background-position: -225px -864px;
}
.logo-bookmaker.logo-56-1 {
    background-position: 0px -880px;
}
.logo-bookmaker.logo-56-2 {
    background-position: -75px -880px;
}
.logo-bookmaker.logo-56-3 {
    background-position: -150px -880px;
}
.logo-bookmaker.logo-56-4 {
    background-position: -225px -880px;
}
.logo-bookmaker.logo-57-1 {
    background-position: 0px -896px;
}
.logo-bookmaker.logo-57-2 {
    background-position: -75px -896px;
}
.logo-bookmaker.logo-57-3 {
    background-position: -150px -896px;
}
.logo-bookmaker.logo-57-4 {
    background-position: -225px -896px;
}
.logo-bookmaker.logo-58-1 {
    background-position: 0px -912px;
}
.logo-bookmaker.logo-58-2 {
    background-position: -75px -912px;
}
.logo-bookmaker.logo-58-3 {
    background-position: -150px -912px;
}
.logo-bookmaker.logo-58-4 {
    background-position: -225px -912px;
}
.logo-bookmaker.logo-59-1 {
    background-position: 0px -928px;
}
.logo-bookmaker.logo-59-2 {
    background-position: -75px -928px;
}
.logo-bookmaker.logo-59-3 {
    background-position: -150px -928px;
}
.logo-bookmaker.logo-59-4 {
    background-position: -225px -928px;
}
.logo-bookmaker.logo-60-1 {
    background-position: 0px -944px;
}
.logo-bookmaker.logo-60-2 {
    background-position: -75px -944px;
}
.logo-bookmaker.logo-60-3 {
    background-position: -150px -944px;
}
.logo-bookmaker.logo-60-4 {
    background-position: -225px -944px;
}
.logo-bookmaker.logo-61-1 {
    background-position: 0px -960px;
}
.logo-bookmaker.logo-61-2 {
    background-position: -75px -960px;
}
.logo-bookmaker.logo-61-3 {
    background-position: -150px -960px;
}
.logo-bookmaker.logo-61-4 {
    background-position: -225px -960px;
}
.logo-bookmaker.logo-62-1 {
    background-position: 0px -976px;
}
.logo-bookmaker.logo-62-2 {
    background-position: -75px -976px;
}
.logo-bookmaker.logo-62-3 {
    background-position: -150px -976px;
}
.logo-bookmaker.logo-62-4 {
    background-position: -225px -976px;
}
.logo-bookmaker.logo-63-1 {
    background-position: 0px -992px;
}
.logo-bookmaker.logo-63-2 {
    background-position: -75px -992px;
}
.logo-bookmaker.logo-63-3 {
    background-position: -150px -992px;
}
.logo-bookmaker.logo-63-4 {
    background-position: -225px -992px;
}
.logo-bookmaker.logo-64-1 {
    background-position: 0px -1008px;
}
.logo-bookmaker.logo-64-2 {
    background-position: -75px -1008px;
}
.logo-bookmaker.logo-64-3 {
    background-position: -150px -1008px;
}
.logo-bookmaker.logo-64-4 {
    background-position: -225px -1008px;
}
.logo-bookmaker.logo-65-1 {
    background-position: 0px -1024px;
}
.logo-bookmaker.logo-65-2 {
    background-position: -75px -1024px;
}
.logo-bookmaker.logo-65-3 {
    background-position: -150px -1024px;
}
.logo-bookmaker.logo-65-4 {
    background-position: -225px -1024px;
}
.logo-bookmaker.logo-66-1 {
    background-position: 0px -1040px;
}
.logo-bookmaker.logo-66-2 {
    background-position: -75px -1040px;
}
.logo-bookmaker.logo-66-3 {
    background-position: -150px -1040px;
}
.logo-bookmaker.logo-66-4 {
    background-position: -225px -1040px;
}
.logo-bookmaker.logo-67-1 {
    background-position: 0px -1056px;
}
.logo-bookmaker.logo-67-2 {
    background-position: -75px -1056px;
}
.logo-bookmaker.logo-67-3 {
    background-position: -150px -1056px;
}
.logo-bookmaker.logo-67-4 {
    background-position: -225px -1056px;
}
.logo-bookmaker.logo-68-1 {
    background-position: 0px -1072px;
}
.logo-bookmaker.logo-68-2 {
    background-position: -75px -1072px;
}
.logo-bookmaker.logo-68-3 {
    background-position: -150px -1072px;
}
.logo-bookmaker.logo-68-4 {
    background-position: -225px -1072px;
}
.logo-bookmaker.logo-69-1 {
    background-position: 0px -1088px;
}
.logo-bookmaker.logo-69-2 {
    background-position: -75px -1088px;
}
.logo-bookmaker.logo-69-3 {
    background-position: -150px -1088px;
}
.logo-bookmaker.logo-69-4 {
    background-position: -225px -1088px;
}
.logo-bookmaker.logo-70-1 {
    background-position: 0px -1104px;
}
.logo-bookmaker.logo-70-2 {
    background-position: -75px -1104px;
}
.logo-bookmaker.logo-70-3 {
    background-position: -150px -1104px;
}
.logo-bookmaker.logo-70-4 {
    background-position: -225px -1104px;
}
.logo-bookmaker.logo-71-1 {
    background-position: 0px -1120px;
}
.logo-bookmaker.logo-71-2 {
    background-position: -75px -1120px;
}
.logo-bookmaker.logo-71-3 {
    background-position: -150px -1120px;
}
.logo-bookmaker.logo-71-4 {
    background-position: -225px -1120px;
}
.logo-bookmaker.logo-72-1 {
    background-position: 0px -1136px;
}
.logo-bookmaker.logo-72-2 {
    background-position: -75px -1136px;
}
.logo-bookmaker.logo-72-3 {
    background-position: -150px -1136px;
}
.logo-bookmaker.logo-72-4 {
    background-position: -225px -1136px;
}
.logo-bookmaker.logo-73-1 {
    background-position: 0px -1152px;
}
.logo-bookmaker.logo-73-2 {
    background-position: -75px -1152px;
}
.logo-bookmaker.logo-73-3 {
    background-position: -150px -1152px;
}
.logo-bookmaker.logo-73-4 {
    background-position: -225px -1152px;
}
.logo-bookmaker.logo-74-1 {
    background-position: 0px -1168px;
}
.logo-bookmaker.logo-74-2 {
    background-position: -75px -1168px;
}
.logo-bookmaker.logo-74-3 {
    background-position: -150px -1168px;
}
.logo-bookmaker.logo-74-4 {
    background-position: -225px -1168px;
}
.logo-bookmaker.logo-75-1 {
    background-position: 0px -1184px;
}
.logo-bookmaker.logo-75-2 {
    background-position: -75px -1184px;
}
.logo-bookmaker.logo-75-3 {
    background-position: -150px -1184px;
}
.logo-bookmaker.logo-75-4 {
    background-position: -225px -1184px;
}
.logo-bookmaker.logo-76-1 {
    background-position: 0px -1200px;
}
.logo-bookmaker.logo-76-2 {
    background-position: -75px -1200px;
}
.logo-bookmaker.logo-76-3 {
    background-position: -150px -1200px;
}
.logo-bookmaker.logo-76-4 {
    background-position: -225px -1200px;
}
.logo-bookmaker.logo-77-1 {
    background-position: 0px -1216px;
}
.logo-bookmaker.logo-77-2 {
    background-position: -75px -1216px;
}
.logo-bookmaker.logo-77-3 {
    background-position: -150px -1216px;
}
.logo-bookmaker.logo-77-4 {
    background-position: -225px -1216px;
}
.logo-bookmaker.logo-78-1 {
    background-position: 0px -1232px;
}
.logo-bookmaker.logo-78-2 {
    background-position: -75px -1232px;
}
.logo-bookmaker.logo-78-3 {
    background-position: -150px -1232px;
}
.logo-bookmaker.logo-78-4 {
    background-position: -225px -1232px;
}
.logo-bookmaker.logo-79-1 {
    background-position: 0px -1248px;
}
.logo-bookmaker.logo-79-2 {
    background-position: -75px -1248px;
}
.logo-bookmaker.logo-79-3 {
    background-position: -150px -1248px;
}
.logo-bookmaker.logo-79-4 {
    background-position: -225px -1248px;
}
.logo-bookmaker.logo-80-1 {
    background-position: 0px -1264px;
}
.logo-bookmaker.logo-80-2 {
    background-position: -75px -1264px;
}
.logo-bookmaker.logo-80-3 {
    background-position: -150px -1264px;
}
.logo-bookmaker.logo-80-4 {
    background-position: -225px -1264px;
}
.logo-bookmaker.logo-81-1 {
    background-position: 0px -1280px;
}
.logo-bookmaker.logo-81-2 {
    background-position: -75px -1280px;
}
.logo-bookmaker.logo-81-3 {
    background-position: -150px -1280px;
}
.logo-bookmaker.logo-81-4 {
    background-position: -225px -1280px;
}
.logo-bookmaker.logo-82-1 {
    background-position: 0px -1296px;
}
.logo-bookmaker.logo-82-2 {
    background-position: -75px -1296px;
}
.logo-bookmaker.logo-82-3 {
    background-position: -150px -1296px;
}
.logo-bookmaker.logo-82-4 {
    background-position: -225px -1296px;
}
.logo-bookmaker.logo-83-1 {
    background-position: 0px -1312px;
}
.logo-bookmaker.logo-83-2 {
    background-position: -75px -1312px;
}
.logo-bookmaker.logo-83-3 {
    background-position: -150px -1312px;
}
.logo-bookmaker.logo-83-4 {
    background-position: -225px -1312px;
}
.logo-bookmaker.logo-84-1 {
    background-position: 0px -1328px;
}
.logo-bookmaker.logo-84-2 {
    background-position: -75px -1328px;
}
.logo-bookmaker.logo-84-3 {
    background-position: -150px -1328px;
}
.logo-bookmaker.logo-84-4 {
    background-position: -225px -1328px;
}
.logo-bookmaker.logo-85-1 {
    background-position: 0px -1344px;
}
.logo-bookmaker.logo-85-2 {
    background-position: -75px -1344px;
}
.logo-bookmaker.logo-85-3 {
    background-position: -150px -1344px;
}
.logo-bookmaker.logo-85-4 {
    background-position: -225px -1344px;
}
.logo-bookmaker.logo-86-1 {
    background-position: 0px -1360px;
}
.logo-bookmaker.logo-86-2 {
    background-position: -75px -1360px;
}
.logo-bookmaker.logo-86-3 {
    background-position: -150px -1360px;
}
.logo-bookmaker.logo-86-4 {
    background-position: -225px -1360px;
}
.logo-bookmaker.logo-87-1 {
    background-position: 0px -1376px;
}
.logo-bookmaker.logo-87-2 {
    background-position: -75px -1376px;
}
.logo-bookmaker.logo-87-3 {
    background-position: -150px -1376px;
}
.logo-bookmaker.logo-87-4 {
    background-position: -225px -1376px;
}
.logo-bookmaker.logo-88-1 {
    background-position: 0px -1392px;
}

.content .table-panel .tab-content .tab-pane .icon-tv {
    vertical-align: top;
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(icon-tv-16-32-16.png) no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 10px;
}
.content .table-panel .tab-content .tab-pane .icon-tv:hover {
    background-position: 0 -16px;
}

.show-tv + .popover {
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 10px;
}
.show-tv + .popover.right>.arrow {
    border-right-color: transparent;
}
.show-tv + .popover.right>.arrow:after {
    content: " ";
    border-width: 5px;
    bottom: -5px;
    border-right-color: #000;
}
.show-tv + .popover .popover-content {
    padding: 3px 8px;
    text-align: left;
}
.show-tv + .popover a {
    background: url('link-blank.png') no-repeat top right;
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.7;
    color: #fff !important;
}
.show-tv.active .icon-tv {
    background-position: 0 -16px !important;
}

/* Прогнозы */
.content .table-panel .tab-content .tab-pane .icon-fr {
    vertical-align: top;
    display: inline-block;
    width: 53px;
    height: 16px;
    background: url(icon-fr-16-32-16.png) no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 10px;
}
.content .table-panel .tab-content .tab-pane .icon-fr:hover {
    background-position: 0 -16px;
}
.show-fr + .popover {
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 10px;
}
.show-fr + .popover.right>.arrow {
    border-right-color: transparent;
}
.show-fr + .popover.right>.arrow:after {
    content: " ";
    border-width: 5px;
    bottom: -5px;
    border-right-color: #000;
}
.show-fr + .popover .popover-content {
    padding: 3px 8px;
    text-align: left;
}
.show-fr + .popover a {
    background: url('link-blank.png') no-repeat top right;
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.7;
    color: #fff !important;
}
.show-fr.active .icon-fr {
    background-position: 0 -16px !important;
}
/* Конец прогнозов*/

a.icons.video, span.icons.video {
    vertical-align: top;
    display: inline-block;
    width: 53px;
    height: 16px;
    background: url(play.png) no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 10px;
}
a.icons.video:hover {
    background-position: 0 -16px !important;
}

.modal-dialog {
    width: 90% !important;
    max-width: 900px;
}

.modal-content {
    text-align: center;
}

.modal-dialog iframe {
    width: 90% !important;
    min-height: 480px;
}

.title a {
    color: #FFF !important;
}

.filter {
    margin-right: 10px;
    line-height: 34px;
    color: #548a17;
    font-size: 14pt;
    cursor: pointer;
}

.content .table-panel .tab-content .tab-pane .matches .table tbody {
    border-bottom: 2px solid #ffffff;
}

* {
    font-family: "Helvetica Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
}

.content .table-panel .tab-content .tab-pane .matches .dark-title * {
    color: #FFF;
}

.match-name {
    font-weight: bold;
}
.match-name .time {
    color: #000;
    font-size: 16px
}

span.odd {
    min-width: 50px;
    text-align: right;
    display: inline-block;
}

span.odd > span {
    float: left;
    font-size: 10px !important;
    line-height: 17px;
}

a[data-href=''] {
    cursor: default !important;
}