@import url(/iasjCss/fonts/cairo/stylesheet.css);
html, body{
  height:100%; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 16px;
  text-decoration: none;
  margin:0 auto;
}
a
{
  text-decoration: none; 
  color:#1a6c9b;
}
form select 
{
  border: 1px #ccc solid;
  padding: 8px 4px;
  border-radius: 0;
} 
.editor
{
   display: flex;
   flex-flow: row wrap;

}
.editorPhotoDiv
{
   width:100px;
   padding-top:6px;
   text-align:center
   
}
.editorPhoto
{
  border-radius:50%; 
  width:70px; 
  height:70px
}
.editorInfo
{
  padding-left: 10px;
  line-height:1.4em;
  font-size: 15px;
}
.orcid 
{
  background: url('/iasjImages/orcid.png');
}
.scopus
{
  background: url('/iasjImages/scopus.png');
}
.wos
{
  background: url('/iasjImages/wos.png');
}
.researchGate
{
  background: url('/iasjImages/researchGate.png');
}
.orcid, .scopus, .wos, .researchGate
{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 20px; 
  height: 20px;
  //padding-left: 25px;
  vertical-align: middle;
}
.metricsImg
{
   width: 20px;
   height: 20px;
   padding-bottom: 5px;
}
.dbImg
{
  max-height:90px; 
  width:auto;
  margin: 10px;
}
.cairo {
    font-family: cairoregular;
    font-size:15px;
    line-height: 1.6;
}
.cairoBold {
    font-family: cairoregular;
    font-weight: bold;
}

.fixedHeader {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    border-top: 5px #1f6d99 solid;
    width: 100%;
    background-color:white; 
    z-index: 2000;
}

.logoArea
{
  height: 64px; 
  width: 94%;
  margin: auto;
}

.login
{
    color:#009f3c; 
    font-weight:bold;
}
.content
{
  position: relative;
  top: 111px;
  min-height: 100%;
  margin-bottom: -111px;
}

.narrowContent 
{
   width:94%; 
   margin:auto;
}

.footer 
{
   width:100%;  
   border-top: 5px #1f6d99 solid;  
   bottom: 0;
   position:relative;
}
.spacer { 
   height: 111px;
}
.homeShowCase {
    background:url('/iasjImages/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    display:block;
    width: 100%;
    line-height: normal;
}

.homeShowCaseSmall {
    background:url('/iasjImages/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display:block;
    width: 100%;
    line-height: normal;
}
.homeShowCase h1 {
   font-family: Helvetica, "Open Sans", sans-serif;
   font-size: 30px;
   padding: 20px 10% 0 10%;
   box-sizing: border-box;
   margin: 0 0 10px 0;
}
.homeShowCaseSearch {
}
.faIcon { /* fontAwesome */ 
   color: #1f6d99; 
   font-size: 40px;
}
.statNumber {
   font-size:30px; 
   text-align: center; 
   display: block; 
   color:#4D4B4B; 
   line-height: normal; 
   font-weight:bold;
}
.statCategory {
    font-weight:bold; 
}

strong {font-weight: bold}
#search {
    max-width:500px;
    margin: 0 auto;
  position: relative;
}
.query {
  padding: 10px 40px 10px 12px;
  height: 40px;
  border:1px #ccc solid;
  width: 100%;
  display: inline;
  position: relative;
}
.submitImage{

  background: transparent;
  background-image: url('/iasjImages/searchIcon.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 30px;
  top:0px;
  right:0px;
  position: absolute;
  border:0;
  height: 40px;
  cursor: pointer;
}

#advancedSearch {
    max-width:700px;
    margin: auto;
}
#advancedSearch .query {
   width: 50%;
}
#search a, #advancedSearch a {
    font-size: 14px;
    font-weight: bold;
}
#search a {
    float: right;
}
.navigator {
   width:100%;
}
	
.navItems {
  width: 94%;
  margin: auto;
  font-weight: bold;
  overflow: hidden;
}

.topButton 
{
   color:#009f3c;
   font-size: 15px;
   font-weight: bold;
}
.journalsRow
{
  display: flex;
  flex-wrap: wrap;
}
.journalColumn
{
/*  display: flex;
  flex-direction: column;
*/
  margin-top: 28px;
}
.recordArea
{
   width:100%;
   background-color: #fbfbfa;
   padding: 24px;
}
.recordInfoArea
{
  padding-left: 12px;
}
.flexRow
{
   display: flex;
   flex-flow: row wrap;
}
.recordFlex {
  flex:0 0 auto;
  -ms-flex: 0 0 auto;
}
.homeJournalImages
{
   width:130px; 
   height: 184px; 
   box-shadow: 0 3px 8px #777; 
   verticle-align: middle;
}
.recordImage
{
   width: 94%;
   height: auto;
   box-shadow: 0 1px 5px rgb(0, 0,0, 0.4) ;
   margin-bottom:10px;
   vertical-align: top;
}

