.custom-nav{
  margin-right: 0px;
  margin-left: 0px;
}
.search-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px !important;
  height: 35px !important;
  border: none;
  border-radius: 0 !important;
  background: #ff8600 url('../images/search.png') no-repeat center center;
}

.advanced-search-btn {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  height: 35px !important;
  border-right: 1px solid white;
  border-radius: 0 !important;
  background: #ff8600 no-repeat center center;
}

.search-btn:active {
  background: #ff8600 url('../images/search.png') no-repeat center center;
}

.new-button{
  color: #fff;
  float: left;
  margin-top: 15px;
  width: 100%;
  background: #ff8600;
}
.header-button{
  width: 40%;
  margin: 15px 0;
  float: right;
}
.question-btn{
  float: none;
  width: fit-content;
  margin-bottom: 2px;
  margin-top: 0;
  background-color: #56b471;
  font-size: 12px;
  padding: 4px;
  color: white;
}
.question-btn:hover,.question-btn:focus{
  filter: brightness(125%);
  color: white;
}
.search-header{
  margin-bottom: 20px;
  margin-top: -35px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#academia_search{
  margin-top: 15px;
}

.places-box {
  border-radius: 0 !important;
}

.places-box:focus {
  outline: none;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;

}
.btn {
  border-radius: 0;
}
.scrolling{
  max-height: 200px;
  overflow: auto;
}


#research_categories.navbar-nav>li>a{
  padding-bottom: 10px;
  padding-top: 10px;
}
.scrolling>li>a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.academia-list-item a:hover ,.academia-list-item a:focus{
  color: white !important;
  background-color: #ffa905 !important;
}
.academia-list-item.active a{
  color: white !important;
  background-color: #ff8600 !important;
}
@media screen and (max-width: 992px) {
  .select2{
    width: 100% !important;
  }
  .slogan{
    text-align: center;
  }
  .pd{
    padding: 25px;
  }
  #academia_search{
    margin-top: 60px;
  }
}

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

}

.research-details{
  font-size: 0.75em;
  color: #4d4d4d;
  margin-bottom: 0.5em;
}
.research-abstract{
  font-size: .9em;
  color: #494949;
  line-height: 1.6em;
    text-align: justify;
}
.research-keyword{
  display: inline-block;
  font-size: .8em;
  font-weight: 500;
  color: rgba(0,0,0,.3);
  line-height: 2em;
  padding: 0 .7em;
  border-radius: 5px;
  background-color: #eee;
  margin: .3em .4em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 145px;
  text-overflow: ellipsis;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.1);
}
.followingKeyword{
  max-width: 100%;
}
.keywords{
  margin-top: 1em;
}
.favorite{
  width: 4%;
  float: left;
  display: inline-block;
}
.research-title{
  width: 93%;
  line-height: 1.4em;
  padding-left: 15px;
  margin-left: 10px;
  font-size: 1.2em;
  display: inline-block;
/* white-space: nowrap; */
  overflow: hidden;
  max-width: 90%;
  text-overflow: ellipsis;

}
.research-title a{
  color: #00A550;
}
.research-title a:hover, .research-title a:focus{
  text-decoration: none;
  color: #ff8600;
}
.research-header{
  margin-bottom: 0.7em;
}
.research-card{
  width: 100%;
  padding: 15px ;
  border-bottom: 1px solid rgba(204, 203, 203, 0.3);
}
.research-reference{
  line-height: 1.3em;
  margin-top: 7px;
}

.info-section{
  padding: 5px;
}
.res-title{
  padding: 0.2em;
  font-size: 1.22em;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00A550;
  font-weight: bold;

}
.eng{
  text-align: left;
  direction: ltr;
}
.abstract-button{
  padding: 10px;

}
abs-buttons{
  border-bottom: 1px solid #f1f1f1;
}
.section-head{
  font-size: 1em;
  color: #00A550;
  margin-bottom: 0.3em;
}
.section-content{
  padding-left: 0.5em;
  padding-right: 0.5em;

}
.section-item{
  margin-right: 15px;
}
.info-item{
  padding-bottom: 5px;
  display: block;
  font-size: 0.9em;
}
.info-content{
  border-bottom: solid 1px #ff8600;
}
.info-details .info-section{
  padding-right: 0;
  padding-left:0 ;
  margin-bottom: 0;
}
.research-btn-download{
  background-color: #00A550;
  color: #f8f8f8;
  margin: 5px 0;
}
.research-btn-save {
  background-color: #ff8600;
  color: #f8f8f8;
  margin: 5px 0;
}
.btn{
  border-radius: 0;
}
.research-btn-download:hover,.research-btn-download:focus{
  color: #00A550;
  border: solid 1px #00A550;
  background-color: #f8f8f8;
}
.research-btn-save:hover,.research-btn-save:focus{
  color: #ff8600;
  background-color: #f8f8f8;
  border: 1px solid #ff8600;
}
.sharing{
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  float: right;
}

.universityCard{
  padding: 15px;
}
.uni-details{
  margin-top: 3%;
}
.uni-name {
  text-align: center;
  color: #00A550;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;

}
.uni-logo{
  text-align: center;
}
.uni-res{
  font-size: 0.8em;
  color: #444444;
}
.uni-more{
  margin-top: 10px;
  font-size: 0.8em;
  float: left;
  color: #ff8600;
}
.uni-more>a{
  color: #ff8600;
  text-decoration: none;
}
.uni-img{
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 40px;
}

