/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
 
 .selectize-control {
    display: inline-block;
    vertical-align: top;
}

.fetch_all {
    cursor: pointer;
    margin-top: 5px;
    width: 15em;
}

.fetch_all > span {
    margin: 5px;
}

#container_product,
#container_component {
    vertical-align: top;
}

.selectize-input.full {
    background-color: #ffffff;
    z-index: auto;
}

.selectize-input {
    padding: 1px 1.5em 1px 5px;
    min-width: 15em;
    border-color: #aaa;
    overflow: initial;
}

#bz_buglist_length .selectize-input {
    min-width: auto;
    padding: 1px 12px 1px 5px;
}

.freeze {
    left: 0;
    opacity: 1;
    position: 'relative';
}

.single .selectize-input {
    min-height: 16px;
    line-height: 19px;
}

.selectize-control.single .selectize-input input {
    text-indent: 1em !important;
    z-index: 999999;
    line-height: 2em !important;
}

.selectize-control.plugin-remove_button.single [data-value] {
/*    padding-right: 2px !important; */
}

td.groups {
    width: 50em;
    padding-left: 1em;
}

.flag_select {
    min-width: 3.3em;
}

.flag_select .selectize-input {
/*    height: 32px; */
    min-width: 10px;
/*    width: 10px; */
    padding-right: 1.5em;
}

.flag_select .selectize-input .item {
/*    font-size: 18px;  */
    line-height: 22px;
    padding-left: 0.2em;
    padding-right: 0px!important;
}

.plugin-drag_drop .selectize-input > * {
    display: block;
}

.editor_row .selectize-input {
    min-width: auto;
}

#summary_field, .search_field_row {
    white-space: normal !important;
}

.field_label .selectize-control {
    text-align: left;
}

#field_label_short_desc {
    width: unset !important;
}

#header form, #header form input, #footer form, #footer form input {
    margin-top: 0.3em;
}

#header .form .txt, #footer .form .txt {
    font-size: 1.44em;
}


.checkbox > input {
    height: auto;
    line-height: auto;
    margin: 0 !important;
    vertical-align: middle;
}


.selectize-control.single .selectize-input::after {
    right: 7px !important;
}

.selectize-control.multi .selectize-input::after {
    border-color: #333333 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 7px;
    bottom: 13px;
    width: 0;
}

#container_product .selectize-input,
#container_component .selectize-input,
#container_rh_sub_components .selectize-input {
    width: 28em;
}

#custom_search_filter_section > div {
    margin-bottom: 0.5em;
}

.custom_search_condition .selectize-input {
    width: 20em;
}

.any_all_select .selectize-control {
    vertical-align: middle;
}

.selectize-input > input[placeholder] {
    min-width: 12em;
    line-height: 2.8em !important;
}

input {
    color: black;
}

div.bb-working {
    right: 50%;
    top: 50%;
}

.selectize-control.plugin-remove_button .remove-single {
    display: none;
}

.selectize-control.single.plugin-remove_button [data-value] {
    position: relative;
    min-height: 1em;
    white-space: nowrap;
}

.selectize-control.single .item {
    pointer-events: none;
}

.selectize-dropdown .optgroup-header {
    background: #fff none repeat scroll 0 0;
    color: #000;
    cursor: default;
    font-weight: bold;
    padding-top: 0;
}

.selectize-input .item {
    max-width: 26em;
    line-height: 2em;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    background-color: #dedede;
}

.selectize-dropdown {
    width: auto !important;
    margin: 0px;
    border: 1px solid #aaa;
}

.selectize-dropdown-content {
    min-height: 2em;
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 3px 12px;
}

.optgroup .option {
    padding-left: 1.5em;
    white-space: nowrap;
}

table#flags tr td {
    vertical-align: middle;
}

.fa.fa-spinner.fa-pulse {
    margin-right: -1em;
}

.selectize-dropdown.bz_private_data .active,
.selectize-dropdown.bz_private_data .active * {
    background-color: pink !important;
}

.bz_extra_private_groups .selectize-input,
.bz_extra_private_groups .selectize-control.multi .selectize-input.has-items {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 2em;
    line-height: 2em;
}

.bz_extra_private_groups .selectize-control.multi .selectize-input>div {
    margin-top: 2px;
    margin-bottom: 1px;
    line-height: 1.7em;
}

.bz_extra_private_groups .selectize-input>input[placeholder] {
    line-height: 1.7em !important;
}
