/* Display section */

.dnone{
    display: none;
}

.dblock{
    display: block;
}

.dinlineblock{
    display: inline-block;
}
table{
    /*display: inline-block !important;*/
    /*overflow-x: auto;*/
}
.block-content.block-content-full{
    overflow-x: auto;
}
.dflex{
    display: flex;
}

.table img:not(.stockimage){
    width:60px;
    height:auto;
}
.select2-container .select2-selection--single{
    height: 100% !important;
}
thead input{
    border:none !important;
    color: black;
    font-weight: bold !important;
}
thead th{
    font-weight: bold !important;
}
thead input{
    color: blue;
}
thead input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

thead input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

thead input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
