﻿@charset "utf-8";

/* IMPORT CSS 
/* =============================================================== */

@import url("owl.carousel.css");
/* owl.carousel */
@import url("font-awesome.css");
/* Font Awesome Icon */
@import url("jquery.mCustomScrollbar.css");
/* mCustomScrollbar */
@import url("alpha.css");
/* Background opacity IE fix */
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css");
/* jQuery Custom Select by select2 */

@import url("btn.css");

@import url("numbers-lottery.css");

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */

a {
    text-decoration: none;
    outline: none !important;
    /*    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;*/
    color: rgb(33, 33, 33);
}

.Testing {
    background-color: green !important;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-family: Lato,sans-serif;
    line-height: 21px;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

.DesktopHidden {
    display: inline;
}

@media(min-width: 993px) {
    .DesktopHidden {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 19px;
    line-height: 7px;
    width: max-content;
    margin: 10px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

p {
    margin: 2px 10px;
    padding: 0px;
    line-height: 28px;
}

    p.lead {
        font-size: 20px;
        line-height: 1.4;
    }

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.footer h4 {
    font-size: 17px;
    line-height: 20px;
    color: rgb(139, 139, 158);
}

/* Helper class */
.error label.error {
    color: red;
}

.section-block {
    margin-bottom: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100%;
}

.width50, .w50 {
    width: 100%;
    display: block;
}

.full-container {
    width: 100%;
    display: block;
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.transitionfx {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}

.modal-backdrop-betslip {
    display: none;
}

.signUpContent .modal-dialog {
    max-width: 460px;
}

.modal-dialog.modal-xs {
    max-width: 460px;
}

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}

.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}

.modal-dialog {
    /*background: #fff;*/
    max-width: 960px;
    overflow: auto;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.modal-title-site {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}

.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: block;
    overflow: auto;
    border-radius: 10px;
    padding-bottom: 10px;
}

.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 10px 20px;
}

.form-control:focus {
    box-shadow: NONE;
    outline: 0 none;
}

.pagination li.active a {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}

.checkbox {
    padding-left: 0;
    margin-left: 0;
}

.input-group-btn .btn {
    font-size: 14px;
    padding: 8px 12px;
}

/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-tshop {
    width: 100%;
}

.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.brandWrap {
}

.navbar-brand {
    padding: 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

#SubMenu-AllSports-Dropdown-main {
    font-size: 25px;
    background: none;
    font-weight: bold;
    margin-top: 8px;
}


.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}

.navbar.stuck .navbar-top {
    margin-top: -30px;
}

.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}
/*============================================*/
/*================== Alert ===================*/
/*============================================*/
.alert {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #1f60ed;
    color: black;
    width: 300px;
    left: 84%;
    position: relative;
    font-size: 25px;
    text-align: center;
    vertical-align: top;
    font: bolder;
}

@media (max-width: 1600px) {
    .alert {
        left: 80%;
    }
}



/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}

.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

    .megamenu .dropdown-menu > li {
        display: block;
    }

.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
    *zoom: 1;
}

    .megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .megamenu .megamenu-content:after {
        clear: both;
    }

.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    right: 0;
}

.megamenu .dropdown.megamenu-25width .dropdown-menu {
    width: 25%;
    right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
    }

    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}

/* megamenu end */

.megamenu-content img {
    max-width: 100%;
}

.megamenu-content ul li {
    /*border-bottom: 1px solid #EDEDED;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .megamenu-content ul li a {
        font-size: 12px;
    }

.itemInMenu {
    margin-bottom: 0 !important;
}

    .itemInMenu .image {
        max-height: 170px !important;
    }

.margin-top-10 {
    margin-top: 10px;
}

.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.userMenu > li {
    display: block;
    float: left;
}

    .userMenu > li > a {
        color: rgb(98, 98, 98);
        display: block;
        float: right;
        font-size: 11px;
        line-height: 30px;
        padding: 0 20px 0 0;
        text-decoration: none;
        transition: opacity 0.2s ease-out 0s;
        -webkit-transition: opacity 0.21s ease-out 0s;
        -moz-transition: opacity 0.2s ease-out 0s;
        -ms-transition: opacity 0.2s ease-out 0s;
        -o-transition: opacity 0.2s ease-out 0s;
    }

        .userMenu > li > a:hover {
            opacity: 0.9;
        }

.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: auto !important;
    right: 0 !important;
}

    .hasUserMenu > .dropdown-menu > li > a {
        color: #454545;
        font-size: 12px;
        padding: 5px 15px;
    }

        .hasUserMenu > .dropdown-menu > li > a i {
            margin-right: 10px;
        }

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

@media (min-width: 979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
    }

    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

        .megamenu-content ul li a:hover {
            padding-left: 5px;
        }

        .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
            padding-left: 0;
        }

    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}

.navbar-nav > li > a {
    font-size: 14px;
    /*font-weight: 600;*/
    text-transform: uppercase;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.phone-number span {
    float: left;
}

.img-link {
    display: block;
    overflow: hidden;
}

    .img-link img {
        width: 100%;
    }

/* =============================================================== */
/*  FOOTER
/* =============================================================== */

.footer {
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

    .footer p {
        color: rgb(139, 139, 158);
        margin: 0;
    }

    .footer img {
        max-width: 100%;
    }

    .footer h3 {
        border-bottom-color: rgb(50, 53, 71);
        font-size: 18px;
        font-weight: 300;
        line-height: 27px;
        padding: 40px 0 0px;
        text-transform: uppercase;
        color: rgb(139, 139, 158);
    }

    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
        color: #888888;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: rgb(139, 139, 158);
    }

.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
}

