
#sidebar-fixed {
	display: none;
}

/*

#sidebar-fixed {
  width:220px;
  display: none;
  position: absolute;
  top: 0px;
  left: -250px;
  z-index: 10000;
  height: 100%;
}

div.sidebar-nav {
  height: 100%;
}

div.fadeMe {
  display: none;
  opacity:    0.5;
  background: #000;
  width:      100%;
  height:     100%;
  z-index:    10000;
  top:        0;
  left:       220px;
  position:   fixed;
}
*/

.stock_item_options li{
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 5px;
    margin: 1px;
    margin-left: -24px;
}
.stock_item_options::-webkit-scrollbar {
    -webkit-appearance: none;
}
.stock_item_options::-webkit-scrollbar:vertical {
    width: 11px;
}
.stock_item_options::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

#print_page {
    width:200px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}