/**
 * Copyright (c) 2013-2016 OpenJournalSystems.com
 * The unauthorized reproduction or distribution of this copyrighted work is illegal and punishable under US federal laws.  
*/    

@import url(font-awesome-4.6.3/css/font-awesome.min.css);

html {
    background: #41566e url("images/omt_bg_top.png") repeat-x scroll 0 0;
}
body {
    font-family: Arial Narrow,Helvetica Nueue,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
a:link {
    color: #375;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
}
a:active {
    color: #253;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
}
a:visited {
    color: #375;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
}
a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #253;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
    text-decoration: none;
}
ul.menu a {
    font-size: 12px;
    line-height: 120%;
}
li {
    font-size: 12px;
    line-height: 16px;
}
#header {
     background: #fff;
    margin-top: 0px;
    padding: 0;
}
#header h1 {
    background: #f3f3f3;
    font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 0 solid #B4BABF;
    margin:0em auto 0;
    padding: 0.4em 0 .2em 0.1em;
    width: auto;
}
#footer {
    background-color: #aba;
}
#body {
    position: relative;
}
#main {
    background: #fff none repeat scroll 0 0;
    border-left: thin solid #b4babf;
    border-right: thin solid #b4babf;
    border-top: thin solid #b4babf;
    display: block;
    /*float: left;
    height: 100%;
    min-height: 890px;
    overflow: inherit !important;
    padding-top: 0;
    position: inherit !important;
    width: 59.6%;*/
     padding-top: 0;
}
#main h2, .top_footer h2, .top_of_bx_slid h2 {


    background: none repeat scroll 0 0 #8C929B;
    border-radius: 1px;
    color: #ffffff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-indent: 8px;
    text-transform: uppercase;
    text-align: left;
}
/*#main h2{color: #2B3036; font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif; font-size: 16px; font-weight: bold; padding-left: 10px;}*/
.top_footer h2 {
    margin: 0;
}
#content h3 {
    border-bottom: 1px solid #d2d8de;
       color: #084F91;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 140%;
    line-height: 140%;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    text-transform: uppercase;
}
#content h4 {
    background:#f3f3f3;
    color: #555555;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
        padding: 5px;
}
#accessKey {
    margin-bottom: 2em;
}
#accessKey img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#content img.accessLogo {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#navbar {
   /* left: -222px;
    position: absolute;
    top: -28px;
    width: 1100px;
    z-index: 99999;*/
}
#navbar a {
    font-size: 12px;
    letter-spacing: 0.05em;
    border-right: 1px solid #b4babf;
    float: left;
    margin: 0;
    padding: 0;
    color: #2B3036;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#navbar a:hover {
    color: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #000, #000); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #000, #000); /* IE 10 */
    background: -ms-linear-gradient(top, #000, #000); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #000, #000);
}
#developedBy {
    font-size: 0.95em;
    text-transform: uppercase;
}
#leftSidebar{
    background-color: #fff;
    border-left:solid #B4BABF thin;
    border-top:solid #B4BABF thin;

}
#rightSidebar {
    background-color: #fff;
    border-right:solid #B4BABF thin;
    border-top:solid #B4BABF thin;
   
}

#sidebarHelp, #sidebarDevelopedBy{padding: 15px;}
#leftSidebar div.block, #rightSidebar div.block {
     font-size: 12px;
    background-image: linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(255,255,255)),color-stop(0.79, rgb(233,236,239)));
    padding-bottom: 10px;
    
}
#leftSidebar div.block:empty, #rightSidebar div.block:empty{display: none;}
#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {
    background: #dde0e2;
       color: #57616E;  
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 3px 5px;
    border-bottom:1px solid #b4babf;
}
#leftSidebar div.block span.blockSubtitle , #rightSidebar div.block span.blockSubtitle{
    display: block;
    padding: 0 0 0 10px;
}
#leftSidebar input.textField, #leftSidebar select.selectMenu, #leftSidebar input.button, #rightSidebar input.textField, #rightSidebar select.selectMenu, #rightSidebar input.button {
    font-size: 12px;
}
form {
    padding-left: 10px;
}
div, p, table, td, th {
    color: #666;
    font-family: Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 140%;
}
a:link, a:visited {
       color: #3b84bf;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: #c00;
    text-decoration: underline;
    font-weight: normal;
}
p {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 0;
    text-align: left;
}
h1 {
    color: #666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}
h2, .contentheading {
    color: #2b3036;
    font-family: Arial Narrow,Helvetica Nueue,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
h3 {
    margin: 0;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #fff;
}
input.defaultButton {
    background-color: #ccc;
}
#container {
     background: #FFFFFF;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    float: left;
    box-shadow: 0 0 3px #000000;
    border: 3px solid #fff;
    border-top: none;
}
#headerTitle {
    color: #ffffff;
}
#navbar {
    border-bottom: 0;
    background: #c6cdd1;   
    height: 28px;
    margin-right: 0;
    padding-bottom: 0;
    margin-top: 1px;
    margin-bottom: 1px;
}
ul.menu li {
     display: inline-block;       
    margin: 0;
    padding: 0;
    float: left !important;
}
#breadcrumb {
     background: #dde0e2;
   
    border-bottom: 1px solid #ccc;
    padding: 3px 8px;
    font-size: 12px;
}
#breadcrumb a{color: #084F91}
#breadcrumb a:hover {
    color: #AB290F;
}
#content {
    border-top: 0 dotted #000;
    padding: 10px;
}
#content p img {
    max-width: 100%;
}
.pkp_controllers_fontController_smallFont {
  background:url(./images/font-down.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:25px !important;;
  height:23px;
}
.pkp_controllers_fontController_defaultFont {
  background:url(./images/font-default.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:25px !important;;
  height:23px;
}
.pkp_controllers_fontController_largeFont {
  background:url(./images/font-up.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:25px !important;;
  height:23px;
}   

* html #rightSidebar {
    margin-right: 5%;
}
#announcementsHome {
    margin: 2em 0;
    width: 100%;
}
#announcementsHome h3 {
    text-align: center;
}

