/* CA and BONITO common definitions */
body {
    background-color: white;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
a {
    color: #02a;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    color: #a20 !important;
    text-decoration: underline;
}
a i {
    color: black;
}
a:hover i {
    color: #A20;
}
.disabled {
    color: #777 !important;
}
h1 {
    font-size: 170%;
    margin-top: 0;
}
h2 {
    font-size: 140%;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
img {
    border: none;
    vertical-align: bottom;
}
.hidden {
    display: none;
}
.novis {
    visibility: hidden;
}
hr.novis {
    margin: 0;
    padding: 0;
    border: none;
}
#sidebar {
    background-color: #c3c3ea;
    float: left;
}
#sidebar a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#logo {
    width: 95px;
    padding-bottom: 1px;
    margin: 0;
}
#ske_header {
    background-color: #c3c3ea;
    padding: 4px 1em;
    position: relative;
    border: solid 1px black;
    border-width: 0 0 1px 0;
    min-height: 33px;
}
#ske_header > a {
    float: left;
    width: 125px;
}
#ske_header a {
    color: black;
}
#a_open_ske_menu {
    margin: 0;
}
#ske_menu {
    display: none;
    background-color: #FAFAFA;
    padding: 0;
    max-width: 200px;
    position: absolute;
    border: solid 1px #CCC;
    z-index: 999;
}
#ske_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#ske_menu ul li {
    padding: 0;
    margin: 0;
}
#ske_menu ul li a {
    display: block;
    padding: 6px 1em;
    text-align: right;
    min-width: 100px;
    text-decoration: none;
    color: #999;
    border: solid 1px #FAFAFA;
    border-width: 1px 0 1px 0;
}
#ske_menu ul li a:hover {
    color: black !important;
    background-color: white;
    border-color: #EEE;
}
#ske_menu select {
    font-size: 12px;
}
#toolbar-info {
    float: right;
    text-align: left;
    padding: 0;
    margin: 9px 0;
    list-style-type: none;
    white-space: nowrap;
}
#toolbar-info li {
    display: inline;
    padding: 0;
    margin-right: 6px;
}
#corpus-search-form {
    float: left;
    padding: 3px 4px;
    margin: 0;
}
#corpus-search-form div {
    padding: 1px 2px 0 2px;
    margin: 0;
    white-space: nowrap;
    border: solid 2px #7AC;
    border-radius: 4px;
    background-color: white;
    position: relative;
}
#corpus-search-form input[type="text"] {
    background-color: transparent;
    padding: 2px;
    outline: none;
    border: none;
    display: inline-block;
    margin: 0;
    font-size: 110%;
    position: relative;
    top: -2px;
    /* Mozila is using default system font */
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#ssearch_info {
    display: none;
    background-color: #F8F8F8;
    border: solid 1px #EEE;
    border-radius: 4px;
    color: #999;
    padding: 2px 4px;
    position: absolute;
    top: 25px;
}
#corpus-search-form input[type="submit"] {
    background-color: transparent;
    /* TODO use font awesome */
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-position: 0 -1px;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    padding: 3px 0;
    outline: none;
}
#corpus-search-form select {
    background-color: transparent;
    margin: 0;
    padding: 3px 0 1px 0;
    width: 16px;
    border: none;
    outline: none;
    height: 20px;
    /* Mozila is using default system font */
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#obsolete_corpus {
    background-color: #ff9;
    border-bottom: 1px solid #000;
    padding: 2px 1em;
}
#in-sidebar {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 50em;
    position: relative;
}
#in-sidebar ul#main-menu {
    padding: .5em 0 .5em 0;
}
#in-sidebar ul#main-menu li {
    padding: 2px 1em 2px 1em;
    border: solid 1px black;
    border-width: 0;
}
#in-sidebar.horizontal ul#main-menu li {
    padding: 2px 1em;
}
ul#main-menu li.in {
    border-width: 0 5px 0 0 !important;
    background-color: rgba(0,0,0,0.1);
}
#in-sidebar.horizontal ul#main-menu li.in {
    border-width: 0 0 5px 0 !important;
    background-color: transparent;

}
#sidebar.horizontal #submenu {
    padding: 0;
    margin-bottom: 0;
}
#in-sidebar.horizontal ul#main-menu {
    overflow: auto;
    padding: .5em 0 0 1em;
    margin: 0;
}
#in-sidebar #submenu {
    padding: 0 0 0 1em;
    margin-bottom: 2em;
}
#in-sidebar.horizontal #submenu {
    padding: .5em 0 .5em 2em;
}
#in-sidebar.horizontal #submenu > ul {
    margin: 0;
    padding: 0;
}
#sidebar ul,
#sidebar p {
    margin: .5em 0 2em 0;
}
#sidebar ul {
    list-style-type: none;
    padding: 6px 0 0 0;
    margin: 0;
    line-height: 1.5em;
}
#sidebar .submenu {
    margin: 0 0 .3em .3em;
}
#sidebar ul img {
    vertical-align: middle;
}
#sidebar label {
    display: block;
    font-weight: bold;
    background-color: #fff;
    padding: .3em .5em .3em .5em;
    border: 1px solid #000;
}
form {
    width: auto;
    display: table;
}
fieldset {
    border: 1px solid #000;
    background-color: #e4e4f6;
}
form input[type="text"] {
    border: solid 1px #999;
    padding: 1px;
}
table.data {
    border-collapse: collapse;
    border: 1px solid #000;
    border-spacing: 0;
    -webkit-print-color-adjust: exact;
}
table.data tr.odd,
table.oddeven tr:nth-child(odd) {
    background-color: #fff;
}
table.data tr.even,
table.oddeven tr.nth-child(even) {
    background-color: #e4e4f6;
}
table.data tr.odd:hover,
table.oddeven tr.nth-child(odd):hover {
    background-color: #ffb;
}
table.data tr.even:hover,
table.oddeven tr.nth-child(even):hover {
    background-color: #dea;
}
table.data td,
table.data th {
    padding: 3px 5px 3px 5px;
}
table.data th {
    text-align: left;
    font-weight: bold;
    background-color: #c3c3ea;
}
table.data th.right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
#social_links {
    border: solid 1px #CCC;
    border-width: 1px 0 0 0;
    padding: 6px 1em;
    text-align: right;
}
#social_links a {
    margin-left: 3px;
    opacity: 0.5;
    color: black;
}
#social_links a:hover {
    opacity: 1.0;
}
.fa-commenting-o {
    vertical-align: top !important;
}
/* RESPONSIVE LAYOUT RULES */
@media (max-width: 650px) {
#corpus-search-form {
    display: none;
}
}
/* Bonito ONLY styles */
#sidebar .menu_switch {
    position: absolute;
    bottom: 0;
    margin: 0 0 1em 1em;
}
#sidebar {
    width: 10.3em;
}
#sidebar.horizontal {
    width: 100%;
    border: solid 1px black;
    border-width: 0 0 1px 0;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}
