/**
/**
 * common.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2000-2013 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
 */
 
 
/*fontes importadas*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
 
 
 
 
 /*as barras com titulos */
p, span {
	line-height: 20px;
	text-align: justify;
}


a {
	font-weight: normal;
	text-decoration: none;
}

a:link, a:active, a:visited  {
	color: #6B6B6B;
}

a:hover {
	background: #C4DBF7;
	color: #6B6B6B;
}


label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	border: 1px solid #6BA6FC;
	border-radius: 0px;
	color:#555;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

input[type="checkbox"], input[type="radio"]  {
	vertical-align: middle;
}

input.button {
	-moz-box-shadow: 0px 2px 5px -1px #9fb4f2;
	-webkit-box-shadow: 0px 2px 5px -1px #9fb4f2;
	box-shadow: 0px 2px 5px -1px #9fb4f2;
	background-color:#b3bbc9;
	border:1px solid #95a2c9;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:roboto, arial, sans-serif;
	font-size:14px;
	padding:5px 33px;
	text-decoration:none;
}

input.button:hover {
	background-color:#809cbd;
}

input.button:active{
	position: relative;
	top: 1px;
}
input.defaultButton {
	background-color: #b3bbc9;
	color: #FFFFFF;
}

input.defaultButton:hover {
	background-color: #809cbd;
}

input.defaultButton:active {
	position: relative;
	top:1px;
}

/**
 * Main layout elements
 **/

body {
    margin-bottom: 200px;
    padding: 0;
    background: white;
    color: #111;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
	text-transform: none;
	float: left;
	width:100%;
	font-size: 1.2em;
}


#container {
    width: 100% !important;
    min-width: 730px !important;
    margin: 0px auto;
    text-align: center;
	
}


/* o topo onde fica a imagem principal da revista (coloquei o padding para 0)*/

#header h1 {
    margin: 0 auto;
    padding: 0;
    font-family: Raleway,Arial,Helvetica,Verdana,Times,sans-serif;
    font-weight: normal;
	background: white;
	color: #6BA6FC;
}

#header h2 {
	color: #333;
}

#header h3 {
	color: #555;
}



#main h2 {
	color: #555;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 24px 0;
	padding: 0;
}

#main h3 {
	color: #EAA200;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 20px;
	margin: 20px 0;
	padding: 0;
	text-transform: none;
}

#navbar {
	
	border-top: none;
	border-bottom: none;
	border-radius: 0px;
	margin-right: 0;
	text-align: left;
	font-size: 25px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding-top: 5px;
}


#navbar .menu {
	margin:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 1%, #f7f7f7 20%, #eff5ff 50%, #f7f7f7 80%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 1%,#f7f7f7 20%,#eff5ff 50%,#f7f7f7 80%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 1%,#f7f7f7 20%,#eff5ff 50%,#f7f7f7 80%,#ffffff 100%); 
	padding-bottom: 4px;
}

#navbar li {
	display: inline-block;
	margin: 0;
}

#navbar a {
	color: #6b6048;
    display: inline-block;
    letter-spacing: 1.5px;
    font-weight: bold;
}

#navbar a:hover {
	background-color: #C4DBF7
	color: #6BA6FC;
}

#breadcrumb {
	border-top: 0px dotted #ddd;
	border-bottom: 0px dotted #ddd;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	padding: 0;
	font-style: italic;
	color: #FCC10F;
	text-align: left;
}

#breadcrumb a, #breadcrumb span {
	color: #666;
	display: inline-block;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #6BA6FC;
	background: #fff;
}

#breadcrumb a.current, #breadcrumb span.current  {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

#content {
	border-top: 0 none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:21px;
	margin: 0;
	padding: 0;
	width: 95%;
}

#content h4 {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}

#content h5 {
	color: #888;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
}

#pageFooter {
	background-color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
	min-height: 50px;
	width: 100%;
}

#footerContent {
	margin: 0 auto;
	padding-left: 10px;
	width: 100%;
}

#footer div.debugStats {
	font-size: 10px;
}


/*table*/
table {
	border: 0;
	border-spacing: 0;
	border-bottom: 2px dotted #DDDDD0
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}

table thead {
	font-size: 14px;
}

table.info td {
	padding: 0 5px 5px 0;
}

