.forceminheight {
    line-height:34px;
}

.packingTable .form-control {
    padding-left: 0px;
    padding-right: 0px;
}

#extendableTable .numberic {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.hiddenrow {
    display: none;
}

.panel-title .btn {
    height: 27px;
    padding: 2px 4px;
    margin: 6px 2px;
}

.dropzone .dz-preview .dz-image {
    height: 360px;
    width: 360px;
}

.dropzone-file-area {
    text-align: left;
}
.disabled-select {
    background-color:#d5d5d5;
    opacity:0.5;
    border-radius:3px;
    cursor:not-allowed;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}
.tooltip-inner {
    min-width: 150px;
}