body {
	background-color: #ddd;
	color: #000000;
	text-align:justify;
	font-family: 'FontAwesome';
    font-size: 17px;
}
.pkp_structure_head {
    background-color: #ddd;
}
.pkp_structure_content {
        background: white;
    }
.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 25px;
}
.pkp_navigation_user li {
        font-size: 16px;
}
.pkp_site_name .is_img img {
        background: #ddd;
    }
.pkp_brand_footer img {
    width:0px;
}
a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: black;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: red;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#content h4 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar a {
	background-color: red;
	padding: 5px;
	color: white;	
}
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -154px;
		top:130px;
		width: 200px;
		z-index:9999 !important;
}
.sticky li{
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(0%); 
}
.sticky li:hover{
		margin-left: -105px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
}
.sticky li img{
		float: left;
		margin: -5px -7px;
		margin-right: 10px;

}
.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
}

.thumbnail:hover{
transform: scale(1.5);
}
.media-object:hover{
	  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.media-object {
    width: 214px;
    /*padding-top: 28px;*/
}

.cricle-main {
    position: relative;
    display: block;
    height: 300px;
    width: 280px;
    margin: -17px;
}
.cricle-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 15px solid #128cb8;
    height: 280px;
    width: 280px;
    border-radius: 100%;
}
.cricle-inner {
    position: absolute;
    left: 15px;
    top: 15px;
    border: 15px solid #004c8f;
    height: 250px;
    width: 250px;
    border-radius: 100%;
}
.circle-title {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #31556C;
}
.circle-number {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-transform: uppercase;
    color: #31556C;
}
.impact-factor-wrap .year {
    position: absolute;
    left: 50%;
    bottom: -13%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #31556C;
}
.footer .container .row .col-md-4 img {    
    display: none;
}
#kelageline2 {
    border-bottom: 1px solid #27abd5 !important;
    width: 285px;
    position: relative;
    right: 21px;
    bottom: 119px;
}
@media (max-width: 400px) {
    #kelageline2 {
    right: -23px;
    bottom: 92px;
}
  }
.obj_article_summary .meta {
    font-size: 15px;
}
footer[role="contentinfo"] {
    background: url(footer_bg.jpg) repeat;
}
.journal_index {
    background: url(banner.jpg) top right no-repeat;
    background-size: 100% 100%;
    padding-top: 285px;
    margin-top: 10px;
    }
.journal_index .site_logo {
        margin-top: -256px;
}
.media-object:hover{
	  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.editorial_team_block .profile .name {
    color: #176b9f;
    font-size: 16px;
}
.editorial_team_block .profile .speciality {
    font-weight: bold;
}
.editorial_team_block .profile div {
    line-height: 1.5;
    /*text-align: left;*/
}
.editorial_team_block h1 {
    text-align: center !important;
    border-bottom: 0px !important;
}
.editorial_team_block img {
    width: 85px!important;
    height: 90px!important;
    padding: 5px;
    border: 1px solid #d6cfcf46;
    float: left;
    box-shadow: 10px 10px 5px -13px rgb(105 98 98 / 75%);
}
.about_journal {
    background: #04070ecf;
}
div.scrolling {    
    top: -18px;        
}
div.scrolling-limit{
  width: 100%;
  height: 93px;
  overflow:hidden;
  white-space:nowrap;
  color:#cdf109;
  
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 14s infinite linear;
  top:0px;
  font-size:23px;
  font-weight:bold;
  font-style: italic;
}

@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
.about_journal {   
    display: none;
}
.panel-default > .panel-heading, .pkp_block .title {
    background: linear-gradient(to bottom, rgb(25, 152, 139) 0%, rgb(25 152 139) 100%);
    padding: 9px;
    text-align: center;
    color: white;
    border-radius: 5px 10px 1px 10px;
}
.pkp_navigation_primary>li>a, .pkp_navigation_primary>li>a:hover {
        color: #224d78;
}
.user_navigation{
	background: linear-gradient(to right, #05080f 0%,#3fa1e2 100%)
	}
.page_contact .address, .page_contact .phone, .page_contact .email {
    font-size: 17px;
}
li a:hover{
     background: #1dacd000;
}
#main-navigation > li a {
    color: black;
    font-weight: 520;
}	
.nav>li>a {
    font-weight: 900;
}	
.cmp_edit_link {
    font-size: 0px;
}
.pkp_structure_content {
        background: white;
    }
.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 25px;
}
#copyright1 {
    /*width: 1000px;*/
    /*margin: auto;*/
    /*margin: -23px;*/
    color: white;
    text-align: center;
    /*line-height: 30px !important;*/
    clear: both;
    font-family: "Humnst777 BT";
    font-size: 14px;
}
.pkp_structure_footer_wrapper {
    background: none;
 border-top: 0px solid #ddd;
 border-bottom: none;
}
.pkp_brand_footer {
    padding: 0.143rem;
}
.footer-col a {
  /*color: rgba(0,0,0,0.75);*/
  color: white;
	text-decoration:none;
}
.footer-col a:hover{
	background: #f0f8ff00;
}
.footer-content-wrapper {
  width: 80%;
  margin: -1em auto;  
}

.footer-col {
  display: inline-block;
  padding: 0.5em 1.1em 0.5em 1em;
  box-sizing: border-box;
  /*border-right: solid 1px #bbb;*/
}
.footer-col:nth-child(4) {
  border: none;
}

.ta-l {
  text-align: left;
}
.flt {
  float: left;
}

.flt:nth-child(4):after {
   content: " "; 
   visibility: hidden; 
   display: block; 
   height: 1em; 
   clear: both;
}


.footer-col a {
  display: block;
  margin: 0.3em 0;
}

