@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins');

/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#main-content .current_issue {
    display: none;
}

.nav {
    text-transform: uppercase;
}

.pkp_structure_head {
    background: #383e40 !important;
}

#headerNavigationContainer .container-fluid {
   padding-left: 30px;
    padding-top: 10px;
}

.navbar-default, .header_view {
    background-color: transparent;
    border-color: transparent;
}

.list-group-item, .pkp_block ul li {
    background-color: transparent;
    border: transparent;
}

.panel-default > .panel-heading, .pkp_block .title {
     background-color: transparent;
    border-color: transparent;
}

.panel-default, .pkp_block {
    border-color: transparent;
}

.navbar-form {display: none !important;}

.navbar-brand {
    height: 100%;
    padding: 0px 15px;
}

.btn-primary {
    color: #2e6da4 !important;
    background-color: transparent !important;
    border-color: #2e6da4 !important;
    margin-top: 20px;
}

.btn-primary:hover {
    color: white !important;
    background-color: #204d74 !important;
    border-color: #2e6da4 !important;
}

footer[role="contentinfo"] {background: transparent;}

.col-md-2 {display: none;
    width: 0%;}
    
    .col-md-10 {width: 100%;}

#pkp_content_footer {background-color: #fafafa;
    color: darkgray;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pkp_brand_footer {display: none;}

.pkp_navigation_primary ul a {color: rgba(112,112,112,.9) !important;}
    
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {border-color: rgba(112,112,112,.9) !important;}

.pkp_nav_list ul a {border-left: 2px solid transparent;}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: rgba(112,112,112,.9);}

.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
    color: rgba(112,112,112,.9) !important;
    border-color: rgba(112,112,112,.9) !important;}

body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	color: rgba(112,112,112,.9);
	font-family: Montserrat, Arial,Helvetica,Verdana, sans-serif;
    font-size:15px;
}



table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {color: rgba(0,0,0,.6); text-decoration: none;}

a:active {color: #253;}

a:visited {color: #7E7E7E;}

a:hover {
background: transparent;
color: rgba(0,0,0,.24);
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Poppins, Proximanova, arial, Helvetica,Verdana, 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.button {
	padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
	background-color: white;
	font-size: 1.2em;
	border-style: solid;
	cursor: pointer;
	border-radius: 3px;
}

input.defaultButton {
	background-color: #C5C19D;
	color: #FBFBF3;
	font-weight: bold;
}

input, textarea, select, button {
font-family: Poppins, Proximanova, arial, Helvetica,Verdana, sans-serif;;}

/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	text-align: center;
}

#header {
	padding: 0;
	margin: 0 auto;
		background-color: transparent;
	text-align: center;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding-top: 81px;
	width: 100%;
}

#headerTitle img {
    width: 100%;
height: auto;
}

#header h1 {
	margin: 0 auto;
	padding: 0.0em 0 0.0em 0;
	font-family: "Montserrat", Arial, Helvetica,Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;
	font-size: 0pt;
-webkit-font-smoothing: subpixel-antialiased;
}

li#current
{
    display: none;
}

li#archives
{
    display: none;
}

li#about {
    display: none;
}

li#login {
    display: none;
}

li#search
{
    display: none;
}

li#userHome
{
    display: none;
}

li#register
{
    display: none;
}

#body {
	width: 100%;
	margin: 0 auto;
}

  #pageFooter a {          padding-bottom: 0px !important;
    border-bottom-width: 0px !important;}

#footerContent {
	width: 100%;
	margin: 0 auto;
}
div#pageFooter {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
padding-top: 20px;
    padding-bottom: 20px;}

#main {
	padding: 0.5em 0em 2em 0em;
}

div#additionalHomeContent {
    min-height: 237px;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "Montserrat", Arial, Helvetica,Verdana, sans-serif;
	font-weight: normal;
display:none;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: "Montserrat", Arial, Helvetica,Verdana, sans-serif;
	font-weight: normal;
