div.tippy-box * {
	font-size: .8rem;
}

div.tippy-box.openned .annotip-actions {
	padding: 5px;
}

div.tippy-box div.annotip-dlg form {
	border-bottom: #fff 1px solid;
}

div.tippy-box div.annotip-dlg form .padded-control {
	padding: 2px
}

div.tippy-box div.annotip-dlg form>div {
	margin: 10px 5px;
}

div.tippy-box div.annotip-severity {
	text-align: right;
}

/* jtoxkit.css - Styling for all jToxKit parts
*/
.jtox-panel,
.jtox-foldable {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(200,200,200,.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.5)), color-stop(100%,rgba(200,200,200,.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(200,200,200,.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(200,200,200,.5) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(200,200,200,.5) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.5) 0%,rgba(200,200,200,.5) 100%); /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding-top: 7px;
  padding-bottom: 3px;
}

.jtox-foldable:hover {
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(200,200,200,.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(200,200,200,.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* W3C */
}


.jtox-foldable {
  padding: 5px;
}

.jtox-foldable.folded>* {
  display: none;
}

.jtox-foldable.folded>.title {
  display: block !important;
}

.jtox-foldable.folded>.title {
  background: url(../img/sort_desc.png) right top no-repeat;
}

.jtox-foldable>.title {
  background: url(../img/sort_asc.png) right top no-repeat;
  background-size: 19px 19px;
}

.jtox-fadable {
  -moz-transition: opacity ease 200ms;
  -ms-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  -webkit-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}

.jtox-fadable.disabled {
  opacity: 0.3;
}

.jtox-scalable {
  -moz-transition: transform ease 200ms;
  -ms-transition: transform ease 200ms;
  -o-transition: transform ease 200ms;
  -webkit-transition: transform ease 200ms;
  transition: transform ease 200ms;
}

.jtox-template {
  display: none !important;
}

.jtox-toolkit {
  clear: both;
}

.jtox-toolkit .jtox-details {
  font-size: 80%;
}

.jtox-toolkit sup.helper {
  opacity: 0.7;
}

.jtox-toolkit sup.helper .icon {
  vertical-align: top !important;
  display: inline-block;
}

.jtox-toolkit sup {
  font-size: smaller;
  vertical-align: super;
}

.jtox-toolkit sub {
  font-size: smaller;
  vertical-align: sub;
}

.jtox-toolkit sup a {
  text-decoration: none;
}

.jtox-toolkit label {
  margin-left: .4rem;
  margin-right: .4rem;
  display: inline-block;
  font-weight: normal;
}

.jtox-toolkit .size-quarter {
  width: 25%;
}

.jtox-toolkit .size-third {
  width: 33%;
}

.jtox-toolkit .size-half {
  width: 50%;
}

.jtox-toolkit .size-full {
  width: 100%;
}

.jtox-toolkit .top {
  vertical-align: top !important;
}

.jtox-toolkit .middle {
  vertical-align: middle !important;
}

.jtox-toolkit .center {
  text-align: center !important;
}

.jtox-toolkit .right {
  text-align: right !important;
}

.jtox-toolkit .nomargin {
	margin: 0px !important;
}

.jtox-toolkit .font-small {
  font-size: small;
}

.jtox-toolkit .font-smaller {
  font-size: smaller;
}

.jtox-toolkit .font-big {
  font-size: large;
}

.jtox-toolkit .font-bigger {
  font-size: larger;
}

.jtox-toolkit .font-heavy {
  font-weight: bold;
}

.jtox-toolkit .transparent {
  opacity: 0.3;
}

.jtox-toolkit .paddingless {
  padding: 0px !important;
}

.jtox-toolkit .borderless {
  border:0px !important;
}

.jtox-toolkit .borderless-top,
.jtox-toolkit .borderless-top * {
  border-top: 0px !important;
}

.jtox-toolkit .borderless-bottom,
.jtox-toolkit .borderless-bottom * {
  border-bottom: 0px !important;
}

/* Make table helper elements, like paging, filter, etc. in one line...
*/
.jtox-toolkit .dataTables_filter label input,
.jtox-toolkit .dataTables_length label select,
.jtox-inline {
  display: inline-block;
}

.jtox-toolkit table.dataTable td,
.jtox-toolkit table.dataTable th {
  border:1px solid #ccc;
  border-collapse: collapse;
  overflow: hidden;
  padding: 2px 4px;
}

.jtox-toolkit .shortened {
  max-height: 25px;
  overflow: hidden;
}

.jtox-toolkit .shortened span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtox-toolkit .breakable {
  word-wrap: break-word;
  white-space: normal;
}

.jtox-toolkit .word-break {
  word-break: break-all;
}

.jtox-toolkit .non-breakable {
  word-break:normal;
  word-wrap: normal;
  white-space: nowrap;
}

.jtox-hidden {
  display: none !important;
}

.jtox-toolkit .float-right {
	float: right !important;
}

.jtox-toolkit span.units {
  font-size: 80%;
}

.jtox-diagram {
  position: relative;
}

.jtox-diagram img {
  border: 0px;
  max-width: initial;
}

.jtox-toolkit a.select-all,
.jtox-toolkit a.unselect-all {
  text-decoration: underline;
}

.jtox-toolkit .loading {
  background: url(../img/waiting_small.gif) right top no-repeat;
  background-size: 16px 16px;
  min-width: 16px;
  min-height: 16px;
}

.jtox-toolkit button.loading,
.jtox-toolkit span.loading {
  background-position: center center;
  text-fill-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.jtox-toolkit input[type="password"],
.jtox-toolkit input[type="search"],
.jtox-toolkit input[type="text"],
textarea,
select {
  margin-bottom: 10px;
}

.jtox-toolkit input[type="password"].jt-inlineaction,
.jtox-toolkit input[type="search"].jt-inlineaction,
.jtox-toolkit input[type="text"].jt-inlineaction,
.jtox-toolkit select.jt-inlineaction {
  margin: 1px;
  box-sizing: border-box;
  width: 100%;
}

.jtox-toolkit input.jt-inlineaction {
  border: 0px;
  border-radius: 3px;
  background-color: transparent;
}

.jtox-toolkit input.jt-inlineaction:focus,
.jtox-toolkit input.jt-inlineaction:hover {
  border: inherit;
  margin: 0px;
}

.jtox-toolkit input.jt-inlineaction:focus {
  background-color: #fefefe;
}

.jtox-diagram .icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  opacity: .8;
}

.jtox-diagram:hover .icon {
  display: block;
}

.jtox-toolkit a,
.jtox-toolkit a:visited,
.jtox-toolkit a:active {
  color: inherit;
}

img.jtox-smalldiagram {
  width: 125px;
  height: 125px;
}

.jtox-medium-box {
  margin: 2px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  min-width: 220px;
  height: auto;
  vertical-align: top;
}

.jtox-endpoint thead {
  display: none;
}

.jtox-toolkit .jtox-border-box {
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.jtox-toolkit li.tagit-choice a.tagit-close {
  opacity: 0.4;
}

.jtox-toolkit li.tagit-choice.tag-value,
.jtox-toolkit li.tagit-choice.tag-unit {
  border: 0px;
  background: inherit;
  padding-right: 0px;
}

.jtox-toolkit li.tagit-choice.tag-value a.tagit-close,
.jtox-toolkit li.tagit-choice.tag-unit a.tagit-close {
  display: none;
}

.jtox-toolkit li.tagit-choice.tag-value {
  font-weight: bold;
}

.jtox-toolkit li.tagit-choice.tag-unit {
  font-size: 80%;
  line-height: 1.2rem;
}

button.jt-alert {
	display: inline-block;
	background: #a41515;
	color: #fff;
	text-shadow: 0px 1px 0px #4d4d4d;
}

button.jt-toggle {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #eee;
  opacity: 0.7;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  font-weight: bold;
  margin: 0px;
}

button.jt-toggle:hover,
button.jt-toggle.active {
  background: #aaa;
  opacity: 1.0;
}

/* Start of multi-row table-related classes */
.jtox-toolkit table.dataTable td.jtox-multi {
  padding: 0px;
}

td.jtox-multi table {
  margin: 0px;
}

td.jtox-multi table td {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}

td.jtox-multi table tr:first-child td {
  border-top: 0px !important;
}

td.jtox-multi table {
  height: 100%;
  width: 100%;
}

.jtox-required:after {
  content: ' *';
}

.jtox-controls {
  padding: 10px;
  vertical-align: baseline;
}

.jtox-controls>* {
  margin-left: .4rem;
}

.jtox-controls .paginate_disabled_previous,
.jtox-controls .paginate_enabled_previous,
.jtox-controls .paginate_disabled_next,
.jtox-controls .paginate_enabled_next {
  float: none;
}

.jtox-controls select {
  width: 75px;
}

.jtox-controls select,
.jtox-controls input {
  display: inline-block;
  font-size: 1.1em;
}

.jtox-controls input {
  position: absolute;
  right:10px;
  width: 25%;
}

.jtox-controls span.high {
  font-weight: bold;
  font-size: 1.1em;
}
.jtox-toolkit table.composition-info.dataTable td,
.jtox-toolkit table.composition-info.dataTable th {
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.jtox-toolkit table.composition-info.dataTable th {
  width: 20%;
  text-align: right;
}

.jtox-toolkit table.composition-table td {
  vertical-align: top;
}
/* toxtcompound.css - Styling for tox-compound engine
*/

.jtox-ds-fixed,
.jtox-ds-variable {
  border: 0px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  overflow-x: scroll;
  overflow-y: hidden;
}

.jtox-ds-fixed {
  /* display: inline-block; */
  width: 450px;
  float: left;
  overflow-x: hidden;
}

.jtox-ds-feature {
  display: inline-block;
  border: 0px;
  padding: 0px;
  margin: 2px 15px 2px 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.jtox-ds-feature span.jtox-title {
  margin-left: 5px;
}

.jtox-ds-feature>sup>a>i {
  margin-top: 6px;
}

.jtox-selection {
  font-size: 80%;
  float: right;
  vertical-align: top;
}

.jtox-ds-tables {
  position: relative;
}

.jtox-ds-tables .jt-error {
  text-align: center;
  display: none;
}

.jtox-ds-tables .jt-error .message {
  color: red;
}

.jtox-ds-tables .jtox-details-box {
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 10;
  height: auto;
  overflow: scroll;
}

.jtox-ds-tables .jtox-inline,
.jtox-ds-tables td {
  vertical-align: top;
}

.jtox-ds-tables td .shortened {
  max-width: 75px;
}

.jtox-ds-export {
  float: right !important;
}

.jtox-ds-download {
  padding:0px 5px 0px 5px;
  max-width: 64px;
  max-height: 64px;
}

.jtox-ds-details * {
  font-size: small;
}

.jtox-ds-details .ui-tabs {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

div.jtox-details-table {
  padding: 12px 0px 0px 0px !important;
}

.jtox-details-table table {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
a,
section.item-list article.item a,
#sliders-controls a {
  color: #8C0305;
  text-decoration: underline;
}

sup, sub { font-size: 75%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
i { font-style: italic; }

span.units { 
	font-size: 80% !important;
	margin-left: 2px !important;
}

a:hover,
section.item-list article.item a:hover,
#sliders-controls a:hover {
  color: #f00;
  text-decoration: underline;
}

section.item-list article.item .avatar img {
  border: none;
}

article a.more {
  font-style: italic;
}

article.item header {
  background-color: inherit;
}

article.item footer {
	margin-top: 10px;
  min-height: 10px;
  background-color: inherit;
}

article.item footer a {
	margin-right: 10px;
}

article.item footer a.command {
	float: right;	
	opacity: 0.5;
	display: none;
}

article.item footer a.command:hover {
	opacity: 1.0;
}

article.item footer.add .command.add,
article.item footer.remove .command.remove,
article.item footer.none .command.none {
	display: inline-block;
}


#wrap {
  width: 1000px;
  margin: 0px auto;
}

/* header */

#header {
  height: 90px;
}

#header h1 {
  padding: 20px 0 5px 10px;
  font-size: 20px;
  letter-spacing: -2px;
}
#header h2 {
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 100;
}

#search input {
  width: 350px;
}

#calendar {
  width: 160px;
}

