.w-30{
    width: 30px !important;
}
.w-50{
    width: 50px !important;
}
.w-40{
    width: 40px !important;
}
.border-bottom{
    border-bottom: 1px solid rgb(199, 203, 206);
}
.bi{
    font-size: 18px;
}
/*.btn:hover{
    background-color: #000;
    color: #FFF;
}*/
.btn.btn-primary{
    background-color: rgb(133, 219, 109);
    border-color: rgb(133, 219, 109);
    color: #000;
}
.btn.btn-icon{
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
}
.btn.btn-icon img{
    width: 20px;
}
.btn.btn-icon:hover{
    background-color: rgba(0, 0, 0, 0.1);
    color: inherit;
}

.text-danger{
    color: rgb(255, 0, 0) !important;
}
.btn-danger{
    background-color: rgb(255, 0, 0);
    color: #FFF;
}

.text-center{
    text-align: center !important;
}

.space{
    padding: 10px;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    outline: 0;
    padding: 0;
    display: none;
    box-sizing: border-box;
}
.modal .modal-dialog{
}
.modal .modal-content{
    background-color: #FFF;
    display: block;
    max-width: 100%;
}
.modal .modal-header{
    border-bottom: 1px solid #dee2e6;
    height: 43px;
    background-color: rgb(255, 213, 132);
    color: #000;
    border-radius: 3px 3px 0 0;
    padding: 0 20px;
}
.modal .modal-header .modal-title{
    font-size: 1.25rem;
    float: left;
    margin: 0;
    line-height: 43px;
}
.modal .modal-header .btn-close{
    float: right;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: -10px;
}
.modal .modal-header .btn-close:hover{
    background-color: rgba(0, 0, 0, 1);
    color: #FFF;
}

.clearfix::after{
    clear: both;
    content: "";
    display: table;
}
.panel .panel-left{
    float: left;
    width: 398px;
    border-right: 1px solid rgb(199, 203, 206);
    margin-right: -1px;
    height: calc(100vh - 44px);
    overflow: auto;
}
.panel .panel-right{
    float: right;
    width: calc(100% - 401px);
    border-left: 1px solid rgb(199, 203, 206);
    min-height: 400px;
}

.btns-block{
    padding: 10px;
    background-color: rgb(253, 247, 200);
}
.btns-block .btn{
    margin-bottom: -1px;
    width: 100%;
}
.btns-block .btn.active{
    background-color: #000;
    color: #FFF;
}

.btns-block > aside{
    float: left;
    width: 25%;
    margin-right: -1px;
}

.checkbox-boxes{
    padding: 10px;
    background-color: rgb(253, 247, 200);
}
.checkbox-boxes > aside{
    float: left;
    width: 13%;
    white-space: nowrap;
}

.alpha-tab{
    display: table;
    border-bottom: 1px solid rgb(199, 203, 206);
    padding: 10px;
    font-size: 0;
    white-space: nowrap;
    border-collapse: collapse;
}
.alpha-tab > a{
    display: table-cell;
    text-align: center;
    position: relative;
    width: 62px;
    height: 44px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 20px;
}
.alpha-tab > a.all{
    width: 203px;
    border-right: 1px solid #000;
}

.alpha-tab a:hover, .alpha-tab a.active{
    background-color: rgb(255, 213, 132);
}
.searchBtn {
	line-height: 1.0;
}
.searchBtnContainer .active{
    background-color: rgb(255, 213, 132);
}
.search-field{
    position: relative;
    display: table-cell;
    border: 1px solid #000;
}
.search-field input{
    height: 30px;
    padding: 10px 30px 10px 10px;
    border: 0;
    width: 100%;
    outline: none;
}
.search-field input:focus{
    border-color: #000;
}
.search-field .btn{
    position: absolute;
    right: 0;
}

.searchMainContainer{
	width:100%;
	background-color: rgb(253, 247, 200);
	border: 1px solid #ccc;
	padding: 5px 0;
}
.searchAlphaContainer{
	margin-left: 10px; 
	width:80%;
	float: left;
}
.searchBtnContainer{
	margin-left: 10px;
    float: right;
}
.searchBtnContainer .btn{
    margin: 1px;
    width: 200px;
}

.product-list {
    padding: 10px;
    height: calc(100vh - 225px);
    overflow: auto;
}
.product-list > aside{
    float: left;
    width: calc(16.666666% - 20px);
    padding: 10px;
}
.product-list > aside .image{
    display: block;
}
.product-list > aside .image img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.product-list > aside .pro-name{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.product-list > aside .title_specification{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.product-list > aside .btns{
    text-align: center;
}
.product-list > aside .btns .btn{
    margin: 0 6px;
    border-color: #000;
}
.table-list{
    width: 100%;
    border-collapse: collapse;
}
.table-list td{
    padding: 3px;
    background-color: rgb(253, 247, 200);
}
.table-list td .btn{
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    background-color: transparent;
}
.table-list td input[type=text]{
    border: 1px solid #000;
    height: 25px;
    padding: 0 5px;
    width: 100%;
}