/* .middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #ffffffa6;
  font-size: 100px;
  width: 100%;
  height: 100%;
}

#home:hover .middle{
	opacity: 1;
}
#about:hover .middle{
	opacity: 1;
} */

table.dataTable tbody td,
#bookPublicationTblBody td,
#paperPublicationTblBody td,
#expertiseTblBody td,
#expertLectureTblBody td {
	word-break: break-word;
}


.btn-pink {
	background: #f2184f;
	border-color: #f2184f;
	border-radius: 0px;
	margin-top: 10px;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
}

.btn-pink:hover {
	color: white;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
}

.btn-edit {
	background: #202c45;
	border-color: #202c45;
	border-radius: 0px;
	margin: 5px;
	padding: 7px 10px !important;
	color: white;
	font-size: 12px;
	font-weight: 600;
}

.btn-edit:hover {
	color: white !important;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
}

.btn-delete {
	background: #f2184f;
	border-color: #f2184f;
	border-radius: 0px;
	margin: 5px;
	padding: 7px 10px !important;
	color: white;
	font-size: 12px;
	font-weight: 600;
}

.btn-delete:hover {
	color: white !important;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
}

/* ============================== */
.float-right {
	float: right;
}

/* Toggle====================================== */
.btnDeactive {
	background: #d9534f !important;
	color: white !important;
	border-color: #d9534f !important;
	border-radius: 0px !important;
}

.btnActive {
	background: #4cae4c !important;
	color: white !important;
	border-color: #4cae4c !important;
	border-radius: 0px !important;
}

.btnAD .btn-default {
	border-radius: 0px !important;
}

h5,
p,
td,
tr {
	word-break: auto-phrase;
	word-wrap: break-word;
}

#resourceCategoryList li,
#programList li {
	cursor: pointer;
}


#committeeDetailsTable a,
#iqacPanel table a,
#nirfGsirfPanel table a,
#circularTable a,
#timeTableTbl a,
a:active {
	color: white;
}