/*CSS Exclusive for only datatable in Web Afiliado*/
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    70% {
        box-shadow: 0 0 0 8px #ffffff;
    }

    100% {
        box-shadow: 0 0 0 0 #ffffff;
    }
}

.cls-responsable {
    padding: 0px 68px 10px 0px;
}

    .cls-responsable .cboResponsable {
        position: relative;
        left: 100%;
    }

.btn-show-all, .btn-search-order {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    background-color: #dd4b39;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 15px !important;
}

.invoiceDebito {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #eaf1f3;
    padding: 10px;
    border: 1px solid #444;
    position: relative;
}

    .invoiceDebito.aud {
        grid-template-columns: 200px 1fr;
        margin-bottom: 0;
    }

        .invoiceDebito.aud .line-dados-nf {
            grid-template-columns: 200px 1fr;
            margin-bottom: 10px;
        }

            .invoiceDebito.aud .line-dados-nf input {
                pointer-events: none;
                background-color: #f1f1f1;
                border: 1px solid #ccc;
                padding: 5px;
            }

    .invoiceDebito span.title {
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
        font-size: 1.2rem;
    }

    .invoiceDebito .line-dados-nf {
        display: grid;
        grid-template-columns: 100px 1fr;
        margin-bottom: 5px;
    }

        .invoiceDebito .line-dados-nf span {
            font-size: 1.2rem;
        }

    .invoiceDebito .box-btn-dados-nfe {
        float: right;
        padding: 5px 0 0 0;
    }

        .invoiceDebito .box-btn-dados-nfe button {
            border: 0;
            border-radius: 4px;
            padding: 5px 10px;
            cursor: pointer;
        }
/*.invoiceDebito .box-btn-dados-nfe button:hover {
  background-color: #357935;
}*/
.text-right.aud {
    margin-top: -34px;
}

.table .tr-show.tr-active {
    background-color: #5cb85c !important;
    color: #fff;
}

    .table .tr-show.tr-active:hover {
        background-color: #5cb85c !important;
        color: #fff;
    }

        .table .tr-show.tr-active:hover td {
            background-color: #5cb85c !important;
            color: #fff;
        }

    .table .tr-show.tr-active td:hover {
        background-color: #5cb85c !important;
        color: #fff;
    }
/*.pagination-detail {
    position: absolute;
    top: -55px;
    left: 133px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
}*/
.fixed-table-loading {
    display: none;
}

.fixed-table-toolbar .search {
    margin: -35px 2.5rem 20px 0;
}

.box-dados-nf {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #eaf1f3;
    left: 0;
    padding: 10px;
    display: none;
}

    .box-dados-nf span {
        font-size: 1.2rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .box-dados-nf span.title {
            font-weight: 700;
            margin-bottom: 10px;
            display: block;
            font-size: 1.2rem;
        }

    .box-dados-nf .line-dados-nf {
        display: grid;
        grid-template-columns: 100px 1fr;
        margin-bottom: 5px;
    }

        .box-dados-nf .line-dados-nf span {
            font-size: 1.2rem;
        }

        .box-dados-nf .line-dados-nf input {
            border: 1px solid #ccc;
        }

        .box-dados-nf .line-dados-nf:last-child {
            margin-bottom: 0;
        }

    .box-dados-nf .box-btn-dados-nfe {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 10px 0 0 0;
    }

        .box-dados-nf .box-btn-dados-nfe .btn-back-default {
            width: 70px;
            background-color: #dd4b39;
            color: #fff;
            height: 35px;
            border-radius: 4px;
            font-size: 1.2rem;
            align-items: center;
            justify-content: center;
            display: flex;
            cursor: pointer;
        }

            .box-dados-nf .box-btn-dados-nfe .btn-back-default i {
                margin: 0 5px 0 0;
            }

            .box-dados-nf .box-btn-dados-nfe .btn-back-default:hover {
                background-color: #d2322d;
                border-color: #ac2925;
            }

.style-input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

#modalEditItenOrder {
    overflow: hidden;
}

    #modalEditItenOrder .modal-dialog {
        width: 100%;
        padding: 5% 10%;
        height: 100%;
    }

        #modalEditItenOrder .modal-dialog .modal-content {
            height: 100%;
            display: grid;
            grid-template-rows: 50px 1fr;
        }

            #modalEditItenOrder .modal-dialog .modal-content .modal-body {
                overflow: auto;
            }

