
.req_status_ttl,
.req_status_vl {
	display: grid;
	grid-template-columns:16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    text-align:center;
    width:182px;
    height:20px;
    margin:0 auto;
    font-size:12px;
}

.req_status_ttl div,
.req_status_vl div {
    padding:2px;
}

.req_status_ttl div {
    border: 1px solid #e5e5e5;
    border-right:0;
}
.req_status_vl div {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
}

.req_status_ttl div:last-child {
    border-right:1px solid #e5e5e5;
}

.req_status_vl div:last-child {
    border-right:1px solid #d5d5d5;
}

.content_right_sidebar h3 {
    text-align:center;
    text-transform: uppercase;
}

.pagination {
    float:right;
}
.page-link {
    border:0;
    padding:7px 13px;
}

.page-item.active .page-link {
    float:right;
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.no-entries {
    text-align:center;
    padding:10px;
    margin-bottom:25px;
    color:#897869;
}

.link_to_req {
    font-size:11px;
    border:1px solid #d0e9e0;
    background-color: #ddf3eb;
    color:#000;
    text-decoration:none;
    display: block;
    padding:3px 0;
    margin-top:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.link_to_req:hover {
    color:#778899;
}