﻿#bonus-popup {
    font-family: Lato,sans-serif !important;
}

.bonus_main_block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    color: #272933;
    overflow: hidden;
    position: relative;
    min-height: 160px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-radius: 3px;
}

    .bonus_main_block:hover {
        outline-offset: 0px;
        outline: rgba(14, 126, 151, .33) solid 5px;
        border-radius: 5px;
    }
/*#sales_table_incentive thead tr th {
    text-transform: capitalize !important;
}*/

.bonus-tile-header {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
}

div#bonus_link {
    padding: 15px 0px 25px 0px;
}

#bonus_link a {
    font-size: 14px;
    color: #2200CC !important;
    cursor: pointer;
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

#bonus_link div {
    padding: 10px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.bonus_incentive_number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bonus_incentive_text {
    color: #7e7e7e;
    font-weight: 500;
}

/* Bonus popup */

#bonus-popup .modal-header {
    display: flex;
    justify-content: end;
    border-bottom: none;
}

#bonus-popup .modal-dialog {
    max-width: 80%;
}

.program_new_details {
    overflow-x: scroll !important;
}

#bonus-popup .modal-content {
    border-radius: 5px !important;
}

#sales_table_incentive.table.table-bordered {
    border: 1px solid #dee2e6 !important;
}

#sales_table_incentive.table {
    margin-bottom: 0px !important;
}

#rightblock_incentivetiles {
    list-style: none;
}

#bonus-popup thead tr {
    background-color: #ECF0F6;
    text-align: center;
    border: 1px solid #dee2e6 !important;
}

#bonus-popup tbody tr {
    text-align: center;
}

#sales_table_incentive.table th, #sales_table_incentive.table thead th, #sales_table_incentive label {
    padding: 0px !important;
}

#sales_table_incentive.table th {
    min-width: 120px;
}

    #sales_table_incentive.table th:nth-child(1),
    #sales_table_incentive.table th:nth-child(2),
    #sales_table_incentive.table th:nth-child(3) {
        min-width: 150px;
    }

    #sales_table_incentive.table th:nth-child(4),
    #sales_table_incentive.table th:nth-child(5),
    #sales_table_incentive.table th:nth-child(6),
    #sales_table_incentive.table th:nth-child(7) {
        min-width: 150px;
    }

    #sales_table_incentive.table th:nth-child(8) {
        min-width: 150px;
    }

    #sales_table_incentive.table th:nth-child(9),
    #sales_table_incentive.table th:nth-child(10),
    #sales_table_incentive.table th:nth-child(12) {
        min-width: 150px;
    }

    #sales_table_incentive.table th:nth-child(11),
    #sales_table_incentive.table th:nth-child(13),
    #sales_table_incentive.table th:nth-child(14) {
        min-width: 150px;
    }

.bonus_circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.bonus_round {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #FF0000;
    border-radius: 10px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.bonus_cell {
    /*    display: flex;*/
    border-top: 0 !important;
}


#bonus_link a:hover {
    text-decoration: none !important;
}

#sales_table_incentive.table thead tr:nth-child(2) th {
    background-color: #ecf0f6 !important;
    color: #475467 !important;
    font-weight: 600 !important;
    min-width: 200px;
    padding: 15px !important;
    white-space: nowrap;
    text-align: center !important;
}

#sales_table_incentive.table thead tr:first-child th {
    text-align: center !important;
    color: #475467;
    padding: 15px 15px !important;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600 !important;
}

#sales_table_incentive.table tbody tr td {
    border: 1px solid #dee2e6 !important;
    font-weight: normal;
    padding: 15px !important;
    color: #000;
}

#sales_table_incentive.table thead tr:first-child th {
    font-weight: 600 !important;
}

#sales_table_incentive.table tbody tr td:first-child {
    text-align: center !important;
    border-left-color: #dee2e6;
}

#sales_table_incentive.table thead tr th {
    background-color: #ECF0F6;
    color: #8992A0;
    vertical-align: middle;
    border: 1px solid #dee2e6 !important;
}

#sales_table_incentive.table-bordered td,
#sales_table_incentive.table-bordered th {
    border: 1px solid #dee2e6 !important;
}
