@charset "utf-8";
/* CSS Document */
html,
body {
  padding: 0;
  margin: 0;
  background-position: center;
  background-size: contain;
  background: linear-gradient(
    0deg,
    rgba(195, 34, 34, 0.40940126050420167) 47%,
    rgba(253, 187, 45, 1) 100%
  );

  background-repeat: no-repeat;
  background-attachment: fixed;
}
#wrapper {
  padding: 5px;
  background: rgb(216, 214, 214);
}
.main-sidebar {
  background: rgba(241, 227, 227, 0.555);
  min-height: 450px;
  border: solid 1px rgb(211, 126, 69);
  border-radius: 10px 0 0px 10px;
  margin-bottom: 7px;
  box-shadow: 3px 3px 3px;
  padding: 7px;
}
.main-content {
  background: rgba(241, 227, 227, 0.555);
  min-height: 450px;
}

#header {
  font-size: 12px;
  background: rgb(253, 187, 45);
  background: linear-gradient(
    0deg,
    rgba(253, 187, 45, 1) 6%,
    rgba(195, 34, 34, 1) 34%
  );

  display: block;
  top: 0;
  min-height: 50px;
  z-index: 1000;
  width: 99.9%;
}
#header,
#header a {
  color: #fff;
  font-weight: bold;
}
#brand strong {
  font-size: 25px;
}
#brand {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
#brand .name {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}
#login-detail {
  line-height: 30px;
  background: none;
  border: solid none #ccc;
  display: inline-block;
  text-align: right;
}
#login-detail .username {
  color: #ff0;
}
#body {
  display: block;
  background: #f8f8f8;
}
#body .title {
  text-align: center;
  font-size: 16px;
  color: #366;
  font-weight: bolder;
}
#content-left {
  float: left;
  width: 20%;
  padding: 5px;
  background-color: none;
  display: inline-block;
}
#content-right {
  padding: 2px;
  width: 78%;
  float: right;
  display: inline-block;
}
#content-right .navi {
  padding: 3px;
  margin-bottom: 15px;
}
#footer {
  margin-top: 20px;
  background-color: rgba(253, 187, 45, 0.3);
  padding: 5px;
  color: #ffffff;
  border-radius: 20px;
}
.box-scroll-h450 {
  height: 500px;
  overflow: auto;
  padding: 0;
  border-right: solid 1px #ccc;
}
#useronline {
  color: #063;
  font-size: 20px;
}
.sidebar {
  position: relative;
}
.sidebar-menu {
  overflow: auto;
}
.sidebar-button {
  display: none;
}
/*
@media only screen and (max-width: 768px) {
#brand {
	display: none;
}
* {
	font-size: 15px;
}
.sidebar-menu {
	display: none;
	top: 10%;
	width: 98%;
	height: 80%;
	background: #fff;
	position: fixed;
	overflow: auto;
	border: inset 3px #666;
}
.sidebar-button {
	display: inline;
	z-index: 10001;
	height: 50px;
}
.sidebar ul li a {
}
#login-detail {
	float: left;
}
#content-right {
	margin-left: 0;
	float: left;
	width: 99%;
	overflow: auto;
}
}
*/
