.info h1
{
  font-size: 17px;
  font-weight: bold;
  color: rgb(255, 127, 0);
  margin-bottom: 1%;
  margin-top: 16px;
}
#issucover {width:160px; height:225px}
.issncheck {background-color:rgb(255, 127, 0); padding:0px}
.uaic {background-color:rgb(255, 127, 0); padding:0px}
#fafa-envelope
{
  font-size: 147px;
  line-height: 30px;
  color: orange;
}
.profile-img-up
{
  border: 1px solid #ececec;
  width: 120px;
  height: 156px;
}


.thirdtriple { border:1px solid #f9eab1; border-top:none; background-color:#FFD500; text-align: right;color:white; background-color:white;}
#triply {padding:8px; display:flex;border:1px solid #fff5cd; background-color: #ff5400d1;}
#triplydown{border:1px solid #f9eab1; border-top:none; background-color:#FFD500; text-align: right;color:white; background-color:white;padding:8px; display:flex; justify-content:space-between}
.progress::before
{
  position: absolute;
  height: 30px;
  background: white !important;
  content: '50%';
  top: 0;
  left: 0;
  width: 50%;
  display: flex;
  color: white;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before
{
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after
{
  background-color: #ededed;
}

.indexoncover
{
  opacity: 0.9;
  position: absolute;
  top: 200px;
  left: 22%;
  z-index: 2;
  border: 1px solid orange;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
}
.button-sg
{
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7e8a9), color-stop(1, #6fde14) );
  background: -moz-linear-gradient( center top, #c7e8a9 5%, #6fde14 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7e8a9', endColorstr='#6fde14');
  background-color: #c7e8a9;
  border: 1px solid #8feb7c;
  display: inline-block;
  color: #397a04;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  height: 19px;
  line-height: 19px;
  width: 77px;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
}

.multi-steps
{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.big-btn-red
{color: white;
font-weight: bold;
text-shadow: 0px 1px 0px red;
  display: flex;
  align-items: center;
  text-shadow: 0px 1px 0px #b23e35;
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  background-color: #fc8d83;
  border-radius: 6px;
  font-size: 13px;
  padding: 7px 10px 7px 10px;
  border: none;
  margin-right: 40px;
    text-transform:uppercase;
}
.multi-steps > li
{
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
  font-size: 13px;
  font-weight: bold;
}

.multi-steps > li:before
{
  content: '\f00c';
  content: '\2713';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(255, 127, 0);
  border-radius: 50%;
  font-size: 15px;
}
.bell-notification-view
{
  background-color: red;
  border-radius: 10px;
  color: white;
  padding: 3px 8px 2px 7px;
}
.buttonActivate
{
  color: #fff;
  background-color: yellow;
  font-weight: bold;
  font-family: Arial;
  height: 25px;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  font-size: 10px;
  height: 13px;
  padding: 2px 11px 2px 11px;
  border-radius: 10px;
}
.multi-steps > li:after
{
  content: '';
  height: 8px;
  width: 100%;
  background-color: rgb(255, 127, 0);
  position: absolute;
  top: 19px;
  left: 62.5%;
  z-index: 0;
}

.multi-steps > li:last-child:after
{
  display: none;
}

.multi-steps > li.is-active:before
{
  background-color: #fff;
  border-color: tomato;
}

.multi-steps > li.is-active ~ li
{
  color: #808080;
}

.multi-steps > li.is-active ~ li:before
{
  background-color: #ededed;
  border-color: #ededed;
}
.bar
{
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
 /* full circle! */
  border-radius: 100%;
  box-sizing: border-box;
  border: 30px solid #ff5400;
     /* half gray, */
  border-bottom-color: #eee;
  /* half azure */
  border-right-color: #eee;
}
.buttonUploadCover
{
  color: #fff;
  background-color: orange;
  font-weight: bold;
  font-family: Arial;
  height: 25px;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 65px;
  font-size: 10px;
  height: 13px;
  padding: 2px 11px 2px 11px;
  border-radius: 10px;
}
.received-articles-header
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  background-color: orange;
  color: white;
  font-weight: bold;
}
#uploadimage
{
  font-size: 8px;
  width: 75px;
  position: absolute;
  top: 80%;
  left: 8%;
  color: white;
}

.big-btn-green
{
  display: flex;
  align-items: center;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
  background-color: #b8e356;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid #83c41a;
  padding: 7px 10px 7px 10px;
  border: none;
  margin-right: 20px;
      text-transform:uppercase;
      color:white; font-weight:bold; text-shadow:0px 1px 0px #86ae47;
}
.bab {color:white; text-transform: uppercase; font-size:12px; width: 81%; font-weight: bold;}
.vbar {
    border-left:1px solid orange; padding-left:8px
}
.weblink {color:rgba(255, 127, 0, 0.68); width:30px}
.pendingg {
    border-radius: 2px;background-color: #ffd147b5; font-weight:bold; color:white; margin-top:1px; padding:1px 4px 1px 4px; text-align:center;width:125px;margin-right:8px; text-transform:uppercase
}

.authorbtn {
color:white;     box-shadow:inset 0px 1px 0px 0px #f5d3bc;background:linear-gradient(to bottom, #ff9b59 5%, #ff6600 100%);background-color:#ff9b59;border-radius:6px;
}


.user-block h2
{
  color: rgb(255, 127, 0);
  font-family: arial, sans-serif;
  font-size: 17px;
}
.title_mdl_btn
{
  width: 68px;
  font-weight: bold;
  padding: 3px 0;
  background: #ff8e15;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.evaluation-block h4
{
  font-size: 15px;
  margin-bottom: 28px;
  margin-top: 16px;
  color: rgb(255, 127, 0);
  font-weight: bold !important;
}
.fheading
{
  display: table;
  border-spacing: 5px;
  color: rgb(255, 127, 0);
  font-size: 14px;
  margin-top: 0%;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}
.big-btn-yellow
{
    margin:10px;color:white; text-shadow:0px 1px 0px #dfa00d;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 20px;
  /*! box-shadow: #003b62; */
  /*! background: ; */
  background-color: #003b62;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
#messagesicon
{
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 37px;
  color: gray !important;
}
.applyforija {
    border-radius: 2px;background-color: orange; font-weight:bold; color:white; margin-top:1px; padding:1px 4px 1px 4px; text-align:center;width:125px;margin-right:13px; text-transform:uppercase
}
#support-icon {
    font-size:32px; 
    color:gray
}
#logout-icon {
    font-size:35px;color:gray
}
#submit-object-icon {
    font-size:32px; color:gray; padding-bottom:4px
}
#support-text {
    font-weight:bold; padding-bottom: 4px; color:gray; font-size:12px
}
#myMain-icon{
    padding-bottom: 4px;font-size:32px; color:gray;
}
#noti-icon {position:absloute; font-size:35px; color:rgb(255, 127, 0); color:gray;padding-bottom: 4px;}

#connect-object-icon {
    padding-bottom: 4px; font-size:32px; color:gray;
}
#messages
{
  color: gray;
  font-size: 12px;
  font-weight: bold;
}
.connect-object-text {
font-size:12px; color:gray; font-weight:bold
}
#myMain-text {
    font-size:12px;color:gray; font-weight:bold
}
#logout-text
{
  margin-left: 5px;
  font-size: 10px;
  font-family: arial;font-weight:bold; color:gray;
}

