.accordionitem {
  background-color: #eee;
  padding: 5px;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: hand;
}
.accordionitem:hover{
  background-color: #00a8ff;
  cursor: hand;
}
.accordionitemcontext {
  background-color: white;
  padding: 5px;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.contexts {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.displaytitle {
  display: block;
  width: 100%;
}
.filtercomponent {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.filterwrap {
  padding-left: 10px;
  display: block;
  border: 1px solid black;
  width: auto;
}
.results {
  margin-top: 10px;
  height: auto;
  border: 1px solid black;
}


a {
  color: #333333;
  text-decoration: none;
  style: inherit;
}

a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #00a8ff;
  text-decoration: none;
}

body {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.filter {
  margin-bottom: 20px;
}

input {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size: 13px;
  color: #333333;
}

input[type="text"], input[type="password"] {
  outline: 1px solid #333333;
  border: none;
  margin: 2px;
  outline-offset: 0px;
  padding-left: 3px;
}

input[list] {
  outline: 1px solid #333333;
  border: none;
  margin: 2px;
  outline-offset: 0px;
  padding-left: 3px;
}

input:focus {
  outline: 1px solid #00a8ff;
  outline-offset: 0px;
}

input.login {
  width: 200px;
  margin-bottom: 5px;
}

li {
  list-style-type: none;
  width: auto;
  font-size: 14px;
}

ul {
  -webkit-padding-start: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
}

p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

.activetab {
  color: #333333;
  border-bottom: 1px solid #ffffff;
}

.activetab:hover {
  color: #333333;
}

.addelement {
  width: 120px;
  height: 20px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding-top: 3px;
}

.addelement:hover {
  color: #00a8ff;
}

.active {
  color: #00a8ff;
}

.displaylist {
  max-width: 400px;
  margin: 0px 20px 20px 0px;
  padding: 5px 15px 5px 15px;
  float: left;
  background-color: #f5f5f5;
}

.displaytitle {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.displayitem {
  display: block;
}

.displayitemcount {
  display: inline;
  font-size: 11px;
}

.displayitemcontext {
  min-width: 200px;
  max-width: 400px;
  height: auto;
  background: #ffffff;
  border: 1px #333333;
  border-style: dashed;
  border-radius: 5px;
  padding: 5px;
  position:fixed;
  /*left: 300px;*/
  display: absolute;
}

.hideitemcontext {
  min-width: 200px;
  max-width: 400px;
  height: auto;
  background: #ffffff;
  border: 1px #333333;
  border-style: dashed;
  border-radius: 5px;
  padding: 5px;
  position:fixed;
  /*left: 300px;*/
  display: none;
}

.displayitemcontextvalue {
  display: block;
}

.displayitemvalue {
  display: inline;
}

.category {
  font-weight: bold;
  margin-bottom: 10px;
}

.header {
  width: 100%;
  height: 30px;
  background-color: #00a8ff;
  position:absolute;
  left:0;
  right:0;
  top: 0;
  color: white;
  text-align: center;
  padding-top: 10px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header:hover {
  cursor: default;
}

.keyitem {
  color: #333333;
  display: block;
}

.keyitems {
  border: 1px solid #333333;
  max-width: 400px;
  padding: 5px;
}

.list {
  padding-right: 15px;
  margin-right: 10px;
  margin-bottom:20px;
  width: 300px;
  height: auto;
  resize: horizontal;
  overflow: hidden;
  float: left;
  z-index: -9999
}

.main {
  width: 100%;
  margin-top: 75px;
  min-height: 100px;
  height: auto;
  left: 0;
}

.selectsession {
  font-size: 13px;
  min-width: 200px;
  outline: 1px solid #333333;
  border: none;
  outline-offset: 0px;
  padding-left: 3px;
}

.tab {
  height: 20px;
  text-decoration: none;
  list-style-type: none;
  background-color: #ffffff;
  color: #333333;
  margin-right: -13px;
  margin-left: 15px;
  padding: 3px 10px 0px 10px;
  float: left;
  cursor: pointer;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 1px;
}

.tab:hover {
  color: #00a8ff;
  text-decoration: none;
}

.tabs {
  width: 100%;
  height: 25px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #333333;
  position: absolute;
  left:0;
  right:0;
  top: 40;
  color: white;
  text-align: center;
  padding-top: 5px;
  cursor:default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button.accordion {
  background-color: #eee;
  color: #333333;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

button.accordion:hover {
  background-color: #00a8ff;
}

button.login {
  background-color: #eee;
  color: #333333;
  cursor: pointer;
  padding: 10px;
  width: 200px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  outline: 1px solid #333333;
  border: none;
  outline-offset: 0px;
}

button.login:hover {
  background-color: #00a8ff;
}

div.listpanel {
  padding: 7px 10px 15px 10px;
  color: #333333;
  font-size: 14px;
  display: none;
}

div.listwrapper {
  max-width: 400px;
}