.journalMenu a {
  color: #1a6c9b;
  background-color: #eee;
  display: block;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom:1px;
}
.journalMenu span
{
  color: gray;
  background-color: #eee;
  display: block;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom:1px;
}


.journalMenu a:hover {
  background-color: #1a6c9b;
  color: white;
}

.journalMenu a.active {
  background-color: #1a6c9b;
  color: white;
}
.publisherImages
{
   width:auto;
   max-width:122px;  
   height: 122px; 
   max-height: 122px;
   margin-bottom:14px;
}
.publisherImages.empty 
{
   box-shadow: 0 3px 8px #777; 
}

.recordBar {
  width: 100%;
  overflow: hidden;
}
.barLinks
{
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}
.recordLinks a
{
  cursor: pointer;
}
.recordBar span
{
  color: gray;
  padding: 8px 1px;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  border: 1px #ddd solid;
}
.recordBar a
{
  color: #1a6c9b;
  padding: 8px 1px;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  border: 1px #ddd solid;
}
.recordBar a:hover {
  background-color: #1a6c9b;
  color: white;
}

.recordBar a.active {
  background-color: #1a6c9b;
  color: white;
}

.recordsArea {
  width: 75%;
  float: left;
  padding-right: 16px;
}
.recordAuthor {
  padding: 8px 0;
}
.recordAuthor a {
 color:#469294;
}
.resultInfo
{
  margin-bottom:30px; 
}
.riListing
{
  width: 30%;
}
.riSort {
  width: 30%;
  text-align: right;
}
.riPages
{
  width:40%;
}

.pagesArea
{
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  background-color: #f1f1f1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
}
.pagesItem {
  flex:1 1 auto;
 -ms-flex:1 1 auto; 
}
.facetsArea
{
  width: 25%;
  float: right;
  padding-left:16px;
}
.facets {
  background-color: #f5f9fb;
  border: 1px solid #C5C7D3; 
  padding-bottom: 10px;
}
.facetsLabel
{
 padding:5px; 
 background-color:#dee9f4; 
 color:#006699; 
}
.facet 
{
  padding: 0 5px;
  border-top: 1px solid #C5C7D3;
  line-height: 1;
}
.feedback input[type=text], input[type=password], textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 6px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.aboutSection {
  font-weight:bold;
}

 @media all and (max-width: 997px) {
    .riListing, .riPages, .riSort{
      width: 100%;
      padding-top: 10px;
      text-align: center;
      display: block;
    }
   .recordsArea {
      width:100%; 
      float:none;
      padding: 0;

   }
   .facetsArea {
      width: 100%;
      margin-bottom: 20px;
      float:none;
      padding: 0;
    }
    .facets > .facet {
        overflow: hidden; height:0; 
       /*transition: all 300ms;*/
    }
    .facets.open .facet { height:auto;}

    .facetsLabel {
      text-align: center;
      cursor: pointer;
    }
    .facetsLabel:after {
      content: "\f0b0";
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: FontAwesome;
      font-weight: 900;
    }

table.yearsTable tbody, table.yearsTable tr {display: block !important; width:100%;}
table.yearsTable td {display: block ; float: none; width:100%;}

    #facetYears input[name="fromYear"], #facetYears input[name="toYear"] {
       padding: 10px;
       width: 100%;
       margin-bottom:8px;
       margin-top:1px;
       border:1px #ccc solid;
    }
    
} 

@media all and (max-width: 600px) {

   .recordBar a {
      font-size:14px;
      font-weight:normal;
    }


   .topButton {
       font-size: 12px;
       font-weight: normal;
       padding: 3px 6px;	 
   }
   .languageLabel {
       font-size:12px;
   }
   .faIcon {
       font-size: 30px;
   }
   .statNumber {
       font-size: 24px;
   }
   .statCategory {
       font-size: 12px;
   }
   .logo {
      width: 160px; 
      height: 40px; 
   }
   #search {
    max-width:380px;
    margin: 0 auto;
   }
   .advancedSearch {
      max-width:700px;   
      margin: auto;
   }
   .homeJournalImages
   {
      width:105px; 
      height: 148px; 
      margin-bottom:10px;
   }
   .recordImage {
      width: 60%;
   }
   .articleArea {
      width:100%;
   }
   .articleData {
      width: 100%;
   }
   .hideSmall {
      width: 0%;
   }
   .articleTitle {
   }
   .navItems {
      width: 94%;
      margin: auto;
      font-weight:normal;
      font-size:14px;
   } 
.recordArea {
   padding: 10px;
}
.journalInfo {
   padding: 0;
}
.editor
{
   display: flex;
   flex-direction: column;
}

}
