html.mobile, .mobile body { width: 100%; margin: 0px; padding: 0px; } .mobile body { overflow-x: hidden; -webkit-text-size-adjust: none; background-color: #eff1f3; font-family: Helvetica; font-size: 14px; } .mblColorBlue { background-color: #366EDF; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .mblColorDefault { background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .mblColorDefault.mblDomButton { background-color: #5cb0ff; } .mblColorDefaultSel { background-color: #0064c2; } .mblColorDefaultSel.mblDomButton { background-color: #0064c2; } .mblHeading { position: relative; margin: 0px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; z-index: 1; padding: 0; height: 40px; background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2.5%, #ffffff), color-stop(2.5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.68)), color-stop(10%, rgba(255, 255, 255, 0.68)), color-stop(1, rgba(255, 255, 255, 0))); border-bottom: 1px solid #769dc0; color: #131313; font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px; text-align: center; line-height: 42px; } .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: 30px; margin: 0px 8px; } .mblArrowButtonHead { position: absolute; top: 5px; left: 17px; width: 21px; height: 21px; border: 1px solid #b5bcc7; -webkit-transform-origin: left top; -webkit-transform: scale(0.9, 0.99) rotate(45deg); background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .dj_chrome .mblArrowButtonHead { border-style: inset; } .mblArrowButtonBody { position: absolute; cursor: pointer; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); top: 5px; left: 17px; padding: 0px 10px 0px 3px; height: 30px; border-width: 1px 1px 1px 0px; border-style: inset; border-color: #b5bcc7; font-size: 14px; font-family: Helvetica; font-weight: normal; text-shadow: none; color: #131313; line-height: 30px; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .mblArrowButtonSelected .mblArrowButtonHead, .mblArrowButtonSelected .mblArrowButtonBody { background-color: #0064c2; } .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: #131313; } .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: 8px; height: 30px; border: 1px inset #b5bcc7; -webkit-border-radius: 2px; font-size: 14px; font-family: Helvetica; font-weight: normal; text-shadow: none; color: #131313; line-height: 30px; text-align: center; } .mblToolBarButton.mblArrowButtonText { margin: 6px 8px; } .mblToolBarButtonIcon { position: relative; top: 2px; } .mblToolBarButtonSpriteIcon { position: absolute; } .mblToolBarButtonText { padding: 0px 10px; } .mblRoundRect { margin: 8px 8px 12px; padding: 8px; border: 1px solid #b5bcc7; -webkit-border-radius: 5px; background-color: #ffffff; font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: none; } .mblRoundRect.mblShadow { -webkit-box-shadow: 5px 5px 5px #b5bcc7; } .mblEdgeToEdgeCategory { position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0 8px; height: 30px; border-bottom: 1px solid #b5bcc7; background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2.5%, #ffffff), color-stop(2.5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.68)), color-stop(10%, rgba(255, 255, 255, 0.68)), color-stop(1, rgba(255, 255, 255, 0))); font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px; color: #000000; line-height: 32px; } .mblRoundRectCategory { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin: 0; padding: 8px 8px 0; font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px; color: #000000; line-height: 30px; } .mblRoundRectList { position: relative; margin: 8px 8px 12px; padding: 0; border: 1px solid #b5bcc7; -webkit-border-radius: 5px; background-color: #ffffff; -webkit-box-shadow: 5px 5px 5px #b5bcc7; } .mblRoundRectList .mblListItem:first-child { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; } .mblRoundRectList .mblListItem:last-child { border-bottom-width: 0px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; } .mblEdgeToEdgeList { position: relative; margin: 0; padding: 0; background-color: #ffffff; } .mblEdgeToEdgeList .mblListItem:last-child { border-bottom-color: #b5bcc7; } .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; } .mblDomButtonDarkBlueCheck, .mblDomButtonCheck { position: relative; width: 20px; height: 29px; } .mblDomButtonDarkBlueCheck > 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: #314E84; } .mblListItem { position: relative; list-style-type: none; vertical-align: bottom; padding: 0 0 0 8px; height: 50px; border-bottom: 1px solid #b5bcc7; font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: none; color: #131313; line-height: 50px; } .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: 9px 7px; text-decoration: none; padding-right: 7px; } .mblListItem .mblListItemAnchor * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); } .mblItemSelected { background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .mblItemSelected .mblListItemAnchor { color: #000000; } .mblItemSelected .mblDomButton div { border-color: white; } .mblListItemTextBoxSelected { background-color: #5cb0ff; } .mblListItemChecked { color: #000000; } .mblListItemIcon { float: left; line-height: normal; margin-top: 10.5px; margin-right: 11px; } .mblListItemSpriteIcon { position: absolute; margin-top: 10.5px; margin-left: 8px; } .mblListItemRightIcon, .mblListItemRightIcon2 { position: relative; float: right; line-height: normal; margin-top: 10.5px; } .mblListItemRightText { position: relative; float: right; line-height: normal; color: #131313; margin: 14px 4px 0 0; } .mblListItemTextBox { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .mblVariableHeight .mblListItemTextBox { white-space: normal; } .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: 12px; } .mblSwitchBg { border-color: #b5bcc7; -webkit-border-radius: 2px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); } .mblSwitchBgLeft { background-color: #007ef5; color: #131313; } .mblSwitchBgRight { background-color: #8fc9ff; } .mblSwitchKnob { border-color: #7b879b; background-color: #5cb0ff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3))); -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); }