.main-container {
    min-height: 580px;
}

.nav-tabs {
    margin-bottom: 20px;
}

    /*.nav-tabs li a {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        color: rgb(143, 143, 143);
    }*/

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

/* carousel-inner */

.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        margin: 0 auto;
        display: block;
    }

/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
}

.owl-has-nav:hover {
    opacity: .5;
}

.owl-has-nav i {
    position: absolute;
    top: 0;
}

.owl-has-nav.owl-next i {
    right: 0;
}

.owl-has-nav.owl-prev i {
    left: 0;
}

.white-bg {
    background: #fff;
}

.featherlight .featherlight-content {
    min-width: 500px;
}

/* =============================================================== */
/* PROMO
/* =============================================================== */

.promobanner-textcontainer {
    padding: 8px 13px;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    bottom: 0;
}

.sidepromobanner-textcontainer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    bottom: 0;
}

.promo-active-container {
    display: inline-block;
    padding: 5px;
    width: 70px;
    text-align: center;
    color: white;
    background-color: #5cb85c;
    border: 1px solid #2c7c2c;
    border-bottom-right-radius: 5px;
    border-top: none;
    border-left: none;
    left: 0;
    top: 0;
}

.promo-disabled-container {
    display: inline-block;
    padding: 5px;
    width: 70px;
    text-align: center;
    color: white;
    background-color: #d9534f;
    border: 1px solid #8b2926;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 5px;
    left: 0;
    top: 0;
}

.promo-expired-container {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 90px;
    text-align: center;
    color: red;
    background-color: white;
    border: 1px solid black;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 5px;
    left: 95px;
    top: 0;
}

.promo-scheduled-container {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 100px;
    text-align: center;
    color: #0275d8;
    background-color: white;
    border: 1px solid black;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 5px;
    left: 95px;
    top: 0;
}

.promobanner-textcontainer-small {
    padding: 10px;
    margin-bottom: 10px;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    bottom: 0;
    text-align: center;
}

.promobanner-title {
    font-family: 'Exo';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.promobanner-description {
    display: block;
    font-family: 'Exo';
    font-size: 12px;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: 300 !important;
}

.promobanner-moreinfo {
    display: inline-block;
    font-family: 'Exo';
    font-size: 10px;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
    font-weight: 300 !important;
}

.sidepromobanner-moreinfo {
    font-size: 10px;
    font-weight: 300 !important;
}

.promobanner-container {
    height: 210px;
    width: 100%;
    position: relative;
    background: top;
}

.sidepromobanner-container {
    display: table;
    height: 190px;
    width: 100%;
    position: relative;
    text-align: center;
    background: center;
    height: 190px;
    width: 100%;
    position: relative;
    background-size: auto 100%;
}

.sidepromo-textcontainer {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0,.2);
    padding: 15px;
    font-family: 'Exo';
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 0px 10px rgba(0, 0, 0, 1);
}

