﻿.AgencyListPagination {
    position: relative;
    right: 10px;
    padding-top: 10px;
}

.paginationContainer {
    /*height: 50px;*/
    float: right;
    position: relative;
    /*min-width: 250px;
    padding-top: 10px;*/
    width:100%;
}

.paginationtextdv {
    padding: 6px;
    /*font-weight: 600;*/
    font-size: 14px;
}

.paginationMiddleButtondv {
    /*width: 40px;*/
    float: left;
}

.PaginationButtons {
    padding-left: 14px;
    padding-right: 14px;
    background: white;
    border: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 4px;
    color: #454545;
    height: 35px;
}

.PaginationrightButtons {
    padding-left: 14px;
    padding-right: 14px;
    background: white;
    border: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 4px;
    color: #454545;
    height: 35px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: aliceblue;
}

.NavigatonButtonsDiv {
    float: left;
    /*border: 1px solid #ccc;*/
    /*margin-right: 2px;*/
}

.activeBtn {
    background-color: #337ab7 !important;
    border: none;
    height: 35px;
    width: 35px;
    color: white;
}

.paginationRightButtondv {
    /*width: 40px;*/
    float: left;
}
.AgentListPagination{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.NavigationButton {
    width:35px;
    height:35px;
    border:1px solid #ccc;
}
.disabledBtn {
    pointer-events: none;
    cursor: not-allowed;
    background-color: gray;
    color: white;
    opacity: 0.7;
}