﻿input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


.select2-results__option[aria-disabled="true"] {
    color: red !important;
    font-style: italic;
    text-decoration: line-through;
}

.tabSearchType.active {
    background-color: #ccc !important;
    color: #ffffff !important;
    border: 0px !important;
    font-size: 1.08rem !important;
}
