﻿.main-nav .navbar-left .logo {
    background: none;
}

.sidebar-accordion > li > a:hover, .sidebar-accordion > li > a.acc-parent:hover {
    background-color: rgba(0,0,0,.25);
    color: #fff;
}

.panel > .table-responsive {
    border-top: none;
    border-bottom: none;
}

tr[data-navigate], td[data-navigate] {
    cursor: pointer;
}

td[data-navigate] {
    font-weight: 600;
}

.btn-currency, .btn-languages {
    width: auto !important;
    line-height: 50px;
    padding: 0 10px;
}

    .btn-languages span {
        padding-right: 5px;
    }

    .btn-languages:after {
        font-family: icomoon;
        display: inline-block;
        border: 0;
        vertical-align: middle;
        font-size: .6875rem;
        margin-left: .46875rem;
        line-height: 1;
        position: relative;
        content: '\e9c9';
    }

#userTickets [data-translate=User], #userTickets [data-bind=User], #userTickets [data-translate=Country], #userTickets [data-bind=tdCountry], #userTickets [data-translate=Currency], #userTickets [data-bind=Currency], #userTickets [data-filter=TicketCountry], #userBalance [data-filter=UserBalance] {
    display: none;
}

.daterangepicker {
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
}

    .daterangepicker select.yearselect {
        width: 50%;
    }

    .daterangepicker .calendar {
        margin-left: 0;
        margin-right: 0;
    }

#divRecentTickets .divFilters {
    display: none;
}

/* Bet Slip */
.divUserTicketDetails {
}

.divUserTicketDetailsWrap {
    background-color: #FFF;
    border: solid 1px #ddd;
    padding-top: 0px;
}

.divUserTicketContent {
}

.divUserTicketHeaderNew {
    padding: 0 0px;
}

    .divUserTicketHeaderNew .iconClose {
        float: right;
        color: #ccc;
        background-color: #444;
        border-radius: 50%;
        text-align: center;
        padding: 3px 6px;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        margin: -14px;
        margin-top: -18px;
    }

.divUserTicketRow {
    padding: 15px;
    border-top: solid 1px #ddd;
    line-height: 20px;
}

    .divUserTicketRow .spnTicketStatus {
        float: right;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        color: #FFF;
        width: 50px;
        text-align: center;
        font-weight: 600;
    }

        .divUserTicketRow .spnTicketStatus.lost {
            background-color: #F44336;
        }

        .divUserTicketRow .spnTicketStatus.won {
            background-color: #4CAF50;
        }

        .divUserTicketRow .spnTicketStatus.open {
            background-color: #2196F3;
        }

    .divUserTicketRow > span {
        font-weight: 500;
        font-size: 16px;
        display: block;
    }

    .divUserTicketRow span.betDate {
        font-weight: 400;
        font-size: 14px;
        color: #999;
    }

        .divUserTicketRow span.betDate i {
            margin-right: 5px;
        }

    .divUserTicketRow div {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .divUserTicketRow div label {
        }

            .divUserTicketRow div label:nth-child(2) {
                text-align: center;
            }

            .divUserTicketRow div label:nth-child(3) {
                text-align: right;
            }

    .divUserTicketRow label i {
        display: inline-block;
        width: 20px;
        margin-left: 5px;
        text-align: center;
        font-weight: normal;
        display: none;
    }

        .divUserTicketRow label i.fa-close {
            color: red;
        }

        .divUserTicketRow label i.fa-check {
            color: green;
        }

    .divUserTicketRow .ticketBetResult {
    }

    .divUserTicketRow.won {
        border-left: solid 4px #4CAF50;
    }

    .divUserTicketRow.lost {
        border-left: solid 4px #F44336;
    }

    .divUserTicketRow.open {
        border-left: solid 4px #2196F3;
    }

.divUnblockBetDialog {
    padding: 1.5rem 0 !important;
}

    .divUnblockBetDialog .select2-container {
        width: 60% !important;
    }

    .divUnblockBetDialog .select2-selection--single {
        height: 32px !important;
    }

#divTicketDetails[data-ticketstatus="0"], #userTicketDetails[data-ticketstatus="0"], #divRiskManagementTicketDetails[data-ticketstatus="0"] {
    border-top: solid 6px #2196F3;
}

#divTicketDetails[data-ticketstatus="1"], #userTicketDetails[data-ticketstatus="1"], #divRiskManagementTicketDetails[data-ticketstatus="1"] {
    border-top: solid 6px #4CAF50;
}

#divTicketDetails[data-ticketstatus="2"], #userTicketDetails[data-ticketstatus="2"], #divRiskManagementTicketDetails[data-ticketstatus="2"] {
    border-top: solid 6px #F44336;
}

#divTicketDetails[data-ticketstatus="3"], #userTicketDetails[data-ticketstatus="3"], #divRiskManagementTicketDetails[data-ticketstatus="3"] {
    border-top: solid 6px #000;
}

.divUserBetSlipFooter span[data-statustext="0"] {
    color: #2196F3;
}

.divUserBetSlipFooter span[data-statustext="2"] {
    color: #F44336;
}

.divUserBetSlipFooter span[data-statustext="1"] {
    color: #4CAF50;
}

.divUserBetSlipFooter {
    text-align: left;
    padding: 15px;
    padding-top: 4px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}

    .divUserBetSlipFooter > div:last-child {
        text-align: right;
    }

        .divUserBetSlipFooter > div:last-child div {
        }

    .divUserBetSlipFooter label {
        color: #333;
        font-size: 13px;
    }

    .divUserBetSlipFooter span {
        padding-left: 10px;
        font-weight: bold;
        display: inline-block;
        min-width: 60px;
    }