.posicao-financeira {
    font-family: 'Lato', 'Source Sans Pro', sans-serif !important;
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

    .posicao-financeira .box-search {
        display: grid;
        grid-template-columns: 150px 150px 150px 100px;
        grid-gap: 10px;
        margin-bottom: 10px;
    }

        .posicao-financeira .box-search select {
            height: 35px;
            font-size: 12px;
            padding: 0 0 0 5px;
            color: #666;
        }

        .posicao-financeira .box-search button {
            background-color: #dd4b39;
            border: 1px solid #b53b2c;
            color: #fff;
            border-radius: 4px;
        }

            .posicao-financeira .box-search button:hover {
                background-color: #b53b2c;
            }

    .posicao-financeira .box-info-detailed {
        width: 100%;
    }

        .posicao-financeira .box-info-detailed .title-info-detailed {
            font-size: 20px;
            width: 100%;
            background: #5e6062;
            color: #fff;
            padding: 5px 10px;
            margin-bottom: 1px;
        }

        .posicao-financeira .box-info-detailed .content-table .price-received {
            margin-bottom: 20px;
            border: 1px solid #ccc;
            padding: 5px;
            background: rgba(45, 177, 50, 0.1);
            box-shadow: 3px 5px 5px -3px rgba(0, 0, 0, 0.6);
        }

            .posicao-financeira .box-info-detailed .content-table .price-received .title-price-received {
                background-color: #2db132;
                color: #fff;
                padding: 5px 10px;
            }

            .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper {
                width: 100% !important;
            }

                .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_length label {
                    margin: 0;
                    font-size: 12px;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_length label select {
                        height: 25px;
                        font-size: 12px;
                        color: #5e6062;
                        margin: 10px 5px 10px 0;
                        width: 105px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_filter label {
                    margin: 10px 0;
                    font-size: 12px;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_filter label input {
                        padding: 2px 5px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_info {
                    padding: 0;
                    font-size: 12px;
                }

                .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate {
                    padding: 0;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate span {
                        float: left;
                        width: auto;
                        height: 32px;
                        margin: 0 10px;
                        border-radius: 2px;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate span a.paginate_button {
                            font-size: 15px;
                            width: 50px;
                            margin: 0;
                            height: 100%;
                            background: transparent !important;
                            line-height: 20px;
                            color: #dd4b39 !important;
                            border-left: 1px solid #dd4b39;
                            float: left;
                            margin-left: 5px;
                        }

                            .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate span a.paginate_button:hover {
                                background: #dd4b39 !important;
                                color: #fff !important;
                            }

                            .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate span a.paginate_button:first-child {
                                margin-left: 0;
                            }

                            .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate span a.paginate_button.current {
                                background: #dd4b39 !important;
                                color: #fff !important;
                            }

                    .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate .paginate_button {
                        display: block;
                        background-color: #dd4b39;
                        float: left;
                        color: #fff !important;
                        padding: 5px !important;
                        cursor: pointer !important;
                        border: 1px solid #bd4031;
                        width: 70px;
                        height: 32px;
                        margin: 0;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate .paginate_button:hover {
                            background-color: #bd4031;
                        }

                        .posicao-financeira .box-info-detailed .content-table .price-received #table_id_wrapper .dataTables_paginate .paginate_button.disabled {
                            opacity: .6;
                        }

            .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed {
                border: 1px solid #ccc;
            }

                .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed tbody tr {
                    border-bottom: 1px solid #ccc;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed tbody tr:last-child {
                        border-bottom: 0;
                    }

                    .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed tbody tr td {
                        font-size: 12px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info {
                    background-color: #F1F1F1;
                    color: #5e6062;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info tr {
                        display: grid;
                        grid-template-columns: repeat(10, 1fr);
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info tr th {
                            padding: 5px 10px;
                            font-size: 12px;
                            border-left: 1px solid #ccc;
                            border-bottom: 1px solid #ccc;
                        }

                            .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info tr th:first-child {
                                border-left: 0;
                            }

                .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .content-table-info {
                    display: grid;
                    grid-template-columns: repeat(10, 1fr);
                }

                    .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .content-table-info td {
                        border-left: 1px solid #ccc;
                        padding: 5px 10px;
                        font-size: 12px;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-received .table-info-detailed .content-table-info td:first-child {
                            border-left: 0;
                        }

        .posicao-financeira .box-info-detailed .content-table .price-paid {
            width: 100%;
            border: 1px solid #ccc;
            padding: 5px;
            background: rgba(221, 75, 57, 0.1);
            box-shadow: 3px 5px 5px -3px rgba(0, 0, 0, 0.6);
        }

            .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper {
                width: 100% !important;
            }

                .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_length label {
                    margin: 0;
                    font-size: 12px;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_length label select {
                        height: 25px;
                        font-size: 12px;
                        color: #5e6062;
                        margin: 10px 5px 10px 0;
                        width: 105px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_filter label {
                    margin: 10px 0;
                    font-size: 12px;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_filter label input {
                        padding: 2px 5px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_info {
                    padding: 0;
                    font-size: 12px;
                }

                .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate {
                    padding: 0;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate span {
                        float: left;
                        width: auto;
                        height: 32px;
                        margin: 0 10px;
                        border-radius: 2px;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate span a.paginate_button {
                            font-size: 15px;
                            width: 50px;
                            margin: 0;
                            height: 100%;
                            background: transparent !important;
                            line-height: 20px;
                            color: #dd4b39 !important;
                            border-left: 1px solid #dd4b39;
                            float: left;
                            margin-left: 5px;
                        }

                            .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate span a.paginate_button:hover {
                                background: #dd4b39 !important;
                                color: #fff !important;
                            }

                            .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate span a.paginate_button:first-child {
                                margin-left: 0;
                            }

                            .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate span a.paginate_button.current {
                                background: #dd4b39 !important;
                                color: #fff !important;
                            }

                    .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate .paginate_button {
                        display: block;
                        background-color: #dd4b39;
                        float: left;
                        color: #fff !important;
                        padding: 5px !important;
                        cursor: pointer !important;
                        border: 1px solid #bd4031;
                        width: 70px;
                        height: 32px;
                        margin: 0;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate .paginate_button:hover {
                            background-color: #bd4031;
                        }

                        .posicao-financeira .box-info-detailed .content-table .price-paid #table_id2_wrapper .dataTables_paginate .paginate_button.disabled {
                            opacity: .6;
                        }

            .posicao-financeira .box-info-detailed .content-table .price-paid .title-price-paid {
                background-color: #dd4b39;
                color: #fff;
                padding: 5px 10px;
            }

            .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed {
                border: 1px solid #ccc;
            }

                .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed tbody tr {
                    border-bottom: 1px solid #ccc;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed tbody tr:last-child {
                        border-bottom: 0;
                    }

                    .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed tbody tr td {
                        font-size: 12px;
                    }

                .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info {
                    background-color: #F1F1F1;
                    color: #5e6062;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info tr {
                        display: grid;
                        grid-template-columns: repeat(7, 1fr);
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info tr th {
                            padding: 5px 10px;
                            font-size: 12px;
                            border-left: 1px solid #ccc;
                            border-bottom: 1px solid #ccc;
                        }

                            .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info tr th:first-child {
                                border-left: 0;
                            }

                .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .content-table-info {
                    display: grid;
                    grid-template-columns: repeat(7, 1fr);
                    background-color: #fff;
                }

                    .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .content-table-info td {
                        border-left: 1px solid #ccc;
                        padding: 5px 10px;
                        font-size: 12px;
                    }

                        .posicao-financeira .box-info-detailed .content-table .price-paid .table-info-detailed .content-table-info td:first-child {
                            border-left: 0;
                        }

        .posicao-financeira .box-info-detailed .content-table .encontro-contas {
            background-color: #5e606221;
            margin: 20px 0;
            border: 1px solid #ccc;
            padding: 5px;
            box-shadow: 3px 5px 5px -3px rgba(0, 0, 0, 0.6);
        }

            .posicao-financeira .box-info-detailed .content-table .encontro-contas .title-encontro-contas {
                background-color: #5e6062;
                color: #fff;
                padding: 5px 10px;
            }

            .posicao-financeira .box-info-detailed .content-table .encontro-contas .content-encontro-contas {
                width: 100%;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
            }

                .posicao-financeira .box-info-detailed .content-table .encontro-contas .content-encontro-contas .line-content-contas {
                    display: grid;
                    grid-template-columns: 150px 1fr;
                    border-bottom: 1px solid #ccc;
                    font-size: 12px;
                    line-height: 17px;
                    background-color: #fff;
                }

                    .posicao-financeira .box-info-detailed .content-table .encontro-contas .content-encontro-contas .line-content-contas div {
                        padding: 5px 10px;
                        border-left: 1px solid #ccc;
                    }

                        .posicao-financeira .box-info-detailed .content-table .encontro-contas .content-encontro-contas .line-content-contas div:first-child {
                            border-left: 0;
                            font-weight: bold;
                            background-color: #F1F1F1;
                            color: #5e6062;
                        }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-received .table-info-detailed tbody tr {
        border-bottom: 0;
    }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info tr {
        grid-template-columns: repeat(5, 1fr);
    }

        .posicao-financeira.sintetico .box-info-detailed .content-table .price-received .table-info-detailed .title-table-info tr th {
            border-bottom: 0;
        }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-received .table-info-detailed .content-table-info {
        grid-template-columns: repeat(5, 1fr);
    }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-paid .table-info-detailed tbody tr {
        border-bottom: 0;
    }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info tr {
        grid-template-columns: repeat(5, 1fr);
    }

        .posicao-financeira.sintetico .box-info-detailed .content-table .price-paid .table-info-detailed .title-table-info tr th {
            border-bottom: 0;
        }

    .posicao-financeira.sintetico .box-info-detailed .content-table .price-paid .table-info-detailed .content-table-info {
        grid-template-columns: repeat(5, 1fr);
    }

.inputFile {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 10px;
    top: 10px;
    font-size: 0;
}

    .inputFile:focus {
        outline: 0 !important;
    }

.error-card {
    border: 5px solid #d9534f;
}

.disabled {
    pointer-events: none !important;
}

.no-pad {
    padding: 0 !important;
}

.button-disabled {
    pointer-events: none !important;
    opacity: .4 !important;
}

.btn.dropdown-toggle.btn-light {
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    position: absolute;
}

.aceite-afiliado .avaliacao-peca-remessa input {
    pointer-events: none !important;
}

.aceite-afiliado .avaliacao-peca-remessa select {
    pointer-events: none !important;
}

.aceite-afiliado .avaliacao-peca-remessa button {
    pointer-events: none !important;
}

.aceite-afiliado .avaliacao-peca-remessa a {
    pointer-events: none !important;
}

.aceite-afiliado .avaliacao-peca-remessa label[for=active-peca] {
    pointer-events: none !important;
}

.aceite-afiliado .avaliacao-peca-remessa label[for=active-remessa] {
    pointer-events: none !important;
}

.label-user-level {
    color: #fff;
    margin: 9px 10px 0 0;
    padding: 5px;
    float: right;
    border: 1px dotted #fff;
}

.semSucesso {
    position: relative;
}

    .semSucesso .unsuccessfully {
        margin: 0;
        position: absolute;
        top: -6px;
        right: -10px;
        width: 20px !important;
        height: 20px;
        background-color: orange;
        border-radius: 50%;
        font-size: 10px;
        line-height: 20px;
    }

.validation-summary-errors {
    width: 100%;
    background-color: #dd4b398c;
    border: 3px solid #dd4b39;
    margin: 6px 0 10px 0;
}

    .validation-summary-errors ul {
        padding: 8px 30px 0 30px;
    }

        .validation-summary-errors ul li {
            font-size: 12px;
            font-weight: bold;
        }

.panel-body {
    position: relative;
}

    .panel-body .tr-status {
        display: none;
    }

        .panel-body .tr-status.tr-show {
            display: table-row;
        }

.box-btn-export {
    margin: 20px 0 0 0;
}

.bootstrap-table .fixed-table-container .fixed-table-body table thead tr th .sortable {
    cursor: pointer;
}

table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png);
}

.datatable-webafiliado .dataTables_wrapper {
    padding: 0;
}

.fixed-table-body table .fht-cell .filterControl {
    margin: 10px 0 0 0 !important;
}

    .fixed-table-body table .fht-cell .filterControl input {
        border: 0;
    }

.web-affiliates .box-buscar-pedido {
    margin-bottom: 20px;
}
.web-affiliates .box-buscar-pedido .form-control:valid {
    background-color: #fff;
}
    .web-affiliates .box-buscar-pedido .buscar input[type=text] {
        padding: 16px;
    }

    .web-affiliates .box-buscar-pedido .buscar input[type=button] {
        height: 35px;
        background-color: #dd4b39;
        border: 0;
        color: #fff;
        padding: 0 20px;
    }

.web-affiliates .fancy-collapse-panel .panel-group .panel {
    margin-bottom: 20px;
}

.web-affiliates .fancy-collapse-panel .panel-heading span {
    display: inline-block;
    background-color: #fff;
    color: #555;
    text-decoration: none;
    position: absolute;
    right: 45px;
}

.web-affiliates .btn-ordenar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 10px;
    margin-top: 10px;
}

    .web-affiliates .btn-ordenar .btn-filter {
        border: 1px solid #BBB;
        display: grid;
        grid-template-columns: 100px 1fr;
        line-height: 50px;
        cursor: pointer;
    }

        .web-affiliates .btn-ordenar .btn-filter h5 {
            background-color: #ddd;
            margin: 0;
            text-align: center;
            line-height: 50px;
            color: #fff;
            font-size: 30px;
            text-shadow: 1px 1px 0px #000;
        }

        .web-affiliates .btn-ordenar .btn-filter h6 {
            background-color: #ddd;
            margin: 0;
            text-align: center;
            line-height: 50px;
            color: #fff;
            font-size: 20px;
            text-shadow: 1px 1px 0px #000;
        }

        .web-affiliates .btn-ordenar .btn-filter p {
            margin: 0;
            padding: 0 10px;
            color: #444;
            text-transform: uppercase;
            background-color: #ccc;
            border-left: 1px solid #bbb;
        }

        .web-affiliates .btn-ordenar .btn-filter:hover,
        .web-affiliates .btn-ordenar .btn-filter.on {
            background-color: #74b677;
            border: 1px solid #74b677;
        }

            .web-affiliates .btn-ordenar .btn-filter:hover h5,
            .web-affiliates .btn-ordenar .btn-filter.on h5 {
                background-color: #74b677;
            }

            .web-affiliates .btn-ordenar .btn-filter:hover h6,
            .web-affiliates .btn-ordenar .btn-filter.on h6 {
                background-color: #74b677;
            }

            .web-affiliates .btn-ordenar .btn-filter:hover p,
            .web-affiliates .btn-ordenar .btn-filter.on p {
                color: #fff;
                border-left: 1px solid #fff;
                background-color: #74b677;
            }

.web-affiliates .table-panel-control {
    position: relative;
}

    .web-affiliates .table-panel-control .fixed-table-toolbar {
        float: right;
    }

        .web-affiliates .table-panel-control .fixed-table-toolbar .columns .columns-right.btn-group.pull-right {
            margin-left: 0;
        }

    .web-affiliates .table-panel-control .btn-default {
        background-color: #fff;
        color: #444;
        border-color: #ddd;
        margin-left: 2.5rem;
    }

    .web-affiliates .table-panel-control .fixed-table-body thead th {
        background-color: #9c9c9c !important;
        color: #fff;
    }

        .web-affiliates .table-panel-control .fixed-table-body thead th .th-inner {
            font-size: 12px;
            font-weight: 400;
        }

        .web-affiliates .table-panel-control .fixed-table-body thead th .fht-cell input {
            border-radius: 0;
        }

        .web-affiliates .table-panel-control .fixed-table-body thead th .fht-cell select {
            border-radius: 0;
        }

        .web-affiliates .table-panel-control .fixed-table-body thead th .fht-cell .form-control {
            font-size: 12px;
            padding: 2px;
            border-radius: 2px;
        }

    .web-affiliates .table-panel-control .fixed-table-body tbody tr {
        border-bottom: 1px solid #dee2e6;
    }

    .web-affiliates .table-panel-control .fixed-table-body tbody tr td {
        font-size: 11px;
    }

    .web-affiliates .table-panel-control .fixed-table-container thead th .desc {
        background: url("../img/icon-filter-down.png") no-repeat right;
    }

    .web-affiliates .table-panel-control .fixed-table-container thead th .asc {
        background: url("../img/icon-filter-up.png") no-repeat right;
    }

    .web-affiliates .table-panel-control .fixed-table-pagination {
        padding: 0 10px;
    }

        .web-affiliates .table-panel-control .fixed-table-pagination .pagination li.active a {
            color: #fff;
            background-color: #dd4b39;
            border-color: #dd4b39;
        }

        .web-affiliates .table-panel-control .fixed-table-pagination .pagination li a {
            color: #dd4b39;
        }

.step-slider .step-slider-item span {
    font-family: 'Lato', 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 16px;
}


.step-slider .step-slider-item.active span {
    color: #fff;
}

.step-slider .step-slider-item.doing {
    background-color: rgba(0, 0, 0, 0.6);
}

.box.historico {
    border: 0;
    height: 100%;
}

    .box.historico #tbl-historico {
        border: 0;
    }

    .box.historico .box-header {
        background-color: #dd4b39;
        color: #fff;
    }

    .box.historico .box-footer .btn {
        background-color: #dd4b39;
        color: #fff;
        float: right;
    }

    .box.historico .tbl-historico-holder {
        margin: 0 10px;
    }

        .box.historico .tbl-historico-holder table thead tr {
            grid-template-columns: 150px 280px 150px 150px 1fr;
            display: grid;
            font-size: 14px;
            width: 100%;
            background-color: #dd4b39;
            color: #fff;
        }

            .box.historico .tbl-historico-holder table thead tr th {
                border-bottom-width: 0;
                border-left: 1px solid #fff;
                vertical-align: inherit;
                font-weight: 400;
                margin-left: -1px;
            }

        .box.historico .tbl-historico-holder table tbody tr {
            grid-template-columns: 150px 280px 150px 150px 1fr;
            display: grid;
            font-size: 14px;
            width: 100%;
        }

            .box.historico .tbl-historico-holder table tbody tr td {
                border: 1px solid #ddd;
                font-size: 12px;
                margin-left: -1px;
                margin-bottom: -1px;
            }

.box.messageProvider {
    border: 0;
    height: 100%
}

    .box.messageProvider #tbl-messageProvider {
        border: 0
    }

    .box.messageProvider .box-header {
        background-color: #dd4b39;
        color: #fff
    }

    .box.messageProvider .box-footer .btn {
        float: right
    }

    .box.messageProvider .tbl-messageProvider-holder {
        margin: 0 10px
    }

        .box.messageProvider .tbl-messageProvider-holder table thead tr {
            grid-template-columns: 150px 280px 1fr 150px 150px;
            display: grid;
            font-size: 14px;
            width: 100%;
            background-color: #dd4b39;
            color: #fff
        }

            .box.messageProvider .tbl-messageProvider-holder table thead tr th {
                border-bottom-width: 0;
                border-left: 1px solid #fff;
                vertical-align: inherit;
                font-weight: 400;
                margin-left: -1px
            }

        .box.messageProvider .tbl-messageProvider-holder table tbody tr {
            grid-template-columns: 150px 280px  1fr 150px 150px;
            display: grid;
            font-size: 14px;
            width: 100%
        }

.box.historico .tbl-messageProvider-holder table tbody tr td {
    border: 1px solid #ddd;
    font-size: 12px;
    margin-left: -1px;
    margin-bottom: -1px
}

.badge-counter {
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}


.box.mensageria {
    border: 0;
}

    .box.mensageria .box-header {
        background-color: #dd4b39;
        color: #fff;
    }

    .box.mensageria #btnSendWhatsAppMessage {
        background-color: #dd4b39;
        color: #fff;
        float: right;
    }

@media screen and (max-width: 475px) {
    .box-steps .step-progress {
        padding: 0;
    }

        .box-steps .step-progress .step-content {
            padding: 20px 16px 0 16px;
        }
}

.headerQueue .table-panel-control .dataTables_wrapper {
    position: relative;
}

    .headerQueue .table-panel-control .dataTables_wrapper .dataTables_processing {
        width: 100%;
        height: 100%;
        left: 0;
        top: 81px;
        margin: 0;
        color: #fff;
        font-size: 0;
        background: transparent;
    }

        .headerQueue .table-panel-control .dataTables_wrapper .dataTables_processing:before {
            content: '';
            font-size: 20px;
            color: #444;
            position: absolute;
            top: 40%;
            z-index: 9;
            width: 100px;
            height: 100px;
            background-color: #fff;
            border-radius: 50%;
            line-height: 177px;
            left: 50%;
            margin: -50px 0 0 -50px;
            background: url(../img/loading-table.png) no-repeat center;
        }

        .headerQueue .table-panel-control .dataTables_wrapper .dataTables_processing:after {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #00000075;
            content: '';
            left: 0px;
            top: 0;
            z-index: 1;
        }
