/**
 * plugins/themes/ibepes/ibepes.css
 *
 * Copyright (c) 2013-2017 Simon Fraser University
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Ibepes theme.
 *
 */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,700");
* {
  box-sizing: border-box; }

html {
  font-size: .625em; }

body {
  font-family: "Hind", sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  background: #1D376A; }

p {
  font-size: 1.4rem; }

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  transition: all .4s ease; }
  a:hover, a:focus,
  a:link:hover,
  a:link:focus,
  a:visited:hover,
  a:visited:focus {
    opacity: .6;
    background: none; }

table {
  font-size: 1.4rem; }

img {
  max-width: 100%;
  height: auto; }

#content {
  font-size: 1.4rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2); }
  #content a {
    color: #1D376A; }
  #content h3 {
    font-family: "Hind", sans-serif;
    font-size: 2rem;
    font-weight: bold; }
  #content h4 {
    font-family: "Hind", sans-serif;
    font-size: 1.8rem;
    font-weight: bold; }
  #content .tocTitle a {
    font-size: 1.6rem;
    font-weight: bold; }

/* HEADER */
#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002349+0,1d376a+100 */
  background: #002349;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002349 0%, #1d376a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002349 0%, #1d376a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002349 0%, #1d376a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002349', endColorstr='#1d376a',GradientType=0 );
  /* IE6-9 */ }
  #header:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.6);
    height: 10px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #header #headerTitle {
    position: relative; }
    #header #headerTitle h1 {
      padding: 0;
      position: relative;
      max-width: 1300px;
      margin: auto;
      padding: 0 15px;
      max-height: 130px;
      text-align: center; }
      #header #headerTitle h1 a {
        display: inline-block;
        text-align: center;
        padding: 30px 0;
        height: 130px;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          #header #headerTitle h1 a {
            height: auto; } }
        #header #headerTitle h1 a img {
          display: block;
          margin: 0;
          max-height: 100%;
          width: auto; }
          @media (max-width: 767px) {
            #header #headerTitle h1 a img {
              max-height: auto;
              width: 100%;
              height: auto; } }
        @media (min-width: 767px) {
          #header #headerTitle h1 a img {
            transition: opacity .4s ease; }
          #header #headerTitle h1 a:hover, #header #headerTitle h1 a:focus {
            opacity: 1; }
            #header #headerTitle h1 a:hover img, #header #headerTitle h1 a:focus img {
              opacity: .6; } }
    @media (max-width: 767px) {
      #header #headerTitle h1 {
        padding: 0;
        position: relative;
        max-width: 80%;
        margin: auto;
        padding: 0 15px;
        text-align: center;
        max-height: 130px; } }

#content .action {
  display: inline-block;
  background: #1D376A;
  color: white;
  padding: 4px 12px 2px;
  margin-right: -10px;
  position: relative;
  z-index: 1;
  border-right: 1px solid white;
  text-transform: none; }
  #content .action:first-of-type {
    border-radius: 5px 0 0 5px; }
  #content .action:last-of-type {
    border-radius: 0 5px 5px 0; }
  #content .action:focus, #content .action:hover {
    background: #3361ba;
    color: white;
    opacity: 1; }
#content h3 {
  border-top: 1px solid #DDD;
  margin-top: 30px;
  padding-top: 30px; }
  #content h3:first-of-type {
    border: none;
    margin-top: 0;
    padding-top: 0; }

div.thickSeparator {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2); }

/* NAVIGATION */
#navbar {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
  #navbar:after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 767px) {
    #navbar .navbar-toggle {
      display: block !important;
      width: 100%;
      border: 1px solid #1D376A;
      border-radius: 0;
      font-size: 1.4rem;
      font-weight: lighter;
      text-transform: uppercase;
      color: #1D376A;
      padding: 10px;
      cursor: pointer;
      background: white; }
    #navbar .navbar-toggle:focus {
      outline: none; }
    #navbar .navbar-toggle:focus + .menu {
      max-height: 600px;
      margin-top: 10px; }
    #navbar .menu {
      overflow: hidden;
      max-height: 0;
      transition: All .4s ease; } }
  #navbar li {
    margin: 0;
    padding: 0;
    float: left; }
    @media (max-width: 767px) {
      #navbar li {
        display: block;
        float: none; } }
    #navbar li:last-of-type a {
      border-right: none; }
    #navbar li#announcements {
      width: auto; }
    #navbar li a {
      font-size: 1.5rem;
      letter-spacing: 0;
      text-transform: uppercase;
      display: inline-block;
      padding: 0 10px;
      line-height: 1.5;
      position: relative;
      margin-bottom: 5px; }
      #navbar li a span {
        position: relative;
        z-index: 2; }
      @media (max-width: 767px) {
        #navbar li a {
          display: block;
          padding: 5px 0; } }
      @media (min-width: 768px) {
        #navbar li a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          content: "";
          width: 0%;
          height: 2px;
          background: #1D376A;
          z-index: 1;
          transition: all .2s ease; }
        #navbar li a:hover, #navbar li a:focus {
          opacity: 1; }
          #navbar li a:hover:before, #navbar li a:focus:before {
            width: 100%; } }

/* CONTAINER */
#container {
  min-width: auto !important; }

