/**
 * common.css
 *
 * Copyright (c) 2000-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 */
/**
 * Common HTML elements
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic); a, h1, h2, h3, h4, h5, h6, p, span, img, div, small, adress, form, input, textarea, strong, body, footer, header, button, label, ul, il, table, ol, fieldset, select, nav {
    font-family: 'Roboto' !important;
    font-size: 12px;
    /* color:  #89858B; */
    margin: 0px;
    border: 0px;
    border: 0px;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto' !important;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF !important;
}

div {
    text-align: left;
}

p {
    margin: 1em 0;
    /* Making default stylesheet explicit - fixes IE7 margin collapsing. */
    line-height: 25px;
    color: #89858B;
}

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

form {
    margin: 0;
}

a {
    color: #097828 !important;
    text-decoration: underline;
}

a:hover {
    color: #09BDB9 !important;
    background: none;
}

a.plain {
    text-decoration: none;
    color: #009640 !important;
}

a.blockTitle {
    color: #001B46;
    text-decoration: none;
    font-size: 13px;
}

.blockTitle {
    color: #000;
    padding-left: 0em !important;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 15px;
}

.block {
    color: #000 !important;
}

.tocArticle {
    margin: 5px 0px;
    background: #F0F5FF;
    padding: 10px;
}

.tocSectionTitle {
    color: #003385;
    font-weight: bold;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
    display: block;
}

.tocTitle a {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

.tocTitle a:hover {
    text-decoration: underline;
}

.tocAuthors, .tocPages {
    color: #000000;
}

* ul {
    padding: 0 !important;
}

li {
    list-style: none;
    margin-bottom: 5px;
}

tt {
    font-size: 1.25em;
}

label {
}

label.error {
    color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #FFFFFF;
    color: #001B46 !important;
    border: 1px solid #C8C8C8;
    font-size: 12px;
    min-height: 25px;
}

#rightSidebar input.textField, #rightSidebar select.selectMenu, #rightSidebar textarea.textArea, #rightSidebar input.uploadField {
    height: 22px;
    border-radius: 3px;
}

input.button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.2em;
    color: #002B72;
    font-weight: bold;
    border: none;
    height: 40px;
    padding-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.defaultButton {
    background-color: #375;
    color: #002B72;
    font-weight: bold;
}

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

#header {
    width: 100%;
    text-align: center;
    background: none !important;
    border: 0px;
    min-height: 150px;
}

#headerTitle {
    text-align: center ;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: none !important;
    border: 0px ;
}

#header h1 {
    margin: 0 auto;
    padding: 0em 0em 0em 0em;
    font-size: 1.3em;
    color: #009640;
    font-weight: normal;
    background: transparent !important;
    text-align: center;
}

#header h1 img {
    margin: 0 auto;
    visibility: visible !important;
    display: block !important;
}

#sidebar {
    float: right;
    padding: 0;
    font-size: 1em;
    width: 25% ;
    margin-right: 6%;
}

#rightSidebar {
    width: 100% !important;
    border: 1px solid #DFE0E2;
    background: #FFFFFF;
}

#rightSidebar .block {
    margin: 10px;
}

#rightSidebar #sidebarDevelopedBy {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #DFE0E2;
}

#rightSidebar #sidebarDevelopedBy .blockTitle {
    background: #FFFFFF;
    color: #001B46;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

#rightSidebar #sidebarHelp {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #DFE0E2;
}

#rightSidebar #sidebarHelp .blockTitle {
    padding-left: 0.8em;
    background: #FFFFFF;
    color: #001B46;
    text-decoration: none;
    font-size: 1.2em;
}

#rightSidebar form, #rightSidebar .blockSubtitle {
    /*	padding-left: 2em !important;*/
    font-size: 1.2em;
    color: #000000c7;
}

#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;
    width: 54%;
    border: 0px;
    /*width: 54%;*/
}

#main h2 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.5em;
    font-weight: normal;
    color: #097828;
    font-size: 2em;
    border: 0px;
}

#main h3 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0em;
    font-weight: normal;
    color: #009640;
}

#navbar {
    padding-bottom: 0.5em;
    border: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: px;
    display: block;
}

