* {
  box-sizing: border-box;
}
body {
	background-color: #202020;
	color: white;
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-size: 14px
}
#verylongtext {
  overflow: scroll;
  width: 800px;
  /*height: 64px;*/
}
a {
  color: white;
  padding: 10px;
}
hr {
  border-top: 1px dashed grey;
  border-bottom: none;
}
h1, h2, h3 {
  color: lavender;
}
.error {
  color:orchid;
}
.notification {
  color:MediumSlateBlue;
}
.unusedyet {
  color: greenyellow;
}
.info {
  color: lightskyblue;
}
error {
  color:magenta;
}
.footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	background: #202020;
  text-align: center;
  font-size: 11px
}
table {
  padding: 5px;
  width: 1000px;
}
table#tHP {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 5px;
  text-align: right;
}
table#tHP th, table#tHP td {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 3px;
}
table#tRL {
  padding: 5px;
  text-align: center;
  border: none;
}

.tl100 table {
  text-align: left;
  padding: 0px;
  width:100%;
}
.tl50 table {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 0px;
  text-align: left;
  width: 1000px;
}
.tl50 table th, .tl50 table td {
  border: 1px solid white;
  border-collapse: collapse;
}
.tl75 table {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 0px;
  text-align: left;
  width: 1200px;
}
.tl75 table th, .tl75 table td {
  border: 1px solid white;
  border-collapse: collapse;
}
.tlsmall table {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 0px;
  text-align: left;
  width: 30%;
}
.tlsmall table th, .tlsmall table td {
  border: 1px solid white;
  border-collapse: collapse;
}
.tl50 table tr:hover, .tl75 table tr:hover, .tlsmall table tr:hover {background-color: indigo;}
.center {
  text-align: center;
}
input, button, select, textarea {
  color: white;
  background-color: #202020;
  border-color: grey;
  border-style: solid;
  padding: 2px;
  font-size: 14px;
}
.button {
  padding-left: 5px;
  padding-right: 5px;
}
input[type=number]{
  width: 50px;
} 
.button_link {
  font-size: 16px;
  padding: 10px;
  border: none;
  background-color: darkslateblue;
  text-decoration: underline;
}
.button_link:hover {
  background-color: dimgray;
}
.button:hover {
  background-color: mediumpurple;
}
.link {
  vertical-align: middle;
  color: lightblue;
}
.form-control-right {
  text-align: right;
}
.message {
  font-size: 14px;
  width: 800px;
  list-style: square;
}
old_price {
  color: grey;
  text-decoration: line-through;
}
remark {
  color: mediumpurple;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  vertical-align: center;
}
.col-40 {
  float: left;
  width: 40%;
  text-align: right;
}
.col-30 {
  float: left;
  width: 30%;
  text-align: right;
}
.col-20 {
  float: left;
  width: 20%;
  height: 100%;
  text-align: right;
}
.col-20-l {
  float: left;
  width: 20%;
  height: 100%;
  text-align: left;
}
.col-15 {
  float: left;
  width: 15%;
  height: 100%;
  text-align: right;
}
.col-60 {
  float: left;
  width: 60%;
  text-align: left;
}
label {
  display: inline-block;
  padding: 6px 2px 2px 0;
}
.welcome {
  padding: 13px;
}
.col-50 {
  float: left;
  width: 50%;
  height: 100%;
  text-align: left;
}
.col-800px {
  width: 800px;
  padding: 2px;
  text-align: center;
}
.unread_message {
  color: white;
}
.hidden {
  visibility: hidden;
}
.undisplayed {
  display: none;
}
.messagebox {
  padding: 5px;
  width: 800px;
}
#longtopic {
  overflow: scroll;
  width: 50px;
}
.messageinfo {
  display: inline;
  padding-left: 0px;
  padding-right: 30px;
}
p.long {
  display: inline;
}
.col {
  display: inline;
}
.menu {
  background-color: darkslateblue; 
  list-style-type: none;
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  /*position: fixed;
  /*bottom: 0;
  right: 0;*/
  /*position: -webkit-sticky;
  position: sticky;*/
}
.menu li {
  display: inline-block;
  font-size: 16px;
  padding: 5px;
}
.menu li:first-child {
  float: left;
}
.menu li a:hover:not(.active) {
  background-color: DimGrey;
}
.active {
  background-color: blueviolet;
  text-decoration: none;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.homenu {
  background-color:indigo; 
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 37px;
  position: sticky;
  top: 50px;
  left: 0;
}
.homenu li {
  display: inline-block;
  font-size: 16px;
  padding: 5px;
}
.homenu li a:hover:not(.active) {
  background-color: DimGrey;
}
.active {
  background-color: rebeccapurple;
  text-decoration: none;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.myanchor {
  display: block;
  position: relative;
  top: -106px;
  visibility: hidden;
}