html.mobile, .mobile body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.mobile body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  background-color: black;
  font-family: Helvetica;
  font-size: 17px;
  color: white;
}
.mblColorBlue {
  background-color: #366EDF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
}
.mblColorDefault {
  background-color: #ADADAD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#7f7f7f), color-stop(0.5, #adadad), color-stop(0.5, #909090));
}
.mblColorDefaultSel {
  background-color: #FFC700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad7500), to(#ffaa00), color-stop(0.06, #ffb200), color-stop(0.5, #ffc700));
}
.mblHeading {
  position: relative;
  margin: 0px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  padding: 0px 0px 0px 4px;
  height: 25px;
  background-color: #8C8A8C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9e9c), to(#848284));
  border-top: 1px solid #CDD5DF;
  border-bottom: 1px solid #2D3642;
  color: white;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
}
.mblHeading * {
  z-index: 2;
}
.mblHeadingDivTitle {
  position: absolute;
  width: 100%;
  display: none;
  left: 0px;
  z-index: 1;
}
.mblHeadingCenterTitle .mblHeadingDivTitle {
  display: block;
}
.mblHeadingCenterTitle .mblHeadingSpanTitle {
  display: none;
}
.mblArrowButton {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 10px;
}
.mblArrowButtonHead {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 14px;
  height: 14px;
  border: 1px solid #555555;
  -webkit-transform: scale(0.8, 1) rotate(45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#7f7f7f), color-stop(0.5, #adadad), color-stop(0.5, #909090));
}
.dj_chrome .mblArrowButtonHead {
  border: 1px outset #555555;
}
.mblArrowButtonBody {
  position: absolute;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  top: 0px;
  left: 14px;
  padding: 0px 10px 0px 3px;
  height: 22px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #555555;
  font-family: Helvetica;
  font-size: 13px;
  color: white;
  line-height: 23px;
  background-color: #ADADAD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#7f7f7f), color-stop(0.5, #adadad), color-stop(0.5, #909090));
}
.mblArrowButtonSelected .mblArrowButtonHead, .mblArrowButtonSelected .mblArrowButtonBody {
  background-color: #FFC700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad7500), to(#ffaa00), color-stop(0.06, #ffb200), color-stop(0.5, #ffc700));
}
.mblSlide.mblOut {
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblTransition {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: .3s;
	-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblSlide.mblIn {
	position: absolute !important;
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(100%,0px,0px) !important;
}
.mblSlide.mblIn.mblTransition {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: .3s;
	-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblReverse {
	-webkit-transition-property: none;
	-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblReverse.mblTransition {
	-webkit-transition-property: -webkit-transform;
	-webkit-transform: translate3d(100%,0px,0px) !important;
}
.mblSlide.mblIn.mblReverse {
	-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblSlide.mblIn.mblReverse.mblTransition {
	-webkit-transition-property: -webkit-transform;
	-webkit-transform: translate3d(0%,0px,0px) !important;
}
.dj_android.dj_tablet .mblSlide.mblOut.mblTransition,
.dj_android.dj_tablet .mblSlide.mblIn.mblTransition {
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: linear;
}
.mblFlip.mblOut {
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	opacity: 1;
	-webkit-transform: scale(1,1) skew(0,0) !important;
}
.mblFlip.mblOut.mblTransition {
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: linear;
	opacity: 0;
	-webkit-transform: scale(0,0.8) skew(0,30deg) !important;
}
.mblFlip.mblIn {
	position: absolute;
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	opacity: 0;
	-webkit-transform: scale(0,0.8) skew(0,-30deg) !important;
}
.mblFlip.mblIn.mblTransition {
	-webkit-transition-property: all;
	-webkit-transition-delay: .2s;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: linear;
	opacity: 1;
	-webkit-transform: scale(1,1) skew(0,0) !important;
}
.dj_android.dj_tablet .mblFlip.mblOut.mblTransition {
	-webkit-transition-duration: .4s;
}
.dj_android.dj_tablet .mblFlip.mblIn.mblTransition {
	-webkit-transition-delay: .4s;
	-webkit-transition-duration: .4s;
}
.mblFade.mblOut {
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	opacity: 1;
}
.mblFade.mblOut.mblTransition {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.mblFade.mblIn {
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	opacity: 0;
}
.mblFade.mblIn.mblTransition {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: ease-in;
	opacity: 1;
}
.mblView {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  color: white;
}
.mblView.mblIn {
  position: absolute;
}
.mblFixedHeaderBar {
  z-index: 1;
}
.mblFixedBottomBar {
  position: absolute !important;
  width: 100%;
  z-index: 1;
}
.mblToolBarButton {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px 6px;
  height: 22px;
  border: 1px solid #555555;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 23px;
  text-align: center;
}
div.mblToolBarButtonDomButton {
  height: 23px;
}
.mblToolBarButtonIcon {
  position: relative;
  top: -2px;
  padding: 0px;
}
.mblToolBarButtonSpriteIcon {
  position: absolute;
}
.mblToolBarButtonText {
  padding: 0px 10px;
}
.mblRoundRect {
  margin: 7px 9px 16px;
  padding: 8px;
  border: 1px solid #ADAAAD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: white;
  background-color: black;
}
.mblRoundRect.mblShadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.mblEdgeToEdgeCategory {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0px;
  padding: 0px 10px;
  height: 22px;
  border-bottom: 1px solid #393439;
  background-color: #212021;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
}
.mblRoundRectCategory {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18px 0px 0px 20px;
  font-family: Helvetica;
  font-size: 16px;
  color: white;
}
.mblRoundRectList {
  position: relative;
  
  margin: 7px 9px 16px;
  padding: 0px;
  border: 1px solid #ADAAAD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: white;
}
.mblRoundRectList .mblListItem:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
.mblRoundRectList .mblListItem:last-child {
  border-bottom-width: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}
.mblEdgeToEdgeList {
  position: relative;
  
  margin: 0px;
  padding: 0px;
  background-color: black;
}
.mblEdgeToEdgeList .mblListItem:last-child {
  border-bottom-color: #313431;
}
.mblDomButtonGrayArrow, .mblDomButtonArrow {
	position: relative;
	width: 20px;
	height: 29px;
}
.mblDomButtonGrayArrow > div, .mblDomButtonArrow > div {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 6px;
	height: 6px;
	font-size: 1px;
	-webkit-transform: rotate(45deg);
	border-width: 3px 3px 0px 0px;
	border-style: solid;
	border-color: #808080;
}
.mblDomButtonWhiteCheck, .mblDomButtonCheck {
	position: relative;
	width: 20px;
	height: 29px;
}
.mblDomButtonWhiteCheck > div, .mblDomButtonCheck > div {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 16px;
	height: 6px;
	font-size: 1px;
	-webkit-transform: scaleX(0.7) rotate(135deg);
	border-width: 3px 4px 0px 0px;
	border-style: solid;
	border-color: white;
}
.mblListItem {
  position: relative;
  list-style-type: none;
  vertical-align: bottom;
  
  padding: 0px 0px 0px 7px;
  height: 64px;
  border-bottom: solid 1px #313431;
  background-color: black;
  font-size: 21px;
  color: white;
  line-height: 64px;
}
.mblListItem.mblVariableHeight {
  height: auto;
  padding: 11px 0px 10px 6px;
  line-height: normal;
}
.mblListItem .mblListItemAnchor {
  display: block;
  height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-position: 14px 17px;
  text-decoration: none;
  padding-right: 7px;
}
.mblListItem .mblListItemAnchor * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.mblItemSelected {
  background-color: #FFC700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad7500), to(#ffaa00), color-stop(0.06, #ffb200), color-stop(0.5, #ffc700));
}
.mblItemSelected .mblListItemAnchor {
  color: black;
}
.mblItemSelected .mblDomButton div {
  border-color: white;
}
.mblListItemTextBoxSelected {
  background-color: #048BF4;
}
.mblListItemIcon {
  float: left;
  line-height: normal;
  margin-top: 17px;
  margin-right: 11px;
}
.mblListItemSpriteIcon {
  position: absolute;
  margin-top: 7px;
  margin-left: 8px;
}
.mblListItemRightIcon, .mblListItemRightIcon2 {
  position: relative;
  float: right;
  line-height: normal;
  margin-top: 17px;
  margin-bottom: -17px;
}
.mblListItemRightText {
  position: relative;
  float: right;
  line-height: normal;
  color: white;
  margin: 20px 4px 0 0;
}
.mblListItemTextBox {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mblVariableHeight .mblListItemTextBox {
  white-space: normal;
}
.mblListItemSubText {
  font-size: 14px;
  color: gray;
}
.mblSwitch {
	margin: 0;
	position: relative;
	width: 94px;
	height: 27px;
	line-height: 29px;
	overflow: hidden;
	text-align: left;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.mblItemSwitch {
	position: absolute;
	right: 12px;
}
.mblSwitchInner {
	position: absolute;
	top: 0px;
	height: 27px;
}
.mblSwitchAnimation .mblSwitchInner {
	-webkit-transition-property: left;
	-webkit-transition-duration: .3s;
}
.mblSwitchOn .mblSwitchInner {
	left: 0px;
}
.mblSwitchOff .mblSwitchInner {
	left: -53px;
}
.mblSwitchBg {
	position: absolute;
	top: 0px;
	height: 27px;
	border-width: 1px;
	border-style: inset;
	border-color: #9CACC0;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	-webkit-box-sizing: border-box;
}
.mblSwitchBgLeft {
	left: 0px;
	width: 94px;
	color: white;
	background-color: #3F84EB;
}
.mblSwitchBgRight {
	left: 53px;
	width: 94px;
	color: #7F7F7F;
}
.mblSwitchKnob {
	position: absolute;
	top: 1px;
	left: 53px;
	width: 41px;
	height: 26px;
	font-size: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #EFEFEF #A5A5A5 #969696 #325E9E;
	-webkit-box-sizing: border-box;
}
.mblSwitchText {
	position: relative;
	top: 0px;
	width: 53px;
	height: 27px;
	padding: 0px;
	line-height: 28px;
	text-align: center;
}
.mblSwitchTextLeft {
	left: 0px;
}
.mblSwitchTextRight {
	left: 40px;
}
.mblSwRoundShape1 {
	height: 28px;
	-webkit-mask-image: -webkit-canvas(mblSwRoundShape1Mask);
}
.mblSwRoundShape1.mblItemSwitch {
	top: 8px;
}
.mblSwRoundShape1 .mblSwitchInner {
	height: 28px;
}
.mblSwRoundShape1.mblSwitchOff .mblSwitchInner {
	left: -67px;
}
.mblSwRoundShape1 .mblSwitchBg {
	height: 28px;
	-webkit-border-radius: 14px;
}
.mblSwRoundShape1 .mblSwitchBgLeft {
}
.mblSwRoundShape1 .mblSwitchBgRight {
	left: 67px;
}
.mblSwRoundShape1 .mblSwitchKnob {
	left: 67px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
}
.mblSwRoundShape1 .mblSwitchText {
	width: 67px;
	height: 26px;
}
.mblSwRoundShape1 .mblSwitchTextRight {
	left: 26px;
}
.mblSwRoundShape2 {
	height: 28px;
	-webkit-mask-image: -webkit-canvas(mblSwRoundShape2Mask);
}
.mblSwRoundShape2.mblItemSwitch {
	top: 8px;
}
.mblSwRoundShape2 .mblSwitchInner {
	height: 28px;
}
.mblSwRoundShape2.mblSwitchOff .mblSwitchInner {
	left: -51px;
}
.mblSwRoundShape2 .mblSwitchBg {
	height: 28px;
	-webkit-border-radius: 14px;
}
.mblSwRoundShape2 .mblSwitchBgRight {
	left: 51px;
}
.mblSwRoundShape2 .mblSwitchKnob {
	left: 51px;
	width: 42px;
	height: 26px;
	-webkit-border-radius: 13px;
}
.mblSwRoundShape2 .mblSwitchText {
	width: 51px;
	height: 28px;
}
.mblSwRoundShape2 .mblSwitchTextRight {
	left: 42px;
}
.mblSwArcShape1 {
	height: 28px;
	-webkit-border-radius: 6px/14px;
}
.mblSwArcShape1.mblItemSwitch {
	top: 8px;
}
.mblSwArcShape1 .mblSwitchInner {
	height: 28px;
}
.mblSwArcShape1.mblSwitchOff .mblSwitchInner {
	left: -67px;
}
.mblSwArcShape1 .mblSwitchBg {
	height: 28px;
	-webkit-border-radius: 6px/14px;
}
.mblSwArcShape1 .mblSwitchBgRight {
	left: 67px;
}
.mblSwArcShape1 .mblSwitchKnob {
	left: 67px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 5px/13px;
}
.mblSwArcShape1 .mblSwitchText {
	width: 67px;
	height: 26px;
}
.mblSwArcShape1 .mblSwitchTextRight {
	left: 26px;
}
.mblSwArcShape2 {
	height: 28px;
	-webkit-border-radius: 6px/14px;
}
.mblSwArcShape2.mblItemSwitch {
	top: 8px;
}
.mblSwArcShape2 .mblSwitchInner {
	height: 28px;
}
.mblSwArcShape2.mblSwitchOff .mblSwitchInner {
	left: -51px;
}
.mblSwArcShape2 .mblSwitchBg {
	height: 28px;
	-webkit-border-radius: 6px/14px;
}
.mblSwArcShape2 .mblSwitchBgRight {
	left: 51px;
}
.mblSwArcShape2 .mblSwitchKnob {
	left: 51px;
	width: 42px;
	height: 26px;
	-webkit-border-radius: 5px/13px;
}
.mblSwArcShape2 .mblSwitchText {
	width: 51px;
	height: 26px;
}
.mblSwArcShape2 .mblSwitchTextRight {
	left: 42px;
}
.mblItemSwitch {
  top: 18px;
}
.mblSwitchBg {
  -webkit-border-radius: 2px;
}
.mblSwitchBgLeft {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a200), to(#00d300), color-stop(0.2, #00ba00), color-stop(0.2, #00ba00));
}
.mblSwitchBgRight {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdbebd), to(#f7f3f7));
}
.mblSwitchKnob {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9a9c), to(#848284));
  -webkit-border-radius: 2px;
}
.mblProgContainer {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 180px;
  left: 50%;
  margin: -18px 0px 0px -18px;
}
.mblProg {
  position: absolute;
  left: 2px;
  top: 0px;
  width: 11px;
  font-size: 1px;
  height: 4px;
  overflow: hidden;
  -webkit-transform-origin: 0 2px;
  background-color: #C0C0C0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.mblProg0 {
  -webkit-transform: translate(18px, 10px) rotate(-90.1deg);
}
.mblProg1 {
  -webkit-transform: translate(22px, 11px) rotate(-60deg);
}
.mblProg2 {
  -webkit-transform: translate(25px, 14px) rotate(-30deg);
}
.mblProg3 {
  -webkit-transform: translate(26px, 18px) rotate(0deg);
}
.mblProg4 {
  -webkit-transform: translate(25px, 22px) rotate(30deg);
}
.mblProg5 {
  -webkit-transform: translate(22px, 25px) rotate(60deg);
}
.mblProg6 {
  -webkit-transform: translate(18px, 26px) rotate(90.1deg);
}
.mblProg7 {
  -webkit-transform: translate(14px, 25px) rotate(120deg);
}
.mblProg8 {
  -webkit-transform: translate(11px, 22px) rotate(150deg);
}
.mblProg9 {
  -webkit-transform: translate(10px, 18px) rotate(180deg);
}
.mblProg10 {
  -webkit-transform: translate(11px, 14px) rotate(210deg);
}
.mblProg11 {
  -webkit-transform: translate(14px, 11px) rotate(240deg);
}