#search_help {
  font-size: 80%;
}

.container {
	position: relative;
	height: 100%;
}

/* query-container */

div.query-container {
  position: relative;
  width: 100%;
}

div.query-container>div:first-child {
  margin-left: 4px;
}

div.query-container>div {
  margin-right: 4px;
  vertical-align: top;
  overflow: hidden;

}

div.query-container>div.query-left, .sticky-wrapper {
  float: left;
  width: 22%;
  max-width: 450px;  
}

#accordion-resizer {
  padding: 2px;
}

/* Right side tabs */
#hits-tab a {
  margin-right: 5px;
}

#result-tabs {
  height: 100%;
}

#result-tabs>div {
  height: 100%;
}

#navigation {
  border-bottom: 1px solid #000;
}

#pager,
#pager-header {
  display: inline;
}

#pager li,
.links li {
  list-style-type: none;
  display: inline;
}

div.ui-tabs-panel.ui-widget-content {
  font-size: 0.9rem;
  padding-left: 0.7em;
  padding-right: 0.7em;
}

article div.one-summary {
	margin-top: 10px;
}

article div.one-summary .topic { 
	text-transform: capitalize;
	font-weight: bold;
}

/* tagcloud */
#hits_tab>div.row {
  margin: 0;
}

#hits_tab ul {
  width: 100%;
}

