/*//UPDATE ABRIL 30*/
/* CSS Document */

.lot_limit_input, .lot_limit_reventado_input{
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 55px;

}

.lot_limit_reventado_input[disabled]{
    background-color: #AAAAAA;
}

.custom_display_none{

	display: none;

}

#lottery_ball_container {
   position: relative;
   /*width: 100%;
   padding-bottom: 100%;*/
}

#circle {
   position: inherit;
   width: 250px;
   height: 250px;
   border-radius: 50%;
   background: rgba(223,195,67,1);
   background: -moz-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
   background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(223,195,67,1)), color-stop(100%, rgba(202,166,129,1)));
   background: -webkit-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
   background: -o-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
   background: -ms-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
   background: linear-gradient(135deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc343', endColorstr='#caa681', GradientType=1 );
}

#small-circle{
  margin-top: 20%;
  margin-left: 20%;
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #EEEEEE;
  border-radius: 50%;
}
#input_lottery_winner_number{
	max-width: 60%;
    margin-top: 23%;
    height: 50%;
    font-size: 60px;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid #dddddd;
    border-radius: 50%;
}
/*Ball2*/
#lottery_ball_container2 {
    position: relative;
    /*width: 100%;
    padding-bottom: 100%;*/
}
#circle2 {
    position: inherit;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(223,195,67,1);
    background: -moz-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(223,195,67,1)), color-stop(100%, rgba(202,166,129,1)));
    background: -webkit-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: linear-gradient(135deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc343', endColorstr='#caa681', GradientType=1 );
}

#small-circle2{
    margin-top: 20%;
    margin-left: 20%;
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #EEEEEE;
    border-radius: 50%;
}
#input_lottery_winner_number2{
    max-width: 60%;
    margin-top: 23%;
    height: 50%;
    font-size: 60px;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

/*Ball3*/
#lottery_ball_container3 {
    position: relative;
    /*width: 100%;
    padding-bottom: 100%;*/
}
#circle3 {
    position: inherit;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(223,195,67,1);
    background: -moz-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(223,195,67,1)), color-stop(100%, rgba(202,166,129,1)));
    background: -webkit-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    background: linear-gradient(135deg, rgba(223,195,67,1) 0%, rgba(202,166,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc343', endColorstr='#caa681', GradientType=1 );
}

#small-circle3{
    margin-top: 20%;
    margin-left: 20%;
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #EEEEEE;
    border-radius: 50%;
}
#input_lottery_winner_number3{
    max-width: 60%;
    margin-top: 23%;
    height: 50%;
    font-size: 60px;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid #dddddd;
    border-radius: 50%;
}


.table > tbody > tr > td{
    padding: 0px !important;
    padding-left: 5px !important;
}

/*nuevos cambios de interfaz realizados abril 2018*/
.tiempos_bordered_table{
    border: 1px solid #000000;
}

.tiempos_bordered_table > thead > tr > th,
.tiempos_bordered_table > tbody > tr > th,
.tiempos_bordered_table > tfoot > tr > th,
.tiempos_bordered_table > thead > tr > td,
.tiempos_bordered_table > tbody > tr > td,
.tiempos_bordered_table > tfoot > tr > td {
    border: 1px solid #000000;
}

.custom-number-table-width-sm, .custom-number-table-width-xs{
    float: left;
    width: 56%;
}

#mobile_selected_number_display{
    font-size: 4rem;
    color: #00B200;
}

#input_amount_per_number{
    font-size: 2rem;
    width: 20rem;
    border: 1px solid #CCC;
}

.btns_centenas{
    font-size: 1.8rem;
}

.btns_millares{
    font-size: 1.8rem;
}

.tiempos-btn-sorteos{
    margin-bottom: 0.3rem;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#alternative_ui{
    background-color: #FFF;
}

#inp_otro_monto_multiple{
    border: 1px solid red;
}

#tiquete{
    display: none;
}

#lot_limit_by_number_table_4 tbody tr td{
    max-width: 50%;
}

#tbl_resume_mob td{
    height: 1.5rem;
}

.td_reventado span.rev-number-amount{
    margin: 0 0.5rem 0 0.5rem;
}

.td_reventado button{
    margin: 0 0.5rem 0 0.5rem;
}

.btn-add-reventado{
    background-color: #FF2626;
    color: #000;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 2rem;
}

.btn-add-reventado:hover{    
    color: #FFF;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 2rem;
}

@media only screen and (max-width: 900px) {
    .tiempos_bordered_table tr td{
        padding: 1.6vw;
    }

    .tiempos_custom_padding_1{
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .tiempos_custom_padding_5{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #btns_container_cientos button{
        width: 100%;
    }

    #btns_container_miles button{
        width: 100%;
    }


    table#tiempos_numeros_selection > tbody > tr > td{
        padding: 0.66rem !important;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    #movil-sub-total{
        font-weight: bolder;
    }

    .modal-dialog {
        width: 100%;
        margin: auto auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }

    #txt_monto_disponible_numero_selccionado{
        font-size: 1rem;
    }

    .content{
        min-height: 0px;
    }

    #lot_limit_by_number_table_1 tbody tr td{
        max-width: calc(100%/3);
    }
    
    
}

@media only screen and (min-width: 1024px) {
    .td_mobile_number_select{
        font-size:30px;
    }
    .td_mobile_number_select>div{
        font-size: 10px;
        color: #fff;
        background-color: #940000;
        width: 100%;
        margin: auto auto;
    }
    #tiempos_numeros_selection{
        max-width: 520px;
    }

    .cust-lg-1-padding{
        padding-right: 125px;
    }
    #lot_limit_by_number_table_1, #lot_limit_by_number_table_2, #lot_limit_by_number_table_3, #lot_limit_by_number_table_4{
        margin: 0px 10px 0px 10px;
    }
    
}

.table>tbody>tr>td{

}


@media print
{
    body * { visibility: hidden; }
    #tbl_resume_mob * { visibility: visible; }
    #tbl_resume_movil_div_container {
        width: 100%;
        margin: auto auto;
    }
    .btn-remove-selected-number { visibility: hidden; }
}


/*Estilos para la seccion de ventas de numeros en tiempo real*/
#tbl-ventas-01 tbody td, #tbl-ventas-02 tbody td, #tbl-ventas-03 tbody td, #tbl-ventas-04 tbody td, #tbl-ventas-05 tbody td{
    vertical-align: middle;
}

/*Estilo para seccion grading*/

#gray-ball, #red-ball, #reventado_label_gris::before, #reventado_label::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#reventado_label_gris::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color:#666666;
    content: "";
}

#reventado_label::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color:#940000;
    content: "";
}

#red-ball{
    background-color:#940000;
}

#gray-ball{
    background-color:#666666;
}