
.lottery-container ul, .lottery-container ol
{
    padding-left: 0 !important;
}

/*Lottery Games CSS*/
button, .button {
    border: solid 1px rgba(255,255,255,0.25);
    background-color: #7B510E;
    padding: 3px;
    font-weight: bold;
    /* -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; */
}
.hover-hand:hover {
    cursor: pointer;
}
/* All containers */
.ct {
    width: 100%;
    padding: 3px;
}

/* Main container */
.lotto-ct {
    background-color: rgba(0,0,0,0.2);
    padding: 0;
    position: relative;
    margin-bottom: 2em;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
    position: relative;
}

/* Top header that contains next closing house and current time */
#lotto-header {
    background-color: #006361;
    color: #fff;
    padding: 3px;
    position: relative;
}



#timestamp {
    position: absolute;
    top: 3px;
    right: 3px;
}

/* Main area that contains 3 logical columns */
.center-ct {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: stretch;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

/* First logical column that has list of houses */
.drawing-ct {
    width: auto !important;
    order: 1;
    -ms-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

/* Buttons to select none/all/morning/evening */
#drawing-shortcuts {
    margin: 0;
    padding: 0;
}

    #drawing-shortcuts ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #drawing-shortcuts ul li {
            display: inline;
        }

            #drawing-shortcuts ul li a {
                background-color: #7B510E;
                color: #fff;
                width: 48%;
                display: inline-block;
                text-align: center;
                margin-bottom: 3px;
                line-height: 2em;
                /* -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
                border-radius: 7px; */
                padding: 0;
            }

/* list of houses */
#drawing-list {
    max-height: 750px !important;
    height: 750px;
}

    #drawing-list ul {
        list-style-type: none;
    }

    #drawing-list div {
        /*display: block;*/
		margin-top: 3px;
		margin-bottom: 5px;
    }

        #drawing-list div label {
            background-color: #F7A21B;
            color: #000000;
            display: block;
            /* -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px; */
            line-height: 2em;
            text-align: center;
			margin-bottom: 0;
            border: solid 1px rgba(255,255,255,0.25);
        }

            #drawing-list div label.selected {
                background-color: #7B510E;
                color: #fff;
                border: solid 1px rgba(255,255,255,0.25);
            }

            #drawing-list div label input {
                display: none;
            }

        #drawing-list div.disabled {
            opacity: 0.3;
        }

/* Paging */

/* div.page {
    display: none;
}

    div.page.active {
        display: block;
    } */

/* Second logical column */
.input-ct {
    width: auto !important;
    order: 2;
    -ms-flex: 2 2 2;
    -webkit-flex: 2 2 2;
    flex: 2 2 2;
}

.input-field {
    text-align: center;
    margin-bottom: 1em;
}

    .input-field input {
        font-size: 2em;
        width: 200px;
        text-align: center;
        font-weight: bold;
        background-color: #fff;
        color: #000;
        border: solid 1px #000;
        /* -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; */
    }


    .input-field .quick-pick ol {
        list-style-type: none;
        margin: 0;
        width: 250px;
        margin: 0 auto;
    }

        .input-field .quick-pick ol li {
            display: inline;
        }

            .input-field .quick-pick ol li a {
                display: inline-block;
                background-color: #000;
                color: #fff;
                width: 55px;
                line-height: 2em;
                margin-top: 3px;
                /* -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
                border-radius: 7px; */
                border: solid 1px rgba(255,255,255,0.25);
            }

.add-to-order {
    background-color: #b73f3b;
}

.void-order {
    background-color: #b77e3b;
}

#amount-boxed-ct p, #amount-straight-ct p {
    display: none;
}



    #input-numbers-ct #numbers {
        font-size: 2.0em;
    }

.ct.action {
    text-align: center;
}

    .ct.action button {
        width: 200px;
    }



.bets-ct {
    width: auto !important;
    order: 3;
    -ms-flex: 6;
    -webkit-flex: 6;
    flex: 6;
    float:right;
}

