/* Original styles */
body { font-size: 14px; line-height: 22px; }
.breadcrumb { margin-bottom: 0px; }
ul.plain { list-style-type: none; margin: 0px; padding: 0 0 0 20px; }
ul.plain.nav{ padding: 0; }
form { margin-bottom: 10px; }  
.nav-header { padding-left: 10px; }
.sub-header { padding-left: 20px; }
.nav-list input[type="text"]{ width: 100%; }
.nav-list table{ width: 100% }
.nav-list select{ width: 100%; }
.nav-list #sizer a{ margin-left: 0px; margin-right: 0px; }
#content{ margin-bottom: 20px;   }
label{ padding-top: 1px; }
#container{ padding-top: 10px; }
ul.inline img{ vertical-align: baseline; }
#sidebar-username{ width: auto; }
#sidebar-password{ width: auto; }
#query{ width: 94%; }
a{ transition: 0.25s; }
textarea {
	min-height: 200px;
	min-width: 500px;
}
input + label {
	display: inline-block;
	position: relative;
	top: 4px;
	margin: 0 0 0 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	margin: 0;
}

/* End of original styles */

/* Navbar */
.navbar {
	position: relative;
	z-index: 1000;
}
.navbar .nav {
	margin: 0 0 0 -10px;
	position: static;
}
.navbar .nav > li > a {
	padding: 15px;
}
.dropdown-menu{
	padding: 15px;
}
ul.dropdown-menu li {
    margin: 0 -15px 5px;
}
.top-search-area .searchtype,
.top-search-area .btn {
    width: 100%;
}
#searchtoggle .dropdown-toggle {
	font-size: 0;
	margin: 0 -20px 0 0;
	padding: 15px 34px;
}
.search-icon {
	display: inline-block;
	height: 25px;
	width: 25px;
}
#searchtoggle .search-icon{
	margin: -14px 0 0;
	position: absolute;
	left: 20px;
	top: 50%;
}
.navbar .pull-right > li > .dropdown-menu.top-search-area{
	right: -6px;
}
.registerarea a{
	padding: 3px 0;
	width: 100%;
}
.advsearch {
	border-radius: 0 0 5px 5px;
	display: block;
	font-size: 12px;
	margin: 15px -15px -15px;
	padding: 5px 35px;
	text-align: right;
}
.advsearch:hover {
	padding: 5px 15px;
	text-decoration: none;
}
/* End of navbar */

/* Header */
.header{
	position: relative;
	z-index: 999;
}
.header .logo{
	text-decoration: none !important;
}
.logo h1 {
	font-size: 33px;
	margin: 20px 0;
	text-indent: 23px;
}
.logo img {
    margin: -27px 9px -20px -23px;
    height: 81px;
    width: auto;
}
.header-right {
	position: absolute;
	right: 25px;
	top: 50%;
}
.issnheader {
	color: #ccc;
	position: relative;
	top: -7px;
}
/* End of header */


/* Heading */
.pageheading {
	margin: -131px 0 0;
	padding: 165px 25px 25px;
	background-size: cover !important;
	background-repeat: repeat !important;
}
.frontdescarea, .frontloginform  {
  padding: 20px;
}
.frontloginform #sidebar-username,
.frontloginform #sidebar-password{
	width: 100%;
	margin: 0 0 20px;
}
.frontdesctextinner {
    max-height: 215px;
    overflow: auto;
}
.frontbuttons li {
    display: block;
}
.frontbuttons a {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    transition: all 0.25s ease 0s;
}
.frontbuttons a:hover {
    text-decoration: none;
}
.frontmenu{ margin: 0; padding: 0; }
.frontmenu li{ list-style: none; }
.frontmenu a {
	display: block;
	margin: 0 0 5px;
	padding: 5px 10px;
	transition: 0.25s;
}
.frontmenu a:hover {
	text-decoration: none;
}
/* End of heading */

/*
.maincontent .plain li{
	display: inline-block;
	background: #ddd;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 3px;
}
.maincontent .plain li:hover{
	background: #555;
}
.maincontent .plain li:hover a{
	text-decoration: none !important;
	color: #fff;
}
.maincontent .plain li:hover a:hover{
	text-shadow: 0 0 5px #fff;
}
*/

/* Breadcrumb styles */
.breadcrumb {
	border-radius: 0 0 5px 5px;
	margin: 0 25px 20px;
	font-size: 13px;
}
.breadcrumb a{
	margin: 0 10px;
}
/* End of breadcrumb styles */

/* Main bar */
.mainbar{
	padding: 0 25px;	
	margin: 30px 0;
}
/* End of main bar */

/* Sidebar */
.sidebar .nav > li > a > img {
	max-width: 100%;
}
#archivesidebar {
	margin: 0 0 20px;
	padding: 0;
}
#rightSidebar {
	border-left: 1px solid #ccc;
}
#rightSidebar .nav-list > li > a > img{
	opacity: 0.5;
}
#rightSidebar .nav > li > a:hover > img, 
#rightSidebar .nav > li > a:focus > img{
	opacity: 1;
	background-color: transparent;
}
/* End of sidebar */

