html {
	height: 100%;
}
body {
  padding-top: 24px;
  height: 100%;
}
a {
	text-decoration: none;
}

[data-bs-theme=dark] body {
	background-color: #222;
}

[data-bs-theme=light] body {
	background-color: #ccc;
}

.shadowbox{
	border: 1px solid #AAA;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

[data-bs-theme=dark] .shadowbox {
	background-color: #222;
}

[data-bs-theme=light] .shadowbox {
	background-color: #FFF;
}

[data-bs-theme=dark] .choices_drop {
	border: 1px solid #555;
	background-color: #222;
}

[data-bs-theme=light] .choices_drop {
	border: 1px solid #555;
	background-color: #fff;
	border-color: #D1D5DB;
	border-radius: 0.25rem;
}

[data-bs-theme=dark] .choices_list {
	background-color: #222;
}

[data-bs-theme=light] .choices_list {
	background-color: #FFF;
}
.bi {
  display:inline-block;
  vertical-align:-.125em;
  fill:currentcolor
}
.tabs_ul{
	border-bottom:1px solid #DDD;
}
.tabs_ul .nav-link{
	padding: 8px 16px 8px 16px;
}

[data-bs-theme=light] .tabs_ul .nav-link {
	color: #222;
}

[data-bs-theme=dark] .tabs_ul .nav-link {
	color: #EEE;
}

.tabs_ul .nav-link.active {
	border-bottom: 4px solid #4286f4;
	padding: 8px 16px 8px 16px;
	/*margin: 0 4px 4px 4px;*/
}
.tabs_ul .nav-link:hover {
	border-bottom: 4px solid #4286f4;
	padding: 8px 16px 8px 16px;
	/*margin: 0 4px 4px 4px;*/
}
.tabs_gr .nav-link{
	padding:8px;
}
.tabs_gr .nav-link.active{
	color: #495057;
	background-color: #eee;
	border: 1px solid;
	border-color: #ccc #ccc #eee #ccc;
	margin-bottom: -1px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

#cur_title{
	margin-left: 82px;
	font-weight: bold;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  width: 64px;
  padding-top: 12px;
  height: calc(100vh - 56px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
#main_container {
	min-width:1170px;
}
#mainbox {
/*	margin-left: 64px;
	min-width: 1040px;*/
	display: flex;
	width: 100%;
}
.testmode{
	color: #F00;
}
#mypassword {
	margin-top:10px;
}
#idxbtns {
/*	width: 152px;*/
}
#inventory_table{
	width: 100%;
	margin-top: 4px;
}
#inventory_table > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2
}
#inventory_table th{
	text-align: center;
	padding: 6px;
}
#inventory_table > thead{
	display: none;
}
.il_item>td, #inventory_table tr th {
	
}
table#inventory_table tr td button.delbut {
	display:none;
}
table#inventory_table tr:hover td button.delbut {
	display:inline-block;
}
#spt td, #spheader td{
	padding:4px;
}
.il_sysitem>td.il_desc{
	padding: 6px 6px 6px 16px;
}
.il_sysitem>td{
	padding: 6px 6px 6px 6px;
}
.il_desc{
	padding: 6px;
	width: 45%;
}
.il_del{
	width: 2%;
}
.il_suppl{
	padding: 6px;
	width: 11%;
}
.il_serno{
	padding: 6px;
	width: 14%;
}
.il_warr{
	padding: 6px;
	width: 8%;
}
.form-signin, .form-signup {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signup .form-signup-heading,
.form-signin .checkbox, .form-signup .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox, .form-signup .checkbox{
  font-weight: normal;
}
.form-signin .form-control, .form-signup .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus, .form-signup .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"], .form-signup input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"], .form-signup input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .btn, .form-signup .btn  {
  margin-bottom: 10px;
}
.itemsearch, .itemwrap {
	margin-top: 8px;
	padding: 8px;
	border-top: 1px solid #AAAAAA;
/*	border-bottom: 1px solid #AAAAAA;*/
}
.buttop {
	margin-bottom:15px;
}
.itemrow {
	border-left: 8px solid #FFFFFF;
}
.linkedrow{
	/*background-color:  #d9ff99 ;*/
	border-left: 8px solid #d9ff99;
}
.hasreportrow{
	/*background-color:  #b3cfff ;*/
	border-left: 8px solid #b3cfff;
}
#nav_left{
	background-color: #666;
}
#nav_left > li > a
{
	color: #000;
}
.nav-tabs > li > a
{
    /* adjust padding for height*/
    padding-top: 4px; 
    padding-bottom: 4px;
}
.nav_selected{
	margin-left: -12px;
	font-size: 10px;
}
.menu_icon{
	font-size: 24px;
/*	color: #fff;*/
}
.menu_selected, .menu_hovered{
	color: #000 !important; 
	background-color:#FFF !important;
}
#menuhover{
	position: absolute;
	padding: 6px;
	margin-left:64px;
	background-color:#FFF;
	width: auto;
	height: 45px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#menuhover > span {
	white-space: nowrap;
	display: inline-block;
	line-height: 32px;
	font-weight: bold;
}
.spacer {
	margin:4px;
}

