.parent {
  display: block;
  position: relative;
  float: left;
  line-height: 30px;
  background-color: #232323;
  border-right: #000 8px solid;
}
ul#menu {
  padding: 16px;
}
.parent a {
  margin: 10px;
  color: #ffffff;
  text-decoration: none;
}
.parent:hover > ul {
  display: block;
  position: absolute;
}
.child {
  display: none;
}
.child li {
  background-color: #232323;
  line-height: 30px;
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
  width: 100%;
}
.child li a {
  color: #b1b1b1;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  min-width: 10em;
}
ul ul ul {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
li:hover {
  background-color: #404040;
}
.parent li:hover {
  background-color: #404040;
}
.expand {
  font-size: 12px;
  float: right;
  margin-right: 5px;
}

html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #000000 url("/common/loading.gif") center center no-repeat;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  height: 100%;
}

#info {
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  right: 10px;
  padding: 10px;
}

#currentInfo {
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: -12px;
  margin-top: 9px;
  padding: 10px;
  width: 460px;
}

a {
  color: grey;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: grey;
}
a:visited {
  color: grey;
}

.bull {
  color: #6b6b6b !important;
  float: left;
  margin-top: 36px;
  height: 100px;
  z-index: 0;
  display: block;
  position: absolute;
  padding-left: 11px;
}

#title {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font: 20px Georgia;
  padding: 10px;
}

.year {
  font: 16px Georgia;
  line-height: 26px;
  height: 30px;
  text-align: center;
  float: left;
  width: 114px;
  color: rgba(255, 255, 255, 0.4);

  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
}

a.active {
  color: #38cfca !important;
}

#ce span {
  display: none;
}

#ce {
  width: 107px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: url("/common/images/ce.png");
}

.color-range {
  width: 17px;
  height: 95px;
  background-image: url("/common/images/color-range.png");
  float: right;
}

.form-radio-container {
  color: gray;
  position: relative;
  float: right;
  background-color: #232323;
}

.form-radio-container label input[type="radio"]:checked + *::before {
  background: radial-gradient(
    #38cfca 0%,
    #38cfca 40%,
    transparent 50%,
    transparent
  );
  border-color: #38cfca;
}

.form-radio-container label input[type="radio"]:checked + * {
  color: #38cfca;
}

.form-radio-container label > input[type="radio"] {
  display: none;
}

.form-radio-container label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}

.form-radio-container .item {
  margin-right: 1.2rem;
}

.form-radio-container fieldset {
  border: none;
}
