/* to remove*/

@media all{
    .selectedNumber .trapez .selectedNum, .selectedNumberMegaBall .trapez .selectedNum {
        background-color: black !important;
        height: 8px !important;
        width: 20px !important;
        margin-top: 3px !important;
        margin-right: 4px !important;
        border-radius: 0 !important;
        display: block !important;
    }

    .selectedNumber .trapez:hover .selectedNum, .selectedNumberMegaBall .trapez:hover .selectedNum{
        margin-top: 2px !important;
        margin-right: 3px !important;
    }
    .selectedNumber:hover .selectedNum, .selectedNumberMegaBall:hover .selectedNum{
        margin-top: 2px !important;
        margin-right: 3px !important;
    }
}

.status span.errTxt {
    font-size: 16px !important;
    font-weight: bold !important;
    padding-right: 8px !important;
    padding-top: 0 !important;
    position: inherit !important;
    width: 100% !important;
}

.lineInPopUp {
    background-image: url(../Picturs/smallLine.png);
    background-repeat: repeat;
    width: 100%;
    float: left;
    height: 2px;
}

/********************/

body {
    font-family: Arial;
    overflow-y: scroll;
}



.cursorPointer {
    cursor: pointer;
}

.container {
    max-width: 1000px;
    width: 990px;
}



.tabGame {
    position: relative;
}


.tabBtn.tabBtnSingle {
    position: relative;
    overflow: hidden;
}

.tabBtn.tabBtnSingle p {
    margin: 0;
    text-align: center;
    line-height: 32px;
}

