/*
Version: 2024.08.25.00
*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #7D7D7D
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

body {
  font-family: "arial";
  margin: 0
}

button {
  min-width: 120px;
  min-height: 36px;
  font-weight: bold
}

button img {
  width: 20px
}

img {
  border: none;
  vertical-align: middle
}

input[type="submit"],
input[type="button"],
button {
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  height: 32px
}

pre {
  text-align: left;
  white-space: pre-wrap
}

th,
td {
  padding: 5px;
  border-radius: 5px
}

.BottomFixed {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100vw;
  max-width: 100vw;
  background-color: #0000004d
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-repeat: repeat;
  opacity: .02
}

.MenuArea {
  border-radius: 15px;
  padding: 5px;
  position: sticky;
  top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 6px;
  z-index: 1
}

.MenuArea a {
  padding-left: 5px
}

.money {
  text-align: right;
  white-space: nowrap
}

.selected {
  border: solid 2px #000
}

.sticky2 {
  position: sticky;
  top: 28px;
  z-index: 0;
}

@media screen {
  .ButtomAdd {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    position: fixed;
    left: calc(100vw - 80px);
    bottom: 30px;
    z-index: 10
  }

  .ButtomAdd img {
    position: absolute;
    width: 30px;
    right: 9px;
    top: 10px
  }

  .LineAlternate {
    border: none
  }
}

@media print {
  a {
    color: #000
  }

  .ButtomAdd {
    display: none
  }

  .LineAlternate td,
  th {
    border: solid 1px #000
  }
}