.promobanner-container-small {
    height: 150px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.promobutton {
    padding: 6px 16px;
    min-width: 100px;
}

/* =============================================================== */
/* BetSlip
/* =============================================================== */

@media (min-width : 999px) {
    .BetSlip-ibox {
        background: white;
        overflow: auto;
    }
}

.BetSlip-TotalStakeContainer {
    font-weight: 600;
    font-size: 13px;
    padding: 0px 15px 0px;
    font-family: Lato,sans-serif !important;
}

.BetSlipDeleteButton {
    padding: 0;
}

.SelectionRow, .SelectionRow-Dummy {
    font-weight: 600 !important
}

.BetSlip-ibox-title {
    cursor: pointer;
}

.WagersContainer {
    margin-top: 5px;
}

.Ew-Text {
    color: #707070;
    font-weight: 500;
    padding-top: 6px;
    font-size: 11px;
}

.BetSlip-Selection-Meeting {
    text-transform: none !important;
    font-size: 12px;
    color: rgb(99, 106, 128);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.BetSlip-Selection {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.BetSlip-Odd {
    font-size: 17px;
    text-align: right;
    margin: 0 10px 0 0;
}

.BetSlip-Selection-Event {
    text-transform: none !important;
    font-weight: 500;
}

.footer-image {
    height: 35px;
    width: auto;
    margin: 3px;
}

.Padding-Top-Bottom-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.Padding-Top-Bottom-8px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.Padding-Left-0 {
    padding-left: 0px;
}

.Padding-Right-20 {
    padding-right: 30px;
}

.Padding-Right-30 {
    padding-right: 30px;
}

.Inline-Block {
    display: inline-block;
}

.featherlight .featherlight-content {
    border-radius: 15px;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 2px;
    right: 2px;
    /* line-height: 25px; */
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: none !important;
    color: #000;
}

.BetSlip-Accepted-Colour {
    color: #2ecc71;
}

.themeControll {
    background: #2e3135;
    height: auto;
    width: 100px;
    position: fixed;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 0;
    padding: 20px;
    border: 1px solid #5c5c5c;
    border-left: none;
    top: 20%;
    z-index: 999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .5s linear,-webkit-transform .7s cubic-bezier(.56,.48,0,.99);
    -moz-transition: opacity .5s linear,-moz-transform .7s cubic-bezier(.56,.48,0,.99);
    -o-transition: opacity .5s linear,-o-transform .7s cubic-bezier(.56,.48,0,.99);
    -ms-transition: opacity .5s linear,-ms-transform .7s cubic-bezier(.56,.48,0,.99);
    transition: opacity .5s linear,transform .7s cubic-bezier(.56,.48,0,.99);
}

.MoreRow {
    Vertical-align: middle !important;
}

.themeControll a {
    border-radius: 3px;
    clear: both;
    display: block;
    height: 35px;
    margin-bottom: 10px;
    width: 50px;
    color: #000 !important;
}

.themeControll > h3 {
    color: white;
}

.Wager-Potential-Return {
    text-transform: none !important;
    font-weight: 500;
    display: inline-block;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.Mobile-Menu {
    background: grey;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.Mobile-Menu-Top {
    display: none;
}

.Mobile-Menu-Item {
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
    height: 60px;
    font-size: 12px;
}

.Mobile-Menu-Item-Container {
    padding: 0;
    text-align: center;
}

.footer_padding {
    padding-left: 160px;
    padding-right: 160px;
}

@media(max-width: 900px) {
    .footer_padding {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.BetSlip-Accepted-Wagers {
    text-transform: none !important;
    font-size: 13px;
    color: rgb(99, 106, 128);
    font-weight: 500;
}

.BetSlip-Accepted-Container {
    font-size: 13px;
    padding: 5px 8px 0px;
    font-family: Lato,sans-serif !important;
}

.navbar-header, .container > .navbar-collapse {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container {
    max-width: 105%;
}


.Mobile-Menu-Text {
    color: white;
}

    /*MOVE TO THEME CSS*/
    .Mobile-Menu-Text:hover {
        color: rgb(231, 186, 27);
    }


.Mobile-Menu-Link:active {
    color: rgb(231, 186, 27);
}

.Mobile-Menu-Link {
    color: rgb(231, 186, 27);
}


a:visited {
    text-decoration: none;
    decoration: none;
    /*border-color: black;*/
}

.RaceView-SilkSection {
    padding: 0px 12px;
    padding-right: 20px;
}


.BetSlip-StakeInput {
    text-align: center;
    height: 25px !important;
    width: 80px !important;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.BetSlip-BetAccepted-Container {
    padding: 10px;
}

.BetSlip-Accepted-Item {
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
    color: rgb(75, 79, 93);
}

.SilkSelectionImage {
    display: block;
}

.Horses-HorseSelection-Text {
    text-shadow: none;
    padding-left: 3px;
    padding-top: 4px;
    font-size: 12px;
    width: 10px;
}

.Horses-SilkContainer {
    vertical-align: middle !important;
    padding: 14px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    /*width: 30px !important;*/
    border-right: none !important;
    text-align: center !important;
}

.Horses-SilkContainer-Fieldbook {
    vertical-align: middle !important;
    padding: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    /*width: 30px !important;*/
    border-right: none !important;
    text-align: center !important;
}


.Greyhounds-SilkContainer {
    vertical-align: middle !important;
    padding: 14px !important;
    padding-right: 2px !important;
    /*width: 50px !important;*/
    border-right: none !important;
    text-align: center !important;
}

.Horses-SelectionContainer {
    vertical-align: middle !important;
    padding: 14px !important;
    padding-right: 0px !important;
    /*width: 30px !important;*/
    border-right: none !important;
    text-align: center !important;
}

.Admin-Container {
    background: #fafbfe;
    margin: 0;
    float: none;
}

.LivePromo > .promobox-140 {
    border: 1px solid #cdcdcd !important;
}

#SideNavPromo > .promobox-140 {
    border: none !important;
}


/*###################### RESPONSIVE #########################*/

/* NORMAL DESKTOP SIZE*/
@media (min-width: 993px) {
    .BetSlipStuck {
        position: fixed;
        top: 80px;
        z-index: 9999;
        overflow: no-display;
    }
}


@media (min-width: 1281px) {

    /*Some customers may want this, some may not, if we need we will set it in each customers dedicated css file*/
    .container {
        /*max-width: 1250px;*/
    }

    .side-navigation.active {
        -webkit-transform: translateX(-100%) !important;
        -moz-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        -o-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        -webkit-transition: -webkit-transform .45s cubic-bezier(.19,1,.22,1) !important;
        -moz-transition: -moz-transform .45s cubic-bezier(.19,1,.22,1) !important;
        -o-transition: -o-transform .45s cubic-bezier(.19,1,.22,1) !important;
        transition: transform .45s cubic-bezier(.19,1,.22,1) !important;
    }
}

/*Need a specific width to shorten the width of items on the computer scroll nav*/


@media (max-width: 1000px) {
    #scroll-nav {
        display: none;
    }
}

@media (max-width: 1340px) {
    #scroll-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    /*#scroll-nav > li > a > img {
            max-width: 90px !important;
        }*/
}

/* SMALL DESKTOP  */
@media (max-width: 1170px) and (min-width: 690px) {

    #top-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
}


/*  TABLET AND BELOW*/
@media (max-width: 1200px) {

    .LivePromo > .promobox-140, #SideNavPromo > .promobox-140 {
        border: none !important;
    }

    .ToggleButton {
        padding-top: 0px;
        padding-right: 10px;
    }

    .HorseRacing-MarketName {
        padding: 10px !important;
        padding-bottom: 0 !important;
    }

    .HorseRacing-RaceTimes {
        padding-left: 10px !important;
    }

    .side-navigation > ul > li > a {
        font-family: 'Exo', sans-serif, sans-serif !important;
        font-weight: 300 !important;
        text-transform: uppercase;
        color: #ffffff !important;
        font-size: 12px;
    }

    .side-navigation > ul > li {
        padding-bottom: 5px;
    }

    .icon-img {
        height: 25px !important;
        width: 25px !important;
    }

    .BetSlip-ibox {
        margin-bottom: 0px !important;
    }

    .wrapper-content {
        padding: 0 10px 40px;
    }

    .racing-buttons > .pull-right {
        float: none !important;
    }

    .SideNav-ibox {
        margin-bottom: 15px !important;
    }

    .breadcrumb1 {
        margin-bottom: 0 !important;
        border-bottom: none !important;
    }

    .content-container-white {
        padding: 15px !important;
    }


    .ibox-content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .competition-dropdown {
        padding: 4px !important;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
        border-bottom: none !important;
    }

    .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -moz-column-gap: 20px;
    }

    .ContentBackground {
        background: none !important;
    }

    .navbar-brand {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .breadcrumbs__navigation {
        width: auto !important;
    }


    .SelectionRow, .SelectionRow-Dummy {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .breadcrumbs__navigation2 {
        position: absolute !important;
    }


    /*  Collapse Nav */
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
        text-align: center;
    }

    .InfoNav {
        display: none;
    }

    .Mobile-Menu-Top {
        display: inherit;
    }

    .Mobile-Menu {
        display: inherit;
    }

    .OddsTable > .table > tbody > tr > .SelectionRow, .OddsTable > .table > tbody > tr > .SelectionRowSelected {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .HomePage-RaceContainer {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .ibox-dark {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ibox-title-MatchBetting {
        margin-top: -1px;
    }

    .hide-small {
        display: none !important;
    }

    .OddsTable > .table > tbody > tr > td {
        padding: 9px;
    }

    .ibox-title-MatchBetting {
        padding: 10px !important;
    }

    .Ibox-MatchBetting-Title {
        font-size: 18px !important;
    }

    .main-content {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 !important;
        float: none !important;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .copyright-bottom {
        float: none !important;
        display: block !important;
    }

    .rules-bottom {
        text-align: center !important;
    }

    .MoreRow {
        Vertical-align: middle !important;
    }

    .sidenav-container {
        padding-left: 0;
        padding-right: 0;
        display: none !important;
    }

    .breadcrumb-container {
        display: none !important;
    }

    .navbar-fixed-top {
        top: 0px !important;
    }

    .breadcrumb1 {
        margin-left: 0px;
        margin-right: 0px;
        overflow: hidden;
        border-radius: 0px !important;
    }

    .ibox-title {
        border-top-left-radius: 0px;
        padding: 21px 12px !important;
        border-top-right-radius: 0px;
    }

    .bb-banner {
        border-radius: 0px !important;
    }

    .ibox-content {
        padding: 15px 10px 10px 10px;
    }

    #odds-competition {
        display: none;
    }
}

@media (max-width : 1200px) {
    .BetSlip-ibox {
        background: white;
        min-width: 250px;
        margin-bottom: 15px;
        max-height: 100%;
        overflow: auto;
        /*position: fixed;*/
    }
}

@media (max-width : 1700px) {
    .mobile-overlay {
        z-index: 0;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #000000c7;
        width: 100%;
        z-index: 1200;
    }
}

@media (max-width : 1200px) {
    .mobile-overlay {
        z-index: 0;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #000000c7;
        width: 100%;
        z-index: 100;
    }
}

/* MOBILE  */
@media (max-width: 767px) {
    .OddsTable > .table > tbody > tr > td {
        padding: 7px !important;
    }

    .TimeRow {
        Display: block;
    }

    .Home-HorseSelectionName {
        min-width: 100px;
        /*position: absolute !important;*/
    }
}

@media (max-width: 1700px) {
    .side-navigation-betslip {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0;
        /* padding: 15px; */
        overflow: hidden;
        overflow-y: hidden;
        z-index: 9998 !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .45s cubic-bezier(.19,1,.22,1);
        -moz-transition: -moz-transform .45s cubic-bezier(.19,1,.22,1);
        -o-transition: -o-transform .45s cubic-bezier(.19,1,.22,1);
        transition: transform .45s cubic-bezier(.19,1,.22,1);
        z-index: 13;
        -webkit-overflow-scrolling: touch;
    }

        .side-navigation-betslip.active {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .side-navigation-betslip > ul > li {
            padding-bottom: 10px;
        }

    .collapsable-betslip {
        top: 20px !important;
    }
}


@media (max-width: 1200px) {
    .side-navigation-betslip {
        /* width: 500px; */
        position: fixed;
        right: 0px;
        top: 185px;
        bottom: 0;
        /* padding: 15px; */
        overflow: hidden;
        /* overflow-y: scroll; */
        z-index: 9998 !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .45s cubic-bezier(.19,1,.22,1);
        -moz-transition: -moz-transform .45s cubic-bezier(.19,1,.22,1);
        -o-transition: -o-transform .45s cubic-bezier(.19,1,.22,1);
        transition: transform .45s cubic-bezier(.19,1,.22,1);
        z-index: 13;
        -webkit-overflow-scrolling: touch;
    }

        .side-navigation-betslip.active {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .side-navigation-betslip > ul > li {
            padding-bottom: 10px;
        }
}


.side-navigation {
    width: 211px;
    position: fixed;
    left: 0px;
    top: 55px;
    bottom: 0;
    padding: 15px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9998 !important;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.19,1,.22,1);
    -moz-transition: -moz-transform .45s cubic-bezier(.19,1,.22,1);
    -o-transition: -o-transform .45s cubic-bezier(.19,1,.22,1);
    transition: transform .45s cubic-bezier(.19,1,.22,1);
    z-index: 13;
    -webkit-overflow-scrolling: touch;
}

    .side-navigation.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .side-navigation > ul > li {
        padding-bottom: 10px;
    }

.side-navigation-Title {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: 'Exo', sans-serif, sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
}


@media (max-width: 380px) {
    .OddsTable > .table > tbody > tr > td {
        padding: 5px !important;
    }

    .Home-HorseSelectionName {
        min-width: 85px;
        /*position: absolute !important;*/
    }
}


.top-navbar-fixed {
    position: fixed !important;
    width: 100% !important;
    background: white !important;
    top: 0 !important;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    display: none;
}

.NavBar-SportsDropdownButton-fixed {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.submenu {
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.BetSlip-SuspendedContainer {
    padding: 15px 15px 15px;
}

.BetSlip-WarningTitle {
    color: #af3d3d;
    font-weight: 600;
    font-size: 12px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}


.HighlightedRow > td {
    background: red !important;
    color: white;
}

.BetSlip-ConfirmationModal {
    text-align: center;
    font-size: 20px;
    height: auto;
}

.BetSlipPlaced-BetId {
    font-weight: 900;
    font-size: 140px;
    padding-top: 10px;
    margin-top: 60px;
    height: 70px;
}

.BetSlipPlaced-Subtitle {
}

.BetPlaced-DetailsContainer {
    border: 1px solid rgb(233, 233, 233);
    padding: 5px;
    padding-bottom: 10px;
}

.btn-large {
    height: 47px;
}

.Scroll-SubNavLinkContainer > .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.SideNav-ibox {
    padding-bottom: 10px;
}

.Scroll-SubNavLinkContainer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -6px;
    height: 67px !important;
    font-family: 'Exo', sans-serif, sans-serif !important;
    font-weight: 300 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none !important;
}

.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}

    .nav-tabs > li > a {
        border: 0;
        border-radius: 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
        color: #fff !important;
        border: 0;
        border-radius: 0;
    }

input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

.HorseRacing-MarketName {
    cursor: pointer;
}

.component-trap .trap {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 21px;
    font-weight: 700;
    height: 40px;
    width: 40px;
}

.component-trap .trap--F--UK, .component-trap .trap--F--IE, .component-trap .trap--F--AU, .component-trap .trap--F--US, .component-trap .trap--F--NZ {
    background-color: goldenrod;
    color: #fff;
}

.component-trap .trap--2F--UK, .component-trap .trap--2F--IE, .component-trap .trap--2F--AU, .component-trap .trap--2F--US, .component-trap .trap--2F--NZ {
    background-color: silver;
    color: #fff;
}

.component-trap .trap--NR--UK, .component-trap .trap--NR--IE, .component-trap .trap--NR--AU, .component-trap .trap--NR--US, .component-trap .trap--NR--NZ {
    background-color: dimgray;
    color: #fff;
}

.component-trap .trap--1--UK, .component-trap .trap--1--IE, .component-trap .trap--1--AU, .component-trap .trap--1--US, .component-trap .trap--1--NZ, .component-trap .trap--1--VR {
    background-color: #e11422;
    color: #fff;
}

.component-trap .trap--2--UK, .component-trap .trap--2--IE, .component-trap .trap--2--US, .component-trap .trap--2--VR {
    background-color: #1c3c93;
    color: #fff;
}

.component-trap .trap--3--UK, .component-trap .trap--3--IE, .component-trap .trap--3--AU, .component-trap .trap--3--US, .component-trap .trap--3--NZ, .component-trap .trap--3--VR {
    background-color: #fff;
    color: #000;
}

.component-trap .trap--4--UK, .component-trap .trap--4--IE, .component-trap .trap--4--VR {
    background-color: #000;
    color: #fff;
}

.component-trap .trap--5--UK, .component-trap .trap--5--IE, .component-trap .trap--5--VR {
    background-color: #ee691f;
    color: #000;
}

.component-trap .trap--6--UK, .component-trap .trap--6--IE, .component-trap .trap--6--VR {
    background: -webkit-repeating-linear-gradient(bottom,#000,#000 8.33%,#fff 0,#fff 25%,#000 0,#000 33.33%);
    background: repeating-linear-gradient( 0deg,#000,#000 8.33%,#fff 0,#fff 25%,#000 0,#000 33.33%);
    color: #e11422;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.component-trap .trap--2--AU, .component-trap .trap--2--NZ {
    background: -webkit-repeating-linear-gradient(bottom,#000,#000 8.33%,#fff 0,#fff 25%,#000 0,#000 33.33%);
    background: repeating-linear-gradient( 0deg,#000,#000 8.33%,#fff 0,#fff 25%,#000 0,#000 33.33%);
    color: #e11422;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.component-trap .trap--4--AU, .component-trap .trap--4--NZ {
    background-color: #1c3c93;
    color: #fff;
}

.component-trap .trap--5--AU, .component-trap .trap--5--NZ {
    background-color: #f2d460;
    color: #000;
}

.component-trap .trap--6--AU, .component-trap .trap--6--NZ {
    background-color: #6bbc48;
    color: #e11422;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.component-trap .trap--7--AU, .component-trap .trap--7--NZ {
    background-color: #000;
    color: #f2d460;
}

.component-trap .trap--8--AU, .component-trap .trap--8--NZ {
    background-color: #e05cbf;
    color: #000;
}

.component-trap .trap--9--AU, .component-trap .trap--9--NZ {
    background: -webkit-repeating-linear-gradient( 135deg,#7bc55d,#7bc55d 8px,#fff 10px,#fff 15px);
    background: repeating-linear-gradient( -45deg,#7bc55d,#7bc55d 8px,#fff 10px,#fff 15px);
    color: #000;
}

.component-trap .trap--10--AU, .component-trap .trap--10--NZ {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#d82724),color-stop(33%,#d82724),color-stop(33%,#fff),color-stop(66%,#fff),color-stop(66%,#1c3c93),to(#1c3c93));
    background: -webkit-linear-gradient(left,#d82724,#d82724 33%,#fff 0,#fff 66%,#1c3c93 0,#1c3c93);
    background: linear-gradient( 90deg,#d82724,#d82724 33%,#fff 0,#fff 66%,#1c3c93 0,#1c3c93);
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.component-trap .trap--4--US {
    background-color: #6bbc48;
    color: #fff;
}

.component-trap .trap--5--US {
    background-color: #000;
    color: #e11422;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.component-trap .trap--6--US {
    background-color: #f2d460;
    color: #000;
}

.component-trap .trap--7--US {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7bc55d),color-stop(45%,#7bc55d),color-stop(45%,#fff),color-stop(90%,#fff),color-stop(90%,#7bc55d),to(#7bc55d));
    background: -webkit-linear-gradient(top,#7bc55d,#7bc55d 45%,#fff 0,#fff 90%,#7bc55d 0,#7bc55d);
    background: linear-gradient( 180deg,#7bc55d,#7bc55d 45%,#fff 0,#fff 90%,#7bc55d 0,#7bc55d);
    color: #000;
}

.component-trap .trap--8--US {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#f2d460),color-stop(25%,#f2d460),color-stop(25%,#000),to(#000));
    background: -webkit-linear-gradient(left,#f2d460,#f2d460 25%,#000 0,#000);
    background: linear-gradient( 90deg,#f2d460,#f2d460 25%,#000 0,#000);
    color: #fff;
}

.component-trap .trap--number {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: 40px 230px auto;
    grid-gap: 2px;
}

    .grid-container > div {
        padding: 5px 0;
        font-size: 14px;
    }

.grid-container-Wagers {
    display: grid;
    grid-template-columns: 100px auto auto auto 110px;
    grid-gap: 2px;
}

    .grid-container-Wagers > div {
        font-size: 14px;
    }

.grid-container-Betslip-Top {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 2px;
    padding: 0 14px;
}

.grid-column-span-return-text {
}


.BetSlip-SelectionText {
    text-align: left
}

.BetSlip-OddAlignment {
    text-align: right;
}



.mobile-nav-close {
    color: white !important;
    padding: 11px;
    margin-top: -10px;
    margin-right: -10px;
}

.header {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2a3f82 100%);
    color: white;
}


.btn-bgstroke {
    font-size: 20px;
    display: inline-block;
    border: 1px solid white !important;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 300;
    margin-top: 30px;
    color: white;
}

    .btn-bgstroke:hover {
        background-color: white;
        color: #2a3f82;
    }

.control-label-padding {
    padding-top: 0px !important;
}

body .ui-keyboard-input {
    text-align: center !important;
}

.ui-keyboard.ui-widget {
    bottom: 52%;
    top: unset !important;
    background-color: #8f9cad;
    background-size: 100%;
    position: fixed;
    left: 68%;
    transform: translateX(-50%);
    z-index: 99999;
}

    .ui-keyboard.ui-widget .ui-keyboard-button {
        font-size: 1.4em;
        height: 3em;
        min-width: 3em;
        font-weight: 100;
        color: #000;
        margin: 0.1em;
    }

.ui-widget-search {
    bottom: 44%;
    top: unset !important;
    background-color: #8f9cad;
    background-size: 100%;
    position: fixed;
    left: 40%;
    transform: translate(-30%, 50%);
    z-index: 999999;
}

    .ui-widget-search .ui-keyboard-button {
        font-size: 1.4em;
        height: 3em;
        min-width: 3em;
        font-weight: 100;
        color: #000;
        margin: 0.1em;
    }

@media (max-width: 1600px) {

    .ui-keyboard.ui-widget {
        transform: translate(-100%, 30%);
    }

    .ui-widget-search {
        transform: translate(-50%, 50%);
    }
}

@media (max-width: 1200px) {

    .ui-keyboard.ui-widget {
        transform: translate(-100%, 80%);
        font-size: 12px;
    }

    .ui-widget-search {
        transform: translate(-50%, 50%);
        font-size: 8px;
    }
}

button.ui-keyboard-button {
    background: #fff;
    border: 0px;
    border-radius: 3px;
}

.ui-keyboard-accept span {
    background: url('../Icons/icons8-done-100.png') center center no-repeat;
    background-size: 40px;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    text-indent: -999em;
}
/* target greek letter alpha */
        .ui-keyboard-bksp span {
    background: url('../Icons/icons8-clear-symbol-100.png') center center no-repeat;
    background-size: 40px;
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    text-indent: -999em;
}

.ui-keyboard-bksp {
    width: 3em;
}
/* needed for inline image (second method below) */
.ui-keyboard-button {
    vertical-align: middle;
}

button.ui-keyboard-button.ui-keyboard-64.ui-state-default.ui-corner-all {
    background: #949494;
}

::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: hsla(0,0%,61%,.5);
    border-radius: 10px;
    border: 10px solid rgba(0, 0, 0, 0);
}

.SideNav-ibox::-webkit-scrollbar {
    width: 0.75em;
}

.SideNav-ibox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.SideNav-ibox::-webkit-scrollbar-thumb {
    background-color: hsla(0,0%,61%,.5);
    border-radius: 10px;
    border: 10px solid rgba(0, 0, 0, 0);
}


div.Teams .HomeTeam {
    text-align: center;
    font-size: 20px;
}

div.Teams .AwayTeam {
    text-align: center;
    font-size: 20px;
}


img.Toals_Numbers {
    height: 750px;
    width: 550px;
}

.correctScoreCountPlus:disabled {
    height: 35px;
    width: 35px;
    font-size: 30px;
    border: none;
    background-color: grey;
    color: white;
}

    .correctScoreCountPlus:disabled:hover {
        height: 35px;
        width: 35px;
        font-size: 30px;
        border: none;
        background-color: grey;
        color: white;
    }

.correctScoreCountPlus2:disabled {
    height: 35px;
    width: 35px;
    font-size: 30px;
    border: none;
    background-color: grey;
    color: white;
}

    .correctScoreCountPlus2:disabled:hover {
        height: 35px;
        width: 35px;
        font-size: 30px;
        border: none;
        background-color: grey;
        color: white;
    }

.Bet-placed {
    text-align: center;
}

.your-bet-number-is {
    text-align: center;
}

.customer-number {
    text-align: center;
}

.good-luck-text {
    text-align: center;
}

.multiple-bet-text {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    font-style: italic;
}

.payment-section-bet-placed {
    height: 1px;
}

.out-off-date {
    opacity: 0.5;
    background: gray !important;
    color: white !important;
}

.custom-date-format {
    margin: 4px;
    margin-left: 10px;
}

    .custom-date-format input {
        font-weight: 600;
        font-size: 15px;
    }

.input-group-addon-dummy {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #517eab;
}

.display-date-text {
    font-size: 16px;
    padding-top: 2px;
    padding-left: 30px;
}

@media (max-width: 400px) {
    .display-date-text {
        font-size: 12px;
    }
}

.display-date-text-sm {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 20px;
}

.competitions-display {
    display: block;
    width: 110%;
    padding: 8px;
    color: #132536;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
}

    .competitions-display:hover {
        text-decoration: underline;
        color: #428bca;
        cursor: pointer;
    }

.competitions-count-text {
    border-radius: 25px;
    width: 40px;
    background-color: #EBF1FF;
    text-align: center;
    margin-top: 6px;
    color: #1d4189;
    display: inline-block;
}

.horse-favourite-text {
    width: 70px;
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (max-width: 900px) {
    .competitions-display {
        font-size: 13px !important;
        padding: 7px;
        padding-left: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
    }

    .competitions-count-text-margin {
        margin-right: 5px;
    }

    .competitions-count-text {
        width: 20px;
    }
}

.competitions-count-text-margin {
    margin-right: 10px
}

.competitions-count-text-margin-sm {
    margin-right: 10px
}

.side-soccer-competitions {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table tr {
}

    .bootstrap-datetimepicker-widget table tr td.old {
    }

.datepicker-days > table > thead > tr > th.prev,
.datepicker-days > table > thead > tr > th.datepicker-switch,
.datepicker-days > table > thead > tr > th.next {
    display: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
    background: transparent;
    color: #4a4a4a !important;
}

.admin-sidebar .SideNav-ibox {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 10px;
}

.admin-sidebar .SideNav-ibox-title {
    background: #1c4bf2;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

    .admin-sidebar .SideNav-ibox-title i {
        color: white;
    }

.admin-sidebar .SideNav li {
    border-bottom: 1px solid #ddd;
}

    .admin-sidebar .SideNav li:last-child {
        border-bottom: none;
    }

    .admin-sidebar .SideNav li a {
        display: block;
        padding: 12px 15px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

        .admin-sidebar .SideNav li a:hover {
            background: transparent;
            color: #4a4a4a !important;
        }
#event-delete-text {
        margin: 10px;
    }


