﻿@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500;700&display=swap');
body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size:14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#ManufacturersList {
    display: inline-block;
    width: 150px;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    color: #14345a;
    padding: 0px;
    margin-right: 10px;
    line-height: 0;
    height: 25px;
}
#header-m-list, #header-rs-list {
    position: absolute;
    right: 1px;
    left: auto;
    width: 250px;
    top: 43px;
    border: 1px solid #eee;
    display: none;
    overflow: auto;
    background-color: #14345a;
}
#header-m-list table, #header-rs-list table{
    margin-bottom: 0px !important;
}
#MerchantList {
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}