@media (max-width: 550px) {
  .small-50 {
    width: 50%;  
  }
  .footer-col:nth-child(2) {
    border: none;
  }
}

@media (max-width: 300px) {
  .tiny-100 {
    width: 100%;
  }
  .footer-col { 
    border: none;
  }
}

.pkp_structure_footer {
/*background: url(https://cprijournal.in/public/journals/1/footer_bg.jpg);*/
border-radius: 5px;
background: #bfc2c7;
}
.has_site_logo .pkp_head_wrapper {
    padding-right: 0em;
}
.pkp_footer_content {
    padding: 0rem;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0rem;
}
.most_read, .most-viewed-title, .most-viewed-content, .most-viewed-author{
    	text-align:justify !important;
	font-family: 'FontAwesome' !important;
    font-size: 17px !important;
}
.pkp_structure_main h2{
    margin: 0.857rem 0 1.43rem;
}
.pkp_navigation_primary {
        max-width: 86%;
    }
.container9 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* max-width: 60em;*/
  /* margin: 0 auto 48px auto; */
  padding: 12px;
}

.tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tabpanel__tab:checked + .tabpanel__tablabel {
  background: #e3e0cf;
  color: black;
}

.tabpanel__tablabel
{
 margin-bottom:0px !important;
}

.tabpanel__tablabel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 12px;
  background: #9fa8a3;
  color: white;
  font-weight: 700;
}
.tabpanel__tablabel:hover {
  cursor: pointer;
}

.tabpanel__panel {
  display: none;
  background: #dfdfdf66;
}
.tabpanel__panel > *:first-child {
  margin-top: 0;
}
.tabpanel__panel > *:last-child {
  margin-bottom: 0;
}
.tabpanel__panel > * + * {
  margin-top: 24px;
}

#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5 {
  display: block;
  position: relative;
  top: 0px;
}

.media__body > * {
  margin: 0;
}
.media__body > p + p,
.media__body > p + h2 {
  margin-top: 24px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media .media__img
{
 display:none;
}

@media screen and (max-width: 600px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media .media__img {
    margin: 0 auto;
    display:none;
  }
  .media .media__img + .media__body {
    margin: 10px 10px 10px 10px;
    width:100%;
  }
}
@media screen and (min-width: 601px) {
  .media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media .media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: auto;
  }
  .media .media__img + .media__body {
    margin: 10px 10px 10px 10px;
  }
}

.tabpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 600px) {
  .tabpanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabpanel .tabpanel__tablabel {
    padding: 24px 36px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}
@media screen and (min-width: 601px) {
  .tabpanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tabpanel .tabpanel__tablabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .tabpanel .tabpanel__panels {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
    .pkp_structure_main {
        width: 100%;
    }
        .pkp_structure_main:first-child:last-child {
        margin-top: 0px;
    }
    .pkp_structure_main:before, .pkp_structure_main:after {
        background: #dddddd00;
    }
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        width: 100%;
    }
    .obj_announcement_summary .summary {
    font-size: 17px;
    }

    .pkp_site_name .is_img img {
        max-height: 128px;
        width: 1160px;
}
    .pkp_navigation_primary>li>a:focus, .pkp_navigation_user li>a:focus{
        color: #224d78;
    }
    
    .pkp_navigation_primary>li>a:focus, .pkp_navigation_user li>a:focus{
        color: #224d78;
    }
    .pkp_site_nav_menu {
        border-top: 3px solid #224d78;
        background: #1e629200;
        color:white !important;
    }
    
    .pkp_navigation_user a {
            color: white !important;
    }
    .pkp_navigation_user{
        background-color: #224d78 !important;
        color:white !important;
    }
         .pkp_navigation_user.pkp_navigation_user {
        border-bottom: 3px solid #224d78;
        padding:9px
    }
    .pkp_navigation_user.pkp_navigation_user li{
        background-color:#224d78;
    }
    .pkp_navigation_primary>li>a {
        margin: 0.357rem 0rem 0rem;
        padding: 0.357rem .5em calc(.714rem - 2px);
    }
    @media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 3.143rem;
    }}
    .obj_article_details .main_entry {
        width: 859px;
    }
    .page_issue_archive .issues_archive>li {
    padding: 1rem 1rem;
        margin: -3px 0 14px 0;
    width: 25%;
}
.page_issue_archive .issues_archive { padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-end;
    justify-content: space-between;
    
}
    .obj_article_details .authors .affiliation {
    font-size: 14px;
    color: rgb(0 0 0);
}
    /*.pkp_nav_list ul a {*/
    /*    background: #840c03;*/
    /*}*/
            .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #224d78;
    }
    .ediboardtable, .ediboardtable1 {
    margin: 15px 10px;
    border-spacing: 3px;
}

.ediboardtable td, .ediboardtable1 td {
    padding: 8px 11px;
    border: 1px solid #EDEDED;
line-height:2;
}


/****Search*****/
.page_search .title {
    width: 50%;
    float: right;
    margin-top: 20px
}

.page_search .abstract {
    float: right;
    width: 50%;
    margin-top: 20px
}

.page_search .fullText {
    width: 50%;
    float: right;
    margin-top: 20px
}

.page_search .discipline {
    float: left;
    width: 50%
}

.page_search .subject {
    width: 50%;
    float: right
}

.page_search .type {
    float: left;
    width: 50%;
    margin-top: 20px
}

.page_search .coverage {
    width: 50%;
    float: right;
    margin-top: 20px
}

.page_search .indexTerms {
    float: left;
    width: 50%;
    margin-top: 20px
}
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
        background: #224d78;
        color: white;
    }
     .pkp_navigation_primary_wrapper{
        border-bottom: 3px solid #224d78;
    }