.pagination 
{
    display: inline-block;
    padding-left: 0;
    margin-top: 0.4rem;
    margin-bottom: 0;
    border-radius: .25rem;
}
.pagination ul li.disabled a {
    opacity: 0.5;
}  
.table-format-tenders {
    overflow-x: auto;
    overflow-y:auto;
    width: 100%;
    max-width: 800px;
    max-height: 600px;
}
.table-format-tenders table
{
    border-collapse:collapse; width:100%; margin-bottom:15px;
    color: #666;
    border: 1px solid #dee2e6;
    padding: .75rem;
    margin-bottom:15px;
}
.table-format-tenders table thead {
	
} 

.table-format-tenders table thead tr th{
	font-weight: normal;
	font-family: 'bom_websemibold';
	color: #fff;
	background-color: #296584;
    border: 1px solid #dee2e6;
    /*vertical-align:bottom;*/
    vertical-align:central;
    padding: .75rem !important;
} 
.table-format-tenders table tbody tr td{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
    padding: .75rem !important;
    border: 1px solid #dee2e6 !important;
}
.table-format-tenders table tbody tr:hover{
	background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .1);
	color: #555;
}
.dateicon{
    background-image: url('../images/images/calendar.png');background-repeat: no-repeat;padding-left: 25px;
    padding-right: 25px !important; background-position: right; margin-right: 5px;
}
.dateicon:read-only{background-color:#fff;}
.cdlabel{font-size:1rem;}

.tender-acdn-title, .accourding-wrap a.accordion-section-title {
    padding-right: 35px;
}
.accourding-wrap a.accordion-section-title:after, .accourding-wrap a.accordion-section-title.active:after {
    right: 15px;
}