.divFilters {
    border-top: solid 1px #ddd;
}

.caret {
    border-top-color: transparent !important;
}

.table th.sortingDown:before {
    font-family: 'FontAwesome';
    content: '\f0d7';
    margin-left: -11px;
    margin-right: 5px;
}

.table th.sortingUp:before {
    font-family: 'FontAwesome';
    content: '\f0d8';
    margin-left: -11px;
    margin-right: 5px;
}

.divTrackingLogRow {
    padding: 15px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    border-top: solid 1px #ddd;
    line-height: 27px;
    border-left: 4px solid #2196F3;
}

    .divTrackingLogRow label:nth-child(2n) {
        font-weight: bold;
    }

.divTrackingLogHeader {
    padding: 2rem;
    color: #333;
    font-size: 17px;
}

    .divTrackingLogHeader span {
        font-weight: bold;
    }

    .divTrackingLogHeader div:first-child {
        margin-bottom: 2rem;
    }

.datatable-header {
    padding: 10px 0 0 0px;
}

.dataTables_filter {
    margin: 0 0 10px 0px;
}

    .dataTables_filter input {
        width: 100%;
    }

    .dataTables_filter > label {
        width: 100%;
    }

    .dataTables_filter.dropdown > .btn {
        width: 100%;
    }

.online {
    position: relative;
}

    .online:before {
        content: '';
        position: absolute;
        background: #4CAF50;
        box-shadow: 0 0 6px 2px rgba(76, 175, 80, .28);
        border-radius: 50%;
        top: 16px;
        left: -5px;
        width: 6px;
        height: 6px;
    }

span[data-bind="MainName"].online:before {
    top: 10px;
    left: -15px;
    width: 8px;
    height: 8px;
}

.dropzone .dz-preview.dz-image-preview, .dropzone.dz-clickable {
    background-color: #444 !important;
}

.dropzone .dz-preview .dz-image img {
    height: 100%;
}
/*Drop Downs*/
.optionGroup {
    font-weight: bold;
}

.optionChild {
    margin-left: 15px;
}
/*Remove the arrows on input type number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dashboardTicketRow {
    width: 19.848%;
    padding: 10px;
    display: inline-block;
}

.search-results {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 3px;
    z-index: 10;
}

.events-table {
    overflow-y: visible;
}

.odd {
    display: inline-flex;
    min-width: 50px;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 .2em;
    padding: .4em .8em;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 1.4;
    font-weight: 700;
    background-color: #2196F3;
    color: white;
    border-radius: .45em;
}

.odd--outcome {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 100px;
    flex-grow: 1;
    max-width: 30%;
    margin: 1em .5em;
}

    .odd--outcome .odd__val {
        align-self: flex-end;
    }

.odd.disabled {
    background-color: #eeeded;
    color: #aeaeae;
    font-weight: 900;
}

.header-outcome {
    min-width: 50px;
    margin: 0 .3em;
    font-size: 10px;
    color: #888;
    font-weight: 300;
}

/*New custom css*/

.odd-row {
    background-color: #fcfcfc;
}

.markets-table td, .markets-table th {
    font-size: 13px !important;
}

    .markets-table td + td:not(:first-child), .markets-table th {
        text-align: center;
    }

tr.blocked {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.text-override td,
.text-override th {
    font-size: inherit !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-sm {
    font-size: 10px !important;
    font-weight: bold !important;
}

    .table-sm td,
    .table-sm th {
        font-size: inherit !important;
        padding: 8px !important;
    }

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-radius-2 {
    border-radius: 2px;
}

.border-radius-4 {
    border-radius: 0.5rem !important;
}

.border-radius-5 {
    border-radius: 1rem !important;
}

.text-black {
    color: #000 !important;
}

.bg-green {
    background-color: #00CD83;
}

/* Padding Helpers */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* End Padding Helpers */

/* Margin Helpers */
.margin-0 {
    margin: 0;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-top: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}
/* End Margin Helpers */

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-even > * {
    flex: 1;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.lh-1\.5 {
    line-height: 1.5;
}

.lh-1\.4 {
    line-height: 1.4;
}

.lh-1\.2 {
    line-height: 1.2;
}

.cashout .icon-checkmark-circle {
    color: #4CAF50;
    font-size: medium;
}

.cashout .bt-icon-x-round {
    color: #F44336;
    font-size: medium;
}

.max-width-800 {
    max-width: 800px;
}

.btn-dropdown__menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 1;
}

.btn-dropdown.open button {
    color: #FFB300;
}

.btn-dropdown.open .btn-dropdown__menu {
    display: block;
}

.user-profile-container {
    height: 138px;
}

.dropdown-scrollable {
    max-height: 500px;
    max-width: 340px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .dropdown-scrollable > li > a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.timezone-btn {
    max-width: 300px;
}

.action-card {
    width: 152px;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: white;
    color: #333;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

    .action-card img {
        min-height: 0;
        max-width: 100%;
        padding: 5px;
    }

.print .main-nav,
.print .sidebar,
.print .footer-container,
.print [data-section="moduleheader"] {
    display: none !important;
}


.column-filter {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 3px 10px;
    background-color: #999;
    color: white;
    user-select: none;
    cursor: pointer;
    border-radius: 10px;
}

    .column-filter > * {
        margin: 0 !important;
    }

.bg-grey-lighter .creditbetIcon,
.bg-success-light .creditbetIcon,
.bg-danger-light .creditbetIcon,
.bg-info-light .creditbetIcon{
    filter: invert(1);
}

@media print {
    .print-btn {
        display: none;
    }
}