#in-sidebar.horizontal {
    border: 0 solid #000;
    position: static;
    min-height: 3em;
}
#in-sidebar.horizontal hr {
    margin: 0;
}
#sidebar.horizontal ul {
    margin-top: 0;
    margin-bottom: 2px;
    list-style-type: none;
}
#sidebar.horizontal li {
    float: left;
    padding: 0 2em 0 0;
}
#sidebar.horizontal .submenu {
    visibility: hidden;
    position: absolute;
    display: block;
    border: 1px solid black;
    padding: 1em;
    margin: 0 0 0 -1em;
    background-color: #c3c3ea;
}
#sidebar.horizontal .submenu li {
    float: none;
}
#sidebar.horizontal .menu_switch {
    float: right;
    position: relative;
    margin: 0 1em 1em 0;
}
#sidebar.horizontal li:hover .submenu {
    visibility: visible;
    z-index: 100;
}
#content {
    display: block;
    margin: 0 0 0 10.3em;
    padding: 1.5em;
    white-space: nowrap;
}
#content > * {
    white-space: normal;
}
#content.horizontal {
    margin-left: 0;
    white-space: normal;
    overflow: auto;
}
h3 {
    margin: 10px 0 10px 0;
}
h3:first-of-type {
    margin-top: 0;
}
h3 a:focus,
h3 a:focus img {
    border: none;
    outline: none;
}
h4 {
    margin: 0 0 .5em 0;
}
#error,
#notification,
#hide_ads_info,
#long_process_warning {
    display: inline-block;
    background-color: #EAB7B7;
    margin: 0 0 1.5em 0;
    color: #A32424;
    padding: 1em 20px 1em 1em;
    font-weight: bold;
    border: solid 1px #A32424;
    border-radius: 4px;
}
#long_process_warning,
#hide_ads_info,
#notification {
    background-color: #FFFF99;
    color: black;
    border-color: black;
}
#long_process_warning {
    display: none;
    border-radius: 0;
}
#error span,
#notification span {
    margin: 0 4em 0 1em;
    float: left;
    max-width: 700px;
}
#error i.fa-exclamation-circle,
#notification i.fa-exclamation-circle {
    color: #B00;
    float: left;
}
#error #close-icon,
#notification #close-icon {
    float: right;
    color: black;
}
.menu_switch,
.context_help {
    font-size: 9px;
    list-style-type: none;
}
#footer {
    margin-top: 5px;
    color: #999;
    clear: right;
}
#lc_logo {
    text-align: right;
}
#ske_version {
    text-align: right;
    margin-top: 2px;
    font-size: 90%;
}
#switch_language {
    text-align: right;
}
#switch_language select {
    border: solid 1px #DDD;
    margin: 0 1em 6px 0;
    background-color: transparent;
    color: #999;
    outline: none;
}
#lc_logo a {
    color: #999;
}
.lemma {
    font-size: 300%;
}
#lemma2header {
    background-color: #CFC;
    display: inline-block;
    padding: 0 5px 0 5px;
    margin-left: 9px;
}
.mwlemma {
    font-size: 200%;
}
.backlight {
    background-color: #fcc;
}
.eval_set {
    font-size: 200%;
    font-weight: bold;
}
.note {
    padding: 0 0 0 1em;
    color: #555;
}
.clust {
    padding: 0 0 0 1em;
    font-size: 85%;
}
.highlighted {
    font-weight: bold;
    color: red;
}
.advanced_options h3 {
    font-size: 160%;
    margin: 10px 0 0 2px;
}
.advanced_options h4 {
    font-size: 120%;
    margin: 20px 0 0 0;
}
.indent {
    margin-left: 3em;
}
.no-wrap {
    white-space: nowrap;
}
.ffopts {
    display: inline-block;
    margin-left: 5px;
}
#content form {
    background-color: #e4e4f6;
    display: inline-block;
    border: solid 1px black;
    padding: 1em;
    margin: 0 0 1em 0;
    border-radius: 4px;
}
#content div.bonito-pagination form {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0.5em 0.5em 0 0.5em;
}
#content form.simple_form.view {
    background-color: transparent;
    border: none;
}
#content form.tblexform {
    border: none;
    min-width: 0;
    background-color: transparent;
    padding: 0;
}
fieldset {
    border: none;
    margin: 14px 0 6px 0;
    padding: 0 0 0 14px;
}
fieldset legend {
    font-size: 130%;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin-left: -11px;
    white-space: normal;
}
fieldset fieldset {
    float: left;
    margin: 6px 10px 6px 6px;
}
fieldset fieldset legend {
    font-size: small;
}
fieldset p {
    width: 500px;
}
fieldset.parallel table.form table.form {
    margin-left: 5em;
}
.wrong {
    outline: red solid 1px;
    background-color: #FDD;
}
.multiple_choice {
    display: inline-block;
    height: 80px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: scroll;
    border: solid 1px #AAA;
    background-color: white;
    resize: vertical;
}
.multiple_choice > label {
    display: block;
    border: dashed 1px #AAA;
    border-width: 0 0 1px 0;
    padding-right: 4px;
}
.multiple_choice table {
    border-collapse: collapse;
}
.multiple_choice td {
    padding: 2px 4px;
    border: solid 1px #AAA;
    background-color: white;
}
.multiple_choice td.over,
.multiple_choice > label.over {
    background-color: #DDD;
}
.multiple_choice label input[type="checkbox"] {
    margin: 0 0 0 2px;
    vertical-align: bottom;
}
.multiple_choice td.sel,
.multiple_choice > label.sel {
    background-color: #CCC;
}
.multiple_choice td.sel.over,
.multiple_choice > label.sel.over {
    background-color: #BBB;
}
table.form th {
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 5px 5px 0;
}
tbody.advanced_query input[type="text"] {
    width: 280px;
}
tbody.simple_query input[type="text"] {
    width: 280px;
}
fieldset.parallel input[type="text"] {
    width: 262px;
}
table.form tr.required th {
    font-weight: bold;
}
#advanced {
    margin-top: 10px;
}
div.buttons {
    padding-top: 5px;
}
#save_ws_options {
    display: none;
}
#save_thes_options {
    display: none;
}
#save_wsdiff_options {
    display: none;
}
.texttypetable tr td {
    vertical-align: top;
}
input.fc_lemword {
    width: 120px !important;
}
.envelope {
    border: solid 1px #CCC;
    background-color: #eee;
    padding: 4px;
    margin: 3px;
    float: left;
}
.envelope th {
    font-style: normal;
    font-weight: bold;
    padding: 3px;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
}
.envelope ul {
    list-style-type: none;
    padding-left: 16px;
    margin: 0;
}
.envelope ul.httypes {
    padding-left: 0;
    list-style-type: none;
}
.envelope input {
    margin: 0;
}
#progress_message {
    border: 1px solid #AAA;
    border-radius: 4px;
    margin-top: 1em;
    background-color: #DDD;
    padding: 1em;
    width: 55%;
}
#progress_message p:first-of-type {
    margin-top: 0;
}
#progress_scale {
    width: 30%;
    min-width: 300px;
    height: 16px;
    border: 1px solid black;
    background-color: white;
    padding: 1px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
}
#processbar {
    height: 14px;
    border: 1px solid #AD6;
    background-color: #CF8
}
#processper {
    font-weight: bold;
}
form#navigation_form, form#navigation_form2 {
    background-color: #EEE;
    border: 0;
    padding: 0.5em;
    margin: 0;
}
.bonito-pagination-left {
    padding-right: 6px;
    display: inline;
}
.bonito-pagination-right {
    padding-left: 6px;
    display: inline;
}
.bonito-pagination-core {
    display: inline;
}
.bar {
    background-color: #008;
}
.greybar {
    background-color: #999;
}
.autocomplete-w1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px 0 0 6px;
    _background: none;  /* IE6 fix: */
    _margin: 0;
}
.autocomplete {
    border: solid 1px #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
    _height: 350px;   /* IE6 specific: */
    _margin: 0;
    _overflow-x: hidden;
}
.autocomplete .selected {
    background-color: #DDD;
}
.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}
.autocomplete strong {
    font-weight: normal;
    color: red;
}
#help_format {
    display: none;
    border: solid 1px #AAA;
    border-radius: 3px;
    width: 200px;
    background-color: #FF9;
    box-shadow: 2px 2px 4px #AAA;
    position: absolute;
    padding: 4px;
    margin-left: 6px;
    white-space: normal;
}
#help_format.inline {
    display: inline-block;
}
#infobox {
    border: solid 1px #006;
    padding: .5em;
}
hr {
    border: 0;
    height: 1px;
    color: black;
    background-color: black;
    padding: 0;
}
.warning {
    color: red;
}
#rightpanel {
    right: 10px;
    top: 120px;
    width: 10%;
    position: absolute;
    border: 2px solid;
    padding: 10px;
    background-color: #e4e4f6;
}
#rightpanel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 0.5em;
}
#rightpanel h3 {
   margin: 0;
   padding: 0;
}
#rightpanel hr {
   margin-top: 5px;
   margin-bottom: 5px;
   padding: 0;
}
div.narrowmain {
    width: 85%;
}
.dark {
    background-color: #600;
    color: #fff;
}
table.query {
    border: solid 1px #600;
    border-spacing: 0;
}
.color_table {
    border: solid 1px;
}
.wsdiff_0 {
    background-color: transparent;
}
.wsdiff_1 {
    background-color: #9c9;
}
.wsdiff_2 {
    background-color: #7c7;
}
.wsdiff_3 {
    background-color: #3c3;
}
.wsdiff_-1 {
    background-color: #e99;
}
.wsdiff_-2 {
    background-color: #e66;
}
.wsdiff_-3 {
    background-color: #e44;
}
.desc {
    display : inline;
}
fieldset.float {
    border-width: 0;
    background-color: transparent;
}
table.result {
    border-spacing: 0;
    margin-top: 0.5em;
}
table.result tbody tr:nth-child(2n+2) {
    background: #ddd;
}
table.result td {
    padding: 2px 0.3em 0 0.3em;
}
table.numtab td {
    text-align: right;
}
table.data th.super {
    text-align: center;
}
tr.even {
    background-color: #ddd;
}
table.result th {
    border-bottom: solid 2px gray;
    padding: 3px 0.5em 2px 0.5em;
}
table.result td.left {
    text-align: left;
    font-weight: bold;
    padding-left: 3px;
}
.plusminus {
    padding: 0;
    margin: 2px 4px 2px 5px;
    display: inline-block;
}
.leaf {
    display: inline-block;
    margin: 2px 4px 2px 5px;
    width: 9px;
    height: 9px;
}
#cup_hl_line {
    display: none;
}
.lngrpinfo {
    margin: 1em 0 1em 0;
    border-spacing: 0;
}
.lngrpinfo td, .lngrpinfo th {
    padding: 2px 1em 2px 0em;
    text-align: right;
}
.lngrpinfo th {
    text-align: left;
}
.copy_div {
    position: relative;
}
.copy_div .fa {
    color: black;
}
.copy_button {
    opacity: 0.3;
}
.copy_button.selected {
    opacity: 1.0;
}
#contextel,
#wsmoreel,
#texttypeel,
#thesmoreel,
#wsdiffadvel,
#patternsadvel,
#trends_advanced_field,
.advanced_query {
    display: none;
}
#detailframe  {
    position: fixed;
    overflow: auto;
    bottom: 0;
    left: 20%;
    right: 20%;
    max-height: 30%;
    width: auto;
    display: none;
    background-color: #FFFF99;
    border-radius: 10px 10px 0 0;
    border: solid 1px #AAA;
    padding-bottom: 1em;
}
#detailframe a {
    font-size: small;
}
#detailframecontent {
    margin: 10px;
}
#hideel img {
    margin: 10px auto 0 auto;
}
#detailframecontent span.load {
    display: block;
    width: 150px;
    margin: 10px auto 10px auto;
    text-align: center;
}
#detailframe textarea {
    width: 95%;
    margin: 5px auto 5px auto;
    height: 200px;
    display: none;
    font-size: 90%;
}
#hideel {
    display: block;
    width: 100%;
    text-align: center;
    height: 18px;
}
.err_aux,
#filter_select_lines,
#filter_unselect_lines {
    display: none;
}
#subcorpinfo {
    padding-top: 4px;
}
.clearboth {
    clear: both;
}
.result_info_line {
    display: inline-block;
}
.thes_item_score, .thes_item_freq {
    text-align: right;
    vertical-align: top;
}
#svg_plot {
    display: inline-block;
    background-color: white;
    border: solid 1px #CCC;
    padding: 1em;
    margin-bottom: 1em;
}
form#freqdist_granularity {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
/* noUISlider styles */
.noUiSlider, .noUiSlider * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: default;
}
.noUiSlider {
    position: relative;
}
.noUiSlider a {
    position: absolute;
    z-index: 1;
}
.noUiSlider a:nth-child(2) {
    background: inherit !important;
}
.noUiSlider.vertical a {
    width: 100%;
    bottom: 0;
}
.noUiSlider.horizontal a {
    height: 100%;
    right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.noUiSlider:before, body.TOUCH, .noUiSlider div {
    -ms-touch-action: none;
}
.noUiSlider:before {
    display: block;
    position: absolute;
    width: 150%;
    left: -25%;
    height: 400%;
    top: -150%;
    content: "";
    z-index: -1;
}
.noUiSlider.vertical:before {
    width: 400%;
    left: -150%;
    height: 150%;
    top: -25%;
}
}
.noUiSlider {
    border: 1px solid #908d84;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.noUiSlider.connect a, .noUiSlider.connect.lower {
    background: #b2a98f;
}
.noUiSlider, .noUiSlider.connect.lower a {
    background: transparent;
}
.noUiSlider.disabled, .noUiSlider.disabled.connect.lower a {
    background: #ccc;
}
.noUiSlider div {
    height: 18px;
    width: 18px;
    border: 1px solid #99968f;
    border-radius: 3px;
    background: #efefe7;
    cursor: pointer;
}
.noUiSlider.disabled div {
    background: transparent;
}
.noUiSlider.horizontal {
    width: 300px;
    height: 10px;
}
.noUiSlider.horizontal div {
    margin: -5px 0 0 -9px;
}
#slider_granularity {
    display: inline-block;
}
#slider_value {
    width: 70px;
    margin-left: 1em;
}
#full_ref {
    border: none;
}
.corpinfo {
    border-spacing: 0;
    padding: 0;
    float: left;
    margin: 0 1em 1em 0;
}
.corpinfo tr th {
    text-align: left;
    font-weight: bold;
    padding: 4px 6px;
    border: 1px solid #CCC;
    border-width: 0 0 2px 0;
}
.corpinfo tbody tr:nth-child(odd) {
    background-color: #E6E6E6;
}
.corpinfo tbody td:nth-child(1) {
    text-align: left;
}
.corpinfo td {
    padding: 4px 6px;
    text-align: right;
    border: 1px solid #CCC;
    border-width: 0 0 1px 0;
}
.pextrg {
    display: none;
}
.trgex p {
    margin: 0;
    padding: 0;
}
.trgex p:hover {
    background-color: #DDD;
}
#simple_n_slider.horizontal {
    width: 100px;
    background-color: white;
    display: inline-block;
}
.inline_notification {
    display: none;
    color: #555;
}
a.mwlink {
    font-weight: bold;
    text-decoration: none;
    color: black !important;
    white-space: nowrap;
}
a.mwlink i {
    margin-left: 4px;
    font-size: 90%;
}
a.mwlink:hover {
    color: #a20 !important;
}
a.bim_coll {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a.bim_coll:hover {
    color: #A00;
}
form.ibim_template {
    padding: 2px !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
}
form.ibim_template input[type="text"] {
    width: 80px;
    margin-left: 6px !important;
}
table.bim {
    background-color: #cfc;
    position:relative;
    left: -1px;
}
tr.ibim {
    background-color: rgba(150,150,150,0.3) !important;
}
td.with_ibim {
    border: solid 1px rgba(0,0,0,0.3) !important;
    background-color: rgba(150,150,150,0.3) !important;
    border-width: 0 0 1px 0 !important;
    padding-top: 0;
}
#alt_lposes {
    display: inline-block !important;
}
#info_tables {
    overflow: auto;
}
#struct_stats {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#struct_stats > li {
    margin: 2px;
}
#struct_stats > li > div {
    display: inline-block;
    border: solid 1px #CCC;
    background-color: #DDD;
    padding: 2px 4px;
    clear: left;
    min-width: 150px;
    font-size: 110%;
}
#struct_stats > li > div.se {
    cursor: pointer;
}
#struct_stats > li > div.se:hover {
    background-color: #EEE;
}
#struct_stats > li > div i {
    float: right;
}
.sas {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-left: 2em;
}
.sas > li {
    padding: 1px 2px;
}
.sas > li > div {
    display: inline-block;
    border: solid 1px #CCC;
    background-color: #DEDEDE;
    padding: 1px 2px;
    clear: left;
    white-space: nowrap;
}
.sas > li > div.has_examples {
    cursor: pointer;
}
.sas > li > div.has_examples:hover {
    background-color: #EEE;
}
.saex {
    margin: 4px 0 2px 2em;
    display: none;
    border-collapse: collapse;
}
.saex td,
.saex th {
    border: solid 1px #CCC;
    padding: 1px 2px;
}
#feedback_form {
    display: none;
    padding: .8em;
    margin: 0;
    background-color: #FDFDFD;
    overflow: auto;
}
#feedback_form textarea {
    margin-bottom: 6px;
    display: block;
    min-width: 410px;
    outline: none;
}
#feedback_form p {
    margin: 0 0 6px 0;
    font-style: italic;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 3em;
    box-shadow: .3em .3em 1em 0 rgba(50, 50, 50, 0.46);
    outline: none;
    border: solid 1px #AAA;
    background-color: white;
}
.ui-dialog-titlebar {
    background-color: #c3c3ea;
    color: black;
    font-size: 120%;
    padding: .5em;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.ui-dialog-titlebar button {
    float: right;
}
.ui-dialog-titlebar-close {
    margin: -2px -2px;
}
#feedback_attach {
    float: left;
}
#feedback_submit {
    float: right;
}
input[name="feedback_email"] {
    margin: 0 0 .4em 0;
    outline: none;
}
.errtext {
    font-size: 95%;
    margin: 0;
    padding: 2px 0 0 0;
    color: red;
}
.dataTables_wrapper {
    clear: none !important;
}
.dataTables_paginate {
    float: none !important;
    margin: 5px 0 0 0;
}
.dataTable {
    border: solid 1px black;
}
.dataTable tr.odd {
    background-color: transparent !important;
}
.dataTable tr.odd td.sorting_1 {
    background-color: #DDD !important;
}
.dataTable tr.even td.sorting_1 {
    background-color: #CCC !important;
}
.dataTables_length,
.dataTables_info {
    padding: 4px 0 4px 0;
}
.dataTable thead th {
    border: none;
}
.biterms {
    clear: none !important;
    width: auto;
}
.biterms thead tr {
    background-color: #c3c3ea;
}
.corpcheck {
    border: 1px;
    border-collapse: collapse;
}
.corpcheck tr {
    color: white;
}
.corpcheck td {
    padding: 2px 4px;
    font-size: 120%;
}
.corpcheck .warning {
    background-color: #500;
}
.corpcheck .fatal {
    background-color: #F00;
}
.corpcheck .error {
    background-color: #C00;
}
.corpcheck .normal {
    background-color: #FF0;
    color: black;
}
p.compact {
    margin: 2px 0;
    padding: 0;
}
.repeat_options,
#breadcrumbs {
    margin: 0;
    padding: 0 0 0 4px;
    list-style-type: none;
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 2px;
    background-color: #ddd;
    display: inline-block;
    width: auto;
}
.repeat_options,
#breadcrumbs.horizontal {
    clear: both;
}
.repeat_options li,
#breadcrumbs li {
    float: left;
    padding: 4px 6px 4px 0;
    margin: 0;
}
#breadcrumbs li a {
    color: black;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}
