/* line 1, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
.search-item-group {
  width: auto;
  float: right; }
  /* line 4, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  .search-item-group #searchItem {
    height: 43px;
    margin-top: 5px;
    border: 1px solid black;
    border-right: none;
    width: 300px;
    padding: 5px; }
  /* line 12, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  .search-item-group #addItem {
    background: #f44336;
    color: #fff; }

/* line 19, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
#bigboardItems #bigboardItemsTable {
  font-size: 1.4rem;
  text-transform: uppercase; }
  /* line 23, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  #bigboardItems #bigboardItemsTable tr.urgent {
    background-color: #f5c6cb; }
    /* line 25, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
    #bigboardItems #bigboardItemsTable tr.urgent .toggle-style-label {
      color: #dc3545; }
  /* line 29, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  #bigboardItems #bigboardItemsTable tr.featured {
    background-color: #c3e6cb;
    font-weight: bold; }
    /* line 32, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
    #bigboardItems #bigboardItemsTable tr.featured .toggle-style-label {
      color: #28a745; }
  /* line 36, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  #bigboardItems #bigboardItemsTable tr.inactive {
    display: none; }
  /* line 40, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  #bigboardItems #bigboardItemsTable td {
    padding: 4px 2px; }
    /* line 42, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
    #bigboardItems #bigboardItemsTable td .btn.btn-just-icon {
      height: 20px; }
      /* line 44, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
      #bigboardItems #bigboardItemsTable td .btn.btn-just-icon i.material-icons {
        font-size: 20px;
        line-height: 20px; }
  /* line 50, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
  #bigboardItems #bigboardItemsTable th.bb-actions {
    min-width: 90px; }
/* line 57, /sites/hannibal.townsquarecommerce.com/releases/20250730221336/app/assets/stylesheets/common/bigboards.scss */
#bigboardItems.auctionmgr #bigboardItemsTable tr.inactive {
  display: table-row;
  opacity: 0.3; }
