.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table input[type="number"] {
    font-size: 13px;
    margin: 0;
    min-width: 185px;
    padding: 6px 5px;
}

.modal {
    max-width: 890px;
    margin: 3% auto 0;
    width: 100%;
}

.modal-footer {
    border: none;
}

div.panel-heading {
    cursor: pointer;
}

body {
    position: relative;
}

.select2-search__field {
    min-width: 200px !important;
}

.select2-search__field {
    min-width: 200px !important;
}

.select2-search.select2-search--dropdown > .select2-search__field {
    max-width: 95% !important;
}

.select2-search.select2-search--dropdown::before {
    font-family: "Glyphicons Halflings";
    content: "  \e003  ";
}