body {
    background-color: #e1dfdf;
    font-family: 'Trebuchet MS';
}

.topPanel {
    padding: 35px 0;
}

.logo {
    /*background-color: #2276dd;*/
    max-width: 200px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,0.6);*/
    margin-bottom: 20px;
}

    .logo h1,
    .logo h1 a {
        font-size: 24px;
        color: #fff;
    }

        .logo h1 a:hover {
            text-decoration: none;
        }

.topPanel label {
    font-size: 20px;
    color: #515050;
}

.dateFldsPanel {
    display: flex;
}

.periodSection {
    padding-bottom: 80px;
}

    .periodSection label strong {
        font-size: 18px;
        color: #515050;
    }

.paddBtm15 {
    padding-bottom: 15px;
}

.periodSection input[type="text"],
.periodSection input[type="date"],
.timeFld select,
.loginPanel input[type="text"],
.loginPanel input[type="password"] {
    background-color: #e9e8e8;
    border-radius: 10px;
    height: 55px;
    padding: 5px 10px;
    border: none;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    outline: none;
    margin-right: 15px;
}

.loginPanel input[type="text"],
.loginPanel input[type="password"] {
    margin-right: 0;
}

.dateFld input {
    width: 180px;
}

.timeFld input,
.timeFld select {
    width: 90px;
}

.calederIcon {
    width: 90px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 10px;
}

.calederDay {
    background-color: #2276dd;
    font-size: 14px;
    color: #fff;
    padding: 1px 3px;
    text-align: center;
    height: 23px;
}

.calederDate {
    background-color: #fff;
    font-size: 26px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    ;
    color: #4f4e4e;
    height: 33px;
}

.dateCalenderFld,
.timePanel {
    display: flex;
}

.flexMiddle {
    display: flex;
    align-items: center;
}

.incrimentIcons {
    width: 22px;
    margin-right: 10px;
}

    .incrimentIcons a,
    .incrimentIcons a:hover {
        text-decoration: none;
    }

.plusIcon,
.minusIcon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .plusIcon i,
    .minusIcon i {
        font-size: 14px;
        color: #515050;
    }

.plusIcon {
    margin-bottom: 10px;
}

    .plusIcon:hover,
    .minusIcon:hover {
        background-color: #2277df;
        color: #fff;
    }

        .plusIcon:hover i,
        .minusIcon:hover i {
            color: #fff;
        }