#hits_tab .tags li,
#hits_tab .tags li.tag_combined.tag_last {
  margin-left: 4px;
  margin-right: 20px;
  max-width: 250px;
}

#hits_tab .tags li.tag_combined {
  margin-right: 16px;
  opacity: 0.9;
}

#hits_tab .tags li.tag_clear {
  float: right;
  margin-right: 0px;
}

#hits_tab ul.tags li.tag_fixed {
  margin-right: 8px;
}

#hits_tab .tags li.tag_fixed a:hover span {
  max-width: 0;
  padding: 0 0 0 2px;
}

#hits_tab footer {
  position: relative;
  font-weight: normal;
  font-size: 80%;
  background-color: inherit;
}

#sliders {
  padding: 5px;
}

#sliders .slider-container {
  display: inline-block;
  margin: 15px 25px 25px 5px;
}

#sliders .slider-container .scale span:nth-child(2) {
  width: 60%;
}

#sliders-controls {
  position: absolute;
  right: 0px;
  top: 0px;
}

#hits_tab footer.active a.command {
  display: block;
  float: none;
}

/* Some coloring of the sliders
  */
div.slider-container .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

div.slider-container .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

div.slider-container .back-bar .pointer-label { 
  color: #999; 
  font-size: 13px;
  padding: 1px;
}

