.dashboard{background:#000; width:100%; display:none;}
.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
.white_bg{background: #fff;}
.search_product{display:block; background: #696969; width:100%;}
.items-list{background: #fff; height:300px; overflow-y:auto;}
ul.characters, ul.numbers, ul.other-btns {width: 100%; list-style-type: none; display:inline;}
ul.characters li, ul.numbers li, ul.other-btns li{width: 33%; float:left; padding: 5px; border:1px solid #000; margin: 1px;text-align:center;}
ul.characters li a,ul.numbers li a{color:#000; display:block;text-decoration:none;}
ul.characters li:nth-child(3n-2){background:#90EE90;}
ul.characters li:nth-child(3n-1){background:#20B2AA;}
ul.characters li:nth-child(3n+0){background:#B0C4DE;}
ul.other-btns li{background:#FFA500;}
.extra-btns{display:inline;}
.extra-btns a{border: 1px solid; padding: 5px; border-radius: 3px; width:100%; text-align:center; display:block;}
.hidekeyboard{color: #7FF7FB;}
.existsearch{background-color: #953535; color:#fff;}
.stringsearch{color: #FBC0FF;}
.padLR0{padding-left: 0;padding-right: 0;}
.item{float:left;width:100%;}
.item:nth-child(odd){background: #FFFFE0;}
.add_item{background: #00a000; text-align:center; padding:5%; width:100%;display:block; color:#fff; text-decoration:none;}
.acResults{max-height:250px;overflow-y:auto!important;}