.fastdee_page_importar .preview_container {
    display: inline-table;
}

.fastdee_page_importar .fd_offers_preview table.offer-list {
    width: 98%;
    margin-bottom: 10px;
}

.fastdee_page_importar .offer-list tbody tr td,
.fastdee_page_importar .offer-list thead tr th {
    text-align: center;
}

.fastdee_page_importar .offer-list tbody tr td img {
    max-width: 80px;
    max-height: 80px;
}

.fastdee_page_importar .fd_offers_preview table.offer-list td.fd-import-cats {
    text-align: center;
}

.fastdee_page_importar .fd_offers_preview table.offer-list td.fd-import-cats .fd-arrow {
    display: inline-block;
}

.fastdee_page_importar .fd_offers_preview table.offer-list td.fd-import-cats .fd-arrowtail {
    width: 4px;
    height: 14px;
    margin-left: 3px;
    margin-bottom: -10px;
    background: #6e7175;
}

.fastdee_page_importar .fd_offers_preview table.offer-list td.fd-import-cats .fd-arrowhead {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -30px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #6e7175 transparent transparent transparent;
}

.fastdee_page_importar .fd_offers_preview {
    display: none;
}

.fastdee_page_importar th.nro {
    width: 25px;
}

.fastdee_page_importar .fd-filtros {
    min-width: 600px;
    min-height: 36px;
}

.btns-pagination {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 5px 7px;
    background: #e5e5e5;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    min-width: 30px;
    cursor: pointer;
    color: #0073aa;
}

.btns-pagination:disabled {
    border-color: #ddd;
    background: #f7f7f7;
    color: #a0a5aa;
    cursor: default;
}

.tablenav-pages {
    margin-bottom: 10px
}

/*.fastdee_page_importar #wpfooter {*/
    /*display: none*/
/*}*/

.fd-check-all {
    padding: 0;
}

.fd-check-all .checkbox {
    margin: 0;
}

.fd-ckb-tipo-busca {
    border-radius: 0 !important;
}

.fd-ckb-tipo-busca:before {
    border-radius: 0 !important;
}

.fd-tipo-busca {
    width: 18%;
}

.fd-tipo-busca .fd-opc-busca {
    margin: 5px 0;
}

.fd-sort-opt-box .fd-opt-div {
    margin: 5px 0;
}

.fd-sort-opt-box .fd-opc-subtitulo,
.fd-tipo-busca .fd-opc-subtitulo {
    font-weight: bold;
    font-size: 14px;
}

.fd-sort-opt-box .fd-sort-opt {
    margin-top: 2px;
}

.fd-btn-importar {
    height: 33px !important;
}

.fd-atual-page-input {
    width: 38px;
    text-align: center;
    font-size: 13px;
}

input#fd_palavra-chave[disabled="disabled"],
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #9c9a9a;
}