.nobreak {
    white-space: nowrap;
}
body {
    min-width: 1298px;
}
.slider-square:hover {
    opacity:1;
}
#main > .inner {
    padding: 0 4em 0.1em 4em;
    max-width: 96%;
}
.mainlogo {
    background-image: url(./images/logo.jpg);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0.5em;
}

.slider-square::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #4CAF50;
    cursor: pointer;
}
.slider-square::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: 0;
    background: red;
    cursor: pointer;
}
.slider-square {
    width: 90%;
    border: 1px solid gray;
    display: inline-block;
    float: right;
}
.lbla {
    display: inline-block;
    float: right;
    margin: 0.2em 1em;
}
.iga {
    width: 70% !important;
    display: inline-block;
    float: right;
}

.query h5 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.versus {
    text-align: center;s
}
.lean_row, .lean_row > label {
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0 !important;
    background: #f7f7f7;
}
.lean_row_head {
    margin-top: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lean_row_bot {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#resultgraph {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 500px;
    background: #f7f7f7;
}

/* verbalization tree */
ul.verbalization {
    list-style-type: square;
    margin: 1em;
}
ul.verbalization li {
}
.t_has {
    color: #28a745;
}
.t_hasnot {
    color: #dc3545;
}

/* literature list */
.include_pmid {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.include_pmid input {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.include_pmid label {
}
header#header {
    margin-top: 1em;
    padding-top: 1em;
}

#evidencetarget {
    color: black;
}
#evidencetarget .excluded {
    color: #6d6d6d;
}
#evidencetarget div.evtarget {
    border-width: 1px 0 0 2px;
    border-style: solid;
    border-color: #e6ccb9;
}
#evidencetarget div.evtarget:first-child {
    border-top-left-radius: 5px;
}
#evidencetarget div.evtarget_odd {
    background: #fff9f7;
}
p.exclusionreason {
    color: black;
    font-style:italic;
    font-size: 0.8em;
    border-bottom: 1px solid darkgray;
    margin: 0;
    padding: 0 0.5em;
}
p.evidence_author {
    font-style: italic;
    display: block;
    font-size: 0.8em;
    margin: 0;
    padding: 0 0.5em;
    background-color: #f5ecea;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #e6ccb9;
}
p.evidence_title {
    display: block;
    margin: 0 0 0.8em 0;
    padding: 0 0.5em;
    font-size: 1.2em;
    background-color: #f5ecea;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e6ccb9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn {
    box-shadow: inset 0 0 0 2px #a6bbe0;
    color: white !important;
}

.btn-primary, .btn-primary:hover {
    color: white !important;
    border-color: #007bff !important;
    box-shadow: inset 0 0 0 2px #a6bbe0;
}

p.metadata {
    display: flex;
    align-items: stretch;
    margin: 0.2em 0 0 0;
    height: 2.5em;
    font-size: 0.8em;
    font-style: italic;
    border: 1px solid rgb(150, 150, 150);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: white;
}
p.metadata span.metadataspan:last-child {
    border-right: 0;
}

span.metadataspan_excluded {
    color: red;
}

span.metadataspan {
    display: flex;
    align-items: center;
    text-align: center
    padding: 0;
    height: 2.5em;
    line-height: 1.0em;
    border-right: 1px solid rgb(100, 100, 100);
}

label.custom-control-label {
    color: black !important;
}


div.mdlink {
    padding-top: 1em;
}
div.mdlink a {
    border-bottom: 0;
}
div.mdreference {
}
div.mdinclude {
    padding-top: 1em;
}

button.btntoggle {
    margin-top: 2em;
    width: 4em;
    display: block;
    height: 2em;
    line-height: 2em;
    padding: 0;
    position: absolute;
    bottom: 0;
    background: white;
}
button.btntoggle * {
    color: black;
}

i#toggleleft {
    display: block;
    position: absolute;
    left: 0em;
    top: 4em;
    color: gray;
    cursor: pointer;
}
i#toggleleft.activated {
    color: black;
}

.mdabstract.row {
}
.mdabstract.row div.mdabstractinfo {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 0.5em 1em;
    border-style: solid;
    border-color: rgb(150, 150, 150);
    border-width: 0 0 0 1px;
    background: white;
}

div.mdai_title {
    font-style: italic;
    border-bottom: 1px solid rgb(200, 200, 200);
}
div.mdai_title:after {
    content: ":";
}
div.mdai_value {
}

.mdfulltext {
    padding: 0.2em 0.2em 0.2em 1em;
}
/* http://odyniec.net/articles/turning-lists-into-trees/ */
ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(images/vline.png) repeat-y;
    margin: 0 0 2em 0;
    padding: 0;
    display: flex;
    align-content: stretch;
}

ul.tree ul {
    margin-left: 0;
    padding-top: 1em;
}
li.treerow_mainelem {
}

div.treerow {
    margin: 0 0 0.3em 0;
}
div.treerow p {
    margin: 0 0 0 0;
    padding: 0.3em;
    display: inline-block;
    width: 100%;
}

ul.tree li {
    margin: 0.5em 0 0 0;
    padding: 0 0 0 30px;
    line-height: 20px;
    background: url(images/node30.png) no-repeat;
    width: 100%;
}

ul.tree li:last-child {
    background: #fff url(images/lastnode30.png) no-repeat;
}

ul.tree li > .treerow:first-child {
    border: 1px solid #d1e4f8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #c2dbf6;
}
ul.tree li > .treerow {
    border: 1px solid #d1e4f8;
    border-top: 0;
    margin: 0 0 0 0;
    padding: 0.3em 0 0.3em 5%;
}

ul.tree .treerow_header {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.1em 0.1em 0.1em 0;
}
ul.tree .treerow_subheader {
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    padding-bottom: 0.5em;
}
table.treerow_table {
    margin-left: 0;
    margin-bottom: 0;
}
a.morelink {
    color: rgb(60, 120, 185) !important;
    border-bottom: 0;
}
a.morelink:hover {
    text-decoration: none;
    border-bottom: 0;
}
.treerow_toggler {
    width: 0 !important;
    position: relative;
    left: -1em;
    margin: 0 0 0 -1em !important;
    height: 2em;
    top: 0;
}

#twodslider {
    margin-bottom: 1em;
}

#twodslider_title {
    width: 100%;
    text-align: center;
}