.cancel-order:hover {
    color: #f00;
    cursor: pointer;
}



    #bets table {
        margin: 5px;
        width: 95%;
    }

        #bets table thead #cancel-order:hover {
            color: #f00;
            cursor: pointer;
        }

    #bets tr, #bets td {
        padding: 3px;
    }

    #bets table tr {
        border-bottom: 1px solid rgba(25,255,255,0.25);
    }

    #bets table tbody tr.error td {
        background-color: #f00;
        color: #fff;
    }

    #bets table tbody tr.error:hover a.remove {
        color: #fff;
    }

    #bets table tbody tr.errorDescription {
        background-color: #600;
        color: #ccc;
        text-align: center;
        box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.25);
    }

    #bets table tbody tr:hover td {
        color: #000;
    }

        #bets table tbody tr:hover td a.remove {
            color: #f00;
        }

    #bets table thead th, #bets table tfoot th {
        background-color: #fff;
        color: #000;
        padding: 3px;
        vertical-align: bottom;
        text-align: left;
    }

    #bets table tfoot #invalidBets a {
        display: none; /* initial value */
        background-color: yellow;
        color: #000;
        padding: 1px 5px;
        /* borderborder-radius: 4px; */
    }

    #bets table thead th.text-center {
        text-align: center;
    }

    #bets table thead th.text-right {
        text-align: right;
    }

    #bets table tfoot th {
        color: #000;
    }

    #bets table #betcount {
        text-align: left;
    }

    #bets table #bettotal {
        text-align: right;
        font-weight: bold;
    }

    #bets tr.no-bets td {
        color: #000;
        padding: 1em 0;
    }

    #bets tr.no-bets strong {
        font-weight: bold;
    }

    #bets tr.no-bets ol {
        list-style-type: decimal;
        margin-left: 2em;
    }

#order-actions {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #order-actions button {
        width: 200px;
        margin-top: 0.5em;
    }

    #order-actions #cancel-order {
        border: none;
        background-color: rgba(0,0,0,0.25);
        color: #000;
        order: 2;
    }

    .cancel-order {
        border: none;
        background-color: rgba(0,0,0,0.25);
        color: #000;
        order: 2;
    }

    #order-actions #place-order {
        /* font-size: 1.6em; */
        order: 1;
    }

        #order-actions #place-order:disabled {
            opacity: 0.25;
            color: #000;
        }

    #order-actions #transaction-history {
        margin-top: 20px;
        order: 3;
        border: none;
    }

.bets-ct #undo {
    background-color: #f00;
    color: #fff;
    /* border-radius: 5px; */
    padding: 5px;
    width: 30em;
    margin: 0 auto;
    text-align: center;
    right: 3px;
    top: 33px;
    text-shadow: 0 1px 0 #000;
}

    .bets-ct #undo a {
        color: #fff;
    }

#keypad {
    display :none;
    margin: 0 auto;
    width: 350px;
    margin-top: 20px;
}

    #keypad ol {
        list-style-type: none;
        padding: 0;
    }

    #keypad li {
        display: inline-block;
        width: 60px;
        background-color: #000;
        /* border-radius: 7px; */
        margin-bottom: 5px;
    }

.keypad-numbers {
    font-size: 50px;
    line-height: 65px;
    color: white;
    height: 60px;
}

    .keypad-numbers:hover {
        color: #fff;
        cursor: pointer;
    }

    .favorites-controls{display: none;}


    .panel-signup-info {
        height: 200px;
        overflow-y: scroll;
        background: #fff;
        padding: 5px 15px;
        margin: 15px 0;
    }


    /** Shopping Cart **/

    .number-list {
    text-align: center;
}

.number-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7px;
}

.number-list span {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
    line-height: 32px;
}

.number-list .no-circle span {
    display: block;
    width: 32px;
    height: 32px;
    border: 0px solid #b9b9b9;
    border-radius: 100%;

    line-height: 32px;
}

.number-list .marked span {
    border-color: #faa92c;
}

.number-list .marked-print span {
    border-color: #000;
}
