﻿#leadStatesPartial .tableHistory {
    width: 100%;
    font-family: Roboto;
    color: #6d7278;
}

    #leadStatesPartial .tableHistory thead {
        background-color: #6236ff;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #leadStatesPartial .tableHistory thead tr {
            height: 44px;
        }

            #leadStatesPartial .tableHistory thead tr th {
                padding-left: 10px;
            }

    #leadStatesPartial .tableHistory tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #leadStatesPartial .tableHistory tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #leadStatesPartial .tableHistory tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #leadStatesPartial .tableHistory tbody tr td {
            padding-left: 10px;
        }



#leadStatesPartial #HistoryList_wrapper {
    width: 100%;
    text-align: center;
}


#HistoryList_paginate {
    font-size: 12px;
    margin-top: 20px;
    font-family: Roboto;
}

    #HistoryList_paginate .paginate_button.current {
        background-color: #6236ff !important;
        background: #6236ff !important;
        color: white !important;
        font-family: Roboto;
    }

    #HistoryList_paginate .paginate_button:hover {
        background-color: #6236ff !important;
        background: #6236ff !important;
        color: white !important;
        border: 0px !important;
        font-family: Roboto;
    }


#leadStatesPartial #HistoryListContact_wrapper {
    width: 100%;
    text-align: center;
}


#HistoryListContact_paginate {
    font-size: 12px;
    margin-top: 20px;
    font-family: Roboto;
}

    #HistoryListContact_paginate .paginate_button.current {
        background-color: #6236ff !important;
        background: #6236ff !important;
        color: white !important;
        font-family: Roboto;
    }

    #HistoryListContact_paginate .paginate_button:hover {
        background-color: #6236ff !important;
        background: #6236ff !important;
        color: white !important;
        border: 0px !important;
        font-family: Roboto;
    }

.configSizeStatus {
    margin: 5% 0% 0% 0%;
}