.uni-view{
  color: white;
  background-color: #00A550;
  font-size: 0.8em;
  border-radius: 0px!important;
}
.universites-view{
  color: white;
  background-color: #ff8600;
  font-size: 0.8em;
  border-radius: 0px!important;
}
.suggestList{
  margin-top: 20px;
  padding: 7px 7px 0 7px;
}
.suggest-title{
  font-size: 0.9em;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.suggest-title>a:hover ,.suggest-title>a:focus{
  color: #ff8600;
}
.suggest-item{
  padding: 3px;
  border-bottom: 1px solid #dfdfdf;
}
.suggest-type{
  padding-bottom: 8px;
  font-size: 1.1em;
  border-bottom: 1px solid #ff8600;
  margin-bottom: 8px;
}

.suggest-info{
  font-size: 0.7em;
  color: #888888;
  margin-bottom: 3px;
}
.suggestList .suggest-item:last-child{
  border-bottom: none;
}

.head-title{
  padding-bottom: 0px;
  padding-left: 5px;
  padding-top: 10px;
  padding-right:5px;
  border-bottom: 1px solid #dfdfdf;
}
.tags{
  margin-top: 10px;
  padding-right: 0px;
}
.research-preview{
  border: solid 1px #f0f0f0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.main-section{
  padding-right: 0px;
}
.res-details{
  font-size: 0.75em;
  color: #444444;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.rdetails .info-content:last-child{
  border-bottom: none;
}
.r-hidden{
  display: none;
}
.k-show-more a{
  color: #ff8600;
}
.abstract-show-more a,.keyword-show-more a{
  float: left;
  left: 10px;
  font-size: 0.9em;
  color: #00A550;

}
.abstract-show-more a:hover,.keyword-show-more a:hover{
  color: #ff8600;
}
.abstract-show-more,.keyword-show-more{
  padding-bottom: 0.5em;
}
.subscriptionSide{
  max-height: 200px;
  overflow-y: scroll;
}
.subscriptionTitle{
  font-size: 0.8em;
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscriptionButton{
  color: white;
  background-color: #00A550;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em;
  border-style: none;
}

.subscriptionCard{
  padding: 10px;
}
@media (max-width: 767px) {

  .subscriptionButton,.subscriptionTitle{
    width: 100%;
    display: block;
    padding: 5px;
    margin-left: 0px;
  }
  .research-buttons{
    width:100%;
  }
  .res-details{
    max-width: 100%;
  }

}
.scholarCard{
  padding: 15px;
  margin-top: 10px;
}

.scholarHead{
  padding-bottom: 10px;
  font-size: 1.1em;
  border-bottom: 1px solid #ff8600;
  margin-bottom: 10px;
}
.scholarTitle{
  color: #00A550;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
}
.scholarBrief{
  margin-top: 3%;
  font-size: 0.9em;
  line-height: 0.9em;
}
.scholarDetails{
  margin-top: 5px;
  font-size: 0.8em;
  color: #444444;
}
.scholarButton{
  color: white;
  background-color: #00A550;
  font-size: 0.8em;
  border-radius: 0px!important;
}
.info-section-width{
  width: 50%
}
.section-button{
  padding: 5px 5px 0px 5px;
  color: #00A550;
  text-decoration: none !important;
}
.section-button:hover,.section-button:focus{
  color: #ff8600;
  border-bottom: 2px solid #ff8600;
}
.abs-active{
  border-bottom: 2px solid #ff8600;
  color: #ff8600;
}
.abs-buttons{
  margin-bottom: 15px;
}

.res-details-date{
  padding-left: 20px;
}
.res-details-university{
  padding-left: 20px;
}
.optionMenu{
  display: inline-block;
  float: left;
  top: 8px;
}
.menuIcon{
  color: #8a8989;
  font-size: 12px;
}
.optionMenu >.dropdown-menu{
  position: absolute;
  right: -145px;
}
.dropdown-menu-item:hover ,.dropdown-menu-item:focus{
  color: white;
  background-color: #ff8600;
}
.buttonDetails{
  display: inline-block;
  margin-top:5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:3px ;
  padding-bottom: 3px;
  font-size: 0.85em;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #00B16A;

  color: #00B16A;
}
.buttonDetails:hover,.buttonDetails:focus{
  color: #00B16A;
  text-decoration: none;
  box-shadow: 1px 1px 2px #555555;
}
.research-buttons{
  display: inline-block;
  float: left;
}
.creator{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.creator a{
  color: #00A550;
}
.noData{
  padding:5px;
  font-size: 1.2em;
  color: #808080;
}

.copyButton {
  background-color: #00A550;
  color: white;
  text-decoration: none !important;
}

.copyButton:hover,.copyButton:focus{
  background-color: white;
  border: 1px solid #00A550;
  color: #00A550;
  text-decoration: none !important;
}
.closeButton {
  background-color: #ff8600;
  color: white;
  height: 34px;
  text-decoration: none !important;
}

.closeButton:hover, .closeButton:focus {
  background-color: white;
  border: 1px solid #ff8600;
  color: #ff8600;
  text-decoration: none !important;

}
.customModalTitle{
  background-color: #00A550;
  text-align: center;
  color: white;
}
.citationTitle{
  font-style: italic;
}
.academia-icon{
  color: #5d5d5d;
}
.additionalInfo span{
  display: inline-block;
  color: #5d5d5d;
  font-size: 0.85em;
}

.medium{
  font-size: 1.5em;
}
.info_item{
  text-align: center;
}
.info_title{
  width: 60%;
  font-weight: bold;
  display: inline-block;
}
.academia-card{
  background-color: #fdfdfd;
  border: 1px solid #dfdfdf;
}
.publishername a{
  font-style: italic;
  text-decoration: underline;
}
.slogan{
  color: #777777;
  font-size: 12px;
}