.tablePanel {
    overflow: auto;
}

    .tablePanel .table {
        border-left: 1px solid #b3b1b1;
        border-bottom: 1px solid #b3b1b1;
    }

    .tablePanel tbody tr {
        cursor: pointer;
    }

    .tablePanel th,
    .tablePanel td {
        border-right: 1px solid #b3b1b1;
    }

    .tablePanel td {
        text-align: right;
        color: #515050;
    }

        .tablePanel td a {
            color: #515050;
        }

            .tablePanel td a:hover {
                text-decoration: none;
                color: #2277df;
            }

    .tablePanel th:not(.thblue) {
        background: #e4e3e3;
        background: -moz-linear-gradient(top, #e4e3e3 0%, #c3c1c1 100%);
        background: -webkit-linear-gradient(top, #e4e3e3 0%,#c3c1c1 100%);
        background: linear-gradient(to bottom, #e4e3e3 0%,#c3c1c1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#c3c1c1',GradientType=0 );
        text-transform: uppercase;
        color: #515050;
        text-align: center;
    }

.thblue {
    background-color: #2276dd !important;
    color: #fff;
}

.tablePanel .table thead th {
    border-bottom: 2px solid #8a8989;
}

    .tablePanel .table th {
        border-top: 1px solid #b3b1b1;
    }

    .tablePanel tr.greyBg,
    .tablePanel tr.blueBg {
        cursor: default;
    }

        .tablePanel tr.greyBg td {
            background-color: #9f9d9d;
            color: #fff;
            border-right: 1px solid transparent;
            text-align: right;
        }

        .tablePanel tr.blueBg td {
            background-color: #2276dd;
            color: #fff;
            border-right: 1px solid transparent;
            text-align: right;
        }

            .tablePanel tr.greyBg td a,
            .tablePanel tr.blueBg td a {
                color: #fff;
            }

                .tablePanel tr.greyBg td a:hover,
                .tablePanel tr.blueBg td a:hover {
                    text-decoration: none;
                    color: #2277df;
                }

    .tablePanel .table td,
    .tablePanel .table th {
        padding: .5rem .75rem;
    }

.activeRow > td {
    background-color: #737373;
    color: #fff;
}

.activeRow td a {
    color: #fff;
}

.baseExpandPanel,
.firstExpandPanel,
.secondExpandPanel {
    display: none;
}

    .baseExpandPanel > td > .table,
    .firstExpandPanel > td > .table,
    .secondExpandPanel > td > .table {
        margin-bottom: 0 !important;
    }

    .baseExpandPanel > td,
    .firstExpandPanel > td,
    .secondExpandPanel > td {
        padding: 0 !important;
    }

.squareRed {
    color: #ff0000;
}

.squareGreen {
    color: #09af01;
}

.squareBlack {
    color: #000;
}

.squareunpaid {
    color: #d09d08;
}

.squarerefundpaid {
    color: #6610f2;
}

.squarerPrevTicket {
    color: #33F6FF;
}

.baseExpandPanel > td,
.firstExpandPanel > td,
.secondExpandPanel > td,
.firstLevelTable tr:last-child td,
.secondLevelTable tr:last-child td {
    border-right: 0 !important;
}

.betSlipTicket {
    background-color: #fff;
    padding: 5px;
    max-width: 450px;
    /*/overflow: auto;*/
    position: relative;
}

.loginTopPanel {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 10px;
}

.betSlipTicket .table {
    border: none !important;
    background-color: #fff !important;
    margin-bottom: 0;
}

.betSlipTicketInner {
    border: 1px solid #787878 !important;
    padding: 3px;
}

.betSlipTicket .table thead th {
    background: #fff;
    border: none !important;
    font-size: 24px;
    text-transform: none;
    font-style: italic;
}

.betSlipTicket td {
    font-size: 13px;
    padding: 6px 3px !important;
    border: none;
}

.betSlipTicket tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.betslipHeading td {
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
}

.doubleBorder {
    border-top-style: double !important;
    border-bottom-style: double !important;
}

.loginTopPanel .logo {
    margin: 0 auto;
}

.loginPanel {
    background-color: #fff;
    max-width: 700px;
    margin: 15px auto;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

    .loginPanel h2 {
        text-align: center;
        padding-bottom: 10px;
        color: #515050;
    }

.submitBtn .btn {
    cursor: pointer;
    margin-right: 15px;
}

.submitBtn {
    display: flex;
    align-items: center;
}

/*------Custom Radio Button --------*/
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #515050;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}

    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #312e2e;
}

a.blue_button {
    background: #2276dd !important;
    border: 1px solid #2276dd;
}

/*-----27-02-18------*/
.table-width {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.bg-white {
    background: #f1f1f1 !important;
}
.bg-purewhite {
    background:#ffffff !important;
}

.bg-grey {
    background: rgba(142, 142, 142, 0.05) !important;
}

.racingInfoTable {
    margin-bottom: 0 !important;
}

.betSlipTicketInner.paid:before {
    content: "Paid";
    color: rgba(96, 156, 0, .3);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 100px;
    position: absolute;
    transform: rotate(-50deg);
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
}

.betSlipTicketInner.cancel:before {
    content: "Cancelled";
    color: rgba(156, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 66px;
    position: absolute;
    transform: rotate(-40deg);
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
}

.betSlipTicketInner.unpaid:before {
    content: "Unpaid";
    color: rgba(133, 100, 4, 0.3);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 100px;
    position: absolute;
    transform: rotate(-33deg);
    left: 0;
    right: 0;
    top: 30%;
    bottom:30%;
    text-align: center;
}

.betSlipTicketInner.paidRefund:before {
    content: "PaidRefund";
    color: rgba(102, 16, 242, 0.3);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    position: absolute;
    transform: rotate(-33deg);
    left: 0;
    right: 0;
    top: 30%;
    bottom: 30%;
    text-align: center;
}
.betSlipTicketInner.unpaidRefund:before {
    content: "UnpaidRefund";
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    position: absolute;
    transform: rotate(-33deg);
    left: 0;
    right: 0;
    top: 30%;
    bottom: 30%;
    text-align: center;
}


.field-validation-error {
    color: #b10000;
    font-size: medium;
}

.field-validation-success {
    color: #398439;
    font-size: medium;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px ridge #ff0000 !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.loaderPanel {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.dialog-background{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
}
.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 9999999;
}
.dialog-loading-icon {
    background-color: #FFFFFF !important;
    border-radius: 13px;
    display: block;
    height: 100px;
    line-height: 100px;
    margin: 0;
    padding: 1px;
    text-align: center;
    font-weight:bold;
    width: 100px;
}

/*.loaderPanelReport {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.loaderPanelReport img {
        width: 50px;
        height: 50px;
    }*/

    .loaderPanel img {
        width: 50px;
        height: 50px;
    }

.required {
    color: red;
}

.customInputNo .upDownArrow {
    display: none;
    height: 24px;
    top: 5px;
    right: 12px;
}

.customInputNo:hover .upDownArrow {
    display: block;
}

.customInputNo .arrowUp,
.customInputNo .arrowDown {
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    width: 16px;
    height: 12px;
    text-align: center;
    font-size: 13px;
}

    .customInputNo .arrowUp i,
    .customInputNo .arrowDown i {
        line-height: 10px;
    }

    .customInputNo .arrowUp:hover,
    .customInputNo .arrowDown:hover {
        background-color: #d2d2d2;
    }

    .customInputNo .arrowUp:active,
    .customInputNo .arrowDown:active {
        background-color: #787878;
    }

.customInputNo .arrowUp {
    top: 0;
}

.customInputNo .arrowDown {
    bottom: 0;
}

.headingIncrimentFld {
    display: flex;
}

.fldHeadingText {
    width: calc(100% - 25px);
}

.incrimentArrow {
    height: 28px;
    width: 30px;
}

    .incrimentArrow .upDownArrow {
        top: 0;
        right: 4px;
        width: 25px;
    }

    .incrimentArrow .arrowUp {
        background-color: #179ce9;
        color: #fff;
        text-align: center;
    }

    .incrimentArrow .arrowDown {
        background-color: #179ce9;
        color: #fff;
        text-align: center;
        border-top: 1px solid #fff;
    }

        .incrimentArrow .arrowUp:hover,
        .incrimentArrow .arrowDown:hover {
            background-color: #02476f;
        }

        .incrimentArrow .arrowUp:active,
        .incrimentArrow .arrowDown:active {
            background-color: #031525;
        }

.raceBetsList ul li input {
    padding: 3px;
}

.inputModal {
    width: 200px;
    background-color: #fff;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
    border-radius: 4px;
    text-align: center;
}

    .inputModal h2 {
        padding: 10px 5px;
        margin: 0;
        color: #1288e5;
        font-size: 18px;
        border-bottom: 1px solid #efefef;
        border-radius: 4px;
    }

    .inputModal p {
        font-size: 14x;
        font-weight: bold;
        padding: 10px 5px 5px;
    }

    .inputModal.show {
        display: block;
    }
.mt-15{
margin-top:15px;
}
.ml-15{
    margin-left:15px;
}

/*------Custom Radio Button --------*/
/*.activeRow + tr.firstExpandPanel{display: table-row;}*/
@media(max-width: 767px) {
    .topPanel .logo {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 775px) {
    .dateFldsPanel {
        display: block;
    }

    .dateCalenderFld {
        padding-bottom: 15px;
    }

    .timeFld input,
    .timeFld select {
        width: 118px;
    }
}
