/**
 * styles/common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 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");

.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: #61210B;
}

a:active {
	color: #61210B;
}

a:visited {
	color: #2E2E2E;
}

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


/**
 * Main layout elements
 */

#header {
    background: #c7c8ca;
    height:150px;
}

#footer {
	background-color: #ABA;
}

#main {
	width: 80%;
	margin: 0 auto;
}

#ekt_main {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    background:#ffffff;
}
#ekt_main a:hover {
    color: #454547;
}

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


/**
 * Navigation bar
 */

#navbar {
    /*background-image:url("../images/menu_background.jpg");*/
    float: left;
    min-width: 1000px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 26px;
    background-color: #ada5a3;
}

#navbar ul.menu{
    padding: 3px 0 0 0px;
    width: auto;
}

#navbar ul.menu li{
    padding: 0 10px 0 0;
}

#navbar ul.menu li a {
    border-left: 2px solid #106ba2;
    padding-left: 14px;
}

#navbar ul.menu li:first-child a {
    border: none;
    padding-left: 10px;
}

#navbar a {
    color: #fff;
    /*font-size: 0.75em;*/
    /*letter-spacing: 0.05em;*/
    text-align: center;
    /*font-weight:bold;*/
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.bullet {
    color: #454547;
    padding: 0 0 0 4px;
}


/**
 * 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;
    padding-bottom: 10px;
}

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
 */

.tocArticle {
	width: 100%;
	padding: 5px 0;
}

.tocArticleCoverImage {
	display:none;
}
.tocArticleCoverImage.showCoverImage {
	display: table-cell;
	width: 15%;
}
.tocCoverImage {
	width: 100%;
}
.tocCoverImage img {
	border: 0;
	width: 100%;
}

.tocArticleTitleAuthors {
	width: 80%;
}
.tocArticleTitleAuthors.showCoverImage {
	width: 65%;
	padding-left: 10px;
}
.tocAuthors {
	padding-left: 10px;
}

.tocArticleGalleysPages {
	width: 20%;
}
.tocGalleys, .tocPages {
	text-align: right;
}

/**
 * Homepage image
 */

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

.homepageImage img {
	margin: 0 auto;
	border: 0;
    /*float: left;*/
	width: 500px;
	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;
}

/* @end */

#ekt_logo {
    text-align: right;
    float: right;
    padding-right: 0;
}

#sizer {
    float: right;
    margin-right: 17px;
    height: 20px;
    padding: 4px 0 0;
}

#ekt_buttons{
    float: left;
    padding-left: 6px;
}
#UpsidebarFontSize_in {
    padding-left: 100px;
    padding-top: 6px;
}
#ekt_info-help {}
#ekt_issn{
    margin-left:10px;
}

#ekt_archive_more{
    margin-right: 30px;
    text-align: right;
    float: right;
    margin-bottom: 4px;
}

a.file {
    background-color: #E6E6E6;
    border: 1px dotted;
    padding: 3px;
    text-decoration: none;
}
.listing{
    clear:both;
}

.issn_div{
    margin-top:70px;
    border-top:2px solid #ddd;
    padding:5px;
}

.read_online{
    margin-top: 15px;
}

/* Added by EKT */
#ekt_homepage_announcements{
    background-color: #e0ded1;
    width:100%;
    float:left;
    padding:10px;
    margin-top:30px;
}

#ekt_homepage_announcements_main{
    font-size:0.9em;
    text-align:justify;
    vertical-align:top;
    vertical-align:top;
    padding:10px 9px 10px 0;
    margin-bottom:20px;
}

#ekt_homepage_announcements_title{
    /*border-bottom:2px solid #00501f;*/
    width:96.4%;
    color:#454547;
    font-weight:bold;
    font-size:1.25em;
}

#ekt_homepage_archive_tr{
    background-color:#FBFBEF;
}

#ekt_homepage_archive{
    float:left;
    width:100%;
    clear:left;
    padding: 10px;
}

#ekt_homepage_archive_title{
    border-bottom:2px dotted #454547;
    color:#454547;
    font-weight:bold;
    font-size:1.25em;
    padding-bottom: 5px;
    width: 98%;
    margin-bottom: 10px;
    margin-left:4px;
}

#ekt_homepage_archive_main{
    width: 97%;
    padding:5px;
    color:#660000;
    text-align:justify;
}

#homepage_issue{
    width:auto;
}

#homepage_issue a{
    color: #000000;
}

#ekt_homepage_contact{
    background-color:#534c4a;
    float:left;
    filter:alpha(opacity=70);   /* Internet Explorer       */
    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity: 0.7;               /* newer Mozilla and CSS-3 */
    width:100%;
}

#ekt_homepage_contact_main{
    font-size:0.9em;
    text-align:justify;
    padding-left:10px;
    color:#660000;
}

#ekt_homepage_contact_main a{
    color: white;
}

#ekt_homepage_contact_title{
    border-bottom:3px solid #ffffff;
    opacity:0.7;
    margin-left: 10px;
    padding-bottom:10px;
    width:97%;
    color:#ffffff;
    font-weight:bold;
    font-size:1.05em;
}

#ekt_homepage_issue_main{
    float:left;
    padding:3px;
}

#breadcrumb {
    border-bottom: 2px solid #CDCDCD;
    margin: 10px 10px 15px 10px;
    padding: 0 0 0 0;
    font-size: 0.7em;
}

/* EKT Changes */
/* Footer lib/pkp/templates/common/footer.tpl */
.creative_commons {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    width: 185px;
    padding-top:0px;
    padding-left:20px;
    background: none;
    padding-bottom: 10px;
    text-align: justify;
}

.creative_commons a{
    color: #000000;
}

.creative_commons a:hover{
    color: #1a171b;
}

#ekt_footer{
    border-top: 5px solid #bcbdc1;
    background-color: #c7c8ca;
    width:100%;
}

#xrimatodotisi_main{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    line-height: 100%;
    text-align: justify;
    width:310px;
    float:left;
    padding-top: 10px;
    padding-bottom:  20px;
    padding-left: 20px;
}

#xrimatodotisi_links{
    padding-left: 2%;
    float: left;
    padding-top:10px;
}

#ekt_bottom{
    /*background-image: url("../images/menu_background_for_textsize.jpg");
    background-repeat: repeat;*/
    background-color: #414141;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#ekt_footer_ref{
    color: #FFFFFF;
    font-family: "Arial Unicode MS","Palatino Linotype","Lucida Grande",Gentium,sans-serif;
    font-size: 0.6em;
    padding: 5px;
    text-decoration: none;
}

#ekt_footer_span{
    color: #FFFFFF;
    font-family: "Arial Unicode MS","Palatino Linotype","Lucida Grande",Gentium,sans-serif;
    font-size: 0.6em;
    padding: 3px;
}

.content_bottom{
    border-top:1px solid #C4BBAC;
    padding-top:20px;
    margin:25px 0;
}

.EKT_CreativeCommons_IMG {
    border-width:0;
    padding-bottom: 4px;

}

#intro{
    margin-top: 15px;
}