div.slider-container .scale ins { 
  color: #999; 
  font-size: 11px  
}

div.slider-container .back-bar .focused { color: #333; }
div.slider-container .scale span { border-left: 1px solid #e5e5e5; }
    
div.slider-container.theme-green .back-bar div.selected-bar {
  background-color: #65bb34;
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
}

div.slider-container.theme-blue .back-bar div.selected-bar {
  background-color: #56a3d5;  
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
  background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
}

div.slider-container.theme-orange .back-bar div.selected-bar {
  background-color: #eb6b22;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
}

/* More general tags stuff
  */
.tags li.tag_open a span {
  padding: 0 7px 0 6px;
  max-width: 40px;
}

#accordion-resizer, #search>input {
  height: 100%;
}

#accordion .jt-no-tags {
  font-size: smaller;
  font-style: italic;
}

#accordion .tags li {
  width: auto;
  max-width: 130px;
  margin-left: 4px;
  margin-right: 8px;
}

#accordion .tags li.category {
  width: 85%;
  max-width: inherit;
  font-weight: bold;
  box-sizing: border-box;
}

#accordion .tags li.selected {
  opacity: 0.8;
}

#accordion .tags li:hover {
  z-index: 100 !important;
}

#accordion .tags li.selected a{
  color: #999;
}

