.agent_pagination {
}

.agent-row td {
    cursor: pointer;
}

.paging-nav a {
    font-size: 1rem;
    background: #f4f4f4;
    margin-left: 5px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.paging-nav a:hover {
    background: #ccc;
}

.paging-nav .selected-page {
    background-color: #333;
    color: #fff;
}

.notfound {
    display: none;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.contact-info i {
    font-size: 12px;
}

.agent-row h5 {
    margin: 0px;
}

.toast, .toast-header {
    box-shadow: unset !important;
    border: 0px !important;
}