﻿.bg-register-image,
.bg-login-image {
    background: url(../images/login.png);
}

table.dataTable.preview-table {
    margin-top: 0px !important;
}

.preview-table.table.table-bordered.dataTable th {
    padding: 0px !important;
    border: none;
    position: relative;
}

    .preview-table.table.table-bordered.dataTable th select {
        border-radius: unset;
        background: rgba(0,0,0,.1);
        font-weight: 700;
        padding-left: 20px;
        background: #545b62 !important;
        border-color: #4e555b !important;
        color: #fff !important;
    }

        .preview-table.table.table-bordered.dataTable th select option {
            background: #fff;
            color: #212529;
            padding-top: .25rem;
            padding-bottom: .25rem;
        }

    .preview-table.table.table-bordered.dataTable th .remove-icon {
        position: absolute;
        top: 11px;
        left: 5px;
    }

#tbl_csv_preview_data_wrapper {
    overflow: hidden !important;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    max-height: 500px;
}

    #tbl_csv_preview_data_wrapper .dataTables_info {
        padding-left: 15px;
        margin-bottom: 10px;
    }

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.cell-150 {
    width: 150px;
    display: block;
}

.cell-350 {
    width: 350px;
    display: block;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.cell-250 {
    width: 250px;
    display: block;
}

.ckb-md {
    width: 20px;
    height: 20px;
}



.custom-input-file {
    color: transparent;
    height: 30px;
}

    .custom-input-file::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-input-file::before {
        content: 'Upload';
        color: inherit;
        display: inline-block;
        background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt;
        width: 100%;
        text-align: center;
        background: #007bff !important;
    }

    .custom-input-file:hover::before {
        border-color: black;
    }

    .custom-input-file:active {
        outline: 0;
    }

        .custom-input-file:active::before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }


.productmatch-imagedetail {
    max-height: 416px;
}

.btn-star {
    padding: .125rem .25rem !important;
}

.tabcatemapping {
    margin-top: 1rem;
    overflow: visible;
}

#DeliveryOptions {
    height: 300px;
    width: 850px;
}

.select2-selection {
    height: 40px !important;
}

.select2-container {
    width: 350px !important;
}

.suggested-category-text {
    margin-top: -15px;
    margin-bottom: 0px;
    font-size: 13px;
    font-style: italic;
}