.tags li>a {
  text-overflow: ellipsis;  
  overflow: hidden;
  white-space: nowrap;
}

#accordion div.ui-accordion-content::-webkit-scrollbar {
	display: none !important;
}

#accordion div.ui-accordion-content {
  max-height: 345px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

#accordion>h3>span.ui-icon-search,
#accordion>h3>span.ui-icon-search.ui-icon.unused {
	display: none;
}

#accordion>h3.ui-state-active>span.ui-icon-search {
	display: inline-block;
}

#accordion>h3>span.ui-icon-search {
	float: right;
	opacity: 0.4;
}

#accordion>h3>span.ui-icon-search:hover {
	opacity: 1.0;
}

#accordion ul.tag-group {
  padding: 4px 0px 0px 0px;
	margin-bottom: 2px;
	box-sizing: border-box;  
  width: 100%;
  border: #aaa solid 1px;
  border-radius: 7px;
  position: relative;
}

#accordion ul.tag-group.folded { border-color: #eee; }
#accordion ul.tag-group.folded li { margin-bottom: 4px; }
#accordion ul.tag-group.folded>* { display: none !important; }
#accordion ul.tag-group.folded>.title { display: inherit !important; }

#accordion ul.tag-group::before {
  float: right;
  margin: 4px 5px 2px 0px;
  font-size: smaller;
  opacity: 0.5;
}

#accordion ul.tag-group::before:hover {
  opacity: 0.9;
}

#accordion ul.tag-group.static::before {
  float: left;
  height: 26px;
  line-height: 23px;
  padding: 0 0 0 8px;
  font-size: 14px;
  margin-top: 0px;
  text-align: right;
}

#accordion ul.tag-group::before { content: "-"; }
#accordion ul.tag-group.folded::before { content: "+"; }

#accordion ul.tag-group.static.year::before { content: "Year -"; }
#accordion ul.tag-group.static.reference::before { content: "Reference -"; }
#accordion ul.tag-group.static.folded.year::before { content: "Year +"; }
#accordion ul.tag-group.static.folded.reference::before { content: "Reference +"; }

