/* Utilidades */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



body {
    background-color: #FFF;
    color: #444444;
    font-size: 18px;
}


a:link {
    color: #000000;
}

a:active {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #000000 !important;
    background: transparent;
}

input.button {
    border : solid 0px #878787;
    border-radius : 3px;
    moz-border-radius : 3px;
    font-size : 13px;
    color : #ffffff;
    padding : 1px 10px;
    background-color : #8a8888;
    text-transform: uppercase;
    padding: 2px 12px;
    font-weight: bold;
    cursor: pointer;
}

input.textField {
    background-color: #CCCCCC;
    border-width: 0;
    color: #4D4D4D;
    font-size: 11px !important;
    height: 25px;
    line-height: 25px;
    padding-left: 6px;
}

select.selectMenu {
    background-color: #CCCCCC;
    border-width: 0;
    color: #4D4D4D;
    font-size: 11px !important;
    height: 25px;
    line-height: 25px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
}

#container {
    text-align: center;
}

#headerGlobal {
    background: none;
}

#headerGlobal h1 {
    display: block;
}

#header {
    background-color: transparent;
}

#headerTitle {
    width: 960px !important;
    background-color: rgb(0,123,141);
}

#header h1 {
    padding: 0 0 0 0;
}

#main{
    height:100%;
    margin-left:0 !important;
    width:72% !important;
    padding-left: 1px;
}

#main.in-journal{
    padding-left: 0;
}

#main.in-home{
    width:100% !important;
    margin-top: 107px;
    padding-top: 0;
    padding-bottom: 0;
}

#body{
    display:inline-block;
    width: 960px ! important;
}

#main h2 {
    padding-left: 10px;
    color: #007b8d;
    font-size: 1.2em;
}

#sidebar {
    display: block;
}

#navbar-journals {
    width: 960px;
    margin: 0 auto;
    min-height: 53px;
    padding-bottom: 1px;
}

#navbar {
    width: 100%;
    height: 38px;
    background: #565354;
    padding: 5px 0px 5px 0px;
    border-bottom: 0px;
    float: left;
    text-align: left;
    padding-bottom: 0.5em;
}

#navbar a {
    font-size: 0.55em;
    letter-spacing: 0em;
    color: white;
}

#navbar a:hover {
    background-color: transparent;
}

#navbar-right a {
    width: 174px;
    height: 53px;
    display: block;
}

#navbar ul.menu {
    display: table;
    margin: 0 auto;
    text-align: left;
}

#navbar ul.menu li {
    background-color: transparent;
    margin-right: 0;
    margin-top: 15px;
    line-height: 0;
    height: 9px;
    display: block;
    padding-right: 0px;
    border-top: 0px solid white;
    /*border-right: 1px solid white;*/
    float: left;
}

#navbar ul.menu li:last-child {
    border-right: 0px;
}


#navbar ul.menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    height: 0;
    line-height: 0;
    /* display: inline; */
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 9px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#navbar ul.menu li a:hover {
    color: white !important;
}

ul.menu {
    margin-right: 0px;
}

li.current {
    background-color: transparent !important;
    border-top: 0px;
}

li.current a {
    color: #000 !important;
}

#breadcrumb {
    padding: 55px 0px 5px 23px;
    width: 937px;
    margin: 0 auto;
    background: #cdcdcd;
    color: black;
    text-transform: uppercase;
    font-size: 0.60em;
    margin-bottom: 2px;
    display: block;
}

#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited, #breadcrumb a:link {
    color: #000000;
}

#content {
    border-top: 0px solid #000;
}


#pkp-common-openJournalSystems #homepageImage {
    width: 130px !important;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 260px;
}

#pkp-common-openJournalSystems #homepageImage img {
    max-width: 130px;
    height: auto;
}

#pageFooter {
    clear: left;
}

#journalDescription {
    /*padding-left: 150px;*/
    margin-bottom: 35px;
}

#sidebarDevelopedBy {
    display: none;
}

