﻿/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18aacc;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #18aacc;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
.table tbody tr td.maxTDWidth50 {
    width: 172px;
    max-width: 172px;
}

.btnEdit {
    border: solid 1px #1bbb9c;
    padding: 4px 8px;
    min-width: 135px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    margin-right: 4px;
    color: #1bbb9c;
}

    .btnEdit:hover {
        background: #1bbb9c;
        color: #fff;
    }

.btnDelete {
    border: solid 1px #d17b7b;
    padding: 4px 8px;
    min-width: 135px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    color: #d17b7b;
}

    .btnDelete:hover {
        background: #d17b7b;
        color: #fff;
    }

    .btnEdit svg, .btnDelete svg {
        vertical-align: -4px;
    }