#breadcrumbs li a:hover {
    text-decoration: underline;
}
.repeat_options li em,
#breadcrumbs li em {
    color: #E00;
    font-style: normal;
    font-weight: bold;
}
.fa-check {
    color: #6C3;
    float: left;
}
.back-conc {
    margin-right: 4px;
}
.fa.fa-question-circle {
    color: #999;
}
.fa.fa-question-circle:hover {
    color: black;
}
#submenu .submenu {
    padding: 0;
    margin: 0 0 0 1em;
}
#in-sidebar .fa-question-circle {
    color: black;
}
#current_corpus {
    display: inline-block;
    padding: 9px 0;
}
ins {
    display: block !important;
    margin-bottom: 1em;
}
tr.cm td {
    padding-left: 2em;
    color: grey;
}
span.da {
    font-weight: bold;
}
noscript {
    background: #FF9;
    font-size: 140%;
    text-align: center;
    padding: 1em;
    display: block;
}
.raling {
    text-align: right;
}
#savebiterms_dialog {
    padding: 1em;
}
a.subscribe_link {
    background-color: #EDAE44;
    padding: 3px;
}
#hide_ads_info {
    display: none;
    padding: 1em;
}
#hide_ads_link {
    display: block;
    margin-bottom: 1em;
}
ul.listview {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.listview li {
    display: inline-block;
    padding: 6px 8px;
}
#ske_logo {
    display: block;
    float: right;
    padding: 1em;
    text-align: center;
    font-size: 80%;
}
#ske_logo a {
    color: #2AA0D1;
}
.ywrap200 {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}