#sidebar a {
    text-decoration: none;
}
#sidebar div.block span.blockTitle {
    width: auto;
    padding-left: 3.4em;
    padding-top: 0.6em;
    background: transparent url(images/acceso_title_detail.png) no-repeat;
    color: white;
    height: 21px;
    letter-spacing: 0px !important;
    text-transform: none;
    font-weight: bold;
    color: #FFF;
}

#sidebar div.block span.blockSubtitle {
    width: auto;
    background: transparent url(images/acceso_title_detail.png) no-repeat;
    color: white;
    height: 21px;
    display: block;
    padding: 0.5em 0 0.5em 3em;
    font-size: 1em;
    letter-spacing: 0em;
    text-transform: uppercase;
}

#managementPages ul li, #managerUsers ul li, #managerRoles ul li {
    margin-bottom: 5px;
}


/* number */

#issuesCoverData {
    margin-bottom: 24px;
}

#issueCoverImage {
    width: 130px !important;
    float: left;
}

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


/*RightSidebar*/

#rightSidebar{
    background-repeat:no-repeat;
    margin-top: 1px;
    padding-right: 0px !important;
    padding-top: 73px !important;
    height:auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
    width:24% !important;
}

#headerTitle h1 img {
    width: 960px;
    height: 100px;
}

#sidebar input.button {
    background: #315498;
    border: 0px solid gray;
    font-size: 1.2em !important;
}

#sidebar input.button {
    background: url("images/smallarrowright.png") no-repeat right;
    background-color: #f2f2f2;!important;
    /*font: normal 1em Verdana !important;*/
    font: normal 1em Arial !important;
    color: #315498;
    border: 0 none;
    margin: 10px 0;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px 2px 2px 2px;
}

#sidebar div.block span.blockSubtitle {
    letter-spacing: 0px !important;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #FFF;
}

#sidebar input.textField {
    border: 0px solid white !important;
    background-color: #CCC;
    /*background-color: #44b537;*/
    border: 1px solid #CCC;
    padding: 2px;
    font: normal 1em Arial, Sans-Serif;
    color: #444;
    margin-left: 3px;
    margin: 2px 0px;
    width: 97%;
}

#sidebar select.selectMenu {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 0px;
    background: rgba(255,255,255,0.1) url(images/arrow-down-b.png) no-repeat right center;
    background-color: #CCC;
    /*background-color: #44b537;*/
    padding: 10px 10px;
    background-position: calc(100% - 5px);
    height: auto;
    display: inline-block;
    float: none;
    margin-top: 20px;
    border-radius: 4px;
    line-height: 1em;
    width: 100%;
}


/* USUARIO */

#sidebarUser {
    width: 100%;
}

#sidebar #sidebarUser.block span.blockTitle {
    background-image: url("images/acceso_title_detail.png");
}


#sidebarUser label[for="sidebar-username"],
#sidebarUser label[for="sidebar-password"] {
   text-transform: uppercase;
   float:left;
}


#sidebarUser input[type="submit"],
#sidebarNavigation input[type="submit"] {
    background: none;
    background-color: #CCC;
    border-radius: 0px;
    text-align: center;
    width: 83px;
    margin: 0px;
    color: #5A5A5A;
    padding: 5px 4px;
    font-size: 8px !important;
}
#sidebarNavigation select.selectMenu {
    margin-bottom: 18px;
    margin-top: 7px;
}

#sidebarUser input[type="submit"] {
    background-color: transparent;
    border: 0px;
    background-position: center;
    background-image: url('../../../templates/images/acceso_button.png');
    width: 60px;
}

.sidebarUser-bottom {
    margin-top: 15px;
}

.sidebarUser-remember-me {
    float: left;
}
.sidebarUser-login-button {
    float: right;
}



#sidebarUser label[for="sidebar-username"], #sidebarUser label[for="sidebar-password"] {
   text-transform: none;
   float: left;
   width: 100px;
}

#sidebarUser input.textField {
    margin-left: 15px;
    width: auto;
}

#sidebarUser table {
    width: 100%;
}
#sidebarUser table td:first-child {
    text-align: left;
}
#sidebarUser table td:last-child {
    text-align: right;
}

/* IDIOMA */

#sidebarLanguageToggle {
    width: 100%;
}

