@import url("../common/transitions/slide.css");

@import url("../common/transitions/flip.css");

@import url("../common/transitions/fade.css");
.mblToolBarButtonHasArrow-styles {
  width: 27px;
  height: 27px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: url("images/dark/back.png");
  background-position: 50% 50%;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}
/* dojox.mobile.View */
.mblView {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #ffffff;
  padding: 0 10px 0 15px;
  width: auto;
}
.mblView.mblIn {
  position: absolute;
}
.mblFixedHeaderBar {
  z-index: 1;
}
.mblFixedBottomBar {
  position: absolute !important;
  width: 100%;
  z-index: 1;
}
