3426 lines
82 KiB
CSS
3426 lines
82 KiB
CSS
|
html.mobile, .mobile body {
|
||
|
width: 100%;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
.mobile body {
|
||
|
overflow-x: hidden;
|
||
|
-webkit-text-size-adjust: none;
|
||
|
background-color: #c5ccd3;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 17px;
|
||
|
}
|
||
|
.mblColorBlue {
|
||
|
background-color: #366EDF;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
|
||
|
}
|
||
|
.mblColorDefault {
|
||
|
background-color: #5877A2;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.mblColorDefaultSel {
|
||
|
background-color: #394D77;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7c87a4), to(#263e6c), color-stop(0.5, #394d77), color-stop(0.5, #243b69));
|
||
|
}
|
||
|
.mblHeading {
|
||
|
position: relative;
|
||
|
margin: 0px;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
z-index: 1;
|
||
|
padding: 0px;
|
||
|
height: 42px;
|
||
|
background-color: #889BB3;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2), color-stop(0.5, #889bb3), color-stop(0.5, #8195af));
|
||
|
border-top: 1px solid #CDD5DF;
|
||
|
border-bottom: 1px solid #2D3642;
|
||
|
color: white;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 20px;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
line-height: 44px;
|
||
|
text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
|
||
|
}
|
||
|
.mblHeading * {
|
||
|
z-index: 2;
|
||
|
}
|
||
|
.mblHeadingDivTitle {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
display: none;
|
||
|
left: 0px;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
.mblHeadingCenterTitle .mblHeadingDivTitle {
|
||
|
display: block;
|
||
|
}
|
||
|
.mblHeadingCenterTitle .mblHeadingSpanTitle {
|
||
|
display: none;
|
||
|
}
|
||
|
.mblArrowButton {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
height: 42px;
|
||
|
}
|
||
|
.mblArrowButtonHead {
|
||
|
position: absolute;
|
||
|
top: 11px;
|
||
|
left: 5px;
|
||
|
width: 20px;
|
||
|
height: 19px;
|
||
|
border: 1px solid #3A4655;
|
||
|
-webkit-transform: scale(0.7, 1) rotate(45deg);
|
||
|
background-image: -webkit-gradient(linear, left top, right bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.dj_chrome .mblArrowButtonHead {
|
||
|
border: 1px inset #3A4655;
|
||
|
}
|
||
|
.mblArrowButtonBody {
|
||
|
position: absolute;
|
||
|
cursor: pointer;
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||
|
top: 6px;
|
||
|
left: 16px;
|
||
|
padding: 0px 10px 0px 4px;
|
||
|
height: 29px;
|
||
|
border-width: 1px 1px 1px 0px;
|
||
|
border-style: inset;
|
||
|
border-color: #9CACC0;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
color: white;
|
||
|
line-height: 29px;
|
||
|
-webkit-border-top-right-radius: 5px;
|
||
|
-webkit-border-bottom-right-radius: 5px;
|
||
|
background-color: #5877A2;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.mblArrowButtonSelected .mblArrowButtonHead {
|
||
|
background-image: -webkit-gradient(linear, left top, right bottom, from(#7c87a4), to(#263e6c), color-stop(0.5, #394d77), color-stop(0.5, #243b69));
|
||
|
}
|
||
|
.mblArrowButtonSelected .mblArrowButtonBody {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7c87a4), to(#263e6c), color-stop(0.5, #394d77), color-stop(0.5, #243b69));
|
||
|
}
|
||
|
.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%;
|
||
|
}
|
||
|
.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: 6px;
|
||
|
height: 29px;
|
||
|
border: 1px inset #9CACC0;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
font-weight: bold;
|
||
|
color: white;
|
||
|
line-height: 29px;
|
||
|
text-align: center;
|
||
|
-webkit-border-radius: 5px;
|
||
|
-moz-border-radius: 5px;
|
||
|
}
|
||
|
.mblToolBarButtonIcon {
|
||
|
position: relative;
|
||
|
}
|
||
|
.mblToolBarButtonSpriteIcon {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.mblToolBarButtonText {
|
||
|
padding: 0px 10px;
|
||
|
}
|
||
|
.mblRoundRect {
|
||
|
margin: 7px 9px 16px 9px;
|
||
|
padding: 8px;
|
||
|
border: 1px solid #ADAAAD;
|
||
|
-webkit-border-radius: 8px;
|
||
|
-moz-border-radius: 8px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblRoundRect.mblShadow {
|
||
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
|
||
|
}
|
||
|
.mblEdgeToEdgeCategory {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
margin: 0px;
|
||
|
padding: 0px 10px;
|
||
|
height: 22px;
|
||
|
border-top: 1px solid #A4B0B9;
|
||
|
border-bottom: 1px solid #979DA3;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8f9ea9), to(#b7c0c7));
|
||
|
font-family: Helvetica;
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
color: white;
|
||
|
line-height: 22px;
|
||
|
text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
|
||
|
}
|
||
|
.mblRoundRectCategory {
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
padding: 18px 0px 0px 20px;
|
||
|
margin: 0px;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 16px;
|
||
|
color: #4C566C;
|
||
|
text-shadow: #ffffff 0px 1px 0px;
|
||
|
}
|
||
|
.mblRoundRectList {
|
||
|
position: relative;
|
||
|
|
||
|
margin: 7px 9px 16px 9px;
|
||
|
padding: 0px;
|
||
|
border: 1px solid #ADAAAD;
|
||
|
-webkit-border-radius: 8px;
|
||
|
-moz-border-radius: 8px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblRoundRectList .mblListItem:first-child {
|
||
|
-webkit-border-top-left-radius: 8px;
|
||
|
-webkit-border-top-right-radius: 8px;
|
||
|
-moz-border-radius-topleft: 8px;
|
||
|
-moz-border-radius-topright: 8px;
|
||
|
}
|
||
|
.mblRoundRectList .mblListItem:last-child {
|
||
|
border-bottom-width: 0px;
|
||
|
-webkit-border-bottom-left-radius: 8px;
|
||
|
-webkit-border-bottom-right-radius: 8px;
|
||
|
-moz-border-radius-bottomleft: 8px;
|
||
|
-moz-border-radius-bottomright: 8px;
|
||
|
}
|
||
|
.mblEdgeToEdgeList {
|
||
|
position: relative;
|
||
|
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblEdgeToEdgeList .mblListItem:last-child {
|
||
|
border-bottom-color: #707C84;
|
||
|
}
|
||
|
.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: 0px 0px 0px 8px;
|
||
|
height: 43px;
|
||
|
border-bottom: 1px solid #ADAAAD;
|
||
|
font-weight: bold;
|
||
|
color: black;
|
||
|
line-height: 43px;
|
||
|
}
|
||
|
.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: #048BF4;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#048bf4), to(#005ce5));
|
||
|
}
|
||
|
.mblItemSelected .mblListItemAnchor {
|
||
|
color: white;
|
||
|
}
|
||
|
.mblItemSelected .mblDomButton div {
|
||
|
border-color: white;
|
||
|
}
|
||
|
.mblListItemTextBoxSelected {
|
||
|
background-color: #048BF4;
|
||
|
}
|
||
|
.mblListItemChecked {
|
||
|
color: #314E84;
|
||
|
}
|
||
|
.mblListItemIcon {
|
||
|
float: left;
|
||
|
line-height: normal;
|
||
|
margin-top: 7px;
|
||
|
margin-right: 11px;
|
||
|
}
|
||
|
.mblListItemSpriteIcon {
|
||
|
position: absolute;
|
||
|
margin-top: 7px;
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
.mblListItemRightIcon, .mblListItemRightIcon2 {
|
||
|
position: relative;
|
||
|
float: right;
|
||
|
line-height: normal;
|
||
|
margin-top: 7px;
|
||
|
margin-bottom: -7px;
|
||
|
}
|
||
|
.mblListItemRightText {
|
||
|
position: relative;
|
||
|
float: right;
|
||
|
line-height: normal;
|
||
|
color: #324F85;
|
||
|
margin: 11px 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: 8px;
|
||
|
}
|
||
|
.mblSwitchBg {
|
||
|
-webkit-border-radius: 5px;
|
||
|
}
|
||
|
.mblSwitchBgLeft {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#2859b1), to(#75acfb), color-stop(0.5, #3f84eb), color-stop(0.5, #4c8eee));
|
||
|
}
|
||
|
.mblSwitchBgRight {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#fdfdfd), color-stop(0.5, #eeeeee), color-stop(0.5, #f8f8f8));
|
||
|
}
|
||
|
.mblSwitchKnob {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#fafafa));
|
||
|
-webkit-border-radius: 5px;
|
||
|
}
|
||
|
.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: 0px 10px;
|
||
|
height: 29px;
|
||
|
border: #9CACC0 1px outset;
|
||
|
-webkit-border-radius: 5px;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee));
|
||
|
color: black;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
line-height: 29px;
|
||
|
}
|
||
|
.mblButton.mblBlueButton {
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblButton.mblBlueButtonSelected {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblButton.mblRedButton {
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9d58), to(#ee4115), color-stop(0.5, #ff4d25), color-stop(0.5, #ed4d15));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblButton.mblRedButtonSelected {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#c1a48e), to(#9b6c4a), color-stop(0.5, #a27758), color-stop(0.5, #996947));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblButtonSelected {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#bfbfbf), color-stop(0.5, #ebebeb), color-stop(0.5, #dedede));
|
||
|
color: black;
|
||
|
}
|
||
|
.mblButtonDisabled, .mblButton:disabled {
|
||
|
cursor: default;
|
||
|
border-color: grey;
|
||
|
background-image: none;
|
||
|
color: grey;
|
||
|
}
|
||
|
.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;
|
||
|
border: #9CACC0 1px outset;
|
||
|
-webkit-border-radius: 5px;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee));
|
||
|
font: inherit;
|
||
|
-webkit-transform: translatey(0.45em);
|
||
|
}
|
||
|
.mblCheckBoxSelected {
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#bfbfbf), color-stop(0.5, #ebebeb), color-stop(0.5, #dedede));
|
||
|
}
|
||
|
.mblCheckBoxChecked, .mblCheckBox:checked {
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
|
||
|
}
|
||
|
.mblCheckBoxChecked::after, .mblCheckBox:checked::after {
|
||
|
position: absolute;
|
||
|
content: "";
|
||
|
width: 0.3em;
|
||
|
height: 0.6em;
|
||
|
top: 0;
|
||
|
left: 0.3em;
|
||
|
border-color: white;
|
||
|
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: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.mblCheckBoxChecked.mblCheckBoxSelected::after, .mblCheckBox:checked.mblCheckBoxSelected::after {
|
||
|
border-color: #9CACC0;
|
||
|
}
|
||
|
.dijitPopup {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
position: absolute;
|
||
|
border: 0;
|
||
|
background-color: transparent;
|
||
|
-webkit-box-shadow: 0px 0px 50px black;
|
||
|
-webkit-border-radius: 0px;
|
||
|
}
|
||
|
.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;
|
||
|
-webkit-border-radius: 0px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblComboBoxMenuItem {
|
||
|
white-space: nowrap;
|
||
|
padding: .1em .2em;
|
||
|
border-width: 1px 0 1px 0;
|
||
|
border-style: solid;
|
||
|
border-color: #ffffff;
|
||
|
color: inherit;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.mblComboBoxMenuItemSelected {
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#048bf4), to(#005ce5));
|
||
|
color: white;
|
||
|
}
|
||
|
.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: 20px 0px 0px 10px;
|
||
|
padding: 0px 0px 40px 0px;
|
||
|
}
|
||
|
.mblIconItem {
|
||
|
list-style-type: none;
|
||
|
float: left;
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||
|
}
|
||
|
.mblIconItemTerminator {
|
||
|
list-style-type: none;
|
||
|
clear: both;
|
||
|
height: 20px;
|
||
|
}
|
||
|
.mblIconItemSub {
|
||
|
list-style-type: none;
|
||
|
margin-left: -10px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblIconArea {
|
||
|
margin-bottom: 10px;
|
||
|
height: 78px;
|
||
|
width: 74px;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 12px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.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: 20px;
|
||
|
}
|
||
|
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: 40px;
|
||
|
height: 25px;
|
||
|
border-top: 1px solid #F1F3F4;
|
||
|
border-bottom: 1px solid #717D85;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e4e7), to(#b4bec6), color-stop(0.5, #c4ccd2), color-stop(0.5, #bfc8ce));
|
||
|
font-family: Helvetica;
|
||
|
font-size: 14px;
|
||
|
color: white;
|
||
|
line-height: 26px;
|
||
|
text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
|
||
|
}
|
||
|
.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-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece));
|
||
|
}
|
||
|
.mblOverlayHidden *, .mblOverlayHidden {
|
||
|
visibility: hidden !important;
|
||
|
}
|
||
|
.mblTooltip {
|
||
|
position: absolute;
|
||
|
z-index: 2000;
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
padding: 5px;
|
||
|
border: #5A5A5A 1px solid;
|
||
|
background-color: #121B2F;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#656872), to(#121b2f), color-stop(0.1, #2c3345), color-stop(0.1, #161f32));
|
||
|
-webkit-border-radius: 8px;
|
||
|
opacity: .97;
|
||
|
}
|
||
|
.mblTooltipBubble {
|
||
|
overflow: visible;
|
||
|
padding: 3px;
|
||
|
background-color: #f9f7ba;
|
||
|
background-image: none;
|
||
|
}
|
||
|
.mblTooltipBubble.mblTooltipAbove .mblTooltipInnerArrow {
|
||
|
border-bottom-color: #f9f7ba;
|
||
|
}
|
||
|
.mblTooltipBubble.mblTooltipBelow .mblTooltipInnerArrow {
|
||
|
border-top-color: #f9f7ba;
|
||
|
}
|
||
|
.mblTooltipBubble.mblTooltipAfter .mblTooltipInnerArrow {
|
||
|
border-left-color: #f9f7ba;
|
||
|
}
|
||
|
.mblTooltipBubble.mblTooltipBefore .mblTooltipInnerArrow {
|
||
|
border-right-color: #f9f7ba;
|
||
|
}
|
||
|
.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: #5A5A5A;
|
||
|
}
|
||
|
.mblTooltipAfter .mblTooltipArrow {
|
||
|
left: 1px;
|
||
|
right: auto;
|
||
|
top: 0;
|
||
|
bottom: auto;
|
||
|
border-right-width: 0;
|
||
|
border-left-color: #5A5A5A;
|
||
|
}
|
||
|
.mblTooltipAbove .mblTooltipArrow {
|
||
|
top: auto;
|
||
|
bottom: 1px;
|
||
|
left: auto;
|
||
|
right: auto;
|
||
|
border-top-width: 0;
|
||
|
border-bottom-color: #5A5A5A;
|
||
|
}
|
||
|
.mblTooltipBelow .mblTooltipArrow {
|
||
|
top: 1px;
|
||
|
bottom: auto;
|
||
|
left: auto;
|
||
|
right: auto;
|
||
|
border-bottom-width: 0;
|
||
|
border-top-color: #5A5A5A;
|
||
|
}
|
||
|
.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: #192235;
|
||
|
}
|
||
|
.mblTooltipAfter .mblTooltipInnerArrow {
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
border-right-width: 0;
|
||
|
border-left-color: #192235;
|
||
|
}
|
||
|
.mblTooltipAbove .mblTooltipInnerArrow {
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
border-top-width: 0;
|
||
|
border-bottom-color: #656872;
|
||
|
}
|
||
|
.mblTooltipBelow .mblTooltipInnerArrow {
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
border-bottom-width: 0;
|
||
|
border-top-color: #172035;
|
||
|
}
|
||
|
.mblTooltipHidden, .mblTooltipHidden * {
|
||
|
visibility: hidden !important;
|
||
|
}
|
||
|
.mblTooltip .mblHeading {
|
||
|
border-top: 3px solid #4F5055;
|
||
|
border-bottom: 1px solid #2D3642;
|
||
|
border-left: 1px solid #2A2D47;
|
||
|
-webkit-border-radius: 3px 3px 0 0;
|
||
|
background-color: #889BB3;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#5e6167), to(#1a1d24), color-stop(0.5, #2e322b));
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.mblTooltip .mblHeading .mblToolBarButton {
|
||
|
border: 1px inset #434450;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#686f80), to(#000924), color-stop(0.5, #000b29));
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.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;
|
||
|
border: #9CACC0 1px outset;
|
||
|
-webkit-border-radius: 0.5em;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee));
|
||
|
font: inherit;
|
||
|
-webkit-transform: translatey(0.45em);
|
||
|
}
|
||
|
.mblRadioButtonChecked, .mblRadioButton:checked {
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
|
||
|
}
|
||
|
.mblRadioButtonChecked::after, .mblRadioButton:checked::after {
|
||
|
position: absolute;
|
||
|
content: "";
|
||
|
width: 0.3em;
|
||
|
height: 0.6em;
|
||
|
top: 0;
|
||
|
left: 0.25em;
|
||
|
border-color: white;
|
||
|
border-width: 0.15em;
|
||
|
border-style: none solid solid none;
|
||
|
border-color: white;
|
||
|
-webkit-transform: rotate(45deg);
|
||
|
-webkit-transform-origin: 50% 50%;
|
||
|
}
|
||
|
.mblRadioButtonChecked.mblRadioButtonSelected, .mblRadioButton:checked.mblRadioButtonSelected {
|
||
|
border-color: #9CACC0;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.mblRadioButtonChecked.mblRadioButtonSelected::after, .mblRadioButton:checked.mblRadioButtonSelected::after {
|
||
|
border-color: white;
|
||
|
}
|
||
|
.mblSlider {
|
||
|
outline: none;
|
||
|
-webkit-user-select: none;
|
||
|
|
||
|
-webkit-box-sizing: content-box;
|
||
|
|
||
|
margin: 15px;
|
||
|
|
||
|
border: #B0B0B0 1px inset;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ababab), to(#fefefe));
|
||
|
-webkit-border-radius: 8px;
|
||
|
}
|
||
|
.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 {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#0d48a8), to(#68a6f8));
|
||
|
-webkit-border-radius: 8px;
|
||
|
}
|
||
|
.mblSliderHandle {
|
||
|
margin: -10px 0 0 -10px;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
border: #9D9D9D 1px outset;
|
||
|
-webkit-border-radius: 10px;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#fcfcfc));
|
||
|
}
|
||
|
.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: 0px;
|
||
|
padding: 0px;
|
||
|
height: 48px;
|
||
|
border-top: 1px solid #000000;
|
||
|
background-color: #000000;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#000000), color-stop(0.5, #141414), color-stop(0.5, #000000));
|
||
|
color: white;
|
||
|
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;
|
||
|
}
|
||
|
.mblTabBar .mblTabBarButton.mblTabButtonSelected {
|
||
|
-webkit-border-radius: 3px;
|
||
|
background-color: #404040;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535), color-stop(0.5, #242424));
|
||
|
}
|
||
|
.mblTabBarButtonAnchor {
|
||
|
display: block;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.mblTabBarButtonDiv {
|
||
|
position: relative;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
height: 34px;
|
||
|
width: 29px;
|
||
|
}
|
||
|
.mblTabBarButtonIcon {
|
||
|
position: absolute;
|
||
|
left: 0px;
|
||
|
top: 2px;
|
||
|
}
|
||
|
.mblTabBarButtonSpriteIcon {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.mblTabBarButtonTextBox {
|
||
|
color: #979797;
|
||
|
font-family: "Helvetica Neue", Helvetica;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
.mblTabBarNoIcons .mblTabBarButtonDiv {
|
||
|
display: none;
|
||
|
}
|
||
|
.mblTabBarNoIcons .mblTabBarButtonTextBox {
|
||
|
line-height: 34px;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
.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: 100px;
|
||
|
height: 28px;
|
||
|
border-width: 1px 1px 1px 0px;
|
||
|
border-style: inset;
|
||
|
border-color: #9CACC0;
|
||
|
border-right-color: #5E708A;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#abb9ca), to(#788da9), color-stop(0.5, #8297af), color-stop(0.5, #768ba7));
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
line-height: 29px;
|
||
|
}
|
||
|
.mblTabButton .mblTabBarButtonAnchor, .mblTabButton .mblTabBarButtonDiv {
|
||
|
height: 29px;
|
||
|
}
|
||
|
.mblTabButton:first-child {
|
||
|
-webkit-border-top-left-radius: 5px;
|
||
|
-webkit-border-bottom-left-radius: 5px;
|
||
|
border-left-width: 1px;
|
||
|
}
|
||
|
.mblTabButton:last-child {
|
||
|
-webkit-border-top-right-radius: 5px;
|
||
|
-webkit-border-bottom-right-radius: 5px;
|
||
|
border-right-color: #9CACC0;
|
||
|
}
|
||
|
.mblTabButtonSelected .mblTabBarButtonTextBox {
|
||
|
color: white;
|
||
|
}
|
||
|
.mblTabButtonImgDiv {
|
||
|
display: none;
|
||
|
}
|
||
|
.mblTabPanelHeader {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
margin: 0px;
|
||
|
padding: 3px 0px 0px 0px;
|
||
|
height: 39px;
|
||
|
border-top: 1px solid #CDD5DF;
|
||
|
border-bottom: 1px solid #2D3642;
|
||
|
background-color: #889BB3;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2), color-stop(0.5, #889bb3), color-stop(0.5, #8195af));
|
||
|
font-family: Helvetica;
|
||
|
font-size: 20px;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
line-height: 44px;
|
||
|
text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
|
||
|
}
|
||
|
.mblTabPanelHeader .mblTabButton {
|
||
|
margin-top: 3px;
|
||
|
}
|
||
|
.mblTabPanelHeader .mblTabButton.mblTabButtonSelected {
|
||
|
background-color: #5877A2;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
}
|
||
|
.mblTabPanelHeader .mblTabButtonDomButton {
|
||
|
width: 43px;
|
||
|
}
|
||
|
.mblTabPanelHeader .mblTabButtonDomButtonClass {
|
||
|
left: 8px;
|
||
|
}
|
||
|
.mblHeading .mblTabPanelHeader .mblTabButton {
|
||
|
margin-top: 6px;
|
||
|
}
|
||
|
.mblTextArea {
|
||
|
padding: 4px 1px;
|
||
|
border-color: #9CACC0;
|
||
|
border-width: 1px;
|
||
|
border-style: inset;
|
||
|
-webkit-border-radius: 5px;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
.mblExpandingTextArea {
|
||
|
margin: 2px;
|
||
|
}
|
||
|
.mblTextBox {
|
||
|
height: 22px;
|
||
|
border: #9CACC0 1px inset;
|
||
|
-webkit-border-radius: 5px;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
.mblToggleButton {
|
||
|
position: relative;
|
||
|
cursor: pointer;
|
||
|
outline: none;
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||
|
padding: 0px 10px 0px 25px;
|
||
|
height: 29px;
|
||
|
border-width: 1px 1px 1px 1px;
|
||
|
border-style: outset;
|
||
|
border-color: #9CACC0;
|
||
|
-webkit-border-radius: 5px;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee));
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
color: black;
|
||
|
line-height: 29px;
|
||
|
}
|
||
|
.mblToggleButton.mblToggleButtonSelected {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#bfbfbf), color-stop(0.5, #ebebeb), color-stop(0.5, #dedede));
|
||
|
color: black;
|
||
|
}
|
||
|
.mblToggleButton.mblToggleButtonChecked {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblToggleButton.mblToggleButtonChecked::after {
|
||
|
position: absolute;
|
||
|
content: "";
|
||
|
top: 6px;
|
||
|
left: 7px;
|
||
|
width: 5px;
|
||
|
height: 10px;
|
||
|
border-color: white;
|
||
|
border-width: 2px;
|
||
|
border-style: none solid solid none;
|
||
|
-webkit-transform: rotate(45deg) skew(10deg);
|
||
|
-webkit-transform-origin: 50% 50%;
|
||
|
}
|
||
|
.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected {
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea4c1), to(#4a6c9b), color-stop(0.5, #5877a2), color-stop(0.5, #476999));
|
||
|
color: white;
|
||
|
}
|
||
|
.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected::after {
|
||
|
border-color: white;
|
||
|
}
|
||
|
.mblToggleButton:disabled {
|
||
|
cursor: default;
|
||
|
border-color: grey;
|
||
|
background-image: none;
|
||
|
color: grey;
|
||
|
}
|
||
|
.alertDialog {
|
||
|
width: 100%;
|
||
|
padding-left: 2px;
|
||
|
padding-right: 2px;
|
||
|
z-index: 1000;
|
||
|
}
|
||
|
.alertDialogBody {
|
||
|
border: 1px solid #ADAAAD;
|
||
|
-webkit-border-radius: 10px;
|
||
|
-moz-border-radius: 10px;
|
||
|
background-color: white;
|
||
|
margin-left: 2px;
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
.alertTitle {
|
||
|
height: 42px;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
background-color: #889BB3;
|
||
|
background: -webkit-gradient(linear, left top, left bottom, from(#B0BCCD), to(#6D84A2), color-stop(0.5, #889BB3), color-stop(0.5, #8195AF));
|
||
|
border-top: 1px solid #CDD5DF;
|
||
|
border-bottom: 1px solid #2D3642;
|
||
|
font-family: Helvetica;
|
||
|
font-size: 20px;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
line-height: 44px;
|
||
|
text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.alertText {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.alertBtns {
|
||
|
padding: 5px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.alertBtns .mblButton {
|
||
|
width: 100%;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
.alertDialog.mblOut {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.alertDialog.mblIn {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.mblSlidev.mblOut {
|
||
|
-webkit-animation-duration: .4s;
|
||
|
-webkit-animation-name: mblSlideOut;
|
||
|
-webkit-animation-timing-function: linear;
|
||
|
-webkit-transform: translateY(-100%);
|
||
|
}
|
||
|
.mblSlidev.mblIn {
|
||
|
-webkit-animation-duration: .4s;
|
||
|
-webkit-animation-name: mblSlideIn;
|
||
|
-webkit-animation-timing-function: linear;
|
||
|
-webkit-transform: translateY(0px);
|
||
|
}
|
||
|
.mblSlidev.mblOut.mblReverse {
|
||
|
-webkit-animation-name: mblSlideOutReverse;
|
||
|
}
|
||
|
.mblSlidev.mblIn.mblReverse {
|
||
|
-webkit-animation-name: mblSlideInReverse;
|
||
|
}
|
||
|
.dialogUnderlayWrapper {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
z-index: 998;
|
||
|
background: transparent !important;
|
||
|
visibility: visible;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.dialogUnderlay {
|
||
|
background-color: #eee;
|
||
|
opacity: 0.5;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.list .row {
|
||
|
padding: 10px;
|
||
|
border-bottom: 1px solid #444;
|
||
|
position: relative;
|
||
|
background-color: white;
|
||
|
z-index: 6;
|
||
|
}
|
||
|
.list .row.mblListItem {
|
||
|
padding: 0px;
|
||
|
}
|
||
|
.list .row.last {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
.list .row.hold {
|
||
|
background-color: #ddd;
|
||
|
}
|
||
|
.list .buttons {
|
||
|
position: absolute;
|
||
|
text-align: center;
|
||
|
padding-top: 10px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 5;
|
||
|
}
|
||
|
.list .buttons .mblButton {
|
||
|
}
|
||
|
.list .buttons .deleteBtn {
|
||
|
background-color: red;
|
||
|
}
|
||
|
.list .buttons .cancelBtn {
|
||
|
margin-left: 10px;
|
||
|
background-color: blue;
|
||
|
}
|
||
|
.row.collapsed {
|
||
|
-webkit-animation-name: collapse-vert;
|
||
|
-webkit-animation-duration: 0.5s;
|
||
|
-webkit-animation-timing-function: linear;
|
||
|
}
|
||
|
@-webkit-keyframes collapse-vert {
|
||
|
from {
|
||
|
height: 100%;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
to {
|
||
|
height: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
}
|
||
|
.listSelector {
|
||
|
position: absolute;
|
||
|
-webkit-border-radius: 10px;
|
||
|
-moz-border-radius: 10px;
|
||
|
border: 1px solid #666;
|
||
|
background-color: #ccc;
|
||
|
color: #333;
|
||
|
z-index: 1000;
|
||
|
}
|
||
|
.listSelectorRow {
|
||
|
padding: 10px;
|
||
|
border-bottom: 1px solid #666;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.listSelectorRow-selected {
|
||
|
background-color: #666;
|
||
|
color: #ccc;
|
||
|
}
|
||
|
.listSelectorRow.last {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
.mblImageView, .mblImageView canvas {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.mblPillar {
|
||
|
display: none;
|
||
|
}
|
||
|
input {
|
||
|
-webkit-text-size-adjust: 140%;
|
||
|
}
|
||
|
.mblImageThumbView {
|
||
|
position: relative;
|
||
|
-webkit-transition-property: height;
|
||
|
-webkit-transition-duration: 0.8s;
|
||
|
-webkit-transition-delay: 0;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumb {
|
||
|
width: 100px;
|
||
|
min-height: 100px;
|
||
|
display: inline-block;
|
||
|
z-index: 2;
|
||
|
position: absolute;
|
||
|
}
|
||
|
.mblImageThumbView.animated .mblThumb {
|
||
|
-webkit-transition-property: -webkit-transform, opacity;
|
||
|
-webkit-transition-duration: 1.3s, 1s;
|
||
|
-webkit-transition-delay: 0, 0;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumb.hidden {
|
||
|
z-index: 1;
|
||
|
opacity: 0;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbInner {
|
||
|
width: 102px;
|
||
|
height: 102px;
|
||
|
position: relative;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbOverlay {
|
||
|
width: 102px;
|
||
|
height: 102px;
|
||
|
background: url(images/thumb-overlay.png) center top no-repeat;
|
||
|
position: absolute;
|
||
|
z-index: 20;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumb.selected .mblThumbOverlay {
|
||
|
background-position: center bottom;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbInner .mblThumbMask {
|
||
|
width: 90px;
|
||
|
height: 90px;
|
||
|
overflow: hidden;
|
||
|
padding-left: 6px;
|
||
|
padding-top: 5px;
|
||
|
z-index: 10;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbInner .mblThumbMask img {
|
||
|
left: 0px;
|
||
|
top: 0px;
|
||
|
width: 90px;
|
||
|
height: 90px;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbInner .mblThumbMask .mblThumbSrc {
|
||
|
left: 6px;
|
||
|
top: 5px;
|
||
|
background-position: center center;
|
||
|
background-repeat: no-repeat;
|
||
|
overflow: hidden;
|
||
|
position: absolute;
|
||
|
-webkit-background-size: 100% 100%;
|
||
|
-webkit-border-radius: 5px;
|
||
|
width: 90px;
|
||
|
height: 90px;
|
||
|
z-index: 5;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbMask div {
|
||
|
left: 0px;
|
||
|
top: 0px;
|
||
|
width: 90px;
|
||
|
height: 90px;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumb:hover,
|
||
|
.mblImageThumbView .mblThumb.selected {
|
||
|
-webkit-transform: scale(1.2);
|
||
|
transform: scale(1.2);
|
||
|
}
|
||
|
.mblImageThumbView.large .mblThumb {
|
||
|
width: 150px;
|
||
|
min-height: 150px;
|
||
|
}
|
||
|
.mblImageThumbView.large .mblThumbInner{
|
||
|
width: 152px;
|
||
|
height: 152px;
|
||
|
}
|
||
|
.mblImageThumbView.large .mblThumbOverlay {
|
||
|
background: url(images/thumb-overlay-large.png) center top no-repeat;
|
||
|
width: 152px;
|
||
|
height: 152px;
|
||
|
}
|
||
|
.mblImageThumbView.large .mblThumbInner .mblThumbMask,
|
||
|
.mblImageThumbView.large .mblThumbInner .mblThumbMask img,
|
||
|
.mblImageThumbView.large .mblThumbInner .mblThumbMask .mblThumbSrc,
|
||
|
.mblImageThumbView.large .mblThumbMask div {
|
||
|
width: 133px;
|
||
|
height: 133px;
|
||
|
}
|
||
|
.mblImageThumbView.large .mblThumbInner .mblThumbMask .mblThumbSrc {
|
||
|
left: 9px;
|
||
|
top: 7px;
|
||
|
}
|
||
|
.mblImageThumbView.small .mblThumb {
|
||
|
width: 75px;
|
||
|
min-height: 75px;
|
||
|
}
|
||
|
.mblImageThumbView.small .mblThumbInner{
|
||
|
width: 77px;
|
||
|
height: 77px;
|
||
|
}
|
||
|
.mblImageThumbView.small .mblThumbOverlay {
|
||
|
background: url(images/thumb-overlay-small.png) center top no-repeat;
|
||
|
width: 77px;
|
||
|
height: 77px;
|
||
|
}
|
||
|
.mblImageThumbView.small .mblThumbInner .mblThumbMask,
|
||
|
.mblImageThumbView.small .mblThumbInner .mblThumbMask img,
|
||
|
.mblImageThumbView.small .mblThumbInner .mblThumbMask .mblThumbSrc,
|
||
|
.mblImageThumbView.small .mblThumbMask div {
|
||
|
width: 70px;
|
||
|
height: 70px;
|
||
|
}
|
||
|
.mblImageThumbView.small .mblThumbInner .mblThumbMask .mblThumbSrc {
|
||
|
left: 4px;
|
||
|
top: 3px;
|
||
|
}
|
||
|
.mblImageThumbView .mblThumbLabel {
|
||
|
font-size: smaller;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-align: center;
|
||
|
}
|