.jtox-panel:hover {
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(200,200,200,.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(200,200,200,.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(200,200,200,.2) 100%); /* W3C */
}

div.ui-accordion-content.ui-widget-content {
	padding:1px; 
	margin:1px;	
}

div.widget-content.widget-root input.switcher {
  float: right;
  font-size: .7em;
  font-weight: 100;
  padding: 3px;
}

div.widget-content.widget-root.dynamic-tab input.switcher {
  display: none;
}

input.widget-filter {
  display: inline-flex;
  border-radius: 5px;
  padding-left: 12px;
  margin-bottom: 5px;
  box-sizing: border-box;  
}

/* Some export related stuff */
.data_formats a {
  padding:0px 5px 0px 5px;
}

.data_formats a.selected,
.data_formats a:hover {
  transform: scale(1.1);
}

.data_formats a.disabled:hover {
  transform: scale(1);
}
/* jToxLog styling
*/

.jtox-log {
  position: fixed;
	height: 144px;
  width: 99%;
  right: 0px;
	bottom: 0px;
	z-index: 100;
	transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-webkit-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	box-shadow: -3px 7px 7px #999; 
}

.jtox-log.right-side {
  position: fixed;
	height: 144px;
  width: 95%;
  right: 5px;
	bottom: 0px;
	z-index: 100;
	transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-webkit-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	box-shadow: 7px 7px 7px #999;  
}

.jtox-log.hidden {
  bottom: -120px;
}

.jtox-log div.icon {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
}

.jtox-log .status {
  background: #fff;
  position: absolute;
  top: 1px;
  width: 32px;
  height: 25px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 0px;
}

.jtox-log .jt-faded {
  opacity: 0.2;
}

.jtox-log .list-wrap {
  background: #fff;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  width: 100%;
  border: 1px solid black;
  border-radius: 5px;
  border-top-left-radius: 0px;
  min-height: 50px;
  height: 100%;
  overflow: scroll;
  margin-top: 25px;
  padding-left: 8px;
}

.jtox-log.right-side .list-wrap {
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
}

.jtox-log .list-root {
  margin-bottom: 24px;
  margin-right: 8px;
}

.jtox-log .logline {
  margin-top: 2px;
  background: inherit;
  border: 0px;
  font-style: italic;
  font-size: 90%;
  overflow: hidden;

  -moz-transition: height ease 300ms;
  -ms-transition: height ease 300ms;
  -o-transition: height ease 300ms;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms;
}

.jtox-log .logline .content {
  vertical-align: middle;
}

.jtox-log .logline .details {
  margin-left: 18px;
  vertical-align: top;
}
/* toxtmatrix.css - jToxMatrix tool styles
*/
html, body, #jtox-bundle {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: bold;
}

#jtox-bundle {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#jtox-bundle textarea,
.popup-box textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
}

#jtox-bundle button.jt-toggle {
  width: auto;
  min-width: 24px;
}

#jtox-identifiers form div.actions {
	margin-top: 15px;
	font-size: 80%;
}

#jtox-identifiers form textarea,
#jtox-identifiers form input {
	width: 100%;
	border: 0px;
}

#jtox-identifiers form input[type="radio"],
#jtox-identifiers form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

#jtox-identifiers label {
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
}

#jtox-identifiers #source {
  width: 90%;
  width: calc(100% - 3em);
}

#source-link {
  display: inline-block;
}


#jtox-identifiers table th {
  font-weight: normal;
  cursor: default;
}

#jtox-structures .jtox-foldable {
  margin-top: 5px;
  margin-bottom: 5px;
}

#jtox-structures td textarea, #jtox-endpoints td textarea {
  min-width: 150px;
  height: 150px;
  overflow-x: none;
  margin: 0px;
  border: 0px;
}

body.structlist #jtox-query .jtox-foldable {
  display: none;
}

body.structlist #browser {
  margin-top: 5px;
}

#structures-expand-all, #structures-collapse-all {
  font-size: 0.8em;
  padding: .25em .8em;
  margin: 0;
}

#jtox-matrix td .breakable {
  width: 100px;
}

#jtox-matrix .jtox-toolkit {
  margin-top: 10px;
}

#jtox-matrix .jtox-ds-tables .jtox-ds-fixed {
	overflow-x: scroll;
}

#jtox-bundle > div.ui-tabs-panel {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}


.jtox-slidable {
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 202%;
  padding: 0px;
  white-space: nowrap;
  -moz-transition: left ease 800ms;
  -ms-transition: left ease 800ms;
  -o-transition: left ease 800ms;
  -webkit-transition: left ease 800ms;
  transition: left ease 800ms;
}

.jtox-slidable > div {
  width: 50%;
  position: relative;
  margin: 0 -.25em 0 0;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}

.jtox-slidable>div>div {
  position: relative;
}

#jtox-endpoints .tab-substance  {
  padding-right: 25px;
}

