﻿.versionNr{
    color: rgba(150, 150, 150, 0.7);
    font-size: 18px;
    font-family:"Arial", sans-serif;
    position: absolute;    
}

.lawInfoText{
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    padding-left: 15px;
    box-sizing: border-box;
}

.isDisabled {
    pointer-events: none;
}

body.waiting,
body.waiting a:hover
/*body.waiting **/
{
   cursor:wait !important;
}

.popUpBa{
    background-color: rgba(0,0,0,0.7);
    display: none;
    height: 100%;
    /*opacity: 0.7;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000; 
}

.dialogBo{
    background: linear-gradient(to bottom,  rgba(242,244,245,1) 0%, rgba(254,254,254,1) 50%, rgba(147,148,148,1) 55%, rgba(240,242,243,1) 72% , rgba(134,134,135,1) 85%, rgba(219,218,218,1) 100%); /* W3C */
    background: -moz-linear-gradient(top,  rgba(242,244,245,1) 0%, rgba(254,254,254,1) 50%, rgba(147,148,148,1) 55%, rgba(240,242,243,1) 72% , rgba(134,134,135,1) 85%, rgba(219,218,218,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,244,245,1)), color-stop(50%,rgba(254,254,254,1)), color-stop(55%,rgba(147,148,148,1)), color-stop(72%,rgba(240,242,243,1)), color-stop(85%,rgba(134,134,135,1)), color-stop(100%,rgba(219,218,218,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,244,245,1) 0%, rgba(254,254,254,1) 50%, rgba(147,148,148,1) 55%, rgba(240,242,243,1) 72% , rgba(134,134,135,1) 85%, rgba(219,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,244,245,1) 0%, rgba(254,254,254,1) 50%, rgba(147,148,148,1) 55%, rgba(240,242,243,1) 72% , rgba(134,134,135,1) 85%, rgba(219,218,218,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,244,245,1) 0%, rgba(254,254,254,1) 50%, rgba(147,148,148,1) 55%, rgba(240,242,243,1) 72% , rgba(134,134,135,1) 85%, rgba(219,218,218,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F4F5', endColorstr='#868687',GradientType=0 ); /* IE6-9 */
    
}

.dialogCo{
    background: -moz-linear-gradient(top,   rgba(242,242,242,1) 0%, rgba(222,223,225,1) 40%, rgba(202,203,205,1) 50%, rgba(208,209,211,1) 65% , rgba(222,223,225,1) 90%, rgba(240,241,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(40%,rgba(222,223,225,1)), color-stop(50%,rgba(202,203,205,1)), color-stop(65%,rgba(208,209,211,1)), color-stop(90%,rgba(222,223,225,1)), color-stop(100%,rgba(240,241,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(222,223,225,1) 40%, rgba(202,203,205,1) 50%, rgba(208,209,211,1) 65% , rgba(222,223,225,1) 90%, rgba(240,241,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(222,223,225,1) 40%, rgba(202,203,205,1) 50%, rgba(208,209,211,1) 65% , rgba(222,223,225,1) 90%, rgba(240,241,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(222,223,225,1) 40%, rgba(202,203,205,1) 50%, rgba(208,209,211,1) 65% , rgba(222,223,225,1) 90%, rgba(240,241,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%, rgba(222,223,225,1) 40%, rgba(202,203,205,1) 50%, rgba(208,209,211,1) 65% , rgba(222,223,225,1) 90% rgba(240,241,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#CACBCD',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset, -2px -2px 4px rgba(0, 0, 0, 0.2) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
}

/* -------------- games history ----------------------------------------------*/

.histGameId{
    font-weight: bold;
}

.histGameId > span{
    color: #4d4d4d;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}


.histResult{
    height: 35px;
    width: 100px;
    padding-left: 10px;
}

.histResult.histDetail{
    height: 80px;
    width: 160px;
    padding-left: 60px;
    margin: 30px 0 50px 0;
}

.histFirstSymb{
    height: 35px;
    width: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    float:left;
}

.histSecondSymb{
    height: 35px;
    width: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    float:left;
}

.histFirstSymb.histDetail{
    height: 80px;
    width: 80px;
    background-size: 80px 80px;
    float:left;
}

.histSecondSymb.histDetail{
    height: 80px;
    width: 80px;
    background-size: 80px 80px;
    float:left;
}


.histTipCol{
    text-align: center;
}

.histReightCol{
    text-align: right;
}

.inTableDiv{
    width: 100%;
    height: 42px;
    border-left: 3px solid rgb(100, 100, 100);
    background-color: rgba(0,0,0,0); 
    
}

.inTableDiv span{
    padding-left: 10px;
}
.leftInTableDiv{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    /*border-top-left-radius: 6px;*/
    
}
.leftInTableDiv span{
   padding-left: 10px; 
}    

.rightInTableDiv{
    height: 42px;    
    background-color: rgba(0,0,0,0);
    /*border-top-right-radius:6px;*/
    border-left: 3px solid rgb(100, 100, 100);
}

.rightInTableDiv span{
    padding-left: 10px;
}

.inTableTdDiv{
    width: 100%;
    height: 35px;
    color: #485a6d; 
    border-left: 3px solid rgba(195, 200, 208, 0.5);
    padding-left: 10px;
    position: relative;
}

.alt .inTableTdDiv{
    border-left: 3px solid rgba(0, 0, 0, 0);
}

.inTableLeftTdDiv{
    width: 100%;
    height: 35px;
    color: #485a6d; 
    padding-left: 10px;
    position: relative;
}

.tbBold{
    font-weight: bold;
}

/************ help page *****************************************************/

.infobutton {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #666666 0%, #bbbbbb 50%, #666666 100%) repeat scroll 0 0;
    border-radius: 24px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 48px;
    transition: all 0.5s ease-in-out 0s;
    width: 48px;
}
.infobutton_selected {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #666666 0%, #bbbbbb 50%, #666666 100%) repeat scroll 0 0;
    border-radius: 24px;
    box-shadow: -5px -30px 10px rgba(255, 255, 255, 0.3) inset, 0 30px 10px rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(255, 255, 255, 1) inset, 0 10px 15px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 48px;
    transition: all 0.5s ease-in-out 0s;
    width: 48px;
}
.info_image {
    border-radius: 12px;
    height: 396px;
    position: absolute;
    width: 634px;
}

.numberfield {
    background-repeat: no-repeat;
    background-size: 48px 48px;
    display: block;
    height: 48px;
    left: 24px;
    position: absolute;
    width: 48px;
}
.numberfield.num1 {
    background-image: url("../svg/1.svg");
}
.numberfield.num2 {
    background-image: url("../svg/2.svg");
}
.numberfield.num3 {
    background-image: url("../svg/3.svg");
}
.numberfield.num4 {
    background-image: url("../svg/4.svg");
}
.numberfield.num5 {
    background-image: url("../svg/5.svg");
}
.numberfield.num6 {
    background-image: url("../svg/6.svg");
}
.numberfield > span {
    font-family: "arial","verdana","sans-serif";
    font-size: 36px;
    font-style: italic;
    text-shadow: 2px 2px 8px rgba(123, 0, 0, 1), -2px -2px 8px rgba(123, 0, 0, 1), 2px -2px 8px rgba(123, 0, 0, 1), -2px 2px 8px rgba(123, 0, 0, 1);
    vertical-align: middle;
}
.info_collection {
    height: 850px;
    left: 700px;
    padding: 0 24px 24px;
    position: absolute;
    right: 0;
    top: 20px;
}
.info_textfield {
    border-radius: 12px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    margin: 24px;
    padding: 12px 12px 12px 56px;
}
.help_bold {
    font-size: 24px;
    font-weight: bold;
}
.info_textfield > span {
    font-family: "arial","verdana","sans-serif";
    font-size: 20px;
}

#helpSingleBet{
    top: 513px;
    height: 300px;
}

#helpPTwoSectTwo{
    top: 404px;
    height: 500px;
}

.helpButtImg{
    position: absolute;
    top: 20px;
    right: 13px;
    width: 25px;
    height: 25px;
}

/********************* reminder pop up ****************************************/

.redBorder{
    box-shadow: 0 0 5px 2px red;
}

.buttRem{    
    position: absolute;
    top:550px;
    width:342px;
    height: 240px;  
    text-align: center;
}

/************************* competetor names ***********************************/

.videoImageComp{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
}

.videoCompText{
    line-height: 45px;
    display: inline-block;
    font-size: 25px;
    padding-left: 10px;
    position: relative;
    top: -13px;
}

.compVideo{
    height: 70px;
}

.compTvScr{
    display: inline-block;
}

.infoAndChr{
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    display: none;
    font-family: arial;
    font-size: 30px;
    height: 896px;
    line-height: 180%;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 1469px;
    z-index: 10;
}

.infoAndChr>span{
    font-weight: bold;
    font-style:italic;
    color: #AAAAff;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; 
}

.infoAndChr>img{
    display: block;
    margin-top: 40px;
}

.possWin{
    font-size: 16px;
    position: relative;
    top: -1px;
}

/*********** bonus and info ticker ********************************************/

.bonusTick{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 64px;
    width: 337px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 10;
}

/* for chrome only */
.selector:not(*:root), .allBonusTick>span {
    -webkit-filter: blur(0px);
}

.allBonusTick {
    width: 668px;
    /*overflow: hidden;*/
    height: 100%;
    line-height: 64px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align:left;
    position: relative;
}

.wrapBonusTick{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shownBonus,.incNewBonus{
    width: 317px;
    display: inline-block;
    text-align: center;
}

.incNewBonus{
    position: relative;
    top: -50px;
}

.shownBonus{
        transition: transform 2.5s;
    -webkit-transition: -webkit-transform 2.5s;
}

.incBonPic{
    width: 68px;
    height: 48px;
    background-image: url(../../svg/increase.svg);
    background-size: 68px 48px;
    position: absolute;
    bottom: 20px;
    right: -32px;
    z-index: 10;
    display: none;
    transform: scale(0.5);
    transform-origin: bottom right;
}

.infoTick{
    position: absolute;
    bottom: 0px;
    left: 337px;
    height: 64px;
    width: 1208px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* for chrome only */
.selector:not(*:root), .animationText>span {
    -webkit-filter: blur(0px);
}

.wrapInfoTick{
    width: 100%;
    height: 100%;
}

.scaleToHalfSize{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}

.scaleNoLogoLogo{
    transform: scale(0.727);
    -webkit-transform: scale(0.727);
    -moz-transform: scale(0.727);
}

.animationText {
    width: 100%;
    overflow: hidden;
    height: 100%;
    line-height: 64px;
    font-size: 22px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align:center;
    transition: transform 2.5s;
    -webkit-transition: -webkit-transform 2.5s;
}

/*.wrapBonusTick{
    transition: transform 2.5s;
    -webkit-transition: -webkit-transform 2.5s;
}*/

.rotatateThreeD{
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
}

.rotatateBonusThreeD{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.rotatateBackThreeD{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}


@-webkit-keyframes blinkerAnm {
  from { 
      opacity: 0.2; 
  }
  to { 
      opacity: 1.0; 
  }
}
@keyframes blinkerAnm {
  from { 
      opacity: 0.2; 
  }
  to { 
      opacity: 1.0; 
  }
}

.blinkAnimation {
  -webkit-animation-name: blinkerAnm;
  -webkit-animation-iteration-count: 4;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 0.5s;
  
  animation-name: blinkerAnm;
  animation-iteration-count: 4;
  animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  animation-duration: 0.5s;
}
@-webkit-keyframes blinkerOut {
  from { 
      opacity: 1.0; 
  }
  to { 
      opacity: 0.2; 
  }
}
@keyframes blinkerOut {
  from { 
      opacity: 1.0; 
  }
  to { 
      opacity: 0.2; 
  }
}

.blinkOutAnimation {
  -webkit-animation-name: blinkerOut;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 0.5s;
  
  animation-name: blinkerOut;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  animation-duration: 0.5s;
}



@-webkit-keyframes scaleIn {
  from { 
      -webkit-transform: scale(0.5); 
  }
  to { 
      -webkit-transform: scale(1.0);
  }
}
@keyframes scaleIn {
   from { 
      transform: scale(0.5); 
  }
  to { 
      transform: scale(1.0);
  }
}

.scaleInAnm {
  -webkit-animation-name: scaleIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1; 
  animation-iteration-count: 1;
  animation-name: scaleIn;
  animation-duration: 1s;
}

@-webkit-keyframes scaleOut {
  from { 
      -webkit-transform: scale(1.0); 
  }
  to { 
      -webkit-transform: scale(0.5);
  }
}
@keyframes scaleOut {
   from { 
      transform: scale(1.0); 
  }
  to { 
      transform: scale(0.5);
  }
}

.scaleOutAnm {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.scaleAnmTrans{
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.blinkBonus{
    -webkit-animation: blinkBonus 400ms infinite alternate;
    animation: blinkBonus 400ms infinite alternate;
}

@-webkit-keyframes blinkBonus {
	from { opacity:1; }
	to { opacity:0; }
}
@keyframes blinkBonus {
	from { opacity:1; }
	to { opacity:0; }
}


.pulsateBonus{
    -webkit-animation: pulsateBonus 500ms infinite alternate;
    animation: pulsateBonus 500ms infinite alternate;
}

@-webkit-keyframes pulsateBonus {
	from { transform:scale(1) }
	to { transform:scale(1.2)}
}
@keyframes pulsateBonus {
	from { transform:scale(1) }
	to { transform:scale(1.2)}
}

.bonusDecBg{
    display: none;
    top: 200px;
    position: absolute;
    z-index: 1001;
    width: 1920px;
    height: 1000px;
}

.winBonusPic{
    width: 228px;
    height: 158px;
    background-image: url(../../svg/star.svg);
    background-size: 228px 158px;
    display: inline-block;
    transform: scale(0.5);
    transform-origin: bottom;
}

/********** forcast bet *******************************************************/

.forcBetTxt{
    display:inline-block;
    position:absolute;
    top:12px;
    left:72px;
    font-family:'Roboto Black', 'Roboto',sans-serif;
    font-size:50px;
    font-weight:900;
}

/************* Limits *********************************************************/

.limitSpa{
    display: inline-block;
    position: relative;
    font-size:14px;
    font-weight:bold;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    
}

.limits{
    position: absolute;
    width: 600px;
    text-align: center;
    left: 680px;
    top: 87px;
    line-height: 20px;
}

.limits.singLi{
    
    text-align: left;
    left: 795px; 
    width: 331px;
}

.limitSta, .limitLoss{
    min-width: 100px;
    
    overflow: hidden;
}

.limiBoth{
   text-align: left; 
}

.limiSingle{
   text-align: right;
   min-width: 180px;
   float: right;
   padding-right: 2px;
}

.limitTxt{
    margin-right: 50px;
}

.limitTxt.singTxt{
    margin-right: 5px;
}



.limitStaBo{
    margin-right: 10px;
}

.blinkLimit{
    color: rgb(226, 0, 0);
}

.credRefrSgn{
    display: none;
    background-image: url(../svg/refresh.svg);
    background-repeat: no-repeat;
    background-size: 37px 34px;
    width: 37px;
    height: 34px;
    position: absolute;
    top: 30px;
    left: 164px;
}


.rotateAnim {
    -webkit-animation: rotationWk 1s infinite linear;
    animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotationWk {
    from {
                    -webkit-transform: rotate(0deg);
    }
    to {
                    -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
                    transform: rotate(0deg);
    }
    to {
                    transform: rotate(359deg);
    }
}

