input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.radio-inline {
    padding-left: 28px
}

.radio-inline > input[type="radio"] {
    margin-left: -28px;
    margin-top: 0
}

.w-100 {
    width: 100% !important
}

.f-11{font-size:11px !important;}

/*datatable*/
.dt-button-background {
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%)
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
    padding: 8px 8px 0 8px
}

ul.dt-button-collection.dropdown-menu .dt-button {
    padding-bottom: 8px
}

.dropdown-menu > li > a {
    margin: 0
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting {
    padding-right: 8px !important;
}

table.dataTable tbody tr.selected input,
table.dataTable tbody th.selected input,
table.dataTable tbody td.selected input,
table.dataTable tbody tr.selected select,
table.dataTable tbody th.selected select,
table.dataTable tbody td.selected select{
    color: #676A6C
}

.m-w-160 {
    min-width: 160px !important;
}

.m-w-80 {
    min-width: 80px !important;
}

th.sorting::after,
th.sorting_asc::after,
th.sorting_desc::after {
    content: '' !important;
}

.dt-center {
    text-align: center
}

.custom-dataTable-filter {
    width: 100%;
    text-align: right
}

.custom-dataTable-filter > div {
    margin-left: 40px;
    display: inline-block !important;
    float: none !important
}

.custom-dataTable-filter > div:first-child {
    margin-left: 0
}

table.dataTable.dt-checkboxes-select tbody tr {
    cursor: default
}

table.dataTable.dt-checkboxes-select tbody tr td:first-child {
    cursor: pointer
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
    opacity: .6;
    display: none
}

#mask > img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px)
}

/*common*/

.lightgrey {
    background-color: #d3d3d3
}

.datepicker table tr td.disabled {
    color: #C5C2C2 !important
}

.btn {
    margin-right: 3px
}

.middle {
    vertical-align: middle !important;
}

.table-cursor-pointer td {
    cursor: pointer !important;
}

.pointer {
    cursor: pointer !important;
}

.stock-in-box-no {
    line-height: 30px;
    font-size: 18px;
}

.box-selected {background-color: rgba(0, 13, 255, 0.22)}
.box-disabled {background-color: #E7E7E7;color:#E7E7E7}

.un-clickable {color: #AAAAAA;cursor: not-allowed;}