/*
Theme Name:    	iopb-child
Description:    Institute Of Physics
Author:         IOPB
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.pagination {
    text-align: center!important;
    /* display: block; */
    margin-top: 10px;
    display: block;
}
span.page-numbers.current {
    background: #2196F3;
}
.page-numbers {
    background: #717171;
    padding: 7px 12px;
    margin: 0 2px;
    color: #fff;
    text-decoration: none;
    
    font-size: 14px;
}
a.page-numbers:hover {
    color: #ffffff!important;
}
section.breadcrumb-banner {
    position: relative;
    margin-top: -48px;
    z-index: 0;
}
section.breadcrumb-banner:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #000000c9 49%, #00000000);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
section.breadcrumb-banner .content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: white;
    z-index: 111;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, #0000008a, #000e306b, transparent);
}
ul#crumbs {
    padding: 0;
}
ul#crumbs li {
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
        padding: 0 10px;
}
ul#crumbs li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate3d(1, 1, 1, 45deg);
}
ul#crumbs li:first-child {
    padding-left: 0;
}
ul#crumbs li:last-child:before {
    display: none;
}
ul#crumbs li a {
    color: #fff;
}
ul#crumbs li:last-child {
    padding-right: 0;
    margin-right: 0;
}

/* DataTable */
section.datatable_sec {
    padding: 80px 0;
    background: url(images/datablebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.7; */
    position: relative;
}
.dataTables_wrapper {
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-bottom: 4px;
    color: #434343;
    display: inline-block;
    /* width: 200px; */
    float: right;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button:hover {
    background: #207db0;
    color: #fff !important;
}
.dataTables_paginate .paginate_button:first-child, .dataTables_paginate .paginate_button:last-child {
    padding: 0 11px;
    width: auto;
}
.dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dfdfdf;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
}
.dataTables_paginate .paginate_button.disabled {
    color: #207db0 !important;
    cursor: pointer;
    background: #f8eeee!important;
}
thead {
    background: #0f2c83;
}

section.tender_edu_sec {
    padding: 80px 0;
        background: url(images/datablebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* section.tender_edu_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #95919178;
} */
section.tender_edu_sec .row{
    position: relative;
}
section.tender_edu_sec thead tr {
    background: #207db0;
    color: #fff;

}
.tablepress>:where(thead,tfoot)>tr>* {
    background: #207db0!important;
    color: #fff!important;
    border: 1px solid #ccc!important;
}
.tablepress tbody td {
    color: #000000!important;
       border: 1px solid #ccc!important;

}
section.tender_edu_sec tbody td {
    color: #000000;

}
div#data_length {
    display: inline-block;
}
div#data_info {
    display: inline-block;
}
div#data_paginate {
    display: inline;
    float: right;
    padding-top: 10px;
}
.entry_content {
    width: 100%;
    float: left;
    padding: 80px 0;
}

/* vertical-tab-start */

/* Vertical tab  start */

.vertical-tab {
    padding: 30px 0 10px;
}
.vertical-tab-leftcon {
    display: flex;
    padding-right: 0;
}
.vertical-tab-left {
    /* border-right: 5px solid #2b43da; */
    max-width: 100%;
    width: 100%;
    margin-right: 0!important;
    border-top: 1px dotted #ccc;
}
.vertical-tab-leftcon .nav-wrap {
    background: #f7f7f7;
    width: 100%;
}
.vertical-tab .nav-pills .nav-link.active {
    background: #112187;
    color: #fff;
    position: relative;
}
.vertical-tab .nav-pills .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 12px solid transparent;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.vertical-tab .nav-pills .nav-link {
    text-align: left;
    padding: 15px 10px;
    border-radius: 0;
    color: #000;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    line-height: 17px;
}
.vertical-tab-righttcon {
    padding-left: 0;
}
.vertical-tab .tab-content {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 4px 1px 10px #e5e5e5;
    min-height: 100%;
}
.vertical-tab h3 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
}
.vertical-tab h3::before {
    content: '';
    position: absolute;
    height: 28px;
    width: 4px;
    left: 0;
    bottom: 0;
    top: -2px;
    background: #112187;
}
.vertical-tab .scroll-bar-2 {
    overflow-y: scroll;
    padding: 0 10px 10px 0;
    margin: 0 0 10px 0;
    max-height: 590px;
    overflow-x: clip;
}

.vertical-tab-new {
    background: url(images/Approval.png);
    background-repeat: repeat;
    position: relative;
}
.vertical-tab-new:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff85;
    top: 0;
    left: 0;
}
.vertical-tab-new .container {
    position: relative;
}

/* Accessibility icon  */
#accessibility-widget-toggle,
.uw-widget-custom-trigger {
    display: none !important;
}