.badge {
    background-color: orange;
}

.navbar {
    background: white;
    border-color: #dddddd;
}

.jumbotron {
    background: white;
}

.navbar-nav .active a {
    background: white !important;
    border: 0px;
    border-bottom: 2px solid gray !important;
    color: black !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar-nav a:hover {
    color: black !important;
}


.navbar-nav a {
    text-shadow: none !important;
}

body {
    padding-top: 85px;
}

.underline_focus:hover {
    border-bottom: 1px solid lightgray;
}

.space_above {
    margin-top: 20px;
}

.space_below {
    margin-bottom: 20px;
}

footer {
    color: gray;
}

.nospace_above {
    margin-top: 0px;
}

.huge_button {
    font-size: 64px;
    width: 128px;
    height: 128px;
    margin: 10px;
}

.btn-border {
    margin: 2px;
}

.pagination {
    float: none;
}

.bootstrap-select {
    width: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.tab-pane.active {
    background-color: white;
}

li.active {
    background-color: white;
    font-weight: bold;
}

.tab-content {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0 0px 5px 5px;
}

ul.nav-tabs {
}

fieldset {
    margin-top: 25px;
}

.autocomplete-select-box {

    border:  1px solid lightgray;
    padding:  30px;
    margin:  -20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.autocomplete-select-box > div {
  padding-top: 10px;
}

.autocomplete-select-box .remove-button {
  cursor: pointer;
}

.modal-dialog .small-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.modal-dialog .form-group .small-padding:first-child {
  padding-left: 10px;
}

.modal-dialog .form-group .small-padding:last-child {
  padding-right: 10px;
}

.modal-dialog .small-padding input {
  padding-left: 6px;
  padding-right: 6px;
}

.autocomplete-select-box .autocomplete-item .remove-button {
    float: right;
    padding-right: 10px;
}

.autocomplete-select-box .autocomplete-item {
    padding: 5px;
}

.autocomplete-select-box .autocomplete-item-text {
    cursor: pointer;
}

.autocomplete-select-box .autocomplete-item:hover {
    font-weight: 700;
}

.list div {
    margin-bottom: 5px;
    cursor: pointer;
}

.list_header {
    padding-bottom: 10px;
}

.list_header div {
    border-bottom: 1px solid gray;
    font-weight: bold;
    padding-bottom: 2px;
}

.bold_focus:hover {
    font-weight: bold;
    color: #428bca;
}

.text-right {
    text-align: right;
}

.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

.taxonomy-lookup-results {
    margin-top: 20px;
    padding: 20px;
}

.taxonomy-lookup-results div.row {
    padding-bottom: 5px;
}

.highlight {
    font-weight: bold;
}

.taxonomy-selector {
    cursor: pointer;
}

.taxonomy-lookup-results .row {
    cursor: pointer;
}

.linkspace {
    display: inline-block;
    width: 30px;
}

input.textinput {
    padding-left: 10px !important;
}

p.word-breaking  br.word-selectable-break-hidden {
    display: none;
}

p.word-breaking {
}

.word-selectable {
    cursor: pointer;
}

p.word-breaking br {
    display: block;
}

.word-selectable-start-line:before {
    content: ' (next record) ';
}

.pairing-table-header {
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
}

.pairing-table-row {
}

.pairing-table-row > div {
}

.pairing-inner-box {
    height: 200px;
    border: 1px solid lightgray;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    overflow: auto;
}

.pairing-inner-box:hover {
    font-weight: bold;
    border-color: blue;
}

.pairing-table {
    position: relative;
}

.pairing-table-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
    opacity:.8;
}

.pairing-inner-box-empty {
    opacity:0.1;
}

.tab-pane .row {
    padding-top: 5px;
}

.tab-pane .row:hover {
    background-color: rgb(255,255,200);
}

.input-group-addon.disabled {
    display: none;
}

.help-block {
    display: none;
}

.has-error .help-block {
    display: block !important;
}

.right-buttons-heading {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

.panel-actions button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.panel-actions span {
    margin-top: 5px;
    margin-bottom: 10px;
}

.panel-heading h4 {
    cursor: pointer;
}

.panel-heading h4:hover {
    text-decoration: underline;
}

.panel-heading h4 .header-collapse:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading h4 .header-collapse.collapsed:after {
    content:"\e080";
}

ul.taxonomy-display-implicit-attributes {
    list-style: none;
}

ul.taxonomy-display-implicit-attributes li {
    font-style: italic;
    color: #999;
}

.taxonomy-display-code {
    color: #999;
}

.taxonomy_selector_dialog_tree_breadcrumbs {
    min-height: 30px;
    width: 100%;
}

.taxonomy-lookup-tree-results .row {
    cursor: pointer;
    margin-bottom: 5px;
}

.taxonomy-lookup-tree-results .row:hover div {
    text-decoration: underline;
}

.taxonomy-lookup-tree-results ul {
    list-style: none;
}

.taxonomy-lookup-tree-results li {
    font-style: italic;
    color: #999;
}

.taxonomy_selector_dialog_tree_breadcrumbs span.breadcrumb {
    cursor: pointer;
    margin-bottom: 5px;
    background: none;
}

.taxonomy_selector_dialog_tree_breadcrumbs span.breadcrumb:hover {
    text-decoration: underline;
}

body {
    overflow-y: scroll;
}

#choose_from_lookup_dialog_results {
    padding-top: 20px;
}

#choose_from_lookup_dialog_results input {
    margin-right: 10px;
}

#choose_from_lookup_dialog_results label {
    font-weight: normal;
}

