/*Research Innovation Page styles starts here */

.outerdiv #searchtopics {
	width:200px!important;
/* 	margin: 0 auto; */
	margin-left: 150px;
	float:left;
	height: 40px;
    padding: 10px;
}

.outerdiv #keywords {
	width:400px!important;
/* 	margin: 0 auto; */
	margin-left: 20px;
	float:left;
}

.centered {
	text-align:center!important;
}


.outerdiv #submitsearch {
	margin-top: 0;
	margin-left: 20px;
	background-color: #990000;
	padding: 10px 25px;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;

	/* new: smooth transitions */
	transition: background-color 0.2s ease,
		transform 0.1s ease;
}
/* hover: slightly darker */
.outerdiv #submitsearch:hover {
	background-color: #770000;
}
/* active: “press” effect */
.outerdiv #submitsearch:active {
	transform: translateY(2px);
}
/* focus: custom outline for accessibility */
.outerdiv #submitsearch:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(153, 0, 0, 0.5);
}
/* optional: style the inputs for consistency */
.outerdiv input[type="text"] {
	font-size: 16px;
	padding: 8px;
	margin-left: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.outerdiv input::placeholder {
	color: white;
	opacity: 1; /* some browsers default to lower opacity */
}

#browsebutton {
	color: #FFF;
	background-color: #990000;
	padding: 10px;
	font-size: 20px;
}

#searchform {
	display: none;
}
.browsepage{
	color: #000;
}

.browsepage #searchtopics {
	margin-top: 20px;
	width: 200px;
	height: 40px;
    padding: 10px;
	
}

.browsepage #keywords {
	margin-top: 20px;
	width: 200px;
}

.browsepage #submitsearch {
	margin-top: 20px;
	width: 200px;
	background-color: #990000;
	color: #FFF;
	padding: 10px;
	
}

.browsepage ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1; /* Firefox */
}

.browsepage  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

.browsepage  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #b1b1b1;
}

.article-title { 
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
   	-webkit-box-orient: vertical;
	color: #990000;
    font-weight: normal;
	margin-top: 10px;
    font-family: 'Effra W01';
    font-size: 20px;
    
}



.rowresult {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.rowresult,
.rowresult > .columnresult {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.columnresult {
  float: left;
  width: 33.33%;
  
}

/* Clear floats after rows */ 
.rowresult:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.contentresult {
  background-color: #dedede;
  padding: 10px;
  min-height: 300px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}


.contentresult img {
  min-height: 183px;
  max-height: 183px;
  object-fit: cover;
  width: 100%;
}

.red {
	color: #990000;
	
}

.bold {
	font-weight: 700;
}

.tech-picture {
	width: 100%;
/* 	height: 500px!important; */
/* 	object-fit: cover; */
}

.mb-20 {
	margin-bottom: 20px;
}

.leftside {
	float:left;
	width:60%;
	padding-right:20px;
}

.rightside{
	float:right;
	width:40%;
	padding-left:20px;
} 

.article-detail-title {
	font-family: "museo-slab", "Museo Slab W01";
    font-weight: 400;
	color: #000;
    font-size: 30px;
    line-height: 35px;
    padding: 0;
    margin-bottom: 20px;
	margin-top: 20px;
    display: inline-block;
    width: 100%;

}

.teaserdes {
	font-family: 'Effra W01';
	font-weight:300;
	margin-bottom: 40px;
	color: #000;
    font-size: 18px;
    line-height: 22px;
}

.rightside .inventors {
	margin-top: 0px;
}

.info {
	margin-top: -10px;
}

.pagination-top{
	float: right;
	margin-right: 5px;
}

.pagination-bottom{
	float: right;
	margin-right: 15px;
}

.picturerefstyle {
	font-size: 14px; 
	font-family: 'Effra W01';
	color: #000;
	margin-top: 10px;
}

.search-innovations-page .section-bkg-container {
	height:300px!important;
}

.search-innovations-page h1 {
	margin-top: -20px!important;
}


@media only screen and (max-width: 992px) {
	.outerdiv #searchtopics {
		margin: 0 auto;
		float: none;
	}
	
	.outerdiv #keywords {
		
		margin: 20px auto 0 auto;
		width: 200px!important;
		float: none;
	}
	
	.outerdiv #submitsearch {
		
		margin: 20px auto 0 auto;
		float: none;
	
		
	}
	
	.outerdiv {
		text-align: center;
	}
	
	.columnresult {
		width:100%;
	}
	
	.contentresult img {
   
    	max-height: 400px;
    
	}
	
	.search-innovations-page .section-bkg-container {
		height:413px!important;
	}

	.search-innovations-page h1 {
		margin-top: -75px!important;
	}
}



@media only screen and (max-width: 840px) {

}

@media only screen and (max-width: 560px) {

}

@media only screen and (max-width: 382px) {

}

@media only screen and (max-width: 580px) {

	.leftside {
    	width: 100%;
		padding-left: 20px;
	}
	.rightside {
		width: 100%;
		float: none;
		padding-right: 20px;
	}
}





/*Research Innovation Page styles ends here */