.btn-max-width-refactor {
    max-width: none;
}

.footer-default-refactor {
    padding: 1rem;
}

.table-refactor {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial, serif;
}

.table-refactor {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
}

.table-refactor th,
.table-refactor td {
    border-right: #999999 solid 1px;;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;

}

.table-refactor td:last-child {
    border-right: #999999 solid 1px;
}

.table-refactor td:first-child {
    border-left: #999999 solid 1px;
}

.table-refactor thead th {
    font-weight: normal;
    background-color: #26506e;
    color: #fff;
    font-size: 15px;
}

.table-refactor tbody > tr:nth-child(odd) > td,
.table-refactor tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
}


/* Small Sizes */
@media (max-width: 767px) {
    /* Responsive Table */
    .table-responsive-refactor {
        display: block;
        position: relative;
        width: 100%;
    }

    .table-responsive-refactor thead,
    .table-responsive-refactor tbody,
    .table-responsive-refactor th,
    .table-responsive-refactor td,
    .table-responsive-refactor tr {
        display: block;
    }
    .table-responsive-refactor td,
    .table-responsive-refactor th {
        height: 35px;
    }

    .table-responsive-refactor thead {
        float: left;
    }

    .table-responsive-refactor tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .table-responsive-refactor tbody tr {
        display: inline-block;
    }

    .table-refactor td:last-child {
        border-right: #999999 solid 1px;
    }
}

.checkbox-refactor {
    width: 15px;
    height: 15px;
    margin: 0 0 0 0!important;
}

.btn-file-custom-refactor {
    padding: 2px 15px;
    border-radius: 5px;
    text-shadow: none;
    margin-right: 4px;
}

@media (max-width: 575px) {
    .cell-table-custom {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 575px) {
    .cell-table-custom {
        display: flex;
        flex-direction: row;
    }
}

.cell-table-refactor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.panel-refactor {
    background-color: #26506e !important;
    background-image: none !important;
    color: white !important;
    border-color: #26506e !important;
}

.float-left-refactor {
    direction: rtl;
}

.align-buttom-image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.appearance-auto-refactor {
    appearance: auto !important;
}

.border-refactor {
    border-color: #26506e !important;
}