.colnopad {
	padding-left: 4px;
	padding-right: 4px;
}

[data-bs-theme=light] .nonedit {
	background-color: #EEEEEE;
	height: 30px;
	padding: 4px;
	border: 1px solid #DDDDDD;
}

[data-bs-theme=dark] .nonedit {
	background-color: #333;
	height: 30px;
	padding: 4px;
	border: 1px solid #555;
}

.dataTables_empty {
  display:none;
}

[data-bs-theme=light] .navbox {
	padding: 8px;
	background: #CCC;
}

[data-bs-theme=dark] .navbox {
	padding: 8px;
	background: #888;
}

.parts_table th { font-size: 12px; }
.parts_table td { padding: 4px; font-size: 12px; }
.parts_table tbody tr { cursor:default; }

.parts_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.parts_table > thead > tr > th,
.parts_table > tbody > tr > th,
.parts_table > tfoot > tr > th,
.parts_table > thead > tr > td,
.parts_table > tbody > tr > td,
.parts_table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.parts_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.parts_table > caption + thead > tr:first-child > th,
.parts_table > colgroup + thead > tr:first-child > th,
.parts_table > thead:first-child > tr:first-child > th,
.parts_table > caption + thead > tr:first-child > td,
.parts_table > colgroup + thead > tr:first-child > td,
.parts_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.parts_table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.parts_table .parts_table {
  background-color: #fff;
}
.cl_price {
	padding: 0px;
}
.but_small {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #FFFFFF;
	border: none;
/*	font-weight: bold;*/
	border-radius: 10px;
	font-size: 16px;
	padding: 2px 8px 2px 8px;
	margin: -4px 0 -4px 0;
}
.but_small:hover {
	background-color: #286090;
}
table.dataTable tbody td.select-checkbox1,table.dataTable tbody th.select-checkbox1 {
 position:relative
}
table.dataTable tbody td.select-checkbox1:before,table.dataTable tbody td.select-checkbox1:after,table.dataTable tbody th.select-checkbox1:before,table.dataTable tbody th.select-checkbox1:after {
 display:block;
 position:absolute;
 top:1.2em;
 left:50%;
 width:16px;
 height:16px;
 box-sizing:border-box
}
table.dataTable tbody td.select-checkbox1:before,table.dataTable tbody th.select-checkbox1:before {
 content:' ';
 margin-top:-8px;
 margin-left:-8px;
 border:1px solid black;
 border-radius:3px
}
table.dataTable tr.selected td.select-checkbox1:after,table.dataTable tr.selected th.select-checkbox1:after {
 content:'\25A0';
 margin-top:-12px;
 margin-left:-8px;
 text-align:center;
 //text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}
.oftbl td, .oftbl th {
	padding: 8px;
}
#test_result_table td, #test_result_table th, #offer_table, #sys_edit_table th, #sys_list_table th,  #pt_edit_table th, #tbl_cat th{
	font-size:13px;
	padding: 6px;
}
#sys_edit_table td, #sys_list_table td, #pt_edit_table td, #tbl_cat td{
	font-size:13px;
	padding: 6px;
}
#inv_table th, #order_list th, .tbl_small th, .tbl_small td{
	font-size:13px;
	padding: 6px;
}
#inv_table td, #order_list td{
	font-size:13px;
	padding: 6px;
}
.invt_toolbar{
	float:left;
}
.invt_foot {
	float: left;
	margin-top: 8px;
}

[data-bs-theme=light] #s_tbl_w {
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
}

[data-bs-theme=dark] #s_tbl_w{
	border: 1px solid #AAA;
	background-color: #111;
	width: 100%;
	z-index: 1;
}
.pt_edit_head {
	float:left;
}
.invent_itemdesc {
	font-size:14px;
/*	height: 30px;
	margin-left: -24px;*/
}
#catnum {
	text-transform:uppercase;
}
.serialno_box {
	font-family: monospace;
	font-size: 12px;
	text-transform:uppercase;
}
.sysrow {
	background-color: #EEEEEE;
}
.sysitem {
	/*margin-left:12px !important;*/
}
.sysboxtitle {
	margin-left:-48px;
/*	font-weight:bold;*/
	font-size:14px;
}
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}
.narrow-pad {
   padding-left: 6px !important;
   padding-right: 6px !important;
}
.delbut {
	background: none;
/*	margin-right:6px;*/
    border: none;
    color: red;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
	font-weight: bold;
/*	visibility: hidden;*/
	line-height: 20px;
	outline:none;
}
.delbut:focus{
	outline:none;
}