.tabBtn.tabBtnActive {
    background-color: #d8d8d8;
    border: solid 1px #0070bb;
    background-image: -webkit-linear-gradient(top, #09f, #0072bc);
    background-image: -moz-linear-gradient(top, #09f, #0072bc);
    background-image: -o-linear-gradient(top, #09f, #0072bc);
    background-image: linear-gradient(to bottom, #09f, #0072bc);
    color: white;
}

.tabBtn {
    font-family: OpenSansHebrew;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #00b58f;
    border: solid 1px #007532;
    border-bottom: 0;
    height: 37px;
    margin-right: 2px;
    background-image: -webkit-linear-gradient(bottom, #007431 1%, #18e079);
    background-image: -moz-linear-gradient(bottom, #007431 1%, #18e079);
    background-image: -o-linear-gradient(bottom, #007431 1%, #18e079);
    background-image: linear-gradient(to top, #007431 1%, #18e079);
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.row.setting {
    height: 36px;
    background-color: #0070bb;
}

.settingGroup {
    background-color: #007532 !important;
}

.settingLineBtn {
    height: 25px;
    -webkit-border-radius: 2px/3px;
    -moz-border-radius: 2px/3px;
    border-radius: 2px/3px;
    background-color: #525252;
    -webkit-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    -moz-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    box-shadow: inset 0 -4px rgba(133,56,0,.19);
    border: solid 1px #f78d38;
    background-image: -webkit-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -moz-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -o-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: linear-gradient(to top, #e74c3c, #f9a359);
    margin-top: 5px;
    margin-right: 7px;
    text-align: center;
    color: white;
    width: 76px;
    float: left;
}

.settingLineBtn.settingLineActive {
    height: 25px;
    -webkit-border-radius: 2px/3px;
    -moz-border-radius: 2px/3px;
    border-radius: 2px/3px;
    background-color: #525252;
    -webkit-box-shadow: 0 3px rgba(0,0,0,.38), inset 0 -4px rgba(133,56,0,.43);
    -moz-box-shadow: 0 3px rgba(0,0,0,.38), inset 0 -4px rgba(133,56,0,.43);
    box-shadow: 0 3px rgba(0,0,0,.38), inset 0 -4px rgba(133,56,0,.43);
    border: solid 1px #b45d17;
    background-image: -webkit-linear-gradient(bottom, #c55400, #ff6d00);
    background-image: -moz-linear-gradient(bottom, #c55400, #ff6d00);
    background-image: -o-linear-gradient(bottom, #c55400, #ff6d00);
    background-image: linear-gradient(to top, #c55400, #ff6d00);
}


.settingQuickPickAll {
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #525252;
    -webkit-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    -moz-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    box-shadow: inset 0 -4px rgba(133,56,0,.19);
    border: solid 1px #f78d38;
    background-image: -webkit-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -moz-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -o-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: linear-gradient(to top, #e74c3c, #f9a359);
    margin-top: 5px;
    text-align: center;
    color: white;
    float: right;
    margin-left: 7px;
    width: 117px;
}

.prizeSumStatic {
    color: #3e3e3e;
    font-size: 18px;
    float: right;
    padding-top: 2px;
}

.prizeSum {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    width: 60%;
    position: relative;
}

.prizeDiv {
    position: absolute;
    right: 108px;
    border: 1px solid #c9ced5;
    padding-left: 30px;
    padding-right: 30px;
    color: #ed296e;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    top: -4px;
}

.status {
    color: red;
    font-size: 16px;
    padding-right: 8px;
    font-weight: bold;
    width: 100%
}
.singleLine:hover .status {
    width: 75%
}

.statusErr {
    float: right;
    color: red;
}

.statusOk {
    float: right;
    color: #b0d137;
    font-size: 17px;
}

.errTxt {
    position: absolute;
    top: 146px;
    font-size: 14px;
    font-weight: bold;
    margin-right: -3px;
    margin-top: 2px;
}

.errDiv .icon {
    line-height: 1.9;
    position: absolute;
    right: -27px;
    top: 0;
}

/*#region iconAlert*/

.icon,
.icon::before,
.icon::after {
    position: relative;
    padding: 0;
    margin: 0;
}

.icon {
    font-size: 18px;
    color: transparent;
}

.icon.warning {
    display: inline-block;
    width: 1.15em;
    height: 1.15em;
    overflow: hidden;
    border: none;
    background-color: transparent;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    margin-left: 10px;
}

.icon.warning::before {
    content: "";
    display: block;
    top: -0.08em;
    left: 0.0em;
    position: absolute;
    border: transparent 0.6em solid;
    border-bottom-color: red;
    border-bottom-width: 1em;
    border-top-width: 0;
}

.icon.warning::after {
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 100%;
    padding: 0 1px;
    text-align: center;
    font-family: "Garamond";
    content: "!";
    font-size: 0.65em;
    font-weight: bold;
    color: white;
}

/*#endregion*/


.alertDivContent, .alertDivContent1, .alertDivContent2 {
    z-index: 25;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 180px;
    right: 250px;
    border: 2px solid #c9ced5;
    height: 160px;
    width: 450px;
    background-color: #ffffff;

    position: fixed;
    right: 37%;
    top: 22%;
}

.alertDivContent1 {
    z-index: 35;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #c9ced5;
    height: 160px;
    width: 450px;
    background-color: #ffffff;
    position: fixed;
    right: 37%;
    top: 22%;
}

.alertDiv, .alertDiv1 {
    position: absolute;
    height: 100%;
    width: 930px;
    z-index: 24;
    opacity: 0.7;
    background-color: #f2f2f2;
}

.alertWhenGorupOpen {
    top: 919px;
}

.closeX, .closeX1, .closeX2 {
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #989898;
    cursor: pointer;
}

.aleatInfo , .aleatInfo1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 45px;
}

.buttonGeneral {
    width: 90px;
    height: 30px;
}

.alertButtons {
    position: relative;
}

.cancelButton, .howItWorksBtn, .cancelButton1 {
    right: 220px;
    top: 20px;
    position: absolute;
}

.deletebutton, .notInterstedBtn, .deleteGroupFromList, .moveOnAnyway {
    position: absolute;
    right: 120px;
    top: 20px;
}


.deleteGeneralButton {
    font-weight: bold;
    width: 90px;
    height: 30px;
    border: 1px solid #c1c7ce;
    padding-top: 3px;
    color: #0099ff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fafafa;
}

.deleteGeneralButton:hover {
    color: white;
    background-color: #ed296e;
    border: none;
}

.buttom {
    height: 93px;
    width: 922px;
    margin-top: 10px;
    background-color: #e9e9e9;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.buttomInfo {
    float: left;
    width: 293px;
    height: 100%;
    border-right: 1px dashed #c2c2c2;
    background-color: white;
    position: relative;
}


.buttonNextStyle {
    height: 40px;
    width: 140px;
    text-align: center;
    background-color: #a3cf00;
    color: white;
    font-weight: bold;
    line-height: 2.1;
    cursor: pointer;
    position: absolute;
    right: 130px;
    top: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
}


.buttonNextStyle:hover {
    background-color: #549b00;
}

.totalSumStatic {
    font-size: 14px;
    position: absolute;
    top: 53px;
    right: 48px;
}

.errDiv {
    height: 42px;
    width: 922px;
    margin-top: 10px;
    background-color: #f97979;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 2.6;
}

.errDiv .txt {
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.errDiv .errX {
    float: right;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-right: 15px;
    cursor: pointer;
}

.totalSum {
    font-size: 24px;
    position: absolute;
    top: 26px;
    width: 125px;
    text-align: center;
    right: 2px;
    color: #ed296e;
}

.tableOk {
    color: black;
    font-size: 14px;
}

.innerErr {
    font-size: 13px;
}

.addTicket {
    margin-top: 9px;
    position: relative;
}

.addTicketInnerSqr {
    border: 1px dashed #c2c2c2;
    width: 457px;
    height: 175px;
    float: right;
}

.addTicket .middle {
    border: 1px dashed #c2c2c2;
    width: 225px;
    height: 45px;
    position: absolute;
    right: 348px;
    top: 65px;
    background-color: #f5f5f5;
    font-size: 18px;
    text-align: center;
    padding-top: 9px;
    color: #59595c;
}

.wrapContent {
    background-color: #f2f2f2;
    padding-bottom: 100px;
    padding-right: 20px;
    padding-top: 20px;
}

.tables {
    position: relative;
}

.singleLine {
    width: 457px;
    height: 175px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    position: relative;
    float: right;
    margin-top: 9px;
}

.rightLine {
    margin-right: 8px;
}


.tableIn {
    margin: 6px;
    float: left;
    border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.megaBallNumbers .num {
    margin-left: 4px;
}

.tableLeft {
    height: 134px;
    width: 365px;
    float: left;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}



.tableRight {
    height: 134px;
    width: 71px;
    float: right;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ededed;
}


.singleLine:hover .tableLeft {
    background-color: #f9e8ee;
}


.singleLine:hover .tableRight {
    background-color: #fef3c8;
}



.tableNo {
    width: 108px;
    height: 31px;
    float: left;
    line-height: 1.7;
    padding-right: 10px;
    background-color: #bababa;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
    color: white;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 17.55px;
}

.singleLine:hover .tableNo {
    background-color: #ed296e;
}

.selectedNumber .trapez .selectedNum, .selectedNumberMegaBall .trapez .selectedNum {
    background-color: black;
    height: 8px;
    width: 20px;
    margin-top: 3px;
    margin-right: 4px;
}


.tableNoRight {
    width: 32px;
    height: 31px;
    text-align: center;
    padding-left: 9px;
}

.num {
    width: 30px;
    text-align: center;
    float: left;
    margin-left: 6px;
    font-size: 11.08px;
}

.trapez {
    width: 30px;
    height: 16px;
    border: 1px solid #bcbcbc;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: white;
}

.topInfo {
    background-color: #fafafa;
    border: 1px solid #dcdddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
    width: 922px;
}

.generalOprations {
    padding-top: 15px;
}



.selectedNumber .trapez, .selectedNumberMegaBall .trapez {
    border: 1px solid #777777;
}

.hover .trapez {
    border: 1px solid #ef4f88;
}

.num:hover .trapez {
    border: 2px solid #ef4f88;
}

.num:hover .selectedNum {
    margin-top: 2px;
    margin-right: 3px;
}

.autoFillClean {
    display: none;
    padding-left: 10px;
    float: left;
    font-size: 13px;
    color: #0099ff;
}

.autoFillCleanTop {
    padding-left: 10px;
    float: left;
    font-size: 13px;
    color: #0099ff;
}

.singleLine:hover .autoFillClean {
    display: block;
}

.seperator {
    color: #999999;
}


.titleMegaBall {
    font-size: 12px;
    color: #636363;
}

.btnHover {
    display: none;
}



.border {
    background: #cecece;
    width: 2px;
    height: 15px;
    float: right;
    margin: 1px 3px;
}

.partBot {
    float: left;
}

.partTop {
    float: left;
    width: 100%;
}


.number {
    width: 19px;
    height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f3f3f3;
    border: solid 1px #c9c9c9;
    text-align: center;
    font-size: 12px;
    color: #636363;
    float: left;
    margin: 2px;
    cursor: pointer;
}

.number:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f3f3f3;
    border: solid 2px #005e20;
}


.tableStatus {
}

.transitionSelect {
    -webkit-transition: all 0.1s ease-in-out 0.0s;
    -moz-transition: all 0.1s ease-in-out 0.0s;
    -ms-transition: all 0.1s ease-in-out 0.0s;
    -o-transition: all 0.1s ease-in-out 0.0s;
    transition: all 0.1s ease-in-out 0.0s;
}

.selectOfNumbers {
    float: left;
    width: 100%;
    color: #636363;
    padding: 5px 0px 10px 5px;
    font-size: 12px;
}

.drawOption {
    height: 237px;
}

.winnersChange h2 {
    color: #353535;
    font-size: 16px;
}

.winnersChange .percent {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: #12a9cb;
    float: left;
    width: 100%;
}

.graphColumn {
    position: relative;
    width: 8px;
    float: left;
    margin-right: 3px;
    height: 100px;
}

.graphColumn span {
    background: #dcdcdc;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.winnersChange {
    width: 161px;
    height: 140px;
    float: left;
}

.percentWinner {
    font-family: Arial;
    font-size: 16px;
    color: #353535;
}

.numberOfDraws {
    width: 555px;
    height: 216px;
    float: left;
}

.boxsNumberOfDraws .box {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 4px 3px 3px 4px/4px;
    -moz-border-radius: 4px 3px 3px 4px/4px;
    border-radius: 4px 3px 3px 4px/4px;
    background-color: #f7f7f7;
    border: solid 1px #d4d4d4;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    position: relative;
}

.boxsNumberOfDraws .box h3 {
    width: 100%;
    height: 50px;
    margin: 0;
    text-align: center;
    padding-top: 5px;
    float: left;
}

.boxsNumberOfDraws .box .monthlyMembership {
    font-family: Arial;
    font-size: 14px;
    color: #353535;
    font-weight: bold;
}

.priceForLine {
    float: left;
    text-align: center;
    width: 100%;
    color: #4f4f4f;
    font-size: 13px;
    display: inline-block;
}

.priceForLine div {
    display: inline-block;
}

.box span {
    float: left;
    width: 100%;
    text-align: center;
    color: #31b3d1;
    font-size: 13px;
}

.boxsNumberOfDraws {
    margin-top: 27px;
}

.totalSumDraws {
    float: left;
    width: 244px;
    height: 190px;
}

.drawOption h2 {
    font-family: Arial;
    font-size: 16px;
    color: #353535;
}

.detailsTotalDraws {
    float: left;
    width: 50%;
    font-family: Arial;
    font-size: 14px;
    color: #353535;
    margin-top: 14px;
}

.warpTotalPrice {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.totalPrice {
    float: left;
    width: 50%;
}

.totalPrice h3 {
    float: left;
    display: inline-flex;
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: #12a9cb;
    margin: 0;
}

.BtnLotoGame {
    width: 115px;
    height: 31px;
    -webkit-border-radius: 3px 4px 4px 3px/4px 4px 5px 5px;
    -moz-border-radius: 3px 4px 4px 3px/4px 4px 5px 5px;
    border-radius: 3px 4px 4px 3px/4px 4px 5px 5px;
    background-color: #525252;
    -webkit-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    -moz-box-shadow: inset 0 -4px rgba(133,56,0,.19);
    box-shadow: inset 0 -4px rgba(133,56,0,.19);
    border: solid 1px #f78d38;
    background-image: -webkit-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -moz-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: -o-linear-gradient(bottom, #e74c3c, #f9a359);
    background-image: linear-gradient(to top, #e74c3c, #f9a359);
    float: left;
    text-align: center;
    line-height: 28px;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.graphWinners {
    float: left;
    margin-top: -29px;
}

.bestValueForMoney {
    width: 75px;
    height: 35px;
    -webkit-border-radius: 3px/1px;
    -moz-border-radius: 3px/1px;
    border-radius: 3px/1px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 5px 18px rgba(25,123,48,.75);
    -moz-box-shadow: inset 0 5px 18px rgba(25,123,48,.75);
    box-shadow: inset 0 5px 18px rgba(25,123,48,.75);
    border: solid 1px #006d26;
    border-top: oldlace;
    background-image: -webkit-linear-gradient(bottom, #0e7740, #24d311);
    background-image: -moz-linear-gradient(bottom, #0e7740, #24d311);
    background-image: -o-linear-gradient(bottom, #0e7740, #24d311);
    background-image: linear-gradient(to top, #0e7740, #24d311);
    position: absolute;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    top: 89px;
    left: 7px;
    padding-top: 3px;
}

.boxsNumberOfDraws .box:hover {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 4px 3px 3px 4px/4px;
    -moz-border-radius: 4px 3px 3px 4px/4px;
    border-radius: 4px 3px 3px 4px/4px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    -moz-box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    border: solid 1px #923815;
    background-image: -webkit-linear-gradient(bottom, #e95a37, #f69655);
    background-image: -moz-linear-gradient(bottom, #e95a37, #f69655);
    background-image: -o-linear-gradient(bottom, #e95a37, #f69655);
    background-image: linear-gradient(to top, #e95a37, #f69655);
    color: white;
}

.boxSelect {
    -webkit-border-radius: 4px 3px 3px 4px/4px;
    -moz-border-radius: 4px 3px 3px 4px/4px;
    border-radius: 4px 3px 3px 4px/4px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    -moz-box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    box-shadow: inset 0 5px 18px rgba(213,76,50,.75);
    border: solid 1px #923815;
    background-image: -webkit-linear-gradient(bottom, #e95a37, #f69655);
    background-image: -moz-linear-gradient(bottom, #e95a37, #f69655);
    background-image: -o-linear-gradient(bottom, #e95a37, #f69655);
    background-image: linear-gradient(to top, #e95a37, #f69655);
    color: white;
}

.boxsNumberOfDraws .box:hover .box h3 span {
    color: white;
}

.boxsNumberOfDraws .box .save {
    font-family: Arial;
    font-size: 13px;
    color: #e74c3c;
}

.displayN {
    display: none;
}
/* group */
.groupContent {
    min-height: 347px;
    background: #e8e8e8;
    position: relative;
    padding-left: 10px;
}

.backgroundGroup {
    background: white;
    width: 939px;
    height: 331px;
    border-radius: 3px;
    margin-top: 7px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
}

.seeYourNumber {
    width: 151px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdfdfd;
    -webkit-box-shadow: inset 0 -5px 0 1px rgba(0,0,0,.03);
    -moz-box-shadow: inset 0 -5px 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 -5px 0 1px rgba(0,0,0,.03);
    border: solid 1px #e8e8e8;
    font-family: Arial;
    font-size: 14px;
    color: #353535;
    display: block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 282px;
    left: 20px;
    cursor: pointer;
}

.aboutGroup {
    width: 326px;
    height: 100%;
    float: left;
    padding-left: 20px;
    position: relative;
}

.aboutGroup h2 {
    color: #0070bb;
    font-size: 18px;
}

.aboutGroup p {
    font-family: Arial;
    font-size: 16px;
    color: #353535;
}

.shareGroup {
    float: left;
    background: url('./images/Lottery_play_group.png') no-repeat;
    width: 611px;
    height: 330px;
    position: relative;
}

.shareGroup .block {
    position: absolute;
    top: 184px;
    left: 110px;
    width: 450px;
    height: 145px;
}

.rowBlock {
    width: 100%;
    float: left;
    min-height: 50px;
}

.rowBlock h2 {
    font-family: Arial;
    font-size: 20px;
    color: #0070bb;
    position: absolute;
    top: 0;
    left: 113px;
}

.plus {
    width: 28px;
    height: 28px;
    background-color: #000;
    -webkit-box-shadow: inset 0 4px 3px rgba(0,0,0,.23);
    -moz-box-shadow: inset 0 4px 3px rgba(0,0,0,.23);
    box-shadow: inset 0 4px 3px rgba(0,0,0,.23);
    background-image: -webkit-linear-gradient(bottom, #00652c, #9bff65);
    background-image: -moz-linear-gradient(bottom, #00652c, #9bff65);
    background-image: -o-linear-gradient(bottom, #00652c, #9bff65);
    background-image: linear-gradient(to top, #00652c, #9bff65);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    color: white;
    font-weight: bold;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.minus {
    width: 28px;
    height: 28px;
    background-color: #000;
    -webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.23);
    -moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.23);
    box-shadow: inset 0 3px 4px rgba(0,0,0,.23);
    background-image: -webkit-linear-gradient(bottom, #8e0004, #ff6569);
    background-image: -moz-linear-gradient(bottom, #8e0004, #ff6569);
    background-image: -o-linear-gradient(bottom, #8e0004, #ff6569);
    background-image: linear-gradient(to top, #8e0004, #ff6569);
    border-radius: 28px;
    color: white;
    font-weight: bold;
    line-height: 23px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.minusShareGroup {
    position: absolute;
    left: 110px;
    cursor: pointer;
}

.shareInput {
    width: 71px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fdfdfd;
    border: solid 1px #e7e7e7;
    position: absolute;
    left: 172px;
    text-align: center;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    color: #353535;
}

.plusShareGroup {
    position: absolute;
    left: 277px;
    cursor: pointer;
}

.numberOfDrawsGroup p {
    font-family: Arial;
    font-size: 14px;
    color: #353535;
}

.numberOfDrawsGroup {
    width: 177px;
    float: left;
}

.numberOfDrawsGroup a {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 1px 2px 2px 1px/2px;
    -moz-border-radius: 1px 2px 2px 1px/2px;
    border-radius: 1px 2px 2px 1px/2px;
    background-color: rgba(53,53,53,0);
    border: solid 1px #c2c2c2;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    cursor: pointer;
    background-position-y: 2px;
}

.marginLeft-70 {
    margin-left: 70px;
}



.howItWorks {
    position: relative;
    width: 920px;
}

.howItWorks img {
    max-width: 920px;
}

.closeHowItWorks {
    z-index: 6;
    position: absolute;
    color: #cdcdcd;
    top: -3px;
    right: 14px;
    font-size: 33px;
    cursor: pointer;
}


.showWhatGroups {
    margin-top: 12px;
    border: 1px solid #d9d9d9;
    height: 93px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
    text-align: center;
}

.showWhatGroupsButton {
    height: 42px;
    width: 307px;
    background-color: #a3cf00;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    margin-right: 300px;
    margin-top: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.notIntersted {
    text-align: center;
    margin-top: 17px;
}

.notInterstedText {
    color: #0066ff;
    font-size: 14px;
    cursor: pointer;
}

.improveChance {
    margin-top: 55px;
    background-color: #fafafa;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.improveHowItWorks {
    float: left;
    margin-left: 15px;
    padding: 6px;
    font-size: 13px;
    color: #22a5ff;
    margin-top: 8px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3cf00;
    border: solid 1px #c1c1c1;
    background-image: -webkit-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -moz-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -o-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -ms-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: linear-gradient(to top, #ebebeb, #f7f7f7 99%);
    font-weight: bold;
}

.improveHowItWorks:hover {
    background-color: white;
    background-image: none;
}

.choose {
    color: #ef276f;
    font-weight: bold;
    font-size: 24px;
    padding-right: 15px;
    float: right;
    padding-top: 6px;
}

.groups {
    position: relative;
    height: 655px;
}

.rightDivs {
    height: 500px;
    border-right: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background-color: #ffffff;
    position: absolute;
}

.silver {
    right: 305px;
}

.gold {
    right: 615px;
    border-left: 1px solid #dcdddd;
}

.ordinaryInner {
    position: relative;
}

.silverInner {
    position: relative;
}

.question {
    position: absolute;
    right: 236px;
    z-index: 1;
    top: 98px;
    color: #0099ff;
    background-color: #fcfcfc;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #dadcdc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.generalGroup {
    width: 230px;
    height: 360px;
    position: absolute;
    top: 90px;
    right: 37px;
    font-size: 94px;
    overflow: hidden;
}

.ordinaryBack {
    background-color: #d0ebfd;
}

.sliverBack {
    background-color: #e7e7e7;
}

.goldBack {
    background-color: #ffe7ca;
}

.ordinaryBorder {
    border: 2px dashed #32a3d3;
}

.silverBorder {
    border: 2px dashed #a8a8a8;
}

.goldBorder {
    border: 2px dashed #f9ad52;
}

.ordinaryBorder:hover {
    border: 2px solid #32a3d3;
}

.silverBorder:hover {
    border: 2px solid #a8a8a8;
}

.goldBorder:hover {
    border: 2px solid #f9ad52;
}

.pi {
    position: absolute;
    right: 32px;
    top: 81px;
    color: #59595c;
    font-size: 30px;
}

.chanceToWin{position: absolute;
             right: 57px;
             top: 81px;
             color: black;
             font-size: 30px;
}

.regular{
    position: absolute;
    right: 65px;
    top: 106px;
    color: black;
    font-size: 54px;}

.over100 {
    font-size: 90px;
}

.longPi {
    right: 10px;
}

.chance {
    position: absolute;
    right: 71px;
    top: 178px;
    font-size: 18px;
    font-weight: bold;
}

.head {
    font-size: 24px;
    height: 59px;
    border-bottom: 1px solid white;
    line-height: 2.3;
    text-align: center;
}

.head.medalsContent {
    border-bottom: none;
    font-size: 0;
}

.center {
    height: 178px;
    text-align: center;
}

.centerNumber {
    line-height: 1.5;
}

.chooseGroup {
    height: 42px;
    width: 114px;
    position: absolute;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    background-color: #ed296e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 216px;
    right: 57px;
    cursor: pointer;
}

.chooseRegular{
    height: 42px;
    width: 114px;
    position: absolute;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    background-color: #ed296e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 216px;
    right: 57px;
    cursor: pointer;
}

.foot {
    height: 120px;
}

.footNumbers {
    font-size: 20px;
    margin-top: 64px;
}


.footNumbers .first {
    width: 69px;
    float: right;
    text-align: center;
}


.footNumbers .second {
    width: 78px;
    float: right;
    text-align: center;
}

.footNumbers .groupSum {
    width: 78px;
    float: right;
    text-align: center;
}



.footDetails {
    font-size: 14px;
}


.footDetails .first {
    width: 69px;
    float: right;
    text-align: center;
}


.footDetails .second {
    width: 78px;
    float: right;
    text-align: center;
}

.footDetails .groupSum {
    width: 78px;
    float: right;
    text-align: center;
}

.footSeperator1 {
    position: absolute;
    border-left: 2px solid #cfcfcf;
    height: 45px;
    right: 69px;
}

.footSeperator2 {
    position: absolute;
    border-left: 2px solid #cfcfcf;
    height: 45px;
    right: 147px;
}

.adminFee{
    font-size: 12px;
    margin-top: 96px;
    margin-right: 19px;
}

.timeTxt {
    position: absolute;
    top: 38px;
    right: 42px;
    font-weight: bold;
    line-height: 13px;
    width: 65px;
    color: #59595c;
    font-size: 12px;
}

.timer {
    position: absolute;
    top: 35px;
    right: 206px;
    line-height: 1;
}

.days {
    font-size: 26px;
}

.timerTxt {
    font-size: 10px;
    margin-right: 3px;
}

.timeWrapper {
    position: relative;
}


.timeElHH {
    position: absolute;
    left: -10px;
}

.timeElMM {
    position: absolute;
    left: 26px;
}

.timeElSS {
    position: absolute;
    left: 62px;
}


.timeDays {
    position: absolute;
    right: 18px;
}

.time {
    color: #ed296e;
    font-size: 26px;
}

.mostPopular {
    position: absolute;
    color: #ed296e;
    top: 37px;
    right: 90px;
    height: 36px;
    width: 133px;
    text-align: center;
    border: 2px solid #515153;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.9;
}

.mostPopularLine {
    position: absolute;
    border: 1px solid #7a7a7a;
    height: 17px;
    top: 73px;
    right: 152px;
}

.ordinary {
    width: 305px;
}

.silver {
    width: 310px;
}

.gold {
    width: 305px;
}

.improveGroups {
    width: 920px;
    margin-bottom: 14px;
}

.groups .buttom {
    position: absolute;
    top: 618px;
    margin-right: 0;
    width: 920px;
}

.toolTipTxt {
    font-size: 12px;
    color: black;
}

.backGeneral {
    width: 120px;
    height: 40px;
    float: right;
    margin-left: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-right: 25px;
    color: #22a5ff;
    margin-top: 25px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a3cf00;
    border: solid 1px #c1c1c1;
    background-image: -webkit-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -moz-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -o-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: -ms-linear-gradient(bottom, #ebebeb, #f7f7f7 99%);
    background-image: linear-gradient(to top, #ebebeb, #f7f7f7 99%);
}

.backGeneral:hover {
    background-color: white;
    background-image: none;
}


.notInterstedGroup {
    position: absolute;
    top: 725px;
    right: 750px;
    width: 200px;
    color: #0066ff;
    cursor: pointer;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.selectedGroup {
    position: absolute;
    display: none;
    top: 66px;
    right: 12px;
    z-index: 3;
}

.half {
    font-size: 45px;
}

.howItWorksImg {
    position: absolute;
    z-index: 5;
    top: -1000px;
}
/*
    .howItWorksImg img {
        height: 564px;
        width: 922px;
    }
*/
.groupSelected {
    background-color: #ffffff;
    color: #ff3366;
    border: 1px solid #ff3366;
}

.allGroups {
    position: absolute;
    top:-50px;
}

.listPage {
    position: relative;
    width: 920px;
}

.detailsHeader {
    margin-bottom: 10px;
}

.listSelected {
    background-image: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -moz-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -o-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -ms-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: linear-gradient(to top, #d4d4d4, #fff);
}

.listItemGeneral {
    height: 126px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: solid 1px #dcdddd;
    position: relative;
    background-color: #ffffff;
}

.listItemGeneral:hover {
    background-image: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -moz-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -o-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: -ms-linear-gradient(bottom, #d4d4d4, #fff);
    background-image: linear-gradient(to top, #d4d4d4, #fff);
}

.listImg img {
    padding-right: 20px;
    padding-top: 15px;
}

.moveRight {
    float: right;
}

.listArrow {
    color: #d7d7d7;
    font-size: 30px;
    padding-top: 40px;
    padding-right: 30px;
}

.listTxt {
    color: #333333;
    padding-top: 33px;
    padding-right: 32px;
    width: 510px;
}

.txt1 {
    font-size: 18px;
    font-weight: bold;
}

.groupNameTxtVal {
    font-weight: bold;
}

.lines {
    font-size: 11px;
    color: #cccccc;
}

.txt2 {
    font-size: 14px;
    line-height: 1.3;
}

.listPrice {
    font-size: 18px;
    color: #000000;
    padding-top: 50px;
    width: 80px;
    text-align: center;
}

.groupLoto .listTxt {
    padding-top: 19px;
}

.groupLoto {
}

.commission .listTxt {
    padding-top: 41px;
}

.questionList {
    position: absolute;
    right: 193px;
    top: 18px;
    color: #0099ff;
    background-color: #fcfcfc;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #dadcdc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.howManyGames {
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
}

.txtSelect {
    padding-top: 10px;
}

.txtSelect select {
    width: 208px;
    height: 40px;
    padding-right: 8px;
    font-size: 18px;
    float: right;
}

.numOfGames {
    line-height: 44px;
    font-size: 40px;
    padding-right: 15px;
    float: right;
}

.gamesInf {
    float: right;
    padding-top: 18px;
    padding-right: 5px;
}

.gamesInf .games {
    font-size: 18px;
    font-weight: bold;
}

.gamesInf .start {
    font-size: 14px;
}

.listPage .buttom {
    position: relative;
    margin-top: 60px;
}

.listEdit {
    position: relative;
    height: 508px;
    margin-top: 7px;
}

.blankEdit {
    position: absolute;
    height: 500px;
    width: 920px;
    z-index: 10;
    background-color: #f2f2f2;
    opacity: 0.8;
}

.blankMiddle {
    height: 130px;
    width: 140px;
    border: 1px solid #c4c9d0;
    position: absolute;
    top: 178px;
    right: 387px;
    background-color: white;
    z-index: 11;
}

.blankMiddle:hover {
    border: 2px solid #c4c9d0;
    font-weight: bold;
}

.blankMiddle:hover .editPancil {
    font-weight: bold;
}

.blankMiddleInner {
    margin-top: 78px;
    text-align: center;
    font-size: 18px;
    color: #0099ff;
}

.listSingleLine {
    width: 457px;
    height: 175px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    position: relative;
    float: right;
    margin-top: 9px;
}

.editTables {
    height: 380px;
}

.blankMiddleTables {
    top: 123px;
    right: 387px;
}

.blankEditTables {
    height: 359px;
    top: 9px;
}

.tblErr {
    border: 1px solid #f58686;
}

.singleLine:hover .tblErr {
    border: 1px solid #dadada;
}

.viOkColor {
    color: #b0d137;
}


.selecedGrp .silverBorder {
    border: 2px solid #a8a8a8;
}

.selecedGrp .goldBorder {
    border: 2px solid #f9ad52;
}

.selecedGrp .ordinaryBorder {
    border: 2px solid #32a3d3;
}

.selecedGrp {
    -webkit-box-shadow: 0 0 10px 4px rgba(194,194,194,1);
    -moz-box-shadow: 0 0 10px 4px rgba(194,194,194,1);
    box-shadow: 0 0p 10px 4px rgba(194,194,194,1);
    z-index: 2;
}

.pancil {
    padding-top: 10px;
    padding-right: 6px;
    top: 70px;
}

.leftIcon {
    position: absolute;
    width: 35px;
    right: 52px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #a5a5a7;
    background-color: white;
    font-size: 20px;
}

.leftIcon:hover {
    color: white;
    background-color: #ed296e;
}

.trash {
    padding-top: 10px;
    padding-right: 8px;
    top: 20px;
}

.listIcons {
    position: relative;
}

.editPancil {
    color: #d0d0d0;
    font-size: 40px;
    top: 30px;
    right: 49px;
    position: absolute;
}

.deleted {
    position: relative;
}

.deleted::after {
    border-bottom: 3px solid #ed296e;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.fullHeight {
    height: 1347px;
}

.tables .buttom {
    z-index: 28;
    position: relative;
}

.questionListCommission {
    position: absolute;
    top: 42px;
    right: 329px;
    color: #0099ff;
    background-color: #fcfcfc;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #dadcdc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}


/*img*/

.imgDiv {
    height: 564px;
    width: 922px;
    border: 1px solid #dfdfdf;
    padding-top: 25px;
    background-color: white;
}

.imgHeader {
    text-align: center;
    color: #ff3366;
    font-size: 24px;
}

.imgHeader2 {
    text-align: center;
    color: #59595c;
    font-size: 18px;
}

.imgCenter {
    margin-top: 40px;
    text-align: center;
}

.imgTexts {
    position: relative;
    color: #59585d;
    padding-right: 70px;
    margin-top: 10px;
    height: 115px;
    border-bottom: 1px dashed #d3d3d3;
}

.imgTxtDiv {
    float: right;
}

.imgBigNumber {
    font-weight: bold;
    font-size: 46.27px;
    float: right;
    width: 34px;
}

.imgTxtDivInner {
    font-size: 16px;
    float: right;
    width: 133px;
    padding-top: 12px;
}

.imgNext {
    font-size: 36px;
    width: 50px;
    float: right;
    text-align: center;
}

.imgImportant {
    padding-top: 20px;
    color: #ed2a6e;
    font-size: 14px;
    font-weight: bold;
    margin-right: 70px;
}

.imgInf {
    color: #707070;
    margin-right: 70px;
}

.medal {
    position: absolute;
    right: 24px;
    top: -16px;
}

.t1 {
    z-index: 5;
    position: absolute;
    top: 130px;
    right: 68px;
    font-size: 18px;
}

.t2 {
    font-size: 43px;
    position: absolute;
    top: 132px;
    right: 56px;
}

/*
.ordinary .t2 {
    font-size: 30px;
    top: 141px;
}
*/

.status img {
    margin-top: -4px;
    margin-right: -5px;
}

.closeListAlert2 {
    right: 178px;
}

.payment{
    height: 126px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: solid 1px #dcdddd;
    position: relative;
    background-color: #ffffff;
}


@media only screen and (min-device-width: 736px) {

    #MainDiv{
        border: none;
        /*	margin-bottom: 5px;*/
        font-weight: bold;
    }

    #MainDiv input[type="text"]{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*max-width: 100%;*/
        margin: 0;
        padding: 6px 8px;
        border: 1px solid #aaa;
        border-bottom-color: #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        outline: none;
        background-color: #fff;
        /*
        -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        */
        vertical-align: middle;
        cursor: text;
        width:200px;
        height:32px;
        box-shadow: 0 0px 0 #fff, inset 0 0px 0px rgba(0, 0, 0, 0);
    }

    #submitRow{
        border-top: 1px solid #c1c1c1;
    }

    #submitRow input {
        width: 142px;
        float: left;
    }

    #submitBtn:hover {
        /*background-color: #549b00;*/
        background-image: url(https://www.playsmart.co.il/wp-content/uploads/2015/02/button_on_text.png);
    }

    #submitBtn{
        background-image: url(https://www.playsmart.co.il/wp-content/uploads/2015/02/button_off_text.png);
        height: 42px;
        width: 142px;
        text-align: center;
        /*background-color: #a3cf00;*/
        color: white;
        font-weight: bold;
        line-height: 2.1;
        cursor: pointer;
        /*position: absolute;
        right: 130px;
        top: 25px;*/
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 18px;
    }

    #supportedCrds{
        background-image: none;
    }

    #secureIconsRow{
        background-image: none;
    }

    #creditCardRow{padding-top:5px;}
    #creditCardExpDateRow{padding-top:7px;}
    #cardHolderIdRow{padding-top:7px;}
    #paymentsNoRow{padding-top:7px;}
    #totalRow{padding-top:7px;}
    #cvvRow{padding-top:7px;}
    #dateContainer{width:263px;}


    #cvvRow div{width:50%;}
    #creditCardExpDateRow div.spacer{width:0px;}
    #creditCardRow div.spacer{width:0px;}
    #creditCardExpDateRow div.spacer{width:0px;}
    #cardHolderIdRow div.spacer{width:0px;}
    #paymentsNoRow div.spacer{width:0px;}
    #totalRow div.spacer{width:0px;}
    #cvvRow div.spacer{width:0px;}

    #creditCardExpDateRow #dateContainer{width:200px;}

    #dateText{width:160px;}
    #month{height:32px;width:88px; border: 1px solid #aaa;}
    #year{height:32px;width:88px; border: 1px solid #aaa;}

    /*#creditCardRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#creditCardExpDateRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#cardHolderIdRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#paymentsNoRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#totalRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#cvvRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:6px;}*/
    /*#cvvRow div #info{content:url("https://www.playsmart.co.il/wp-content/uploads/2015/02/questionmark.png"); width:25px; margin-right: 26px; vertical-align: top;}*/

    #creditCardRow div img{width:9px; margin-left:7px;}
    #creditCardExpDateRow div img{width:9px; margin-left:7px;}
    #cardHolderIdRow div img{width:9px; margin-left:7px;}
    #paymentsNoRow div img{width:9px; margin-left:7px;}
    #totalRow div img{width:9px; margin-left:7px;}
    #cvvRow div img{width:9px; margin-left:6px;}
    #cvvRow div #info{content:url("https://www.playsmart.co.il/wp-content/uploads/2015/02/questionmark.png"); width:25px; margin-right: 26px; vertical-align: top;}

    #Cvv2{width:160px !important; margin-right:2px !important;}

    #totalToDisplay{color: #ed296e; font-size:25px;}
    #headTextRow{padding-bottom: 0px;}
    #Form5{margin-top: -7px;}

    #textForPayments{float: left;}

    #supportedCrds{display:none;}
    #secureIconsRow{display:none;}
    /*
    div.block label {
    width: 160px;
    display: block;
    float: right;
    text-align: right;
    }
    */

    #firstNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 97px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #lastNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 136px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #cellPhoneError {
        position: absolute;
        width: 130px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 175px;
        left: 628px !important;
        border-style: solid;
        border-radius: 0;
    }

    #cellEXTPhoneError{
        position: absolute;
        width: 65px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 175px;
        left: 559px !important;
        border-style: solid;
        border-radius: 0;
    }

    #homePhoneError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 214px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #emailError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 253px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #idNumberError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 292px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #cityError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 331px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #streetError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 370px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #homeNumberError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 409px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #zipCodeError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 448px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #postOfficeError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 487px;
        left: 558px !important;
        border-style: solid;
        border-radius: 0;
    }

    #cardNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 97px;
        left: 97px !important;
        border-style: solid;
        border-radius: 0;
    }

    #emptyButton:focus {outline:none !important; border: none !important;}

    .redbold {
        color: red;
        font-weight: bold;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-height: 736px) {

    #MainDiv{
        border: none;
        /*	margin-bottom: 5px;*/
        font-weight: bold;
        font-size: 24px;
        width: 610px;
    }

    #MainDiv input[type="text"]{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*max-width: 100%;*/
        margin: 0;
        padding: 6px 8px;
        border: 1px solid #aaa;
        border-bottom-color: #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        outline: none;
        background-color: #fff;
        /*
        -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
        */
        vertical-align: middle;
        cursor: text;
        width:300px;
        height:50px;
        box-shadow: 0 0px 0 #fff, inset 0 0px 0px rgba(0, 0, 0, 0);
    }

    #submitRow{
        border-top: 1px solid #c1c1c1;
        width: 540px;
        padding: 15px 0 0px 0;
    }

    #submitRow input {
        width: 142px;
        float: none;
    }

    #submitBtn:hover {
        /*background-color: #549b00;*/
        background-image: url(https://www.playsmart.co.il/wp-content/uploads/2015/02/button_on_text.png);
    }

    #submitBtn{
        background-image: url(https://www.playsmart.co.il/wp-content/uploads/2015/02/button_off_text.png);
        height: 42px;
        width: 142px;
        text-align: right;
        /*background-color: #a3cf00;*/
        color: white;
        font-weight: bold;
        line-height: 2.1;
        cursor: pointer;
        /*position: absolute;
        right: 130px;
        top: 25px;*/
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 18px;
    }

    #supportedCrds{
        background-image: none;
    }

    #secureIconsRow{
        background-image: none;
    }

    #creditCardRow{padding-top:0px;}
    #creditCardExpDateRow{padding-top:40px;}
    #cardHolderIdRow{padding-top:40px;}
    #paymentsNoRow{padding-top:40px;}
    #totalRow{padding-top:40px;}
    #cvvRow{padding-top:40px;}
    #dateContainer{width:263px;}


    #cvvRow div{width:50%;}

    #creditCardExpDateRow div{width: 33%}
    #cardHolderIdRow div{width: 33%}

    #creditCardExpDateRow div{width: 33%}
    #creditCardRow div{width: 33%;}
    #creditCardExpDateRow div{width: 33%;}
    #cardHolderIdRow div{width: 33%;}
    #paymentsNoRow div{width: 33%;}
    #totalRow div{width: 33%;}


    #creditCardExpDateRow div.spacer{width:0px;}
    #creditCardRow div.spacer{width:0px;}
    #creditCardExpDateRow div.spacer{width:0px;}
    #cardHolderIdRow div.spacer{width:0px;}
    #paymentsNoRow div.spacer{width:0px;}
    #totalRow div.spacer{width:0px;}
    #cvvRow div.spacer{width:0px;}

    #creditCardExpDateRow #dateContainer{width:300px;}

    #dateText{width:160px;}
    #month{height:50px;width:130px; border: 1px solid #aaa;}
    #year{height:50px;width:130px; border: 1px solid #aaa;}

    /*#creditCardRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#creditCardExpDateRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#cardHolderIdRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#paymentsNoRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#totalRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:7px;}*/
    /*#cvvRow div img{content:url("http://www.playsmart.co.il/wp-content/uploads/2015/02/asterisk.png"); width:9px; margin-left:6px;}*/
    /*#cvvRow div #info{content:url("https://www.playsmart.co.il/wp-content/uploads/2015/02/questionmark.png"); width:25px; margin-right: 26px; vertical-align: top;}*/

    #creditCardRow div img{width:16px; margin-left:7px;}
    #creditCardExpDateRow div img{width:16px; margin-left:7px;}
    #cardHolderIdRow div img{width:16px; margin-left:7px;}
    #paymentsNoRow div img{width:16px; margin-left:7px;}
    #totalRow div img{width:16px; margin-left:7px;}
    #cvvRow div img{width:16px; margin-left:6px;}
    #cvvRow div #info{content:url("https://www.playsmart.co.il/wp-content/uploads/2015/02/questionmark.png"); width:25px; margin-right: 26px; vertical-align: top;}

    #Cvv2{width:188px !important; margin-right:2px !important;}

    #totalToDisplay{color: #ed296e; font-size:25px;}
    #headTextRow{padding-bottom: 0px;}
    #Form5{margin-top: -7px;}

    #textForPayments{float: left;}

    #supportedCrds{display:none;}
    #secureIconsRow{display:none;}
    /*
    div.block label {
    width: 160px;
    display: block;
    float: right;
    text-align: right;
    }
    */

    #firstNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 96px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #lastNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 137px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #cellPhoneError {
        position: absolute;
        width: 130px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 175px;
        left: 640px;
        border-style: solid;
        border-radius: 6px;
    }

    #cellEXTPhoneError{
        position: absolute;
        width: 65px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 175px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #homePhoneError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 214px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #emailError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 253px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #idNumberError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 292px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #cityError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 331px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #streetError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 370px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #homeNumberError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 409px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #zipCodeError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 448px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #postOfficeError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 487px;
        left: 570px;
        border-style: solid;
        border-radius: 6px;
    }

    #cardNameError {
        position: absolute;
        width: 200px;
        height: 34px;
        border: 2px;
        border-color: red !important;
        display: none;
        top: 97px;
        left: 97px !important;
        border-style: solid;
        border-radius: 6px;
    }

    #emptyButton:focus {outline:none !important; border: none !important;}

    .redbold {
        color: red;
        font-weight: bold;
    }
}
