﻿
.widget-pick3 {

    display: block;

    width: auto;
    height: auto;

    margin: 10px 0 10px 0;
    padding: 0 0 0 0;

}



/* Game Header - START */

.widget-pick3 .pick3-header {

    display: block;

    width: 1140px;
    height: 80px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background-color: #ef6430;
    background: linear-gradient(90deg, #8362fe, #9f84ff);

    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 13px;

}

.pick3-header .h-table-info {

    display: table;
    float: left;

    width: auto;
    height: 80px;

    margin: 0 0 0 0;
    padding: 5px 0 5px 0;

}

.pick3-header .h-table-info .h-row { display: table-row; }
.pick3-header .h-table-info .h-row .h-cell { 
    display: table-cell; 
    
    width: auto; 
    height: 70px; 

    padding: 0 0 0 0;
    margin: 0 0 0 0;

    vertical-align: top;

}

.h-cell.h-line {}
.h-cell.h-line .h-vertical-line {

    display: inline-block;

    width: 1px;
    height: 66px;

    background-color: #fff;

}

.h-cell.h-logo { padding-left: 20px !important; }

.h-cell.h-name { padding: 28px 20px 0px 10px !important; }
.h-cell.h-name {
    
    display: inline-block;
    
    width: auto;
    height: auto;
    
    padding: 0 0 0 0;
    margin: -3px 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    line-height: 23px;
    text-transform: none;

}


.h-cell.h-prize { padding: 12px 20px 0px 20px !important; }

.h-prize span.lotto-prize,
.h-prize span.brand-prize{
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 800;

}

.h-prize span.prize-text,
.h-prize span.lotto-prize .prize-text,
.h-prize span.brand-prize .prize-text { font-size: 32px; }

.h-prize span.prize-text:before,
.h-prize span.lotto-prize .prize-text:before,
.h-prize span.brand-prize .prize-text:before {
    content: " ";
}


.h-cell.h-timer { padding: 26px 0 0 20px !important; }

.h-timer .timer-view {
    display: inline-block;

    width: auto;
    height: auto;

    padding: 0 0 0 20px;

    background: transparent url(../images/clock.png) no-repeat;

    min-height: 16px;

    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;

    line-height: 16px;

}

.timer-view .timer-value,
.timer-view .timer-delimiter {

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;

    line-height: 16px;
    text-align: center;

    text-transform: lowercase;

}



.pick3-header .h-table-command {

    display: table;
    float: right;

    width: auto;
    height: 80px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.h-table-command .btn-magic-all {
    
    display: inline-block;
    float: left;
    
    width: auto;
    height: 80px;
    min-width: 85px;
    
    padding: 0 10px 0 10px;
    margin: 0 2px 0 0;
    
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    font-weight: 500;

    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/btn-quick-pick.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 19px;
    border-radius: 0px;

}
.h-table-command .btn-magic-all:disabled { cursor: not-allowed !important; }

.btn-magic-all div {
    
    display: inline-block;
    
    width: auto;
    height: auto;
    
    margin: 33px 0 0 0;
    padding: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

.h-table-command .btn-trash-all {
    
    display: inline-block;
    float: right;
    
    width: auto;
    height: 80px;
    min-width: 85px;
    
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    font-weight: 500;

    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/btn-clear.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 24px;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.h-table-command .btn-trash-all:disabled { cursor: not-allowed !important; }

.btn-trash-all div {
    
    display: inline-block;
    
    width: auto;
    height: auto;
    
    margin: 33px 0 0 0;
    padding: 0 0 0 0;
    
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;

}

.h-table-command .btn-magic-all:hover,
.h-table-command .btn-trash-all:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.h-table-command .btn-magic-all:disabled:hover,
.h-table-command .btn-trash-all:disabled:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
/* Game Header - END */





/* Content - START */

.widget-pick3 .pick3-table {

    display: table;

    width: 100%;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;

}

.pick3-table .pick3-row { display: table-row; }
.pick3-table .pick3-cell { display: table-cell; }

.pick3-table .pick3-cell.tickets {

    display: table-cell;
    
    width: 785px;
    height: auto;
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background-color: #fff;
}

.pick3-table .pick3-cell.price {

    display: table-cell;

    width: 355px;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    text-align: left;
    vertical-align: top;

}

/* Content - END */





/* Tickets - START */

.pick3-cell.tickets ul { margin: 15px 0 0 0; }

.pick3-cell.tickets ul li {

    display: block;
    float: left;

    width: 177px;
    height: auto;
    
    margin: 0 15px 15px 0;
    padding: 1px 1px 1px 1px;

    text-align: center;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;

    border: 1px solid #c7c7c7;
    background-color: White;

    z-index: 100;

}
.pick3-cell.tickets ul li:nth-child(4n+1) { margin-left: 15px !important; }
.pick3-cell.tickets ul li:nth-child(4n+4) { margin-right: 0px !important; }

.pick3-cell.tickets ul li.disabled-ticket { cursor: not-allowed; }

.pick3-cell.tickets ul li:hover {
    
    -webkit-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
    box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);

    border-color: #8362fe;

}
.pick3-cell.tickets ul li.disabled-ticket:hover {

    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;

    border-color: #c7c7c7;
}

.pick3-cell.tickets ul li .ticket-header-1 {

    display: block;

    width: auto;
    height: 34px;

    margin: 0 0 0 0;
    padding: 6px 0 6px 0;

    text-align: center;

    font-family: Arial;
    font-size: 14px;
    color: #fff;

    background-color: #8362fe;

}
.pick3-cell.tickets ul li:hover .ticket-header-1 {
    display: block;
}

.pick3-cell.tickets ul li .ticket-header-2 {

    display: block;

    width: auto;
    height: 26px;

    margin: 0 0 0 0;
    padding: 4px 0 6px 0;

    text-align: center;

    font-family: Arial;
    font-size: 12px;
    color: #000;

    background-color: #fff;

}

.ticket-header-2 .fa-check-circle {
    font-size: 14px;
    color: #FF9300;
}

.ticket-header-2 .fa-times-circle {
    font-size: 14px;
    color: red;
}


.pick3-cell.tickets ul li .ticket-table {

    display: table;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
}

.ticket-table .ticket-row { display: table-row; }

.ticket-table .ticket-cell { 
    
    display: table-cell; 

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    text-align: left;
    vertical-align: top;

}

.ticket-table .ticket-cell.ticket-values { width: 80px; }
.ticket-table .ticket-cell.ticket-numbers { width: 93px; background-color: #dab4e8; padding: 5px 0 0 5px; text-align: left; }


.ticket-cell.ticket-values .ticket-values-section {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

}

.ticket-values-section.section-amount { margin-top: 10px !important; }

.ticket-cell.ticket-values .ticket-values-section .section-title {
    display: block;
    width: 90%;
    height: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    background-color: #8362fe;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.ticket-cell.ticket-values .ticket-values-section a.section-item {

    display: block;

    width: auto;
    height: 20px;

    margin: 5px 0 5px 0;
    padding: 0 0 0 25px;

    background: transparent url(../images/check-off.png) 5px 0px no-repeat;
    
    color: #000;
    text-decoration: none;

}
.ticket-cell.ticket-values .ticket-values-section a.section-item[data-checked="true"] {
    background-image: url(../images/check-on.png);
}

.pick3-cell.tickets ul li.disabled-ticket .ticket-table .ticket-cell.ticket-values .ticket-values-section a.section-item {
    cursor: not-allowed !important;
}


.ticket-cell.ticket-numbers .numbers-column {

    display: inline-block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.numbers-column .number-cell {

    display: block;

    width: 26px;
    height: 28px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    text-align: left;

}

.numbers-column .number-cell button {

    width: 24px;
    height: 24px;

    border: 1px solid #8362fe;
    background-color: #fff;

    text-align: center;

    font-family: Arial;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.pick3-cell.tickets ul li.disabled-ticket .ticket-table .ticket-cell.ticket-numbers button {
    cursor: not-allowed !important;
}

.numbers-column .number-cell button:hover { background-color: #8362fe; color: white; }
.numbers-column .number-cell button[data-checked="true"]:hover { background-color: #fff !important; color: #000 !important; }

.numbers-column .number-cell button:disabled:hover { background-color: #fff; }
.pick3-cell.tickets ul li.disabled-ticket .ticket-table .ticket-cell.ticket-numbers button:hover { background-color: #fff; }    

.numbers-column .number-cell button[data-checked="true"] { }

.numbers-column .number-cell button[data-checked="true"]:before {
    
    position: absolute;
    
    margin-top: 8px;
    margin-left: 4px;
    
    content: "\f00d";
    
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: normal;
    color: #f35168;

    text-shadow: 1px 1px 1px #999999;
    
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    z-index: 4;
    opacity: 0.7;

}

/* Tickets - END */



/* Price - START */

.pick3-cell.price .info-container {

    display: block;

    width: 315px;
    height: 243px;

    margin: 15px 0 0 20px;
    padding: 0 0 0 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;

    background-color: transparent;
    overflow-y: auto;
}
.widget-pick3.pick3-8 .pick3-cell.price .info-container { height: 243px; /*668px*/ }

.pick3-cell.price .price-container {
    display: block;
    width: 315px;
    height: auto;
    margin: 10px 0 0 20px;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #e1e1e1;
}

.pick3-cell.price .price-container .price-grid {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.price-container .price-grid .price-label {

    display: inline-block;
    float: left;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-size: 18px;
    font-weight: 600;

}

.price-container .price-grid .price-total {

    display: inline-block;
    float: right;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-size: 18px;
    font-weight: 600;

}

.pick3-cell.price .price-container .price-command {

    display: block;

    width: auto;
    height: auto;

    margin: 10px 0 0 0;
    padding: 0 0 0 0;

}

.price-container .price-command button {

    width: 100%;
    height: auto;

    margin: 0 0 15px 0;
    padding: 10px 40px;
    
    border-radius: 0px;
    text-transform: unset;
    line-height: 28px;
    
    cursor: pointer;

}

.price-container .price-command button:disabled {
    background: #c4c0be !important;
    cursor: not-allowed !important;
}

/* Price - END */