#jtox-endpoints .tab-points  {
  padding-left: 15px;
}

#jtox-endpoints .tab-points>div.check-all {
  margin-bottom: -16px;
  z-index: 100;
}

#jtox-matrix div.jtox-toolkit {
  font-size: 80%;
}

#jtox-matrix div.jtox-ds-variable table.dataTable td  {
  white-space: nowrap;
}

#jtox-matrix div.jtox-ds-variable table.dataTable th  {
  white-space: inherit;
  max-width: 160px;
}

#jtox-matrix th.word-break {
  word-break: normal;
}

#jtox-matrix td.jtox-multi table td  {
  height: 65px;
}

#jtox-matrix td.jtox-multi table td  img.jtox-smalldiagram {
  height: 63px;
  width: 63px;
}

#jtox-matrix table.dataTable td span.ui-icon {
  display: inline-block;
  vertical-align: middle !important;
}

#jtox-matrix button.save-button {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 80%;
}

#jtox-matrix button.save-button.jt-disabled {
	background: none;
	border: none;
	color: #999;
}

#jtox-matrix a.unsaved-study,#jtox-matrix a.deleted {
  background: #ffcccc;
  border-radius: 3px;
}

#jtox-matrix .jtox-ds-variable .shortened {
  max-width: 180px;
}

#jtox-matrix .jtox-ds-variable span {
  display: inline-block;
  vertical-align: middle;
}


/* Now come info and edit box declarations
*/
.popup-box .box-reference {
  width: 100%;
}

.popup-box .box-reference input {
  font-size: 110%;
  width: 100%;
  box-sizing: border-box;
}

.popup-box .delete-box td {
	border: 0px;
}

.popup-box table.delete-box {
	width: 100%;
}

.popup-box .delete-box button {
	margin-bottom: 10px;
}

.popup-box .delete-box td:last-child {
	width: 80px;
	vertical-align: middle;
}

.popup-box th,
.popup-box td {
  padding: 2px 5px 2px 5px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
}

.popup-box td:first-child,
.popup-box th:first-child{
  border-left: 0px;
}

.popup-box td:last-child,
.popup-box th:last-child {
  border-right: 0px;
}

.popup-box thead tr:first-child {
  border-bottom: 1px solid #666;
}

.popup-box tbody {
  border-top: 1px solid #666;
}

.popup-box th {
  font-size: 80%;
  font-weight: bold;
  word-wrap: normal;
  white-space: nowrap;
}

.popup-box .the-value {
  font-style: italic;
  font-weight: bold;
}

.popup-box .the-endpoint {
  font-weight: bold;
}

.popup-box .the-send input {
  float: right;
}

.ui-button-icon-only {
  height: 2.4em;
  margin-bottom: 0;
}

tr:first-child .jtox-up {
  display: none;
}

tr:last-child .jtox-down {
  display: none;
}

.jtox-users-select {
  width: 90%;
  width: calc(100% - 5em);
  vertical-align: middle;
}

.jtox-toolkit table.dataTable td.jtox-user-rights {
  overflow: visible !important;
}


.jtox-report #jtox-bundle {
  overflow: auto;
}

#jtox-report {
  counter-reset: section annexes;
}

#jtox-report tbody th {
  padding: 3px 10px;
  font-weight: bold;
  text-align: left;
}

#jtox-report .shortened {
  width: auto;
  max-width: none;
  max-height: none;
  white-space: normal;
}

#jtox-report textarea {
  border: none;
  height: 128px;
  color: inherit;
  background: none;
}

#jtox-report .jtox-up, #jtox-report .jtox-down {
  display: none;
}

#jtox-report .ui-icon {
  display: inline-block;
}

#jtox-report .jt-toggle {
  display: none;
}

#jtox-report .jt-toggle.active {
  display: inline-block;
}


section {
  clear: both;
}

section h2:before {
  counter-increment: section;
  content: counter(section) ". ";
}