#sidebar #sidebarLanguageToggle.block span.blockTitle{
    background-image: url("images/idioma_title_detail.png");
}

#sidebarLanguageToggle input,  #sidebarLanguageToggle label{
    display: none;
}

.sidebarLanguageToggle-wrapper {
    text-align: right;
}

#sidebarLanguageToggle select.selectMenu {
    width: 85%;
}

#sidebarLanguageToggle span.blockTitle {
    display: block;
    /* padding: 0.5em 0 0.5em 0; */
    font-size: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 3px;
}


/* NAVIGATION */

#sidebarNavigation {
    width: 100%;
    padding-top: 0px;
}
#sidebar #sidebarNavigation.block span.blockTitle{
    background-image: url("images/contenido_revistas_detail_title.png");
}

#sidebar #sidebarNavigation.block span.blockSubtitle{
    background-image: url("images/contenido_revistas_detail_title.png");
}

#sidebar #sidebarNavigation #simpleSearchForm {
    text-align: right;
}
.sidebarNavigation-wrapper {
    margin-top: 12px;
    width: 85%;
    display: inline-block;
    text-align: right;
}
.sidebarNavigation-filter {
    text-align: left;
}
.sidebarNavigation-wrapper label {
    font-size: 12px;
}
.sidebarNavigation-wrapper input {

}
.sidebarNavigation-wrapper select {


}
#sidebar .sidebarNavigation-wrapper input.button[type="submit"] {
    height: auto;
    background-color: #b2b2b2;
    /*background-color: #44b537;*/
    color: white;
    font-weight: bold !important;
    font-size: 10px !important;
    padding: 9px 0px 9px 15px;
    width: 100%;
    font-family: Arial;
}
#sidebar .sidebarNavigation-submit-wrapper {
    position: relative;
    width: 65%;
    display: inline-block;
}
#sidebar .sidebarNavigation-submit-wrapper::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 0;
    border-color: white transparent transparent transparent;
}

#sidebarNavigation ul,
#sidebarInformation ul {
    margin-top: 17px;
}
#sidebarNavigation ul li,
#sidebarInformation ul li {
    display: block;
    margin: 4px 0px;
}
#sidebarNavigation ul li a,
#sidebarInformation ul li a {
    color: #696969;
}



#developedBy {
    text-transform: uppercase;
    font-size: 0.95em;
    text-decoration: none;
    font-weight: bold;
}

#announcements {
    width: auto;
}

#sidebarHelp {
    display:none;
}

#sidebar #sidebarFontSize {
    position: relative;
    padding-bottom: 0px;
}
#sizer {
    position: absolute;
    top: 2px;
    right: 3px;
}
#sizer a {
    float: none;
    display: inline-block;
    margin: 0px 3px;
}


/* AÑADIDO MANTIS 2288*/
#content h4 {
    margin: .75em 1em 0.25em 0em;
    font-family: Arial;
    font-weight: normal;
    font-size: 1.5em;
}

#content h3 {
  margin: 0em 1em 0.25em 0em;
  padding-top: 0.75em;
  font-family: Arial;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.35em;
}

#main h2 {
    font-family: Arial;
}
body {
    font-family: Arial;
}

#main {
    font-family: Arial;
}

#navbar {
    font-family: Arial;
}

#sidebarHelp {
    font-family: Arial;
}

#rightSidebar {
    font-family: Arial;
}

#container {
    font-family: Arial;
}
#sidebarFontSize {
    font-family: Arial;
}
#sidebarNavigation {
    font-family: Arial;
}
#sidebarUser {
    font-family: Arial;
}
#sidebarInformation {
    font-family: Arial;
}
#sidebarLanguageToggle {
    font-family: Arial;
}
#sidebar-password {
    font-family: Arial;
}
#sidebar-username {
    font-family: Arial;
}
#sidebarLanguageToggle-wrapper {
    font-family: Arial;
}
#sidebarNavigation-filter {
    font-family: Arial;
}
#sidebarNavigation-wrapper {
    font-family: Arial;
}
#sidebarNavigation-submit-wrapper {
    font-family: Arial;
}
#announcementsHome {
    width: 100%;
    margin: 16em 0 2em 0;
}
