/**
 * styles/common.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 */

/**
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 */
@import url("../lib/pkp/styles/themes/default/pnotify.css");
@import url("../lib/pkp/styles/themes/default/notificationIcons.css");


/**
 * Common layouts elements basis
 */
 
.container-fluid:before,.container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.spanleft {
    float: left;
}

.spanright {
    -moz-box-sizing: border-box;
    display: block;
    float: right;
    min-height: 30px;
}

.headerMain
{
    width: 980px; 
    margin-left: auto; 
    margin-right: auto;
}

.headerMainLogo
{
    display: block; 
    text-align: center; 
    margin-bottom: 15px; 
    margin-top: 15px;
}

#top_header {
    background-image:
        url("https://www.methaodos.org/wp-content/themes/ifeaturepro5/images/topbarbg.jpg");
   /* margin-bottom: 15px;*/
}

#top_header .top-head-description {
    color: #BABABA;
    font-size: 14px;
    margin: 8px 0 6px;
}

#top_header .top-head-social .icons {
    float: right;
    margin-bottom: 8px;
    margin-top: 5px;
    margin-right: 1px;
    width: 121px;
}

#top_header .top-head-social .icons a img {
    height: 20px;
    width: 20px;
    margin-left: 1px;
}

.icons {
    margin-top: 15px;
}

a {
    color: #0286CF;
}

a {
    color: #0088CC;
    text-decoration: none;
}


.fotter {
    background-color: #303030;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.after_fotter {
    background-color: #171717;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#intercambiador {
    margin-bottom: 15px;
    text-align:right;

}

#linkES{
    cursor: hand; cursor: pointer;
}

#linkEN{
    cursor: hand; cursor: pointer;
}

#linkCH{
    cursor: hand; cursor: pointer;
}

#linkES:hover{
    background: white;
    color: black;
}

#linkEN:hover{
    background: white;
    color: black;
}

#linkCH:hover{
    background: white;
    color: black;
}

#linkES:active{
    background: white;
    color: #0088CC;
}

#linkEN:active{
    background: white;
    color: #0088CC;
}

#linkCH:active{
    background: white;
    color: #0088CC;
}

#sidebarLanguageToggle{
    display:none;
}

#sidebarUser{
  display:none;
}

#sidebarNavigation{
    display:none;
}

#sidebarDevelopedBy{
    display:none;
}

#sidebarHelp{
    display:none;
}

#sidebarFontSize{
    display:none;
}


.beforeFooter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.beforeFooterItemqtr
{
    float: right;color: #FFFFFF;margin-right: 0px;margin-top: 20px;
}

.beforeFooterItem
{
    float: right;color: #FFFFFF;margin-right: 30px;
}

.footerCopy
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 30px;
}

.footerCopyItemLeft
{
    float: left;color: #FFFFFF;
}

.footerCopyItemRight
{
    float: right;color: #FFFFFF;
}

.clearfix:after 
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

div.clear {
    clear:both;
    margin-top: 20px;
    padding-top: 20px;
}

#sidebar div.block {
	padding-bottom: 0;	
	margin-bottom: 1.5em;
	background: rgb(253, 253, 253); 
	border-radius: 3px; 
	border: 1px solid rgb(234, 234, 234); 
    overflow: hidden; 
   /margin-bottom: 30px;
   box-shadow: 0px 1px 0px 0px #adadad;
    -webkit-border-radius: 3px; 
    -webkit-box-shadow: 0px 1px 0px 0px #adadad;
	padding-right: 15px;
	padding-left: 15px;
	
	
}

/**
 * Common elements basis
 */

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

/**
 * Common HTML elements
 */

a:link {
	color: #375;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
	background: #CDC;
}


/**
 * Main layout elements
 */

#header {
	background-color: #ABA;
}

#footer {
	background-color: #ABA;
}

#main {
	width: 980px;
	margin: 0 auto;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	/*width: 100%;*/
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

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

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

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

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

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

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 75%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Editorial Team Lists
 */

ol.editorialTeam {
}

ol.editorialTeam li {
	list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

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

/**
 * Table styles
 */

.highlightReviewerNotNotified, .highlightCopyediting {
	background: #EDEBC4;
}
.highlightNoDecision, .highlightLayoutEditing {
	background: #D8E9BD;
}
.highlightRevisedCopyUploaded, .higlightProofreading {
	background: #C6EBE4;
}
.highlightReviewerConfirmationOverdue {
	background: #9DD1E6;
}
.highlightReviewerCompletionOverdue {
	background: #74C5D8;
}

.fastTracked {
	background-color: #ABA;
}

table.listing tr.data td {
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}

table.listing tr.data td.drag {
	cursor: move;
}


/**
 * Other organizational elements
 */

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

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.throbber {
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}

/* Font Sizer */
#sizer a {
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

#journalListPageInfo {
	float: right;
}

#journalListPageLinks {
	float: left;
}


/* @group Tag-it */

ul.tagit {
	padding: 1px 5px;
	overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}

.hidden {
	display: none;
}

ul.tagit li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
	padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new {
	padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
	cursor: pointer;
	text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
	cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}
.ui-autocomplete .ui-menu-item a {
	font-size: .6em;
}
ul.tagit li.tagit-choice input {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	background-color: inherit;
    outline: none;
}

.container-fluid:before,.container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.spanleft {
    float: left;
}

.spanright {
    -moz-box-sizing: border-box;
    display: block;
    float: right;
    min-height: 30px;
}

.headerMain
{
    width: 980px; 
    margin-left: auto; 
    margin-right: auto;
}

.headerMainLogo
{
    display: block; 
    text-align: center; 
    margin-bottom: 15px; 
    margin-top: 15px;
}






/* @end */

