.page_ctrl {
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
}

    .page_ctrl * {
        line-height: 26px;
    }

    .page_ctrl button {
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
        margin: 1px -1px 5px 0;
        font-size: 12px;
        background-color: #fff;
    }

        .page_ctrl button:hover {
            background: #009688;
            color: #ffffff;
        }

    .page_ctrl .btn_dis {
        cursor: default;
        opacity: .7;
        background: #eeeeee;
        color: #5e5e5e;
    }

        .page_ctrl .btn_dis:hover {
            background: #eeeeee;
            color: #5e5e5e;
        }

    .page_ctrl .current_page {
        background: #009688;
        color: #ffffff;
    }

    .page_ctrl .input_page_num {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #5e5e5e;
        width: 40px;
        margin: 0px 10px 3px 7px;
        padding: 0 3px;
        text-align: center;
        height: 31px;
        line-height: 30px;
        border-radius: 2px;
        vertical-align: middle;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        font-size: 16px;
    }

    .page_ctrl .page_total, .page_ctrl .page_text {
        color: #2b2b2b;
        font-size: 13px;
    }

.page_ctrl .to_page_num {
    margin-left: 10px !important;
}

    .page_ctrl .page_select {
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        box-shadow: inset 0 0 0 transparent;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 30px;
        padding: 3px;
        border-radius: 2px;
        cursor: pointer;
        margin: 5px 0px 10px 5px;
        background-color: white;
        width: 90px;
        display: inline-block;
     
    }

.page_ctrl .Altogether {
    margin-right: 9px;
}





.NotificationMessageLabel_page_content_page_ctrl {
    /*text-align: center;*/
    margin: 10px auto;
    box-sizing: border-box;
}

    .NotificationMessageLabel_page_content_page_ctrl * {
        line-height: 26px;
    }

    .NotificationMessageLabel_page_content_page_ctrl button {
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
        margin: 1px -1px 5px 0;
        font-size: 12px;
        background-color: #fff;
    }

        .NotificationMessageLabel_page_content_page_ctrl button:hover {
            background: #009688;
            color: #ffffff;
        }

    .NotificationMessageLabel_page_content_page_ctrl .btn_dis {
        cursor: default;
        opacity: .7;
        background: #eeeeee;
        color: #5e5e5e;
    }

        .NotificationMessageLabel_page_content_page_ctrl .btn_dis:hover {
            background: #eeeeee;
            color: #5e5e5e;
        }

.NotificationMessageLabel_page_content_page_ctrl .current_page {
    background: #009688;
    color: #ffffff;
}

    .NotificationMessageLabel_page_content_page_ctrl .input_page_num {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #5e5e5e;
        width: 40px;
        margin: 5px 10px 0px 10px;
        padding: 0 3px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        vertical-align: top;
        background-color: #fff;
        box-sizing: border-box;
    }

    .NotificationMessageLabel_page_content_page_ctrl .page_total, .NotificationMessageLabel_page_content_page_ctrl .page_text {
        color: #2b2b2b;
        font-size: 13px;
    }

    .NotificationMessageLabel_page_content_page_ctrl .to_page_num {
        margin-left: 10px !important;
    }

    .NotificationMessageLabel_page_content_page_ctrl .page_select {
      
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        box-shadow: inset 0 0 0 transparent;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 30px;
        padding: 3px;
        border-radius: 2px;
        cursor: pointer;
        margin: 5px 0px 10px 5px;
        background-color: white;
        width: 90px;
        display: inline-block;
    }

    .NotificationMessageLabel_page_content_page_ctrl .Altogether {
        margin-right: 9px;
    }
#Notifications_modal .card {
    margin-bottom:0px !important
}
#Notifications_modal .card-header {
    background-color: rgba(0, 0, 0, .03);
}

