
.row .betBar {
    width:90%;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
}

.row .betBar .TitleName,
.row .TitleNames,
.row .BetSend {
    padding-top:12px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    color:#000;
    text-align: center;
}
.row .TitleNamev{
     font-family: Roboto;
     font-size: 14px;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.21;
     color:#000;
     text-align: center;
 }


.row .betSet .bet-Name {
    display: block;
    float:left;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #ff992d;
}
.row .betAdd .bet-Name {
    display: block;
    float:left;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #f7ffe5;
}

.row .betBar .bet-Input {
    width:30%;
    height: 40px;
    background-color: #fff;
}

.row .betBar .login-Button {
    display: block;
    float:right;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #D6D6D6;  /*  #3f3356   */
}

.row .betBar .bet-Button {
    display: block;
    float:right;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    color:#fff;
    background-color: #D6D6D6;  /*  #3f3356   */
}
.row .betBar .bet-ButtonOn {
    display: block;
    float:right;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    color:#fff;
    background-color: #940000;  /*  #3f3356   */
}

.row .betBar .bet-Button:hover  {

    display: block;
    float:right;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #3f3356;
}

.row .betBarRed .bet-Name {
    display: block;
    float:left;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    color:#fff;
    background-color: #cb081d;
}

.row .betBarWhite .bet-Name {
    display: block;
    float:left;
    color:#000;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;;
    border:1px solid #9a9a9a;
}

.row .betBarBdd .bet-Name {
    display: block;
    float:left;
    color:#fff;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #ef8d1e;
    border:1px solid #ef8d1e;
}

.row .betBarFtd .bet-Name {
    display: block;
    float:left;
    color:#fff;
    width: 25%;
    height: 40px;
    border-radius: 4px;
    background-color: #4db476;
    border:1px solid #4db476;
}

.row .betBar span input{
    /*margin-top:5px;*/
    height: 40px;
    width: 48%;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #a5a5a5;
    /*border:1px solid #fff;;*/

}

.row .betBar span  .input{
    text-align:right;
    color:#fff;
    z-index:9000;
}

.lefts  {
    float:left;
}
.SelectBetBox .lefts,
.SelectBetBox2 .lefts
{
    background-clip: padding-box;
    border: 5px solid rgba(0, 0, 0, 0.5);

    outline-color: orange;
}