.db-table-filters .db-table-row{
	display: flex;
    gap: 10px;
}
.db-table-filters .db-table-row .db-table-column{
  flex: 1;
}
.acd_table_start tbody td img{
  width:50px;
}
.center-txt{
  text-align:center;
}
.acd_table_start thead th{
  background-color: #d9edf7;
  color: #000;
}
.acd_table_start tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.acd_pagination_bar{
  display:flex;
  margin-top: 15px;
}
.acd_pagination_bar > div{
  flex: 1;
}
.acd_page_player{
  text-align:right;
}
.acd_dynamic_table_sec{
	margin-top:15px;
}
.acd_page_player a{
  width: 39px;
  height: 39px;
  display: inline-block;
  padding: 4px 0px;
  background-color: #fff;
  border: 1px solid #e1e8ed;
  text-align: center;
  color: #000 !important;
  margin-left: 5px;
}
.acd_page_player a.active{
  background-color: #0e59b9;
  border: 1px solid #e1e8ed;
  color: #fff !important;
}
.acd_page_player a span{
  font-size: 20px;
  position: relative;
  top: 3px;
}
.acd_total_count p{
  margin-bottom:0;
}
.search_box_directory form{
  display:flex;
}
.search_box_directory form input{
  height: 50px;
  padding: 10px 20px;
}
.search_box_directory form button{
  height: 50px;
}
.faculty-directory-list{
  border-top: 1px solid #DDDDDD;
  padding-top: 27px;
  padding-bottom: 27px;
}
.faculty-directory-list h2{
  color: #BA0F7F;
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 13px;
  text-decoration: underline;
}
.faculty-directory-list p{    
  margin-bottom: 10px;
}
.faculty-directory-list span{    
  font-size: 15px;
  color: #000;
  text-decoration: underline;
}
.fac-dir-box{
  margin-top: 10px;
}
.space-top-adjust{
  margin-bottom:30px;
}
#acd_dynamic_table_data a{
  font-size:18px;
  color: #070086;
  text-decoration: underline;
}
#acd_dynamic_table_data a:hover{
  color: #070086 !important;
}
#acd_dynamic_table_data td a img{
  width: 16px;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.faculty-directory-list{
  display: flex;
}
.facul-img-sec{
  width: 200px;
}
.facul-contact-bar{
  padding-left: 28px;
  flex: 1;
}
.fp-intro-sec{
  background-color:#20BD0D1C;
  padding-left:100px;
  padding-right:100px;
  padding-top:50px;
  padding-bottom:50px;
}
.fp-intro-sec .ace-breadcrump{
  padding-left:0;
  list-style-type:none;
  margin-bottom:0;l
}
.fp-intro-sec .ace-breadcrump li{
  display:inline-block;
  margin-right:5px;
}
.fp-intro-sec h1{
  margin-top:10px;
  margin-bottom:20px;
}
.fp-intro-boxes{
  display:flex;
}
.fp-intro-boxes .fp-intro-right-space{
  padding-left:30px;
}
.fp-content-area{
  display:flex;
  padding-top:50px;
  padding-bottom:50px;
}
.fp-intro-left-space{
  width:50%;
}
.fp-intro-right-space{
  width:50%;
}
.fp-content-area .fp-left-area-space{
  padding-right:40px;
  border-right:1px solid #BCBCBC;
}
.fp-content-area .fp-right-area-space{
  padding-left:40px;
}
.fp-intro-right-space .main-sec{
  font-size:22px;
}
.sub-text-head b{
  display:block;
  font-size:15px;
}
.sub-text-head span{
  display:block;
}
.sub-text-head{
  margin-bottom: 20px;
}
.fp-right-area-space h2{
  font-size: 25px;
  font-family: 'Roboto';
  font-weight: 400;
}
.fp-right-area-space h3{
  font-size: 15px;
  font-family: 'Roboto';
  margin-top: 0;
  margin-bottom: 2px;
}
.mt-ace-17{
  margin-top:17px !important;
}
.dropdown-description .drop-head-patents{
  border-top: 1px solid #000;
  padding-top: 8px;
  position: relative;
  cursor:pointer;
  font-size: 40px;
}
.dropdown-description h2{
  margin-top:20px;
}
.dropdown-description .drop-head-patents span.material-symbols-outlined{
  position: absolute;
  right: 0px;
  top: 28px;
}
.hide-me-patents{
  display:none;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out; /* Optional: Add a smooth transition */
}
.fp-right-area-space a{    
  color: #000;
  font-size: 17px;
  text-decoration: underline !important;
}
.w10fixed{
  width:10%;
}
.w10fixed img{
  width:100%;
}
.wp90fixed{
  width:90%;
}