li#announcements { width: auto !important;}
#announcements {
    width: 100%;
}
#announcements h3 {
    text-align: center;
}
table.announcements {
    width: 100%;
}
table.announcements td {
    padding: 0.25em 0.5em;
}
table.announcements td.nodata {
    font-style: italic;
    text-align: center;
}
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 {
    font-style: italic;
    padding-top: 1em;
}
table.announcements td.more {
    text-align: right;
    width: 15%;
}
table.announcementsMore {
    width: 100%;
}
table.announcementsMore td {
    padding-top: 1.5em;
    text-align: right;
}
h4.tocSectionTitle {
}
table.tocArticle {
    width: 100%;
}
table.tocArticle td.tocTitle {
    height: 100%;
    width: 70%;
}
table.tocArticle td.tocGalleys {
    text-align: right;
    width: 30%;
}
table.tocArticle td.tocAuthors {
    font-style: italic;
    padding-left: 30px;
    vertical-align: top;
}
table.tocArticle td.tocPages {
    text-align: right;
    vertical-align: top;
}
.tocArticleCoverImage img {
    border: 0 none;
    float: left;
    margin: 0 1em 1em 0;
    width: 100px;
}
#homepageImage img {
    border: 0 none;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.homepageImage img {
    border: 0 none;
    float: left;
    margin: 1em 1em 1em 0;
    text-align: center;
    width: 100px;
}
pre {
    background-color: #f0f0e8;
    color: #000;
    font-size: 1.25em;
}
table.listing tr.highlight {
    background: yellow none repeat scroll 0 0;
}
table.listing tr.fastTracked {
    background-color: #aba;
}
table.listing tr.data td {
    border-bottom: 1px dotted #ddddd0;
    border-top: 1px dotted #ddddd0;
}
table.listing tr.data td.drag {
    cursor: move;
}
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 {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/throbber.gif") no-repeat scroll 0 0;
    display: none;
    height: 25px;
    margin-left: 50%;
    margin-top: 5%;
    width: 25px;
}
.smallFont {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-down.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 23px;
    margin-left: 8px;
    margin-right: 4px;
    outline: medium none;
    text-indent: -9999px;
    width: 20px;
}
a.smallFont:hover {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-down.png") repeat scroll 0 0;
}
.defaultFont {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-default.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 23px;
    margin-right: 4px;
    outline: medium none;
    text-indent: -9999px;
    width: 20px;
}
a.defaultFont:hover {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-default.png") repeat scroll 0 0;
}
.largeFont {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-up.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 23px;
    outline: medium none;
    text-indent: -9999px;
    width: 20px;
}
a.largeFont:hover {
    background: rgba(0, 0, 0, 0) url("../lib/pkp/templates/images/icons/font-up.png") repeat scroll 0 0;
}
ul.tagit {
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    overflow: auto !important;
    padding: 1px 5px;
    width: 350px;
}
ul.tagit li {
    clear: none;
    display: block;
    float: left !important;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {
    background-color: #dee7f8;
    border: 1px solid #cad8f3;
    padding: 2px 4px 3px;
}
ul.tagit li.tagit-choice:hover {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-new {
    padding: 2px 4px 1px 0;
}
ul.tagit li.tagit-choice input {
    display: block !important;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
    color: #777777;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    outline: medium none;
    padding: 2px 0 2px 3px;
    text-decoration: none;
}
ul.tagit input[type="text"] {
    background-color: #ffffff;
    border: medium none #c6c6c6;
    box-sizing: border-box;
    color: #333333;
    margin: 0;
    padding: 0;
    width: inherit;
}
ul.tagit li::after, ul.tagit li div::after {
    clear: none;
    content: " ";
    display: block;
}
#vr_footer {
    background: #d8dcdf none repeat scroll 0 0;
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
}
.footer-logo {
    float: left;
    margin: 1px 0 20px;
}
.footer-logo img {
    width: 205px;
}
.footer_logo_right {
    float: right;
    margin: 0 20px 20px;
}
#body{display: table; height:800px;}

#leftSidebar, #main, #rightSidebar{display: table-cell; vertical-align: top;float: none;}
#rightSidebar, #leftSidebar{width: 16%; padding-top: 0px; padding-bottom: 0px;}

/*.leftsideBarActive.rightSidebarActive #main{  width: 60%; margin-left: 20%}
.leftsideBarActive:not(.rightSidebarActive) #main{margin-left: 20%}
.rightSidebarActive:not(.leftsideBarActive) #main, .leftsideBarActive:not(.rightSidebarActive) #main{width: 80%}
.rightSidebarActive:not(.leftsideBarActive) #main{margin-left: 0px;}*/
/*responsive*/

#container{width: 730px}
#container{min-width: auto}
body, #container{max-width: 100%;}
#pageFooter{background: #c6cdd1;; color: #333; padding: 10px; text-align: center; clear: both;  }
#pageFooter h5{display: inline-block; width: 100%; margin-top: 0px; margin-bottom: 5px;}

#sidebar{display: none;}
*{  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-webkit-box-sizing:border-box;}
.video iframe,  
.video object,  
.video embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.mshow{display: none;}
.hide{display: none;}
img {max-width: 100%; height: auto;}
label[for="menuOnTop"]{display: none;}
#menuOnTop{display: none;}
.respFooter{text-align: right;}
@media screen and (max-width: 1024px) { 
    #navbar a{color: #333}
    #container{min-width: 100% !important;}
    #menuOnTop{display: inline-block; opacity: 0; visibility: hidden; position: fixed; left: -200px;}
.hideOnMobile{display: none !important;}
#body{display: block; height: auto; width: 100%}
#sidebar, #rightSidebar, #leftSidebar, #main{display: block; width: 100%; clear: both;}
#leftSidebar{border-left:solid #B4BABF thin;}
#rightSidebar{border-right:solid #B4BABF thin;}
body, html{background: #fff}
.mshow{display: inline-block;}
#header {margin-top: 0}
#header h1{margin: auto 0; padding: 0.4em 0 0.2em 0.1em;}
#menuOnTop:checked{}
#main{width: 100% !important; margin: 0px !important; height: inherit; min-height: inherit; border:0px;}

#container{margin-top: 0px; min-width: auto !important; box-shadow: none;  border-bottom: 0px; margin-bottom: 0px;}
label[for="menuOnTop"]{font-size: 24px; padding: 10px; border-radius: 10%; background: #8c929b; color: #fff; display: inline-block;}
.menuOnTopClose, #sidebar .sideOnTopClose{ transition:all 0.2s; -webkit-transition:all 0.2s;box-shadow: 0px 0px 10px rgba(0,0,0,0.5); position: fixed;  top: 0px; background: #fff; color: #333 !important; padding: 10px; font-size: 20px !important; }
.menuOnTopClose{left: -200px;  color: #fff !important;}

#navbar{position: fixed; top: 10px; left: 10px; z-index: 2; background: transparent; box-shadow: none}
#navbar ul{background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.5); position: fixed; left: -200px; top: 0px; bottom: 0px; z-index: 999; visibility: hidden; width: 200px; transition:all 0.2s; -webkit-transition:all 0.2s; }
#menuOnTop:checked ~ ul.menu{display: block; left:0px; visibility: visible; overflow: auto;}
#menuOnTop:checked ~ label[for="menuOnTop"].menuOnTopClose{left: 200px;}
#navbar li{display: block; border-bottom: 1px solid #ccc}
#navbar li:last-child{border-bottom: 0px;}
#navbar li a{width: 100%; float: none;}
#leftSidebar,  #rightSidebar{position: relative;  margin: 0px; width: 100%; min-height: inherit; border-top: 1px solid #ccc; }
   #pageFooter{margin-left: 0px ; margin-right: 0px;}

}
@media screen and (min-width: 480px) {
   
}

#main ul.menu {width: 100%; display: inline-block; margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px solid #ccc;}
#main ul.menu li a{padding: 0px 10px; border-right: 1px solid #d2d8de}
#main ul.menu li:first-child a{padding-left: 0px;}
