﻿.ball-number {
    font-size: 1.2em;
    line-height: 1.9em;
    text-align: center;
    cursor: pointer; 
    border-radius: 50%;
    border-color: #646464;
    height: 1.8em;
    width: 1.8em;
    display: inline-block;
    margin: 0;
    font-family: sans-serif;
    border-style: double;
    border-width: 3px; 
}

.spinning {
    border:none;
}

.wait-spin {
    background-color: white;
}

.ball-number-1 {
    border-style: double;
    border-width: 4px;
}

.prize-number {
    /*color: #ed3211;*/
    font-size: 11px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.ball-cell {
    /*border-style: solid;
    border-radius: 50%;
    border-color: #646464;*/
    height: 1.8em;
    margin: 4px auto 0 auto;
    text-align: center;
}

.ball-cell-1 {
    /*border-style: solid;
    border-color: #646464;*/
    height: 1.8em;
    margin: 4px auto 0 auto;
    text-align: center; 
}

.w-100 {
    width:100%;
}

.result {
    height: 400px;
}

.blue {
    background-color: #2351ad;
    color: #fff;
}
.black {
    background-color: #555;
    color: #fff;
}

.red {
    background-color: #e20006;
    color: #fff;
}

.cyan {
    background-color: #0cf;
    color: #000;
}

.yellow {
    background-color: #e0e03a;
    color: #000;
}

.pink {
    background-color: #f9c;
    color: #000;
}

.orange {
    background-color: #ff8630;
    color: #000;
}

.gray {
    background-color: #c0c0c0;
    color: #000;
}

.dialogPopUp {
    display: none;
    position: fixed;
    z-index: 2000000;
    width: 70%;
    max-width: 600px;
    font-size: 12px;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width:600px) {
    .dialogPopUp {
        width: 100%;
    }
}

.magicMsg {
    font-size: 14px;
    z-index: 101;
    position: relative
}

    .magicMsg .close {
        margin-top: -9px;
        margin-right: -8px;
        padding: 3px 7px;
        color: rgba(50,50,50,.5);
        background-color: rgba(50,50,50,.1);
        cursor: pointer
    }

body.hasHover .magicMsg .close:hover {
    background-color: rgba(50,50,50,.2);
    color: rgba(50,50,50,.8)
}


.magicMsg .lmwTxtH1 {
    padding: 20px 15px 20px 15px;
    font-size: 22px;
    font-family: open_sans_semibold
}

.magicMsg .lmwTxtH2 {
    padding: 15px;
    border-bottom: 1px solid #e8e9eb;
    font-family: open_sans_semibold;
    font-size: 16px
}

.magicMsg .lmwTxtH3 {
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    text-align: right;
    background-color: #ecf0f1;
    text-align: left;
    margin-top: 10px
}

.magicMsg .lmwTxtH4 {
    padding: 10px 15px 5px 15px;
    font-size: 15px;
    font-family: open_sans_semibold
}

.magicMsg .lmwTxtH5 {
    padding: 2px 5px 2px 25px;
    font-size: 13px
}

.magicMsg .lmwTxtH6 {
    padding: 20px 15px 20px;
    font-size: 14px
}

.magicMsg .lmwTxtH3 .mwbtn {
    height: 40px;
    width: 125px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #bdc3c7;
    display: inline-block;
    cursor: pointer
}