/* Footer */
.footer{
	padding: 25px;
	margin: 40px 0 0 0;
}
.footer .license {
	float: right;
	font-size: 11px;
}
/* End of footer */

/* Issue listing */
.issue-area{
	margin: 0 0 40px;
}
.tocArticle{
	margin: 0 0 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition: 0.25s;
}
.tocArticle:hover{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.titleRow{
	height: 100%;
}
.tocTitle {
	width: 100%;
}
.tocAuthors {
	vertical-align: top;
}
.doitext{
	font-size: 12px; color: #999;
	display: inline-block;
	margin: 0 0 0 20px;
}
.pagetext {
  background:  #ddd;
  border-radius: 2px;
  color: #777;
  font-size: 11px;
  padding: 0 3px;
  display: inline-block;
}
.tocGalleys .file {
  background: url("../img/pdf-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 32px;
  text-indent: -9999px;
  width: 32px;
  margin: 5px 0 0 0;
}
/* End of issue listing */


/* Maincontent */
.maincontent .menu{
	padding: 0;
	margin: 0 0 20px;
}
.maincontent .menu li{
	display: inline-block;
	margin: 0 5px;
}
.maincontent .menu a{
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
}
.maincontent .menu a:hover{
	text-decoration: none;
}
.plain.nav-pills li a{
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}
div#mailingAddress {
	float: left;
	margin: -10px 0 0;
	width: 49%;
}
#managementPages {
	float: left;
	width: 49%;
}
.sidebarlocator {
	background:  #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	margin: 0 0 0 222px;
	padding: 20px;
}
.editcustomblockform textarea{
	width: 95%;
	height: 400px;
}
/* end of Maincontent */

/* Steplist */
.steplist {
	white-space: nowrap;
	margin: 30px 0 15px;
}
.steplist li {
	display: inline-block;
	line-height: 26px;
	margin: 0 9px 0 -10px;
	padding: 0 10px;
	position: relative;
}
.steplist li:first-child {
	margin: 0 9px 0 0;
	padding: 0 20px 0 0;
}
.steplist li:before,
.steplist li:after {
	border-right: 1px solid #666666;
	content: '';
	display: block;
	height: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}
.steplist li:after {
	bottom: 0;
	top: auto;
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.steplist li:last-of-type:before, .steplist li:last-of-type:after {
	display: none;
}

.steplist li a {
	font: bold 24px Sans-Serif;
	letter-spacing: -1px;
	text-decoration: none;
}

.steplist li:nth-of-type(1) a {
	color: hsl(0, 0%, 70%);
}
.steplist li:nth-of-type(2) a {
	color: hsl(0, 0%, 65%);
}
.steplist li:nth-of-type(3) a {
	color: hsl(0, 0%, 50%);
}
.steplist li:nth-of-type(4) a {
	color: hsl(0, 0%, 45%);
}
.steplist li:nth-of-type(5) a {
	color: hsl(0, 0%, 35%);
}
/* End of steplist */

/* user page */
.maincontent #myJournals #journal {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 20px 20px;
    border-radius: 4px;
}
.siteadminlink {
    display: block;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    border-radius: 3px;
    text-align: center;
}
/* end of userpage */

/* article page */
#articleFontSize{ display: none; }
/* end of article page */

/* about page */
.aboutPage > div {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 20px 20px;
    vertical-align: top;
}
.aboutPage .plain {
    padding: 0;
}
.aboutpage .plain > li {
    background: #000;
}
.aboutPage .plain > li {
    background: #fff;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 10px 20px 10px 10px;
}
/* end of about page */




/* archive page */ 
.yearlybox {
  background:  #eee;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  display: inline-block;
  height: 300px;
  margin: 0 10px 0 0;
  overflow: auto;
  padding: 0 0 0 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  vertical-align: top;
  width: 300px;
}
.yearlybox:hover {
  background:  #fff;
  box-shadow: 0 0 20px #000;
  height: 320px;
  width: 310px;
  margin: -10px -10px -10px -15px;
  padding: 0 0 0 30px;
  z-index: 999;
}
.yearlybox:before {
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.yearlybox:after {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.yearlybox h4 {
  line-height: 30px;
  margin: 0;
}
.yearlybox .issue {
  background:  #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 5px;
  transition: all 0.5s ease 0s;
  white-space: normal;
  width: 95%;
}
.yearlybox.mCS_no_scrollbar .issue {
	width: 88%;
}
.yearlybox .issue:hover{
	border-color: #ccc;
	background: #eee;
}
.archivescroller .mCSB_scrollTools {
  z-index: 99;
}
.archivescroller {
	background: #555;
	border: 1px solid #555;
	box-shadow: 0 0 10px #000 inset;
	overflow: auto;
	padding: 20px 0 10px;
}
.archivescroller.mCustomScrollbar{
	padding: 0 0 10px;
}
#issueswrapper {
	display: inline-block;
	width: auto;
	margin: 0 20px;
	white-space: nowrap;
}
.archivescroller .mCSB_draggerContainer {
  margin: 0 20px;
}
.yearlybox .mCSB_draggerContainer{
	margin: 7px 0;
}
.yearlybox .mCSB_container {
  padding: 0 0 40px;
}
.archivescroller .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin: 0;
  padding: 20px 0 30px;
}
/* end of archive page */