/* BODY */
#body {
  max-width: 1300px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start; }
  @media (max-width: 767px) {
    #body {
      flex-direction: column; } }
  #body #sidebar {
    order: 1;
    flex: 0 1 auto;
    align-self: auto;
    width: 250px;
    margin-left: 20px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      #body #sidebar {
        margin-left: 0;
        width: 100%; } }
    #body #sidebar #rightSidebar {
      float: none;
      margin: 0;
      width: 100%; }
    #body #sidebar input.textField,
    #body #sidebar select.selectMenu,
    #body #sidebar textarea.textArea,
    #body #sidebar input.uploadField {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    #body #sidebar table {
      width: 100%; }
    #body #sidebar div.block {
      font-size: 1.3rem;
      border-top: 1px solid rgba(51, 51, 51, 0.2);
      padding-top: 20px; }
      #body #sidebar div.block:first-of-type {
        border-top: none;
        padding-top: 0; }
      #body #sidebar div.block:last-of-type {
        padding-bottom: 0; }
      #body #sidebar div.block a.blockTitle {
        display: block;
        text-align: center;
        border: 1px solid #1D376A;
        padding: 6px 10px; }
        #body #sidebar div.block a.blockTitle:hover, #body #sidebar div.block a.blockTitle:focus {
          background: #e6e6e6;
          outline: none;
          opacity: 1; }
      #body #sidebar div.block span.blockTitle {
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        font-family: "Hind", sans-serif;
        color: #1D376A; }
  #body #main {
    margin: 0;
    float: none;
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      #body #main {
        width: 100%;
        margin-bottom: 30px; } }
    #body #main h2 {
      font-family: "Hind", sans-serif;
      font-weight: bold;
      color: #1D376A;
      padding-top: 0; }
    #body #main h4 {
      font-family: "Hind", sans-serif; }

#articleFullText a,
#pdfDownloadLinkContainer a {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding: 7px 22px 3px 42px;
  margin: 10px 0 20px 20px;
  background: #EAEAEA !important;
  color: #666;
  box-shadow: 3px 3px 0 #AAA;
  font-size: 1.6rem; }
  #articleFullText a:before,
  #pdfDownloadLinkContainer a:before {
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    background: #1D376A url("img/file.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -8px;
    border: 2px solid #005e78;
    border-radius: 26px; }
  #articleFullText a:hover, #articleFullText a:focus,
  #pdfDownloadLinkContainer a:hover,
  #pdfDownloadLinkContainer a:focus {
    opacity: 1;
    transform: scale(1.05); }

#pdfDownloadLinkContainer a:before {
  background: #c32130 url("img/pdf.png") center center no-repeat;
  border-color: #c32130;
  background-size: cover; }

/* FORMS */
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.6);
  padding: 6px 8px;
  outline: none;
  border-radius: 0;
  transition: all .4s ease;
  font-size: 1.4rem; }
  input.textField:focus,
  select.selectMenu:focus,
  textarea.textArea:focus,
  input.uploadField:focus {
    background: white;
    border: 1px solid #333333;
    outline: none;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5); }

.button,
input.button {
  border: none;
  background: #1D376A;
  color: white;
  cursor: pointer;
  transition: all .4s ease;
  padding: 6px 10px;
  border-radius: 5px; }
  .button:hover, .button:focus,
  input.button:hover,
  input.button:focus {
    background: #122242;
    outline: none;
    opacity: 1; }

#signinForm {
  border: 1px solid rgba(51, 51, 51, 0.2);
  max-width: 350px;
  margin: auto;
  padding: 20px;
  margin-top: 20px; }
  #signinForm table {
    width: 100%; }
    #signinForm table .value label {
      font-size: 1.4rem; }
  #signinForm .textField {
    width: 100%;
    display: block; }
  #signinForm ul {
    list-style: none;
    padding: 20px 0 0; }
    #signinForm ul a {
      font-size: 1.4rem; }

#reset ul {
  list-style: none;
  padding: 20px 0 0; }
  #reset ul a {
    font-size: 1.4rem; }

.instruct {
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.7); }

#content .pkp_form_error_list a {
  color: #900; }

/* FOOTER */
#pageFooter {
  background: #122242;
  color: white;
  padding: 20px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: lighter;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  #pageFooter a {
    color: white; }
    #pageFooter a img {
      max-height: 50px;
      width: auto; }
  #pageFooter p img {
    position: relative;
    top: 2px;
    margin-right: 3px; }

/* OTHER */
#breadcrumb {
  font-size: 1.3rem;
  color: rgba(51, 51, 51, 0.7); }
  #breadcrumb a {
    color: rgba(51, 51, 51, 0.7); }

#statistics table {
  border-collapse: collapse;
  line-height: 1; }
  #statistics table h4 {
    margin: 0; }
  #statistics table td, #statistics table th {
    border: 1px solid rgba(51, 51, 51, 0.2);
    padding: 8px 10px 5px; }

hr {
  clear: both; }
  hr.divisor {
    margin: 20px 0;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-width: 1px 0 0; }

.btn-crossmark {
  display: block; }

#sidebarHelp a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background: url("img/faq.png") center center no-repeat;
  background-size: cover; }

#sidebarFlagLanguageToggle img {
  width: 36px;
  height: auto;
  margin-right: 5px; }

/*# sourceMappingURL=ibepes.css.map */