.fheading
{
  display: table;
  border-spacing: 5px;
  color: #ff8100;
  font-size: 14px;
  margin-top: 0%;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}
#indexedinicon
{
  color: #ff8100;
  font-size: 12px;
}
.rating
{
  padding: 19px 12px 7px 8px;
  font-size: 14px;
  color: #696969;
  border-bottom: 1px solid black;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  line-height: 15px;
}

.flawsreduces
{
  font-size: 9px;
  padding-right: 6px;
  text-transform: capitalize;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.35);
}
.journalproblems
{
  border: 1px solid #fff5cd;
  color: white;
  background-color: rgba(0, 0, 0, 0.41);
  font-size: 10px;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 6px;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: white;
}

.submitpaper {
    background-color: #ff8100; border-color: #ff8100; width:120px; border-width:1px; border-radius: 4px; border-style:solid; padding:7px 7px; text-align:center; margin-top:20px; line-height:1; transition: all .3s; font-weight: 600; letter-spacing: 1px; color:white; font-weight:bold; color: #ffffff; font-size:11px
}
.journaltitle
{
  width: 80%;
  color: black;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}
.indexedintext
{
  margin-left: 4px;
  color: #ff8100;
  font-size: 15px;
}
.underliny
{
  width: 200px;
  color: #696969;
  border-bottom: 1px solid black;
  line-height: 20px;
}

#myminiBar
{
  height: 17px;
  background-color: #ff8100;
  display: flex;
  align-items: center;
  color: white;
  font: 12px bold;
  justify-content: center;
  font-family: arial;
  font-weight: bold;
}