.show-empty {
    margin-top: 5px;
}

.comment-box {
    width: 100%;
    border-top: 1px solid lightgray;
    margin-top: 20px;
}

.comment-box h3 {
    font-size: larger;
    display: none;
}

.comment-list {
    margin-top: 10px;
}

.error_message {
    width: 100%;
    text-align: center;
    margin: 30px;
    padding: 30px;
    border: 1px solid red;
    color: red;
}

.radio_taxonomy_widget {
    display: inline;
    display: inline-flex;
}

.radio_taxonomy_widget ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
}

.radio_taxonomy_widget ul li {
    display: block;
}

.radio_taxonomy_widget ul li label {
    font-weight: normal !important;
}

.keywords .row {
    padding-bottom: 15px;
}

.keywords .keyword-switch {
    padding-bottom: 5px;
}


.formset-form-heading input {
    display: inline;
    margin-left: 5px;
}

.two_columns .controls {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.four_columns .controls {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
}

.connect-button {
    border: none;
    background: transparent;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.connect-button:hover {
    text-decoration: underline;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 1px 5px;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 3px;
}

.text-xxs {
    font-size: 12px;
}

.horiz_space {
    display: inline-block;
    padding-left: 30px;
}

.add_substance_button_container {
    padding-bottom: 2em;
    margin-top: -2em;
}

#add_to_params_dialog_iframe {
    border: none;
}

td div.row div.col-lg-4 {
    width:20%;
}

td div.row div.col-lg-8 {
    width:80%;
    word-break: break-all;
    overflow-wrap: break-word;
}

div.ipcol {
    /* implicit parameter column */
    word-break: break-all;
    overflow-wrap: break-word;
}

table.list tr {
    border-bottom: 1px solid gray;
}

table.list tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.list .states {
    font-weight: lighter;
    margin-top: 10px;
    font-size: smaller;
    color: gray;
}

.btn span.glyphicon {
    margin: 0;
}

div.stats {
    margin-top: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.subdued {
    color: #888888;
    font-size: 82.5%;
}

.grey {
    color: #888888;
}

ul.no-bullets {
    list-style: none;
    padding-left: 2rem;
}

div.sticky {
    position: sticky;
    top: 80px;
    right: 30px;
}

.strong {
    font-weight: bold;
}

ul.socialaccount_providers {
  list-style: none;
  padding-left: 0;
  margin: 2em auto 2em auto;
  display: table;
}

.socialaccount_provider, google {
  padding: 0.5em 1.5em 0.5em 3.5em;
  margin: 0.5em;
  background: #4285f4 url("/static/assets_comboweb/images/google.svg") no-repeat;
  background-size: auto 75%;
  background-position: 0.5em center;
  color: white;
  font-size: 150%;

}

.float-right {
    float: right;
}