section.annex h2:before {
  counter-increment: annexes;
  content: "Annex " counter(annexes) " ";
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  float: left;
  clear: left;
  width: 25%;
}

dd {
  min-height: 1.4em;
  margin-left: 26%;
  overflow: hidden;
}

#jtox-report h5 {
  margin-top: 1em;
  font-weight: bold;
}

.annex table {
  margin-bottom: 1em;
}

@media print {

  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img, table {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 1cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }


  #jtox-bundle {
    overflow: visible;
    border: none;
    background: none;
  }

  html, body, #jtox-bundle {
    width: 100%;
    height: auto !important;
    background: none;
  }

  #jtox-bundle > div#jtox-report {
    height: auto !important;
    overflow: visible !important;
  }

  .ui-tabs-nav {
    display: none;
  }

  #jtox-report > section {
    page-break-before: always;
  }

  #jtox-report dl {
    margin: 5cm 0;
  }

  #jtox-report table {
    width: 100% !important;
    table-layout: auto !important;
  }

  #jtox-report th, #jtox-report td {
    width: auto !important;
  }

  #jtox-report-matrix .jtox-ds-variable {
    display: none;
  }

  #jtox-report-final table {
    table-layout: fixed !important;
  }

}
/* QueryKit - Styling for toxstudy engine
*/

#searchcontext input {
  height: auto;
  width: 99%;
  box-sizing: border-box;
}

.jtox-query input[type="text"] {
  min-width: 380px;
  -moz-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  margin-bottom: 0px;
}

.jtox-query .search-pane .jtox-inline input,
.jtox-query .search-pane .jtox-inline select {
  font-size: 1.1em;
  margin-top: 2px;
  display: inline-block;
  vertical-align: baseline;
}

.jtox-query .search-pane .jtox-inline select {
  margin: 6px;
  height: 26px;
}

.jtox-query form {
  margin: 0px;
}

.jtox-query form>div {
  margin: 2px 4px 4px 4px;
  box-sizing: border-box;
}

.jtox-query form div.jq-buttonset {
  margin-top: 6px;
}

.jtox-query .search-pane button {
  margin-bottom: 0px;
  margin-left: .4rem;
  padding: 2px;
}

.jtox-query .searchsimilarity select {
  width: 5em;
}

.jtox-query .searchauto.dynamic>div {
  white-space: nowrap;
  padding-top: 10px;
}

.jtox-query .search-pane div.dynamic {
  min-height: 40px;
  float: left;
}

.jtox-query .search-pane .dynamic.hidden {
  display: none;
}
/* toxtstudy.css - Styling for toxstudy engine
*/

div.jtox-study,
div.jtox-compo-tab,
div.jtox-substance {
  display: block;
  font-size: small;
  border-radius: 5px;
  padding: 5px 5px 35px 5px;
}

.jtox-compo-tab {
  margin-top: 25px;
  margin-bottom: 45px;  
}

div.jtox-study-tab.unloaded  {
  background: url(../img/waiting_big.gif) center center no-repeat;
  background-size: 30px 30px;
}

div.jtox-study-tab.unloaded div.jtox-study {
  display: none;
}

div.jtox-study.folded {
  padding-bottom: 5px;
}

div.jtox-study .title {
  font-weight: bold;
  clear: both;
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
}

div.jtox-foldable.jtox-study.unloaded>.title {
  background: url(../img/waiting_small.png) right top no-repeat;
  background-size: 16px 16px;
}

div.jtox-study-tab.ui-tabs-panel {
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  width: 100%;
  height: 100%;
}

div.jtox-study-tab div button {
	font-size: 80%;
	padding:4px 8px 4px 8px;
}

div.jtox-study-tab .dataTables_wrapper {
  overflow: hidden;  
  width: 100%;
}

.jtox-toolkit .jtox-study table td {
  word-wrap: break-word;
}
.jtox-substance table td div.shortened {
  width: 120px;
}
