/* ##############################

PATH_PREFIX_NAME="RABCAT_PATH_PREFIX/";
ALWAYS USE THIS PREFIX IN FRONT OF PATHS, because w2d and rabcat use different folder structure

################################ */


body {
    display: block;
    margin: 0;
    padding: 0;
    /*background-color: black;*/

    /*position: absolute;*/ /*removed as requested by derivco at 31.07.2018, replaced by code in SlotApp*/

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
/****/
/* fixing ios13 fullscreen swipe in portrait being blocked */
.rc-allow-vertical-scrolling {
    overflow-y: auto !important;
}
.rc-allow-vertical-scrolling-body{
    overflow: visible !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.rabcat-no-touch {
    pointer-events: none;
}

#gameContainer {
    background-color: black;
    overflow: hidden;
    left: 0;
    top: 0;
    width : 100%;
    height : 100%;
}

#scr {
    pointer-events:none;
    width:100%;
    height: 150%;
    z-index:15;
    position:absolute;
    top:0px;
    left:0px;
}

.vp {
    /* don't bother changing these, they get set dinamically */
    width:1200px;
    height:540px;
    /* Both of the transform commands are used to force a redraw in safari, therefore having a nice animation when scrolling to enter fullscreen*/
    transform-origin: 0px 0px;
    transform: scale(1);
    /* Position is fixed, so that it is always visible */
    position:fixed;
    top:0px;
    left:0px;
    /* overflow is visible, so that no white bar on the bottom is shown when in the enter-fullscreen swipe */
    overflow:visible !important;
}

#messagePopups > div {
    position:fixed !important;
}

#fullScreenOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    transform-origin: 0px 0px;
    transform: scale(1);
    z-index:14;/*behind scr 500000;*/
    background-color:rgba(0,0,0,0.8);
    overflow:visible !important;
    display:none;
}


#handAnim
{
    position:relative;
    width:100px;
    margin:auto;
}

#hand {
    position:absolute;
    top:200px;
    left:0px;
    width:95px;
    height:69px;
    display:none;
}

/*----------------------------- css image spinner ----------------------------------*/

.spinningElement {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;*/
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*----------------------------- Interaction Blocker and Rotation Notifier ----------------------------------*/

#rotate {
    position: absolute;
    display:none;
    left : 0;
    top : 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    opacity : 0;
    background-size: cover;
    background-color: #000000;
    overflow:hidden;
}

#bookmarkbar {
    display:none;
    position: fixed;
    left : 0;
    top : 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    background-size: cover;
}

#bookmarkdiv {
    top:120px;
    width: 180px;
    margin:auto;
    position:relative;
}

#bookmarkimg {
    width: 180px;
}

#rotateText, #bookmarkText {
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'arial', Serif;
    font-size: 24px;
    margin-top: 25%;
    white-space: nowrap;
}

/* ------------------------------------------------------------ FEATURE SCREEN STYLE ---------------------------------------------------------*/

.gameLoadingPercentForeground {
    background-color: #33bbaf;
}

.gameLoadingPercentBackground {
    background-color: black;
}

.featureScreenConnectionText {
    color: #000000;
    text-align: center;
    font-family: 'impact', Serif;
}

/* ------------------------------------------------------------ FS COUNTER STYLE ---------------------------------------------------------*/

.fsCounterText {
    color: #00a07a;
    text-align: left;
    font-family: 'impact', Serif;
}

.fsCounterAmount {
    color: #9be4d3;
    text-align: left;
    font-family: 'impact', Serif;
}

/* ------------------------------------------------------------ GAMBLE STYLE ---------------------------------------------------------*/

.gambleStripeText {
    color: #dfd8c5;
    text-align: right;
    font-family: 'impact', Serif;
}

.gambleStripeAmount {
    color: #dfd8c5;
    text-align: left;
    font-family: 'impact', Serif;
}

.gambleOverlayShadow {
    text-shadow: 0px 0px 20px #000000;
    text-align: center;
    font-family: 'impact', Serif;
}

