/*
  Copyright 2020 Roland Corporation. All rights reserved.
*/
/*
  Setup
*/
/* page style */
.setupPage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
}
/* main frame */
.setup_mainFrame__basic {
  position: absolute;
  right: 0;
  left: 0;
  overflow: auto;
  background-color: var(--color-black);
}
.setup_mainFrame__basic {
  top: 44px;
  height: calc(100% - 44px);
}
/* header frame, footer frame */
.setup_headerFrame {
  position: absolute;
  right: 0;
  left: 0;
  background-color: var(--color-secondary);
  height: 44px;
  top: 0;
}
.setup_footerFrame {
  bottom: 0;
}
/* header elements@*/
.setup_headerLbl__center,
.setup_headerLbl__withBackBtn {
  position: absolute;
  color: var(--color-white);
  font-size: 17px;
  font-family: RobotoRegular;
  letter-spacing: -0.41px;
  text-align: center;
}
.setup_headerLbl__center,
.setup_headerLbl__withBackBtn {
  height: 44px;
  line-height: 44px;
}
.setup_headerLbl__center {
  top: 0;
  right: 0;
  left: 0;
}
.setup_headerLbl__withBackBtn {
  left: 39px;
  height: 44px;
}
.setup_headerBackBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background-image: url(../images/btn_back@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*
  MenuList
*/

.setupMenuListFrame {
  height: 100%;
  overflow: auto;
}

/*
  Version / License
*/
/* Label */
.verVal {
  position: absolute;
  top: 0px;
  right: 15px;
  left: 15px;
  height: 44px;
  color: var(--color-white);
  font-size: 17px;
  font-family: RobotoRegular;
  line-height: 44px;
  letter-spacing: -0.41px;
  text-align: right;
}
.copyrightItem {
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--color-black);
  height: 66px;
}
.copyrightLbl {
  position: absolute;
  top: 11px;
  right: 15px;
  left: 15px;
  height: 66px;
  color: var(--color-white);
  font-size: 13px;
  font-family: RobotoRegular;
  line-height: 22px;
  letter-spacing: -0.41px;
  text-align: left;
}