.item_desc{
	display: inline-block;
	height: 28px;
	vertical-align: middle;
}
.table_smallfont{
	font-size: 12px;
}
.details-control{
	font-size:10px;
/*	font-weight: bold;*/
	cursor: pointer;
}
.inv_inner_table {
	background-color: #FFFFFF;
	margin-left: 0;
	width: 100%;
}
.inv_inner_table td {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.invtable_wrap{
	max-width: 600px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.image_thumb{
	height: 200px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	margin: 4px;
}
.image_thumb:hover{
	border: 1px solid #1111FF;
}
.image_thumb_sel{
	height: 200px;
	border: 2px solid #1111FF;
	display: inline-block;
	margin: 4px;
}
#man_wr, #cat_wr, .product_box{
	background : #EEEEEE;
	padding: 16px;
	display: none;
	border: 1px solid #ccc;
}

#prod_message, .sptfield {
	font-weight: bold;
}

.lightRed {
	background-color: #f0aaaa !important
}
.lightGreen {
	background-color: #ddf0dd
}
.lightYellow {
	background-color: #FFFFE0
}

#calc {
	margin-top: 26px;
	width:32px; 
	height: 32px; 
	background-size:cover;
	background-repeat: no-repeat;
}

#pricecalcbox {
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.6);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.6);
	position: absolute;
	padding: 8px;
	width: 320px;
/*	height: 110px;*/
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
}
.searchproductlist,.searchcategorylist {
	width: 100%;
	font-size: 11px;
	border: 1px solid #DDDDDD;
	padding: 4px;
}

.tab_but{
	display: block;
	color: #000000;
	padding: 6px;
	margin: 4px 4px 4px 4px;
}
#draftlist {
	font-size: 13px;
	color: #000000;
}
#reportlist th, #product_list th, #category_list th, #manufacturer_list th{
	font-size: 16px;
	padding: 8px;
	line-height: 14px;
}
#reportlist td, #product_list td, #category_list td, #manufacturer_list td{
	font-size: 16px;
	padding: 8px;
	line-height: 28px;
}
.replisticon{
	color: #cdcdcd;/*#b7d1ff;*/
	font-size:22px;
	cursor: pointer;
}
.replisticon:hover{
	color: #000000;
	font-size:22px;
}
.noborder{
	border: 0;
	padding: 0;
	background: none;
}
.noborder:focus{
	outline: none;
}
.dt_but_wr, .delsys_table_wr{
	float:left;
}
.partpopup {
	position: absolute;
	padding: 8px;
	width: 600px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.index_drop{
	position: absolute;
	padding: 8px;
/*	width: 200px;*/
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.pop_fix{
	position: fixed;
	padding: 8px;
/*	width: 600px;*/
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.popup_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.faux_link {
	cursor: pointer;
	color: #0000AA;
}
#splist thead {
    display: none;
}
#splist {
	border-collapse: collapse;
   /*width: 400px;*/
}
#splist td{
	padding: 2px;
}
.input-group-text.clearpart, .input-group-text.clearpart:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
	text-decoration: none;
}
.input-group-text.blue{
	color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-text.white{
	/*color: rgb(255, 255, 255);*/
    background-color: rgb(255, 255, 255);
    /*border-color: rgb(40, 94, 142);*/
}
.form-control.itemname:disabled{
	background: #FFFFFF;
}
#ofmgmtsum {
	font-weight: bold;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu li {
	padding:2px 6px 2px 6px;
	font-size: medium;
	cursor: pointer;
}
.dropdown-toggle {
/*	border: 1px solid #dee2e6 !important;*/
}
#systestpop {
	font-size: 12px;
	position: absolute;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	max-width: 550px;
}
#r_preview {
	font-size: 12px;
	position: absolute;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index: 100;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	max-width: 800px;
}
.warr_table{
	margin-top: 8px;
	margin-bottom: 12px;
	width: 100%; 
/*	font-family: tnr, serif; 
	font-size: 12px;*/
	border-collapse: collapse;
}
/*.warr_table th{
	border: 1px solid;
	padding: 3px;
	background-color: #dddddd;
}
.warr_table td{
	border: 1px solid;
	margin: 0;
	padding: 4px;*/
}
.warr_table_centre{
	text-align:center;
}
.itemoverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rl_search {
	max-width: 200px;
	z-index: 1040;
}

[data-bs-theme=dark] #of-tabs > button > i {
	font-size: 22px;
	color: #FFF;
}

[data-bs-theme=dark] #of-tabs > button.active {
	font-size: 22px;
	color: #FFF;
	background-color: #AAA;
}

[data-bs-theme=light] #of-tabs > button > i {
	font-size: 22px;
	color: #000;
}

[data-bs-theme=light] #of-tabs > button.active {
	font-size: 22px;
	color: #000;
	background-color: #CCC;
}

#of-tabContent > div.tab-pane {
	margin-right: 8px;
	margin-left: 8px;
}

td.ellip {
    position: relative;
}

/*.ellip:before {
    content: '&nbsp;';
    visibility: hidden;
}*/

td.ellip span {
    position: absolute;
    padding-left:8px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}