.gambleOverlay {
    color: #89b8ba;
    text-align: center;
    font-family: 'impact', Serif;
}

/* ------------------------------------------------------------ JACKPOT WIN & BANNER STYLE ---------------------------------------------------------*/

.webkitSpan {
    text-align: center;
    font-family: 'bentwood', Serif;
    font-weight: bolder;
    background: linear-gradient(#BD953E 23%, #E4CC7E 40%, #FFF8BF 50%, #E5BC65 55%, #7F5019 78%);/*-webkit-linear-gradient(#FDF2B4, #C09A45);*/
    -moz-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;

    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.jackpotBanner {
    text-align: right;
    font-family: 'bentwood', Serif;
    color: white;
}

/* ------------------------------------------------------------ OPTIONS MENU STYLE ---------------------------------------------------------*/

.omFont {
    font-family : arial, sans-serif;
}

.omHeadText {
    font-family: arial, sans-serif;
    text-align: center;
}

.omLineText {
    font-family: arial, sans-serif;
    text-align: left;
}

.radioButtonBg {
    border-width: 1px;
    border-style: solid;
    border-radius: 25%/50%;
    /*border-color: #dfdfdf;*/
    /*background-color: #dfdfdf;*/
    /*background-color: rgb(72, 217, 114);*/
}

.colorPickerRectBorder {
    border-radius: 15px;
    /*border: 1px solid #000000;*/
    box-shadow: 1px 1px 6px #888888;
}

.paytableContainer {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.optionsMenuSliderDisplayTxt {
    text-align: center;
    font-family: arial, sans-serif;
    color: black;
}

.optionsMenuRouletteBtnLabel {
    text-align: center;
    font-family: arial, sans-serif;
    color: #484848;
}

.optionMenuButton {
    /* for disabling scrolling */
}

/* ------------------------------------------------------------ UI STYLE ---------------------------------------------------------*/


/*.uiBtnFg {
    text-align: center;
    font-family: arial, sans-serif;
    color: #ffffff;
}

.uiBtnFg.mobile {
    font-weight: bold;
}

.uiBtnFg.selected {
    color: #00c09e;
}*/

.leftRightButtonText {
    text-align: center;
    color: white;
    font-family: impact;
    font-weight: normal;
    transform: rotate(0.001deg);
}

.leftRightButtonLabel {
    text-align: center;
    color: #ffffff;
    font-family: arial;
}

.maxbetLabel {
    text-align: center;
    color: #ffffff;
    font-family: impact;
    text-shadow: -2px 2px rgba(31, 41, 53, 0.35);
}


/* ------------------------------------------------------------ STATUS BAR STYLE ---------------------------------------------------------*/

.statusBarText {
    text-align: left;
    font-family: arial, sans-serif;
    color: #b5b5b5;
}

.statusBarAmount {
    text-align: left;
    font-family: impact, sans-serif;
    color: #ffffff;
}

/* ----------------------------------------------------------------- WIDGET FOR SIMULATION -----------------------------------------------------------------*/

.widgetBg {
    background-color: rgba(0,0,0,0.6);
    border-radius: 15px;
    border: 4px rgba(255,255,255,0.6) solid;
    /*pointer-events: auto !important;*/
}

.widgetHeader {
    opacity: 0.7;
    color: #ffffff !important;
}

.widgetTextUnselected {
    font-family: Arial;
    color: #a4a4a4;
    font-weight: normal;
}

.widgetTextSelected {
    font-family: Arial;
    color: #ffffff;
    font-weight: normal;
}

/********************** SWITCHERY *****************************/

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;

    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Switchery sizes. */

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

.switchery-small > small {
    height: 20px;
    width: 20px;
}

.switchery-large {
    border-radius: 40px;
    height: 70px;
    width: 120px;
}

.switchery-large > small {
    height: 70px;
    width: 70px;
    color: #D0D0D0,
}

/* NO UI SLIDER */
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.rabcatNoUi-target,
.rabcatNoUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rabcatNoUi-target {
    position: relative;
    direction: ltr;
}
.rabcatNoUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}
.rabcatNoUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.rabcatNoUi-origin {
    position: absolute;
    /*height: 0;
    width: 0;*/
    border-radius: 15px;
}
.rabcatNoUi-handle {
    position: relative;
    z-index: 1;
}
.rabcatNoUi-state-tap .rabcatNoUi-connect,
.rabcatNoUi-state-tap .rabcatNoUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.rabcatNoUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.rabcatNoUi-base,
.rabcatNoUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.rabcatNoUi-horizontal {
    height: 18px;
}
.rabcatNoUi-horizontal .rabcatNoUi-handle {
    /*width: 60px; /*34px;*/
    /*height: 60px; /*28px;*/
    /*left: -30px;/*-17px;*/
    /*top: -20px;/*-6px;*/
    width: 100px;
    height: 100px;
    left: -40px;
    top: -50px;
    background-position: 20px 30px;
    background-repeat: no-repeat;
}
.rabcatNoUi-vertical {
    width: 18px;
}
.rabcatNoUi-vertical .rabcatNoUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
/* Styling;
 */
.rabcatNoUi-target {
    background: #EAEAEA; /*#FAFAFA; bg-color of slider*/
    box-shadow: inset 0 1px 1px #f0f0f0;
    border-radius: 15px;
}
.rabcatNoUi-connect {
    background: #ffD302;/*#3FB8AF;*/
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
    border-radius: 15px;
}
/* Handles and cursors;
 */
.rabcatNoUi-draggable {
    cursor: ew-resize;
}
.rabcatNoUi-vertical .rabcatNoUi-draggable {
    cursor: ns-resize;
}
.rabcatNoUi-handle {
    background-repeat: no-repeat;
    background-position: center;
    /*
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/
}
.rabcatNoUi-active {
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/
}
/* Handle stripes;
 */
/*
.rabcatNoUi-handle:before,
.rabcatNoUi-handle:after {
   content: "";
   display: block;
   position: absolute;
   height: 14px;
   width: 1px;
   background: #E8E7E6;
   left: 14px;
   top: 6px;
}
.rabcatNoUi-handle:after {
   left: 17px;
}
.rabcatNoUi-vertical .rabcatNoUi-handle:before,
.rabcatNoUi-vertical .rabcatNoUi-handle:after {
   width: 14px;
   height: 1px;
   left: 6px;
   top: 14px;
}
.rabcatNoUi-vertical .rabcatNoUi-handle:after {
   top: 17px;
}*/
/* Disabled state;
 */
[disabled] .rabcatNoUi-connect {
    background: #B8B8B8;
}
[disabled].rabcatNoUi-target,
[disabled].rabcatNoUi-handle,
[disabled] .rabcatNoUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.rabcatNoUi-pips,
.rabcatNoUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rabcatNoUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.rabcatNoUi-value {
    position: absolute;
    text-align: center;
}
.rabcatNoUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.rabcatNoUi-marker {
    position: absolute;
    background: #CCC;
}
.rabcatNoUi-marker-sub {
    background: #AAA;
}
.rabcatNoUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.rabcatNoUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.rabcatNoUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.rabcatNoUi-marker-horizontal.rabcatNoUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.rabcatNoUi-marker-horizontal.rabcatNoUi-marker-sub {
    height: 10px;
}
.rabcatNoUi-marker-horizontal.rabcatNoUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.rabcatNoUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.rabcatNoUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.rabcatNoUi-marker-vertical.rabcatNoUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.rabcatNoUi-marker-vertical.rabcatNoUi-marker-sub {
    width: 10px;
}
.rabcatNoUi-marker-vertical.rabcatNoUi-marker-large {
    width: 15px;
}
.rabcatNoUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}
.rabcatNoUi-horizontal .rabcatNoUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.rabcatNoUi-vertical .rabcatNoUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
