webui-aria2/js/libs/dojox/mobile/themes/custom/custom.css
2012-05-01 19:52:07 +08:00

3173 lines
78 KiB
CSS

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);
}
.mblDomButtonWhitePlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonWhitePlus > div {
position: absolute;
top: 11px;
left: 8px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: white;
border-top: 1px solid #4A5A71;
}
.mblDomButtonWhitePlus > div > div {
position: absolute;
top: -6px;
left: 5px;
width: 3px;
height: 13px;
margin: 0px;
font-size: 1px;
background-color: white;
border-top: 1px solid #4A5A71;
}
.mblDomButtonWhiteUpArrow {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonWhiteUpArrow div {
position: absolute;
left: 0px;
clip: rect(0px 30px 20px 0px);
}
.mblDomButtonWhiteUpArrow > div > div {
top: 9px;
left: 4px;
width: 20px;
height: 20px;
margin: 0px;
font-size: 1px;
background-color: white;
border-top: 1px solid #4A5A71;
-webkit-transform: scaleX(0.6) rotate(45deg);
}
.mblDomButtonWhiteDownArrow {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonWhiteDownArrow div {
position: absolute;
left: 0px;
clip: rect(7px 50px 40px 0px);
}
.mblDomButtonWhiteDownArrow > div > div {
top: -10px;
left: 2px;
width: 25px;
height: 25px;
margin: 0px;
font-size: 1px;
background-color: white;
border-top: 1px solid #4A5A71;
-webkit-transform: scaleX(0.6) rotate(45deg);
}
.mblDomButtonWhiteSearch {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonWhiteSearch > div {
position: absolute;
top: 5px;
left: 6px;
width: 10px;
height: 10px;
margin: 0px;
font-size: 1px;
border: 2px solid white;
-webkit-border-radius: 6px;
}
.mblDomButtonWhiteSearch > div > div {
position: absolute;
top: 10px;
left: 7px;
width: 8px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: white;
border: none;
-webkit-transform: rotate(45deg);
-webkit-border-radius: 0px;
}
.mblDomButtonBlueMinus, .mblDomButtonBluePlus, .mblDomButtonDarkBlueMinus, .mblDomButtonDarkBluePlus, .mblDomButtonRedMinus, .mblDomButtonRedPlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div, .mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div, .mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div {
position: relative;
top: 4px;
left: 3px;
width: 22px;
height: 18px;
border-width: 1px 1px 1px 0px;
border-style: outset;
color: white;
-webkit-border-radius: 3px;
}
.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div {
border-color: #6D89C7;
background-color: #366EDF;
background: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC));
}
.mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div {
border-color: #6D89C7;
background-color: #5877A2;
background: -webkit-gradient(linear, left top, left bottom, from(#8EA4C1), to(#4A6C9B), color-stop(0.5, #5877A2), color-stop(0.5, #476999));
}
.mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div {
border-color: #cc1122;
background-color: #C9404B;
background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
}
.mblDomButtonBlueMinus > div > div, .mblDomButtonBluePlus > div > div, .mblDomButtonDarkBlueMinus > div > div, .mblDomButtonDarkBluePlus > div > div, .mblDomButtonRedMinus > div > div, .mblDomButtonRedPlus > div > div {
position: absolute;
top: 7px;
left: 7px;
width: 8px;
height: 2px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
border-top: 1px solid #4A5A71;
}
.mblDomButtonBluePlus > div > div > div, .mblDomButtonDarkBluePlus > div > div > div, .mblDomButtonRedPlus > div > div > div {
position: absolute;
top: -3px;
left: 3px;
width: 2px;
height: 8px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonCheckboxOn {
position: relative;
width: 30px;
height: 30px;
border-width: 1px;
border-style: outset;
border-color: #A5A2A5;
color: white;
-webkit-border-radius: 3px;
background-color: #D6D3D6;
background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD));
}
.mblDomButtonCheckboxOn > div {
position: absolute;
top: 15px;
left: 3px;
width: 14px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #00CF00;
border-top: 1px solid #4A5A71;
-webkit-border-radius: 2px;
-webkit-transform: rotate(50deg);
}
.mblDomButtonCheckboxOn > div > div {
position: absolute;
top: -10px;
left: 0px;
width: 20px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #00CF00;
border-top: none;
border-bottom: 1px solid #4A5A71;
-webkit-border-radius: 2px;
-webkit-transform: rotate(-100deg);
}
.mblDomButtonCheckboxOff {
position: relative;
width: 30px;
height: 30px;
border-width: 1px;
border-style: outset;
border-color: #A5A2A5;
color: white;
-webkit-border-radius: 3px;
background-color: #D6D3D6;
background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD));
}
.mblDomButtonCheckboxOff > div {
position: absolute;
top: 15px;
left: 3px;
width: 14px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #BDBABD;
border-bottom: 1px solid #8C8E8C;
-webkit-border-radius: 2px;
-webkit-transform: rotate(50deg);
}
.mblDomButtonCheckboxOff > div > div {
position: absolute;
top: -10px;
left: 0px;
width: 20px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #BDBABD;
border-bottom: none;
border-top: 1px solid #8C8E8C;
-webkit-border-radius: 2px;
-webkit-transform: rotate(-100deg);
}
.mblDomButtonBlueCircleMinus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlueCircleMinus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonBlueCircleMinus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6));
}
.mblDomButtonBlueCircleMinus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 12px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonBlueCirclePlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlueCirclePlus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonBlueCirclePlus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6));
}
.mblDomButtonBlueCirclePlus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonBlueCirclePlus > div > div > div > div {
position: absolute;
top: -5px;
left: 5px;
width: 3px;
height: 13px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonBlueCircleArrow {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlueCircleArrow > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonBlueCircleArrow > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6));
}
.mblDomButtonBlueCircleArrow > div > div > div {
position: absolute;
top: 5px;
left: 6px;
width: 8px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
-webkit-transform: rotate(45deg);
}
.mblDomButtonBlueCircleArrow > div > div > div > div {
position: absolute;
top: 1px;
left: 6px;
width: 3px;
height: 8px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonRedCircleMinus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonRedCircleMinus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonRedCircleMinus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
}
.mblDomButtonRedCircleMinus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 12px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonRedCirclePlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonRedCirclePlus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonRedCirclePlus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
}
.mblDomButtonRedCirclePlus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonRedCirclePlus > div > div > div > div {
position: absolute;
top: -5px;
left: 5px;
width: 3px;
height: 13px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonRedCircleArrow {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonRedCircleArrow > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonRedCircleArrow > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
}
.mblDomButtonRedCircleArrow > div > div > div {
position: absolute;
top: 5px;
left: 6px;
width: 8px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
-webkit-transform: rotate(45deg);
}
.mblDomButtonRedCircleArrow > div > div > div > div {
position: absolute;
top: 1px;
left: 6px;
width: 3px;
height: 8px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonGreenCircleMinus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGreenCircleMinus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonGreenCircleMinus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21));
}
.mblDomButtonGreenCircleMinus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 12px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonGreenCirclePlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGreenCirclePlus > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonGreenCirclePlus > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21));
}
.mblDomButtonGreenCirclePlus > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
}
.mblDomButtonGreenCirclePlus > div > div > div > div {
position: absolute;
top: -5px;
left: 5px;
width: 3px;
height: 13px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonGreenCircleArrow {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGreenCircleArrow > div {
position: relative;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonGreenCircleArrow > div > div {
position: relative;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
-webkit-border-radius: 9px;
background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21));
}
.mblDomButtonGreenCircleArrow > div > div > div {
position: absolute;
top: 5px;
left: 6px;
width: 8px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
-webkit-transform: rotate(45deg);
}
.mblDomButtonGreenCircleArrow > div > div > div > div {
position: absolute;
top: 1px;
left: 6px;
width: 3px;
height: 8px;
margin: 0px;
font-size: 1px;
background-color: white;
}
.mblDomButtonBlackCircleCross {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlackCircleCross > div {
position: relative;
top: 3px;
left: 3px;
width: 23px;
height: 23px;
background-color: white;
-webkit-border-radius: 12px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.mblDomButtonBlackCircleCross > div > div {
position: relative;
top: 2px;
left: 2px;
width: 19px;
height: 19px;
background-color: black;
-webkit-border-radius: 10px;
}
.mblDomButtonBlackCircleCross > div > div > div {
position: absolute;
top: 8px;
left: 3px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
border-style: none;
background-color: white;
-webkit-transform: rotate(45deg);
-webkit-border-radius: 1px;
}
.mblDomButtonBlackCircleCross > div > div > div > div {
position: absolute;
top: -5px;
left: 5px;
width: 3px;
height: 13px;
margin: 0px;
font-size: 1px;
background-color: white;
-webkit-border-radius: 1px;
}
.mblDomButtonGrayRoundRect {
position: relative;
width: 29px;
height: 29px;
text-align: right;
}
.mblDomButtonGrayRoundRect > div {
position: absolute;
right: 0px;
display: inline;
padding: 0px 5px;
top: 7px;
color: white;
font-family: Helvetica;
font-size: 12px;
-webkit-border-radius: 4px;
background-color: #949BA5;
text-align: center;
}
.mblDomButtonGrayRoundRect > div > div {
display: none;
}
.mblDomButtonSilverCircleDownArrow {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleDownArrow > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleDownArrow > div > div {
position: relative;
top: 3px;
left: 3px;
width: 20px;
height: 20px;
-webkit-border-radius: 10px;
background: -webkit-gradient(linear, left top, left bottom, from(#979797), to(#616161));
}
.mblDomButtonSilverCircleDownArrow > div > div > div {
position: absolute;
left: 0px;
clip: rect(6px 50px 40px 0px);
}
.mblDomButtonSilverCircleDownArrow > div > div > div > div {
position: absolute;
top: -5px;
left: 1px;
width: 18px;
height: 18px;
margin: 0px;
font-size: 1px;
background-color: #D1D1D1;
border-top: 1px solid #4A5A71;
-webkit-transform: scaleX(0.7) rotate(45deg);
}
.mblDomButtonSilverCircleGreenButton {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleGreenButton > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleGreenButton > div > div {
position: relative;
top: 6px;
left: 6px;
width: 12px;
height: 12px;
border: 1px inset #1B991C;
-webkit-border-radius: 7px;
background: -webkit-gradient(radial, center center, 0, center center, 6, from(#17DF25), to(#1BA51C));
}
.mblDomButtonSilverCircleGrayButton {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleGrayButton > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleGrayButton > div > div {
position: relative;
top: 6px;
left: 6px;
width: 12px;
height: 12px;
border: 1px inset #AEAEAE;
-webkit-border-radius: 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#BABABA));
}
.mblDomButtonSilverCircleOrangeButton {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleOrangeButton > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleOrangeButton > div > div {
position: relative;
top: 6px;
left: 6px;
width: 12px;
height: 12px;
border: 1px inset #CA701A;
-webkit-border-radius: 7px;
background: -webkit-gradient(radial, center center, 0, center center, 6, from(#FF7A07), to(#E66B03));
}
.mblDomButtonSilverCircleGreenPlus {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleGreenPlus > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleGreenPlus > div > div {
position: absolute;
top: 11px;
left: 4px;
width: 18px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #17DF25;
}
.mblDomButtonSilverCircleGreenPlus > div > div > div {
position: absolute;
top: -7px;
left: 7px;
width: 4px;
height: 18px;
margin: 0px;
font-size: 1px;
background-color: #17DF25;
}
.mblDomButtonSilverCircleRedCross {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonSilverCircleRedCross > div {
position: relative;
top: 0px;
left: 0px;
width: 26px;
height: 26px;
border: 1px solid #B5B6B5;
-webkit-border-radius: 13px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
}
.mblDomButtonSilverCircleRedCross > div > div {
position: absolute;
top: 11px;
left: 4px;
width: 18px;
height: 4px;
margin: 0px;
font-size: 1px;
background-color: #F00E5A;
-webkit-transform: rotate(45deg);
}
.mblDomButtonSilverCircleRedCross > div > div > div {
position: absolute;
top: -7px;
left: 7px;
width: 4px;
height: 18px;
margin: 0px;
font-size: 1px;
background-color: #F00E5A;
}
.mblDomButtonBlueBall {
position: relative;
width: 19px;
height: 29px;
}
.mblDomButtonBlueBall > div {
position: relative;
top: 8px;
left: 4px;
width: 14px;
height: 14px;
-webkit-border-radius: 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#84AFF4), to(#2758B3));
}
.mblDomButtonGreenBall {
position: relative;
width: 19px;
height: 29px;
}
.mblDomButtonGreenBall > div {
position: relative;
top: 8px;
left: 4px;
width: 14px;
height: 14px;
-webkit-border-radius: 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#59E738), to(#0AA908));
}
.mblDomButtonOrangeBall {
position: relative;
width: 19px;
height: 29px;
}
.mblDomButtonOrangeBall > div {
position: relative;
top: 8px;
left: 4px;
width: 14px;
height: 14px;
-webkit-border-radius: 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#F9E20A), to(#FF6B0A));
}
.mblDomButtonRedBall {
position: relative;
width: 19px;
height: 29px;
}
.mblDomButtonRedBall > div {
position: relative;
top: 8px;
left: 4px;
width: 14px;
height: 14px;
-webkit-border-radius: 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#EC9B9D), to(#D73C3F));
}
.mblDomButtonTransparent19 {
position: relative;
width: 19px;
height: 19px;
}
.mblDomButtonTransparent29 {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonTransparent30 {
position: relative;
width: 30px;
height: 30px;
}
.mblDomButtonYellowStar {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonYellowStar > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #FFFF00 transparent transparent transparent;
top: 12px;
left: 3px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(0deg);
}
.mblDomButtonYellowStar > div > div {
position: absolute;
width: 24px;
height: 0px;
border-style: solid;
border-color: #CD853F;
border-width: 1px 0px 0px 0px;
top: -10px;
left: -12px;
}
.mblDomButtonYellowStar > div > div > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #FFFF00 transparent transparent transparent;
top: 0px;
left: 0px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(72deg);
}
.mblDomButtonYellowStar > div > div > div > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #FFFF00 transparent transparent transparent;
top: -10px;
left: -12px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(216deg);
}
.mblDomButtonGrayStar {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGrayStar > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #BDBABD transparent transparent transparent;
top: 12px;
left: 3px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(0deg);
}
.mblDomButtonGrayStar > div > div {
position: absolute;
width: 24px;
height: 0px;
border-style: solid;
border-color: #8C8E8C;
border-width: 1px 0px 0px 0px;
top: -10px;
left: -12px;
}
.mblDomButtonGrayStar > div > div > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #BDBABD transparent transparent transparent;
top: 0px;
left: 0px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(72deg);
}
.mblDomButtonGrayStar > div > div > div > div {
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-color: #BDBABD transparent transparent transparent;
top: -10px;
left: -12px;
border-width: 9px 12px 0px 12px;
-webkit-transform: rotate(216deg);
}
.mblFixedSpliter {
width: 100%;
height: 100%;
}
.mblFixedSplitterPane {
position: absolute;
overflow-x: hidden;
overflow-y: auto;
}
.mblFixedSplitterPaneH {
position: absolute;
height: 100%;
top: 0px;
}
.mblFixedSplitterPaneV {
position: absolute;
width: 100%;
left: 0px;
}
.mblSpinWheel {
position: relative;
overflow: hidden;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313137), color-stop(0.05, #73747D), color-stop(0.07, #92939B), color-stop(0.09, #ABABB5), color-stop(0.12, #C5C6CE), color-stop(0.16, #DFE0E4), color-stop(0.22, #F4F5F6), color-stop(0.35, #FBFCFC), color-stop(0.5, #FBFCFC), color-stop(0.61, #FBFCFC), color-stop(0.61, #B4C1C7), color-stop(0.65, #FBFCFC), color-stop(0.78, #F4F5F6), color-stop(0.84, #DFE0E4), color-stop(0.88, #C5C6CE), color-stop(0.91, #ABABB5), color-stop(0.93, #92939B), color-stop(0.95, #73747D), color-stop(1, #313137));
height: 200px;
border-left: solid 3px #000000;
border-right: solid 3px #000000;
color: #000000;
-webkit-border-radius: 3px;
}
.mblSpinWheelBar {
position: absolute;
top: 79px;
background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF2), to(#A7ADCA), color-stop(0, #EDEEF2), color-stop(0.25, #C8CADD), color-stop(0.49, #BBBFD4), color-stop(0.51, #9FA8C6), color-stop(0.81, #A2A9C7), color-stop(0.82, #A6ABC9), color-stop(1, #A7ADCA));
border: solid 1px #7B8497;
height: 42px;
width: 100%;
clear: both;
-webkit-opacity: 0.6;
}
.mblSpinWheelDatePicker {
width: 312px;
}
.mblSpinWheelTimePicker {
width: 208px;
}
.mblSpinWheelSlot {
position: relative;
top: 0px;
float: left;
width: 100px;
height: 100%;
border-left: solid 2px #000000;
border-right: solid 2px #000000;
}
.mblSpinWheelSlotLabel {
padding: 0 8px;
height: 44px;
overflow: hidden;
font: bold 24px/44px Helvetica,sans-serif;
}
.mblSpinWheelSlotLabel img{
vertical-align: middle;
opacity: 0.7;
}
.mblSpinWheelSlotLabelGray {
color: #CCCCCC;
}
.mblSpinWheelSlotLabelBlue {
color: #0959D2;
}
.mblSpinWheelSlotContainer {
position: relative;
}
.mblSpinWheelSlotPanel {
position: absolute;
top: 0px;
width: 100%;
}
.mblSpinWheelSlotTouch {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}
.mblDissolve.mblOut {
-webkit-animation-duration: 1s;
-webkit-animation-name: mblDissolveOut;
-webkit-animation-timing-function: cubic-bezier(.25,1,.75,0);
}
.mblDissolve.mblIn {
-webkit-animation-duration: 1s;
-webkit-animation-name: mblDissolveIn;
-webkit-animation-timing-function: cubic-bezier(.25,1,.75,0);
}
@-webkit-keyframes mblDissolveOut {
from { opacity: 1; }
to { opacity: 0; }
}
@-webkit-keyframes mblDissolveIn {
from { opacity: 0; }
to { opacity: 1; }
}
.mblCover.mblOut {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0%,0px,-1px) !important;
}
.mblCover.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblCover.mblIn {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(100%,0px,0px) !important;
}
.mblCover.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblCover.mblIn.mblReverse {
-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblCover.mblIn.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.dj_android.dj_tablet .mblCover.mblOut.mblTransition,
.dj_android.dj_tablet .mblCover.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblReveal.mblOut {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblReveal.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblReveal.mblIn {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0%,0px,-1px) !important;
}
.mblReveal.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblReveal.mblOut.mblReverse {
-webkit-transition-property: none;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblReveal.mblOut.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(100%,0px,0px) !important;
}
.dj_android.dj_tablet .mblReveal.mblOut.mblTransition,
.dj_android.dj_tablet .mblReveal.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblSlidev.mblOut {
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblSlidev.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .3s;
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblSlidev.mblIn {
position: absolute !important;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.mblSlidev.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .3s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblSlidev.mblOut.mblReverse {
-webkit-transition-property: none;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblSlidev.mblOut.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.mblSlidev.mblIn.mblReverse {
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblSlidev.mblIn.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.dj_android.dj_tablet .mblSlidev.mblOut.mblTransition,
.dj_android.dj_tablet .mblSlidev.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblCoverv.mblOut {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,-1px) !important;
}
.mblCoverv.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblCoverv.mblIn {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.mblCoverv.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblCoverv.mblIn.mblReverse {
-webkit-transition-property: none;
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblCoverv.mblIn.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.dj_android.dj_tablet .mblCoverv.mblOut.mblTransition,
.dj_android.dj_tablet .mblCoverv.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblRevealv.mblOut {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblRevealv.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblRevealv.mblIn {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,-1px) !important;
}
.mblRevealv.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblRevealv.mblOut.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.dj_android.dj_tablet .mblRevealv.mblOut.mblTransition,
.dj_android.dj_tablet .mblRevealv.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblSwirl.mblOut {
z-index: 0;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblSwirlOut;
-webkit-animation-timing-function: ease-in;
}
.mblSwirl.mblIn {
z-index: -100;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblSwirlIn;
-webkit-animation-timing-function: ease-in;
}
.mblSwirl.mblOut.mblReverse {
-webkit-animation-name: mblSwirlOutReverse;
}
@-webkit-keyframes mblSwirlOut {
from { -webkit-transform: rotate(0deg) scale(1.0); }
to { -webkit-transform: rotate(-360deg) scale(0.0); }
}
@-webkit-keyframes mblSwirlOutReverse {
from { -webkit-transform: rotate(0deg) scale(1.0); }
to { -webkit-transform: rotate(360deg) scale(0.0); }
}
@-webkit-keyframes mblSwirlIn {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(1.0); }
}
.mblScaleOut.mblOut {
z-index: 0;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblScaleOutOut;
-webkit-animation-timing-function: ease-in;
}
.dj_android .mblScaleOut.mblOut {
-webkit-animation-name: mblScaleOutOutAndroid;
}
.mblScaleOut.mblIn {
z-index: -100;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblScaleOutIn;
-webkit-animation-timing-function: ease-in;
}
@-webkit-keyframes mblScaleOutOut {
from {
-webkit-transform: scale(1.0);
opacity: 1;
}
to {
-webkit-transform: scale(0.0);
opacity: 0;
}
}
@-webkit-keyframes mblScaleOutOutAndroid {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(0.0); }
}
@-webkit-keyframes mblScaleOutIn {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(1.0); }
}
.mblScaleIn.mblOut {
z-index: -100;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblScaleInOut;
-webkit-animation-timing-function: ease-out;
}
.mblScaleIn.mblIn {
z-index: 0;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblScaleInIn;
-webkit-animation-timing-function: ease-out;
}
.dj_android .mblScaleIn.mblIn {
-webkit-animation-name: mblScaleInInAndroid;
}
@-webkit-keyframes mblScaleInOut {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(1.0); }
}
@-webkit-keyframes mblScaleInIn {
from {
-webkit-transform: scale(0.0);
opacity: 0;
}
to {
-webkit-transform: scale(1.0);
opacity: 1;
}
}
@-webkit-keyframes mblScaleInInAndroid {
from { -webkit-transform: scale(0.0); }
to { -webkit-transform: scale(1.0); }
}
.mblZoomOut.mblOut {
z-index: 0;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblZoomOutOut;
-webkit-animation-timing-function: ease-in;
}
.dj_android .mblZoomOut.mblOut {
-webkit-animation-name: mblZoomOutOutAndroid;
}
.mblZoomOut.mblIn {
z-index: -100;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblZoomOutIn;
-webkit-animation-timing-function: ease-in;
}
@-webkit-keyframes mblZoomOutOut {
from {
-webkit-transform: scale(1.0);
opacity: 1;
}
to {
-webkit-transform: scale(0.0);
opacity: 0;
}
}
@-webkit-keyframes mblZoomOutOutAndroid {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(0.0); }
}
@-webkit-keyframes mblZoomOutIn {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(1.0); }
}
.mblZoomIn.mblOut {
z-index: -100;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblZoomInOut;
-webkit-animation-timing-function: ease-out;
}
.mblZoomIn.mblIn {
z-index: 0;
-webkit-animation-duration: .5s;
-webkit-animation-name: mblZoomInIn;
-webkit-animation-timing-function: ease-out;
}
.dj_android .mblZoomIn.mblIn {
-webkit-animation-name: mblZoomInInAndroid;
}
@-webkit-keyframes mblZoomInOut {
from { -webkit-transform: scale(1.0); }
to { -webkit-transform: scale(1.0); }
}
@-webkit-keyframes mblZoomInIn {
from {
-webkit-transform: scale(0.0);
opacity: 0;
}
to {
-webkit-transform: scale(1.0);
opacity: 1;
}
}
@-webkit-keyframes mblZoomInInAndroid {
from { -webkit-transform: scale(0.0); }
to { -webkit-transform: scale(1.0); }
}
.mblButton {
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: 0 8px;
height: 30px;
border: 1px outset #b5bcc7;
color: #131313;
font-size: 14px;
font-family: Helvetica;
font-weight: normal;
line-height: 30px;
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;
}
.mblButton.mblBlueButton {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
color: #131313;
background-color: #0000FF;
}
.mblButton.mblBlueButtonSelected {
color: #000000;
border-color: #769dc0;
background-color: #000066;
}
.mblButton.mblRedButton {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
color: #131313;
background-color: #FF0000;
}
.mblButton.mblRedButtonSelected {
color: #000000;
border-color: #769dc0;
background-color: #660000;
}
.mblButtonSelected {
color: #000000;
border-color: #769dc0;
background-color: #0064c2;
}
.mblButtonDisabled, .mblButton:disabled {
cursor: default;
color: grey;
border-color: grey;
background-color: #8fc9ff;
}
.mblCarousel {
overflow: hidden;
}
.mblCarouselBox {
position: relative;
float: left;
}
.mblCarouselImg {
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
vertical-align: bottom;
}
.mblCarouselImgSelected {
border: 1px dashed #C0C0C0;
-webkit-box-shadow: none;
}
.mblCarouselImgHeaderText {
color: white;
font: 14px arial, helvetica, clean, sans-serif;
}
.mblCarouselImgFooterText {
color: white;
font: 14px arial, helvetica, clean, sans-serif;
}
.mblCarouselHeaderBar {
background-color: #3A3A3B;
color: #B1B1B1;
font: bold 16px arial, helvetica, clean, sans-serif;
padding: 1px;
}
.mblCarouselBtnContainer {
float: right;
}
.mblCarouselBtn {
height: 18px;
width: 46px;
font: bold 14px arial, helvetica, clean, sans-serif;
color: gray;
padding-top: 0px;
margin: 0px 2px;
border-width: 1px;
}
.mblCarouselTitle {
margin: 2px 0px 2px 4px;
}
.mblCarouselHeaderBar .mblPageIndicator {
float: right;
width: auto;
padding: 0px 20px;
}
.mblCarouselHeaderBar .mblPageIndicatorContainer {
margin-left: 0px;
margin-right: 0px;
}
.mblCarouselPages {
position: relative;
text-align: center;
}
.mblCheckBox {
position: relative;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
margin: -0.5em 3px 0.3em 4px;
width: 1em;
height: 1em;
font-size: 18px;
border: 1px outset #b5bcc7;
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;
-webkit-transform: translatey(0.45em);
}
.mblCheckBoxSelected {
border-color: #769dc0;
background-color: #0064c2;
}
.mblCheckBoxChecked, .mblCheckBox:checked {
border-color: #769dc0;
background-color: #007ef5;
}
.mblCheckBoxChecked::after, .mblCheckBox:checked::after {
content: "";
width: 0.3em;
height: 0.6em;
position: absolute;
top: 0;
left: 0.3em;
border-color: #000000;
border-width: 0.15em;
border-style: none solid solid none;
-webkit-transform: rotate(45deg);
-webkit-transform-origin: 50% 50%;
}
.mblCheckBoxChecked.mblCheckBoxSelected, .mblCheckBox:checked.mblCheckBoxSelected {
border-color: #769dc0;
background-color: #0064c2;
}
.mblCheckBoxChecked.mblCheckBoxSelected::after, .mblCheckBox:checked.mblCheckBoxSelected::after {
border-color: #000000;
}
.dijitPopup {
margin: 0;
padding: 0;
position: absolute;
border: 0;
background-color: transparent;
-webkit-box-shadow: 0px 0px 50px black;
-webkit-border-radius: 5px;
}
.mblReset {
margin: 0;
padding: 0;
border: 0;
line-height: normal;
font: inherit;
color: inherit;
}
.mblComboBoxMenu {
overflow-y: hidden !important;
position: relative;
overflow: hidden;
border: 1px solid black;
background-color: #eff1f3;
-webkit-border-radius: 5px;
}
.mblComboBoxMenuItem {
white-space: nowrap;
text-align: left;
padding: .1em .2em;
color: #131313;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #eff1f3;
}
.mblComboBoxMenuItemSelected {
color: #000000;
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)));
}
.mblComboBoxMenuPreviousButton, .mblComboBoxMenuNextButton {
font-style: italic;
overflow: hidden;
}
.mblDomButtonBlueMinus, .mblDomButtonBluePlus, .mblDomButtonDarkBlueMinus, .mblDomButtonDarkBluePlus, .mblDomButtonRedMinus, .mblDomButtonRedPlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div, .mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div, .mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div {
position: relative;
top: 4px;
left: 3px;
width: 22px;
height: 18px;
border-width: 1px 1px 1px 0px;
border-style: outset;
color: white;
-webkit-border-radius: 3px;
}
.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div {
border-color: #6D89C7;
background-color: #366EDF;
background: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC));
}
.mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div {
border-color: #6D89C7;
background-color: #5877A2;
background: -webkit-gradient(linear, left top, left bottom, from(#8EA4C1), to(#4A6C9B), color-stop(0.5, #5877A2), color-stop(0.5, #476999));
}
.mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div {
border-color: #cc1122;
background-color: #C9404B;
background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
}
.mblDomButtonBlueMinus > div > div, .mblDomButtonBluePlus > div > div, .mblDomButtonDarkBlueMinus > div > div, .mblDomButtonDarkBluePlus > div > div, .mblDomButtonRedMinus > div > div, .mblDomButtonRedPlus > div > div {
position: absolute;
top: 7px;
left: 7px;
width: 8px;
height: 2px;
margin: 0px;
font-size: 1px;
border-style: none;
background: white;
border-top: 1px solid #4A5A71;
}
.mblDomButtonBluePlus > div > div > div, .mblDomButtonDarkBluePlus > div > div > div, .mblDomButtonRedPlus > div > div > div {
position: absolute;
top: -3px;
left: 3px;
width: 2px;
height: 8px;
margin: 0px;
font-size: 1px;
background-color: white;
}
@-webkit-keyframes mblVibrate{
0%{
-webkit-transform: rotate(-2deg);
bottom: -1px;
left: -1px;
}
25% {
-webkit-transform: rotate(1deg);
bottom: 2px;
left: 1px;
}
50% {
-webkit-transform: rotate(-1deg);
bottom: -2px;
left: -1px;
}
75% {
-webkit-transform: rotate(2deg);
bottom: 2px;
left: 1px;
}
100% {
-webkit-transform: rotate(-2deg);
bottom: -1px;
left: -1px;
}
}
@-webkit-keyframes mblShrink{
from { -webkit-transform: scale(1); }
to { -webkit-transform: scale(0.01); }
}
@-webkit-keyframes mblShrink0{
from { -webkit-transform: scale(1); }
to { -webkit-transform: translate(-40%,-70%) scale(0.01); }
}
@-webkit-keyframes mblShrink1{
from { -webkit-transform: scale(1); }
to { -webkit-transform: translate(-14%,-70%) scale(0.01); }
}
@-webkit-keyframes mblShrink2{
from { -webkit-transform: scale(1); }
to { -webkit-transform: translate(14%,-70%) scale(0.01); }
}
@-webkit-keyframes mblShrink3{
from { -webkit-transform: scale(1); }
to { -webkit-transform: translate(40%,-70%) scale(0.01); }
}
.mblIconContainer {
margin: 8px 0 8px 8px;
padding: 8px 0 8px;
background-color: #eff1f3;
}
.mblIconItem {
list-style-type: none;
float: left;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblIconItemTerminator {
list-style-type: none;
clear: both;
height: 8px;
}
.mblIconItemSub {
list-style-type: none;
margin-left: -8px;
background-color: white;
color: #131313;
}
.mblIconArea {
height: 87px;
width: 73px;
text-align: center;
font-family: Helvetica;
font-weight: normal;
font-size: 14px;
}
.mblIconArea div {
position: relative;
height: 65px;
line-height: 65px;
text-align: center;
}
.mblIconArea img {
vertical-align: middle;
}
.mblIconItemSpriteIcon {
position: absolute;
}
.mblContent {
clear: both;
padding-bottom: 8px;
}
table.mblClose {
clear: both;
cursor: pointer;
}
.mblVibrate {
position: relative;
-webkit-animation-duration: .5s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 20;
-webkit-animation-name: mblVibrate;
-webkit-transform: rotate(0deg);
}
.mblCloseContent {
-webkit-animation-duration: .3s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-name: mblShrink;
-webkit-transform: scale(0.01);
}
.mblCloseContent.mblShrink0 {
-webkit-animation-name: mblShrink0;
}
.mblCloseContent.mblShrink1 {
-webkit-animation-name: mblShrink1;
}
.mblCloseContent.mblShrink2 {
-webkit-animation-name: mblShrink2;
}
.mblCloseContent.mblShrink3 {
-webkit-animation-name: mblShrink3;
}
.mblIconContentHeading {
position: relative;
clear: both;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: 0px;
padding-left: 37px;
height: 25px;
border-top: 1px solid #dfe8f0;
border-bottom: 1px solid #769dc0;
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)));
color: #131313;
font-size: 14px;
font-family: Helvetica;
font-weight: normal;
text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
line-height: 26px;
}
.mblCoverv.mblOut {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,-1px) !important;
}
.mblCoverv.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblCoverv.mblIn {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.mblCoverv.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblCoverv.mblIn.mblReverse {
-webkit-transition-property: none;
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblCoverv.mblIn.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.dj_android.dj_tablet .mblCoverv.mblOut.mblTransition,
.dj_android.dj_tablet .mblCoverv.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblRevealv.mblOut {
z-index: 0;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblRevealv.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,-100%,0px) !important;
}
.mblRevealv.mblIn {
z-index: -100;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px,0%,-1px) !important;
}
.mblRevealv.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .4s;
-webkit-transform: translate3d(0px,0%,0px) !important;
}
.mblRevealv.mblOut.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0px,100%,0px) !important;
}
.dj_android.dj_tablet .mblRevealv.mblOut.mblTransition,
.dj_android.dj_tablet .mblRevealv.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblOverlay {
position: fixed;
z-index: 2000;
left: 0;
bottom: 0;
margin: 0;
width: 100%;
text-align: -webkit-center;
background-color: #eff1f3;
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)));
}
.mblOverlayHidden *, .mblOverlayHidden {
visibility: hidden !important;
}
.mblTooltip {
position: absolute;
z-index: 2000;
display: block;
margin: 0;
padding: 8px;
border: #769dc0 1px solid;
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: 5px;
opacity: .97;
}
.mblTooltipBubble {
overflow: visible;
padding: 3px;
background-color: #5cb0ff;
background-image: none;
}
.mblTooltipBubble.mblTooltipAbove .mblTooltipInnerArrow {
border-bottom-color: #5cb0ff;
}
.mblTooltipBubble.mblTooltipBelow .mblTooltipInnerArrow {
border-top-color: #5cb0ff;
}
.mblTooltipBubble.mblTooltipAfter .mblTooltipInnerArrow {
border-left-color: #5cb0ff;
}
.mblTooltipBubble.mblTooltipBefore .mblTooltipInnerArrow {
border-right-color: #5cb0ff;
}
.mblTooltip.mblTooltipAfter {
margin-left: -11px;
}
.mblTooltip.mblTooltipBefore {
margin-left: 11px;
}
.mblTooltip.mblTooltipAbove {
margin-top: 11px;
}
.mblTooltip.mblTooltipBelow {
margin-top: -11px;
}
.mblTooltipAnchor {
position: absolute;
width: 1px;
height: 1px;
background-color: transparent;
line-height: 0;
font-size: 0;
}
.mblTooltipBefore .mblTooltipAnchor {
left: -1px;
}
.mblTooltipAfter .mblTooltipAnchor {
right: -1px;
}
.mblTooltipAbove .mblTooltipAnchor {
top: -1px;
}
.mblTooltipBelow .mblTooltipAnchor {
bottom: -1px;
}
.mblTooltipArrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 11px solid transparent;
}
.mblTooltipBefore .mblTooltipArrow {
left: auto;
right: 1px;
top: 0;
bottom: auto;
border-left-width: 0;
border-right-color: #769dc0;
}
.mblTooltipAfter .mblTooltipArrow {
left: 1px;
right: auto;
top: 0;
bottom: auto;
border-right-width: 0;
border-left-color: #769dc0;
}
.mblTooltipAbove .mblTooltipArrow {
top: auto;
bottom: 1px;
left: auto;
right: auto;
border-top-width: 0;
border-bottom-color: #769dc0;
}
.mblTooltipBelow .mblTooltipArrow {
top: 1px;
bottom: auto;
left: auto;
right: auto;
border-bottom-width: 0;
border-top-color: #769dc0;
}
.mblTooltipInnerArrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 10px solid transparent;
}
.mblTooltipBefore .mblTooltipInnerArrow {
right: 0;
top: 0;
border-left-width: 0;
border-right-color: #deefff;
}
.mblTooltipAfter .mblTooltipInnerArrow {
left: 0;
top: 0;
border-right-width: 0;
border-left-color: #deefff;
}
.mblTooltipAbove .mblTooltipInnerArrow {
bottom: 0;
left: 0;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.mblTooltipBelow .mblTooltipInnerArrow {
top: 0;
left: 0;
border-bottom-width: 0;
border-top-color: #aed8ff;
}
.mblTooltipHidden, .mblTooltipHidden * {
visibility: hidden !important;
}
.mblTooltip .mblHeading {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
background-color: transparent;
background-image: none;
}
.mblPageIndicator {
position: relative;
width: 100%;
height: 20px;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblPageIndicatorContainer {
margin-top: 4px;
margin-left: auto;
margin-right: auto;
}
.mblPageIndicatorDot {
margin: 0px 3px;
width: 6px;
height: 6px;
font-size: 1px;
background-color: #949294;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.mblPageIndicatorDotSelected {
background-color: white;
}
.mblRadioButton {
position: relative;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
margin: -0.5em 3px 0.3em 4px;
width: 1em;
height: 1em;
font-size: 18px;
border: 1px outset #b5bcc7;
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: 0.5em;
-webkit-transform: translatey(0.45em);
}
.mblRadioButtonChecked, .mblRadioButton:checked {
border-color: #769dc0;
background-color: #007ef5;
}
.mblRadioButtonChecked::after, .mblRadioButton:checked::after {
position: absolute;
content: "";
width: 0.3em;
height: 0.6em;
top: 0;
left: 0.25em;
border-color: #000000;
border-width: 0.15em;
border-style: none solid solid none;
-webkit-transform: rotate(45deg);
-webkit-transform-origin: 50% 50%;
}
.mblRadioButtonChecked.mblRadioButtonSelected, .mblRadioButton:checked.mblRadioButtonSelected {
border-color: #769dc0;
background-color: #0064c2;
}
.mblRadioButtonChecked.mblRadioButtonSelected::after, .mblRadioButton:checked.mblRadioButtonSelected::after {
border-color: #000000;
}
.mblSlider {
outline: none;
-webkit-user-select: none;
-webkit-box-sizing: content-box;
margin: 15px;
border: 1px outset #b5bcc7;
background-color: #8fc9ff;
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;
}
.mblSliderH {
width: 200px;
height: 8px;
}
.mblSliderH .mblSliderProgressBar {
height: 100%;
}
.mblSliderH .mblSliderHandle {
top: 50%;
}
.mblSliderV {
height: 200px;
width: 8px;
}
.mblSliderV .mblSliderProgressBar {
width: 100%;
}
.mblSliderV .mblSliderHandle {
left: 50%;
}
.mblSliderProgressBar {
-webkit-border-radius: 2px;
background-color: #0064c2;
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)));
}
.mblSliderHandle {
margin: -10px 0 0 -10px;
width: 18px;
height: 18px;
border: 1px outset #b5bcc7;
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;
}
.mblSliderTransition {
-webkit-transition-duration: 400ms;
}
.mblSliderTouchBox {
margin: 0;
padding: 12pt;
left: -12pt;
top: -12pt;
border: none;
width: 100%;
height: 100%;
background-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblTabBar {
position: relative;
overflow: hidden;
white-space: nowrap;
margin: 0;
padding: 0;
height: 50px;
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)));
border-bottom: 1px solid #769dc0;
color: #131313;
text-align: center;
}
.mblTabBarNoIcons {
height: 34px;
}
.mblTabBarNoText {
height: 34px;
}
.mblTabBarButton {
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblTabBar .mblTabBarButton {
position: relative;
list-style-type: none;
float: left;
padding: 5px 0;
}
.mblTabBar .mblTabBarButton.mblTabButtonSelected {
border-color: #769dc0;
background-color: #0064c2;
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;
}
.mblTabBarButtonAnchor {
display: block;
text-decoration: none;
}
.mblTabBarButtonDiv {
position: relative;
margin-left: auto;
margin-right: auto;
height: 29px;
width: 29px;
}
.mblTabBarButtonIcon {
position: absolute;
left: 0;
top: 0;
}
.mblTabBarButtonSpriteIcon {
position: absolute;
}
.mblTabBarButtonTextBox {
color: #131313;
font-family: Helvetica;
font-size: 11px;
font-weight: normal;
}
.mblTabBarNoIcons .mblTabBarButtonDiv {
display: none;
}
.mblTabBarNoIcons .mblTabBarButtonTextBox {
line-height: 39px;
font-size: 17px;
}
.mblTabBarTop .mblTabButton .mblTabBarButtonDiv {
display: none;
}
.mblTabButton {
position: relative;
float: left;
list-style-type: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
width: 90px;
height: 30px;
border-width: 1px 1px 1px 0px;
border-style: inset;
border-color: #b5bcc7;
border-right-color: #b5bcc7;
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)));
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
color: #131313;
text-align: center;
line-height: 30px;
}
.mblTabButton .mblTabBarButtonAnchor, .mblTabButton .mblTabBarButtonDiv {
height: 30px;
}
.mblTabButton:first-child {
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
border-left-width: 1px;
}
.mblTabButton:last-child {
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-right-color: #b5bcc7;
}
.mblTabButtonSelected .mblTabBarButtonTextBox {
color: #000000;
}
.mblTabButtonSelected.mblTabButton {
background-color: #0064c2;
}
.mblTabButtonHighlighted.mblTabButton {
background-color: #007ef5;
}
.mblTabButtonImgDiv {
display: none;
}
.mblTabPanelHeader {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0;
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;
}
.mblTabPanelHeader .mblTabButton {
margin-top: 4px;
}
.mblTabPanelHeader .mblTabButton.mblTabButtonSelected {
background-color: #0064c2;
}
.mblTabPanelHeader .mblTabButtonDomButton {
width: 43px;
}
.mblTabPanelHeader .mblTabButtonDomButtonClass {
left: 8px;
}
.mblHeading .mblTabPanelHeader .mblTabButton {
margin-top: 5px;
}
.mblHeading .mblTabPanelHeader .mblTabButton:first-child {
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
border-left-width: 1px;
}
.mblHeading .mblTabPanelHeader .mblTabButton:last-child {
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}
.mblTextArea {
padding: 4px 1px;
border: #b5bcc7 1px inset;
font-family: Helvetica;
font-size: 14px;
-webkit-border-radius: 5px;
}
.mblExpandingTextArea {
margin: 2px;
}
.mblTextBox {
height: 30px;
border: #b5bcc7 1px inset;
font-family: Helvetica;
font-size: 14px;
-webkit-border-radius: 5px;
}
.mblToggleButton {
position: relative;
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: 0 8px 0 23px;
height: 30px;
border: 1px outset #b5bcc7;
-webkit-border-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)));
font-family: Helvetica;
font-weight: normal;
line-height: 30px;
color: #131313;
line-height: 30px;
}
.mblToggleButton.mblToggleButtonSelected {
border-color: #769dc0;
background-color: #0064c2;
}
.mblToggleButton.mblToggleButtonChecked {
border-color: #769dc0;
background-color: #007ef5;
}
.mblToggleButton.mblToggleButtonChecked::after {
position: absolute;
content: "";
top: 7.5px;
left: 7px;
width: 5px;
height: 10px;
border-color: #000000;
border-width: 0.15em;
border-style: none solid solid none;
-webkit-transform: rotate(45deg) skew(10deg);
-webkit-transform-origin: 50% 50%;
}
.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected {
border-color: #769dc0;
background-color: #0064c2;
}
.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected::after {
border-color: #000000;
}
.mblToggleButton:disabled {
cursor: default;
color: grey;
border-color: grey;
background-color: #8fc9ff;
}