/* pagination */
.paginationbar {
    padding: 10px;
    position: relative;
    margin: 10px 0 20px;
}
.paginationlinks {
	position: absolute;
	right: -1px;
	top: 0;
}
.paginationlinks > * {
    display: inline-block;
    margin: 0 -2px;
    padding: 9px 7px 10px;
    text-align: center;
    width: 20px;
}
.paginationlinks a:hover {
	text-decoration: none;
}
/* end of pagination */


/* data */
table.data td.label {
    background: transparent;
    color: #555;
    text-shadow: none;
    display: table-cell;
}
table.data tr:hover {
    background: #eee;
}
.data label {
	display: inline-block;
	padding-top: 1px;
	position: relative;
	top: 5px;
}
td.nodata, .emptydata {
	color: #999;
	font-size: 20px;
	padding: 50px;
	text-align: center;
	background: #f7f7f7;
}
table .headseparator,
table .endseparator,
table .separator{
	display: none;
}
tr.heading td,
td.heading{
	background: #eee;
	font-weight: 700;
	padding: 20px 10px;
}
/* end of data */

/* file manager */
.fileform {
    float: left;
    width: 49%;
}
.fileform .textField {
    margin: 0;
}
/* end of file manager */

/* plugin page */

.plain.pluginlist > li {
    background:  #eee;
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 10px 20px;
    border-radius: 5px;
}
.plain.pluginlist {
    padding: 0;
}
.pluginlist .btn {
    margin: 10px 0 0;
}
/* plugin page */



.filter {
    margin: 0 0 20px;
    padding: 0;
}
.filter > li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.advsearchform select[multiple], .advsearchform select {
  width: 115px;
  margin: 0 0 10px;
}
.advsearchform .textField {
  width: 200px;
  margin: 0 0 10px;
}
.advsearchform {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}


.rtpage{
	padding: 0;
	background: #333;
	color: #eee;
}

.rtpage #container {
    padding: 0;
}
.rtpage .journaltitle {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #555;
  font-size: 25px;
  margin: 0;
  padding: 10px;
  text-shadow: 0 -1px 0 #000;
  line-height: 19px;
}


.rtpage .closebutton {
  background: none;
  font-size: 0;
  padding: 9px 20px 9px 15px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s;
}
.rtpage .closebutton:hover {
	background:  #222;
  padding: 9px 30px 9px 15px;
  font-size: 11px;
  text-decoration: none;
}
.rtAction.closebutton:after {
  content: "\00D7";
	font-size: 25px;
	position: absolute;
	right: 9px;
	top: 9px;
}
.rtpage .issueid {
  border-bottom: 1px solid #111;
  box-shadow: 0 1px 0 #444;
  color: #ccc;
  margin: 0;
  padding: 10px;
  text-shadow: 0 -1px 0 #000;
  line-height: 21px;
}

.rtAction.toclink {
    background:  #444;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 #777 inset;
    color: #fff;
    display: block;
    padding: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
}
.rtAction.toclink:hover {
    background:  #555;
    text-decoration: none;
}

.rtblockwrapper {
    background:  #222;
    box-shadow: 0 0 5px #000 inset;
    padding: 10px;
}
.rttitle, .rtSubtitle {
    font-weight: 700;
    margin: 0 0 5px;
    text-shadow: 2px 2px 3px #000;
}
.rtpage .rtBlock ul {
    list-style: square outside none;
    margin: 0 0 10px 15px;
    padding: 0;
}

.rtpage select {
    width: 102%;
}
.rtpage form input, .rtpage form select {
    margin: 0 0 5px;
}
.rtpage form {
    margin: 10px 0;
}
.rtpage .rtBlock {
    margin: 0 0 13px;
}
.rtpage #query, .rtpage select {
  background:  #000;
  border: 1px solid #444;
  color: #ccc;
}

.rtpage .footer {
  border-top: 1px solid #444;
  font-size: 11px;
  margin: 0;
  padding: 10px;
  background: #333;
}

.rtpage .footer .license br {
    display: none;
}
.rtpage .footer .license img {
    display: block;
}
.rtpage a:hover{
	color: #fff;
	text-shadow: 0 0 3px #fff;
}
.rtpage .footer .rtBlock {
  margin: 0;
}


#rightSidebar .span2 {
width: 100%;
}