-webkit-font-smoothing: subpixel-antialiased;
}

#navbar {
padding-top: 14px;
text-align: right;
    background-image: url(/rtrlogotext.gif);
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: 9% 10px;
    padding-bottom: 14px;
    padding-left: 302px;
    border-bottom: 0px dotted #C5C19D;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 81%;
    width: auto;
    z-index: 10000;
    border: 0 solid #d4d4d4;
    background-color: #FAFAFA;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
     height: auto;
    height: 49px;
        line-height: 22px;
            display: inline-table;
}

.pkp_navigation_primary > li > a {color: rgba(0,0,0,0.54) !important;}

#navbar a:link {color: rgba(0,0,0,.6); letter-spacing: .18em; padding-bottom:0px; border-bottom-width: 0px !important;}

#navbar a:hover {color: rgba(0,0,0,.24);}

li#home a {
    color: transparent !important;
    font-size: 0px;
    border-bottom-width: 0px !important;
    padding-right: 200px;
padding-top: 30px;
padding-bottom: 30px !important;
}

li#home {
    position: 0 0;
    position: fixed;
    left: 8%;
    top: 29px;
    size: 50px 50px 50px 50px;
    color: transparent!important;
}

#breadcrumb {
	padding-top: 4px;
	font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
letter-spacing: .01em;
    font-family: Poppins, Proximanova, arial, Helvetica,Verdana, sans-serif;
        color: rgba(112,112,112,.9);
        text-transform: lowercase;
}

#breadcrumb a.current {
    font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

    #breadcrumb a {            padding-bottom: 0px !important;
    border-bottom-width: 0px !important; }

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 0px dotted #C5C19D;
-webkit-font-smoothing: subpixel-antialiased;
letter-spacing: .01em;
font-family: "Montserrat", Arial, Helvetica,Verdana, sans-serif;
color: rgba(112,112,112,.9);
    line-height: 1.8em;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial,Helvetica,Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
-webkit-font-smoothing: subpixel-antialiased;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial,Helvetica,Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
-webkit-font-smoothing: subpixel-antialiased;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
-webkit-font-smoothing: subpixel-antialiased;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
-webkit-font-smoothing: subpixel-antialiased;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

div#sidebar {
    font-family: Poppins, Proximanova, arial, Helvetica,Verdana, sans-serif;
    letter-spacing: .01em;
    line-height: 1.8em;
}

#rightSidebar {font-size: 16px;}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 0px dotted #C5C19D;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #C5C1A0;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 0px dotted #C5C19D;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 0px dotted #C5C19D;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 0px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
	font-family: Poppins, Proximanova, arial, Helvetica,Verdana, sans-serif;
	letter-spacing: .07em;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 22px;
	padding-right: 157px;
	    vertical-align: middle;
    display: table-cell;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 0px dotted #C5C19D;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27;
	width: 505;
	z-index:1;
}

#boxchoice {
border-radius: 3px;
color: #B40E13;
border-width: 1px;
border-style: solid;
background-color: transparent;
padding: 17px 14px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .24em;
border-color: #B40E13;
display: inline-block;
width: auto;
height: auto;
text-align: center;
min-width: 122px;
}

#boxouter {display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -ms-flex;
display: -webkit-flex;
justify-content: space-between !important;
-ms-justify-content: space-between;
-ms-flex-pack: justify;
-ms-flex-pack: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
padding-top: 40px;
padding-bottom:30px;
}

#boxchoice:hover {
    background-color: #c18385;
    color: #fff;
        -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.subscriptions_individual_purchase  a.action {
    color: #333;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#sidebar a {
    color: #333;
    display: table;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#register .btn-primary, #login .btn-primary {margin-top: 0px;}
#register .buttons, #login .buttons {margin-top: 20px;}
.article-more-details .panel.panel-default.copyright {display: none;}


.page.page_user_subscriptions .cmp_button {display: block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #ccc;
padding: 3px 3px;
font-size: 15px;
line-height: 1.429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 9px;}
