/**
 * common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 * DEPRECATED. Do not modify.
 */
/**
 * Common HTML elements
 */
body {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    color: #111;
    font-family: Arial;
    font-size: 14pt;
    line-height: 20px;
    text-align: center;
}

div {
    text-align: left;
}

p {
    margin: 0 0 20px 0;
    /* Making default stylesheet explicit - fixes IE7 margin collapsing. */
    line-height: 22px;
}

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

form {
    margin: 0;
}

form img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

.label {}
.data {
    position: relative;
}
.subdata {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 16px;
}
.value {
    width: 100%;
    position: relative;
}

a {
    text-decoration: underline;
}

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: #fff;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #a7a7a7;
    font-size: 1em;
    padding: 8px 16px 10px 16px;
    border-radius: 2px;
    max-width: calc(100% - 50px);
}

input.textField:focus, select.selectMenu:focus, textarea.textArea:focus, input.uploadField:focus {
    box-shadow: 0 0 10px #3a80ff;
    border: solid 1px #3a80ff;
    outline: none;
}

input.button {
    font-family: Roboto Regular, Arial, sans-serif;
    padding: 10px 16px;
    background-color: #3e67b1;
    color: #fff;
    font-size: 1em;
    border: solid 1px currentColor;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

input.defaultButton {
    background-color: #375;
    color: #FBFBF3;
    /* font-weight: bold; */
}

/**
 * Main layout elements
 */
#container {
    width: 100% !important;
    /* min-width: 730px !important; */
    margin: 0px auto;
    text-align: center;
}

#header {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#headerTitle {
    text-align: left !important;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    /* width: 100%; */
}

#header h1 {
    font-size: 0px;
    margin: 0 auto;
    padding: 80px 0 0 0 !important;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
}

#footer {
    width: 100%;
    min-height: 50px;
    position: static;
    clear: both;
    text-align: center;
}

#footerContent {
    width: 100%;
    margin: 0 auto;
    padding-left: 10%;
}

#main {
    padding: 0em 0em 2em 0em;
    overflow: unset !important;
}

#main h2 {
    margin: 16px 0 16px 0;
    padding: 0;
    font-family: Roboto Regular, Arial,sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: normal;
    border-bottom: 1px solid #e8e8e8;
}

#main h3 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0em;
    font-family: Roboto Regular, Arial, sans-serif;
}

#navbar {
    margin-right: 0;
    padding: 7px 0 10px 0;
    font-size: 1.2em;
}

#breadcrumb {
    padding: 8px;
    font-size: 0.8em;
    /* background-color: #e0e0e0; */
    z-index: -10;
    position: initial;
}

#content {
    font-size: 12pt;
    /* 0.7em */
}

#content h3 {
    margin: 16px 0 16px 0;
    font-family: Roboto Regular, Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
}

#content h4 {
    margin: 0 0 16px 0;
    font-family: Roboto Regular, Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    /* width: 100%; */
}

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


.issueHolder {
    padding: 0px;
    display: flex;
    margin: 16px 0;
}

.issueHolderSubsection {
    text-align: justify;
}

/**
 * Breadcrumbs
 */
#breadcrumb a {
    text-decoration: none;
}

#breadcrumb a.current {
    font-weight: bold;
}

/**
 * Footer elements
 */
#footer div.debugStats {
    font-size: 0.6em;
}

/**
 * Additional text styles
 */
span.disabled, label.disabled {
    color: #666;
}

a.action, a.file {
    font-size: 15px;
    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.heading {
    font-size: 0.85em;
    text-transform: uppercase;
}

span.highlight {
    border-bottom: 1px dotted #000;
}

div.warningMessage {
    background-image: url(../templates/images/icons/icon_alert.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 25px;
    background-color: #feffd7;
    padding: 16px 16px 16px 50px;
    border: 1px solid #e6eb34;
    border-radius: 4px;
}

.nowrap {
    white-space: nowrap;
}

/**
 * Table styles
 */
table.info td {
    padding: 0;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
}

table.listing td {
    padding: 10px 10px 10px 0;
}

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

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: 1px solid #e2e2e2;
    font-size: 0.1em;
    line-height: 1%;
}

table.listing td.endseparator {
    border-top: 1px solid #4d7da3;
    font-size: 0.25em;
    line-height: 10%;
}

table.listing td.separator, table.info td.separator {
    border-top: 1px solid #4d7da3;
    /* font-size: 0.1em; */
    line-height: 5px;
    /* padding: 10px 0; */
}

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.pkp_form_error {
    /* Named for compatibility with new lessphp structure */
    color: #900;
    font-weight: bold;
    font-size: 1em;
}

span.pkp_form_success {
    /* Named for compatibility with new lessphp structure */
    color: #090;
    font-weight: bold;
    font-size: 1em;
}

ul.pkp_form_error_list {
    /* Named for compatibility with new lessphp structure */
    color: #900;
}

/**
 * Other organizational elements
 */
ul.menu {
    margin: 0;
    padding: 0;
}

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: 10px 0;
    list-style-type: decimal;
}

ul.steplist li {
    margin-left: -5px;
    padding: 10px 16px 10px 31px;
    font-size: 12px;
    display: inline-flex;
    text-transform: uppercase;
    border: 1px solid #cacaca;
    background-color: #f3f3f3;
    position: relative;
}

ul.steplist li:after {
    content: '';
    background-color: #f3f3f3;
    border: 1px solid #cacaca;
    border-bottom: none;
    border-left: none;
    position: absolute;
    right: -16px;
    top: 5px;
    width: 29px;
    height: 29px;
    transform: rotate(45deg);
    border-radius: 0 0 0 28px;
    z-index: 1;
}

ul.steplist li.current {
    font-weight: bold;
    background-color: #dfeaff;
    border: 1px solid #91b1ec;
}

ul.steplist li.current:after {
    content: '';
    background-color: #dfeaff;
    border: 1px solid #477de4;
    border-bottom: none;
    border-left: none;
}

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

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

ul.filter {
    margin: 0;
    padding: 1.5em 0 1.5em 0;
    list-style-type: none;
}

ul.filter li {
    padding-right: 1.5em;
    display: inline;
}

/**
 * Other organizational elements
 */
div.separator {
    /* width: 100%; */
    margin: 40px 0;
    border-bottom: 2px solid #c8c8c8;
}
