/*.main-horizontal-sidebar {*/
/*    background: transparent;*/
/*    border-radius: 0;*/
/*}*/
.form-group {
  margin-bottom: 0.5rem !important;
}
a.print-btn{
	color:#4e9876 !important;
}
.autocompleter{
	height: 0;
	display: block;
	position: relative;
	width: 100%;
}
.autocompleter-closed{
	display: none;
}
.autocompleter-show{
	display: block;
}
.autocompleter-list{
	padding-left: 10px;
	max-width: 200px !important;
	background: #FFF;
	position: absolute;
	z-index: 666;
}
.autocompleter-list .autocompleter-item{
	padding:8px 40px 8px 40px;
	border-bottom: 1px dashed silver;
	background: #FFF;
}
/*.breadcrumbs-top{*/
	/*display: none;*/
/*}*/
#select-stocks-table tr td p{
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0;
}
#select-stocks-table tr.selectedItem{
    background-color: orange;
}
#select-stocks-table tr td p.ellis{
    width:140px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
#select-stocks-table tr td span.wrap{
    position: relative;
    display: block;
    height: 34px;
}
.w-60{
    width: 90px !important;
}
.w-100{
    width: 100px !important;
}
#select-stocks-table tr td span .dropdown-menu{
    position:absolute;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 100001;
}
#select-stocks-table tr td:first-child{
    /*padding-left: 0;*/
}
.scrollTable{
    width: 100%;
    overflow-x: auto;
}
#select-stocks-table{
    min-width: 100%;
}
input.datepicker{
    z-index: 10000;
}

table.supply-table{border-width: 1px;border-color: #c6cde3;border-collapse: collapse;box-sizing: border-box;width:100%;}
table.supply-table td {border-width: 1px;border-style: solid;border-color: #c6cde3;background-color: #ffffff;padding:4px 0 4px 0;text-align:center;box-sizing: border-box;width: auto;}
table.supply-table tr td:first-child{width:120px;}

body:not(.dark-mode) .simple-grid .table-collapse .custom-data-table.data-table tbody td{
    height:20px;
}
.dialog-table .p-2{
    padding: 0.5rem 1.5rem 1rem 1.5rem !important;
}
/*.table-wrap.table-main{*/
    /*max-height: 600px !important;*/
/*}*/
.custom-data-table.table.data-table tbody{

}
.custom-data-table.table.data-table thead{
    position: sticky;
    top: 0;
    z-index: 9;
}
.custom-data-table.table.data-table thead tr{
    background:#ececf1;
}
.dropdown-menu {
  z-index: 2000;
}

.step_wrap{
    border:1px solid #EFEFEF;
    width: 500px;
    padding:2px 10px 2px 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.step_wrap .row{
    line-height: 30px;
    height: 30px;
}
.scrollTable{
    max-height: 400px;
}
.screenFullEdit{
    position: fixed;
    background: white;
    z-index: 99999;
    width: 100%;
    height: 800px;
    left: 0;
    top:0;
}
.screenFullEdit table tbody {
    display: block;
    overflow-y: auto;
    max-height: 220px;
}

.screenFullEdit table thead,
.screenFullEdit table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/*重要  表格固定算法*/
}
.screenFullEdit table tbody tr td p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scrollTable table tbody tr td p{
    max-width:400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-footer-fixed{
    position: fixed;z-index: 99999999999999999999999;width: 100%;bottom: 0;
}


.btn-screenFullEdit{
    /*margin-left: 50px !important;*/
}