.improvika
{
  font-size: 11px;
  margin-top: -1px;
  float: right;
  margin-right: -1px;
  margin-bottom: -1px;
  color: #fff;
  font-weight: bold;
  padding: 4px 4px 0px 6px;
  background-color: #ff8100;
  border: 0px solid #ff8100;
  color: #ffffff;
  height: 19px;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}


#myminiProgress
{
  width: 95%;
  margin-top: 1%;
  margin-bottom: 1%;
  border: #ff8100;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

.five #myminiProgress
{
  width: 100%;
}


.nav-in
{
  align-items:center; 
  display:flex; 
  text-align:center; 
  padding:8px; 
  justify-content:space-around; 
width: 101.5%; 
  /*! color:#110101; */ 
  font:15px Arial; 
  margin-top:20px; 
  
 margin-left:-3%;
 position:fixed; 
 background-color:white;
 z-index:2; 
 margin-top:-16px;
 box-shadow: 0 2px 1px -1px rgba(255, 127, 0, 0.9);
}



.check-issn-link {
    background-color: orange
}


.hrr
{
  border: none;
  border-top: 1px solid rgb(258, 127, 0);
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}

ul.steplist li.current {
    background-color:rgb(255, 127, 0);
	border:1px solid rgb(255, 127, 0);
}
ul.steplist li {  border: 1px solid orange;
}
.mainBox h2
{
  color:#FF7F00;
}

#breadcrumb
{
  font-size: 0em;
  padding-bottom: 0.2em;
  padding-top: 0.7em;
  border-bottom: 1px solid red;
  width: 100%;
}

.search-form-top
{
  display: flex;
  margin-top: 5px;
  width: 457px;
  color: #ff8100;
  height: 33px;
}


h1
{
  color: #FF7F00;
  font-family: Arial;
}


.indexnow {
    max-height: 5em; flex: 1 90px; border:none; background-color:rgb(255, 127, 0); color:white;
}

.input_bar
{
  text-align: center;
  padding: 6px 7px 7px 13px;
  flex: 3 1 150px;
  max-height: 6em;
  font-size: 13px;
  color: gray;
  border: 1px solid orange;
}

.panelBtns {display:flex; margin-top: 10px;justify-content: space-around;margin-left: 16px;}

.cl{
    color:orange;
}

.backbutton {border-left: 39px orange solid;}

.footerstyle{
     border-top:1px solid rgb(258, 127, 0);
}

.colory {
   color:orange;
}

.issue-name {
      border: 1px dashed orange;
}

.view_object
{
      font-size: 14px;
  color: #fff;
  margin-top: -3px;
  font-weight: bold;
  padding: 5px 11px 5px 11px;
  font-family: Arial;
  height: 25px;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  background-color: rgb(258, 127, 0);
  border: 1px solid #ececec;
    
}

.foot-in {
    background-color: orange !important;
}

.triplethread{
    background-color: #ff5400;
    border:1px #ff5400 solid; 
}

.sideBlock a {
      background-color: rgb(255, 127, 0);
}

.refrencelable {
    color: orange;
}

.user-block a
{  background-color: rgb(255, 127, 0);
}

.button-sgflat
{
  background-color: rgb(255, 127, 0);
  border: 1px solid rgb(255, 127, 0);
}

.panelBtn 
{
    background-color: rgb(255, 127, 0);
}


.search-bar
{  border: 1px solid orange;
}

.button_index_now
{
  background-color: rgb(255, 127, 0);
  border: 1px solid rgb(255, 127, 0);
}
.headManifest
{
  color: rgb(255, 127, 0);
  margin-top: 20px;
  margin-bottom: 5px;
}

.buttonWhite
{
  background-color: orange;
}

.search-button
{
      background-color: rgb(255, 127, 0);
}


.hashor
{
  display: flex;
  flex: 1 1 584.2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('http://journal-index.org/pics/hashor.PNG');
  text-align: center;
  height: 190px;
  width: 584.2px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  
}

.loginField
{
  margin-top: 4px;
  font: 16px;
  padding-left: 11px;
  border: 1px solid orange;
  height: 35px;
}


.login
{
  width: 245px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 5px 11px 5px 11px;
  background-color: rgb(255, 127, 0);
  border: 1px solid
    rgb(255, 127, 0);
  color: #ffffff;
  font-family: Arial;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.signup
{
  clear: both;
  margin-top: -15px;
  color: rgb(255, 127, 0);
  height: 8px;
  font-weight: bold;
  font-size: 14px;
  padding: 9px 94px 9px 95px;
  background-color: white;
  border: 1px solid rgb(255, 127, 0);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField
{
  background-color: #F0F0E8;
  color: #000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #E8E8E1;
  border-right: 2px solid #E8E8E1;
  font-size: 1em;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField
{
  background-color: #fff;
  border: 1px solid orange;
}


.barik
{
  background-color: rgb(255, 127, 0);
}

.float
{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgb(255, 127, 0);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
.sideBlock h3
{
  color: rgb(255, 127, 0);
}


h2
{
  color: rgb(255, 127, 0);
}

.journaltitle
{
  width: 80%;
  color: rgb(255, 127, 0);
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}
.icc-text-journal
{
  font-weight: bold;
}


@media screen and (max-width: 620px)
{
    
      .login
  {
    font-size: 25px;
    width: 420px;
    height: 60px;
  }
  
      .signup
  {
    margin-top: 24px;
    font-size: 30px;
    padding: 9px 154px 9px 147px;
  }

  .hashor
  {
    height: 300px;
  }
  
  
    .journaltitle
  {
    font-size: 27px;
    padding-bottom: 5px;
    width: auto;
  }
	.mainBox h2
{
  font-size:27px; 
}

    .sideBlock h3
  {
    line-height: 1.4em;
    font-size: 25px;
  }
  .panelBtns {display:block;}
  
    .input_bar
  {
    font-size: 20px;
    height: 40px;
    padding: 6px 4px 4px 10px;
  }
  
    h1
  {
    font-size: 37px;
  }
  .indexnow
  {
    padding: 8px 4px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial;
    width:100%;
    display: block;
    border:none; 
    background-color:rgb(255, 127, 0);
  }
  
    .search-form-top
  {
    display: flex;
    border: 1px dashed #ff8100;
    margin-top: 15px;
    color: #ff8100;
    width:auto;
    height: 43px;
    
  }
  
  #support-icon {
    font-size:50px; 
    color:gray
}
  
  
  
   .info h1
  {
    font-size: 22px;
    margin-top: 26px;
    line-height: 26px;
  }
    #myminiBar
  {
    height: 37px;
    font-size: 20px;
  }
  .improvika
  {
    padding: 8px 9px 12px 9px;
    font-size: 20px;
  }
   .underliny
  {
    font-size: 23px;
    width: 430px;
    line-height: 32px;
  }
.indexedintext
  {
    font-size: 21px;
  }
.journalproblems
  {
    font-size: 20px;
  }
  .flawsreduces
  {
    font-size: 18px;
  }
  #myMain-text {
    font-size:22px;
}
#myMain-text {
    font-size:22px;
}
#support-text {
    font-size:22px;
}
#logout-icon {
    font-size:52px;
}

  #logout-text
  {
    font-size:22px;
    margin-left: 5px;
    font-family: arial;
    
  }
  .user-block h2
  {
    font-size: 28px;
  }
    #uploadimage
  {
    width: 80%;
    font-size: 13px;
    position: absolute;
    top: 80%;
    left: 3.5%;
    color: white;
  }

  #messagesicon
  {
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 55px;

  }
 .bell-notification-view
  {
    font-size: 20px;
    padding: 5px 7px 4px 9px;
    border-radius: 19px;
  }
.fheading
  {
    font-size: 23px;
  }
  .received-articles-header
  {
    padding: 4px;
    font-size: 19px;
  }
  .rating
  {
    font-size: 21px;
    letter-spacing: -1px;
  }
  
    #fafa-envelope
  {
    font-size: 150px;
    line-height: 30px;
    color: orange;
  }
.fheading
  {
    font-size: 23px;
  }
  
    .multi-steps > li
  {
    font-size: 18px;
  }
   .multi-steps > li:before
  {
    font-size: 21px;
  }
  
    .multi-steps > li
  {
    font-size: 18px;
  }
#indexedinicon
  {
    font-size: 17px;
    padding-top: 4px;
  }
    .big-btn-yellow
  {
    font-size: 20px !important;
  }
  .big-btn-red
  {
    font-size: 20px !important;
  }
  .profile-img-up
  {
    width: 130px;
    height: 186px;
  }
   .addarchive
  {
    padding: 7px 9px 18px 7px;
    margin-left: 10px;
    font-size: 15px;
  }

  
 .addarchive
  {
    width: auto;
  }
   .indexoncover
  {
    top: 260px;
  }
  
}