/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/stylings/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
button:focus {
  background-color: #1b9aae;
  color: white;
}

.applicationTile, body #installedPackages .installedPackageTile {
  border: 1px solid black;
  border-radius: 12px;
  width: 160px;
  height: 160px;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  background: lightblue;
}

.applicationTile .iconFrame, body #installedPackages .installedPackageTile .iconFrame {
  flex-grow: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.applicationTile .tileName, body #installedPackages .installedPackageTile .tileName {
  flex-grow: 0;
  text-align: center;
  border-top: 1px solid black;
  min-height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.applicationTile.focused, body #installedPackages .installedPackageTile.focused {
  background: darkblue;
  color: white;
}

body {
  background: #f1f1f1;
}

body #keyPressFrame {
  position: fixed;
  opacity: 0;
  bottom: 5px;
  right: 5px;
  background: steelblue;
  color: white;
  border: 3px solid darkblue;
  border-radius: 6px;
  padding: 12px;
  font-family: "courier new";
  z-index: 3;
}

body .pageView {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: white;
}

body .pageView .pageViewRow {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 12px;
  padding-bottom: 12px;
}

body .pager {
  background: lightgray;
}

body button {
  color: #58595b;
  font-family: "Open Sans";
  font-size: 14px;
  border: 1px solid #cccccc;
  height: 36px;
  width: 83px;
}

body .pager.focused {
  background: white;
}

body #packageView {
  background: lightgray;
}

body #packageView.hasFocus {
  background: #f1f1f1;
}

.divTicker {
  width: 100%;
  height: 100%;
}

.divTickerLeftPanel {
  float: left;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.divTickerMainPanel {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.divMarquee {
  overflow: hidden;
  width: 1000000px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

.marqueeChild {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.divTickerRightPanel {
  float: right;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.tickerText {
  margin: 0px 10px 0px 10px;
}
