.range-input {
    position: relative;
}

.range-input input,
.range-input input:focus {
    padding-right: 35px;
}

.range-input .range-length {
    position: absolute;
    right: 10px;
    top: 9px;
    font: normal 400 15px/19px 'Roboto', sans-serif;
    color: #666;
}

.lkm__key--modal .selectize-dropdown__inline {
    position: static;
}

.isDuplicate {
    font-weight: 700 !important;
}

.fixSearchInput .selectize-input input {
    width: 100% !important;
}

.fixSearchInput .selectize-input span ~ input {
    width: 4px !important;
}

[name$="transaction.reports"][data-type] {
    width: 75%;
    display: inline-block;
}

[name$="transaction.reports"][data-type] ~ .presstip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(75% + 5px);
}

.btn {
    font-family: 'PT Sans', 'DejaVu Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 10px;
    display: inline-block;
    color: #222222;
    background: #EBEBEB;
    vertical-align: middle;
    height: auto;
}

.btn.btn--inline {
    background: transparent;
}