table.listing td {
	font-size: 14px;
	padding: 4px 15px 4px 5px;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 12px;
	font-weight: normal;
	padding: 7px 15px 10px ;
	text-transform: uppercase;
}

table.info td.heading {
	padding-left: 0;
}

table.listing td.nodata, table.info td.nodata {
	font-style: italic;
	text-align: center;
}

table.listing td.headseparator {
	border-top: 1px solid #9ea239;
	padding: 2px;
}
table.listing td.endseparator {
	border-top: 1px solid #9ea239;
	padding: 2px;
}
table.listing td.separator, table.info td.separator {
	border-top: 1px solid #DDDDD0;
	padding: 2px;
}

table.data tr {

}

table.data td {
	font-size: 14px;
	line-height: 20px;
	padding-bottom:10px;
}

table.data td.label {
	padding: 0 15px 0px 0;
	text-align: right;
}
 
 #paymentSettings table.data td input[type="checkbox"] {
	float: right;
}
 
table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

.tocArticle {
    width: 100%;
    padding: 5px 0;
    border-top: dotted #d4cff0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 12px;
}

/**
 * Other organizational elements
 */
 
 
 ul.menu {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
    Font-size: 21px;
 }
 
 ul.menu li {
	padding-right: 1em;
 }
 
 ul.menu li.current, ul.menu li.current a {
	 
}

ul.menu a {
	display: inline-block;
}

 
 ul.steplist {
	border: none;
	font-family: 'Roboto condensed', Arial, Helvetica, sans-serif;
	margin: 30px 0;
	padding: 0;
	background-color: background: #eff5ff; /* Old browsers */
	background: -moz-linear-gradient(left, #eff5ff 6%, #f7f7f7 68%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eff5ff 6%,#f7f7f7 68%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eff5ff 6%,#f7f7f7 68%,#ffffff 100%);
}

ul.steplist li, #paymentSettings li {
	background-color: transparent;
	display: inline-block;
	font-size:16px;
	margin: 0 5px;
	padding: 5px;
	text-transform: uppercase;
}

ul.steplist li.current a, #paymentSettings li.current a {
	color: #6BA6FC;
	font-weight: bold;
}

ul.plain {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	padding-left: 15px;
 }

ul.filter {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 15px 0;
}

ul.filter li {
	display: inline;
	padding-right: 15px;
}

/**
 * Other organizational elements 2
 */

div.separator {
	border-bottom: 2px solid #C4DBF7
	clear: both;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
hr {
	color: #C4DBF7;
}

/*sidebar rightsidebar menu da direita*/

#sidebar div.block {
	border: 4px double #cfd9db;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 8px 8px 20px;
  font-size: 1em;
}
#rightSidebar tr {
	line-height: 25px;
}
#rightSidebar .button{
	display: block;
	float: none;
	margin: 0 auto;
	padding: 5px 20px;
}

#rightSidebar input.textField,
#rightSidebar select.selectMenu,
#rightSidebar textarea.textArea,
#rightSidebar input.uploadField {
	margin-bottom: 6px;
	padding: 3px;
	width: 90%;
}

#rightSidebar span.blockTitle {
  text-align: center;
  font-weight: normal;
  margin: -5px -5px 10px -5px;
	padding: 7px 10px !important;
}

#rightSidebar #sidebarDevelopedBy, #rightSidebar #sidebarHelp {
	background-color: #fff;
	border: 4px double #cfd9db;
	border-radius: 0px;
	margin: 0 0 15px 0;
  	padding: 0;
	text-align: center;
}
#rightSidebar #sidebarDevelopedBy .blockTitle, #rightSidebar  #sidebarHelp .blockTitle {
	background: transparent;
	color: #6B6b6b;
	display: inline-block;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}

#rightSidebar #sidebarDevelopedBy .blockTitle:hover,
#rightSidebar  #sidebarHelp .blockTitle:hover {
	background-color: #C4DBF7;
	border-radius: 0px;
}

#sizer { text-align: center; }

#sizer a {
  	display: inline-block;
  	float: none;
  	height: 24px;
	margin: 12px;
	outline: none;
  	width: 20px;
}

#homepageImage img {
    display: block;
    margin: 0;
    border: 0;
    text-align: left;
	padding-top: 30px;
}