.upload_container:hover .btn {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.upload_container {
  height: 80px;
  cursor: pointer;
  position: relative;
  margin: 5px auto;
  border: 1px dotted #666;
  background: white;
  text-align: center;
  padding: 10px 5px 5px;
  overflow: hidden;
}
.upload_container span {
  display: block;
  padding: 5px 0;
}
.upload_container input {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 200px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload_container.half {
  width: 244px;
  float: left;
  margin-right: 18px;
}
.video_container {
  height: 80px;
  width: 244px;
  position: relative;
  margin: 5px auto;
  border: 1px dotted #666;
  background: white;
  text-align: center;
  padding: 10px 5px 5px;
  overflow: hidden;
}
ul.spektrix {
  padding: 0;
  margin: 0;
  height: 300px;
  overflow: auto;
}
ul.spektrix li {
  list-style: none;
  padding: 0;
  margin: 3px 0;
}
ul.spektrix li a {
  display: block;
  padding: 1px 4px;
  color: black;
}
ul.spektrix li a:hover {
  padding: 0px 3px;
  text-decoration: none;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.6);
}


div.input-dateson {
  overflow: hidden;
}
div.month {
  text-align: center;
  float: left;
  height: 180px;
  padding-right: 10px;
}
div.month h5 {
  margin: 0 0 3px;
  font-size: 13px;
}
div.month table {
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
  background: white;
  border: 1px solid #999;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
}
div.month table tr {
  height: 20px;
}
div.month table th {
  font-weight: normal;
  color: #777;
}
div.month table th,
div.month table td {
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.05);
  padding: 0 3px;
  height: 20px;
  text-align: center;
}
div.month table a {
  display: block;
  text-decoration: none;
  color: black;
  margin: 0 -3px;
  padding: 0 3px;
}
div.month table a.selected {
  color: white;
  background: black;
}
.wysiwyg {
  height: 280px;
}