#navbar a:link, #navbar a:hover, #navbar a:visited {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
}

#breadcrumb {
    border: 0px !important;
    padding-top: 1em;
    font-size: 0.7em;
}

#content {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    font-size: 0.7em;
    color: #89858B;
    border: 0px;
    width: 100%;
    float: left;
}

#content h3 {
    margin: 2em 1em 0.25em 0em;
    margin-top: 22px;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 1.8em;
    color: #009640;
    font-size: 1.6em;
    border-top: 1px solid #DFE0E2;
    width: 100%;
}

#content .homepageImage {
    margin-top: 16px;
}

#content h4 {
    margin: .75em 1em 0.25em 0em;
    font-weight: normal;
    font-size: 1.5em;
}

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

/**
 * Breadcrumbs
 */
#breadcrumb a {
    text-decoration: none;
    color: #07926A !important;
}

#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 {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #009640 !important;
    font-weight: bold;
    text-decoration: none;
}

a.action:hover {
    color: #AFCA0B !important;
    background: none;
}

a.file {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #003385;
    text-decoration: none;
    font-weight: bold;
}

a.file:hover {
    color: #FF9900;
}

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: 1px dotted #000;
}

.nowrap {
    white-space: nowrap;
}

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

table.listing td {
    padding: 0.25em 1.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;
    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: none;
    font-size: 0.1em;
    line-height: 1%;
}

table.listing td.endseparator {
    border: none;
    font-size: 0.25em;
    line-height: 10%;
}

table.listing td.separator, table.info td.separator {
    border: none;
    font-size: 0.1em;
    line-height: 1%;
}

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;
}

span.formSuccess {
    color: #090;
    font-weight: bold;
    font-size: 1em;
}

ul.formErrorList {
    color: #900;
}

/**
 * Other organizational elements
 */
#navbar ul.menu {
    margin-top: 10px;
    /* border: 1px solid #02204F; */
    width: inherit;
}

#navbar ul.menu li {
    margin-left: initial
    float: initial;
    /* border-left: 1px solid #02204f; */
    display: flex
    float: unset;
    font-size: 8px;
}

#navbar ul.menu li#announcements {
    width:max-content !important ;
}

#navbar ul.menu li.current {
    font-weight: bolder;
    
}

#navbar ul.menu a {
    font-size: 16px !important;
    line-height: 30px;
    text-decoration: wavy;
    color: #000000 !important;
}

#navbar ul.menu a:link {
    font-weight:inherit;
}

ul.steplist {
    margin: unset;
    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;
}

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-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    font-size: 0.5em;
    line-height: 25%;
    border: none;
}

/**
 * Custom
 */
#navbar ul.menu, .blockTitle {
    /* background: #000000 none repeat scroll 0 0; */
    width:auto;
}

input.button {
    background: #097828 none repeat scroll 0 0 !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: fit-content;
    padding: 7px 2px;
}

input.button:hover {
    background-color: #09BDB9 !important;
    color: #FFFFFF;
}

div#sidebarFontSize {
    display: none;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 8px;
    float: left;
    clear: both;
    width: 100%;
    height: 25px;
}

body p {
    font-size: 1.1em;
    width: 100%;
    font-weight: lighter;
}

#rightSidebar form, #rightSidebar .blockSubtitle {
    float: left;
    width: 100%;
}

table {
    margin-top: 20px;
    width: 100%;
}

#rightSidebar {
    float: left;
    font-size: 0.65em;
    margin-left: 20px;
    padding: 1em 0;
    width: 300px !important;
}

#sidebarUser td {
    float: left;
    width: 100%;
}

#sidebarUser > .blockTitle {
    background: red none repeat scroll 0 0;
    display: none !important;
}

#sidebarLanguageToggle > .blockTitle {
    background: red none repeat scroll 0 0;
    display: none !important;
}

#sidebarNavigation > .blockTitle {
    background: red none repeat scroll 0 0;
    display: none !important;
}

.button {
    width: 39% !important;
}

.label > input {
    float: left;
}

.value {
    width: 100%;
    float: left;
}

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 12px;
	padding-bottom: 1.0em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 12px;
}

