aside#sidebar {
  display: none !important;
}

a {
  text-decoration: none;
}

section.sub_item.versions {
  display: none;
}

/* HEADER */
.navbar-default,
.header_view {
  background-image: url('/templates/images/structure/header-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none !important;
  position: relative;
}

header {
  padding: 15px 0 !important;
}

h1.site-name {
  margin: 10px 0 15px;
}

.site-name {
  display: none;
}

ul.dropdown-menu-right a {
  color: #17a371 !important;
}

ul.dropdown-menu-right {
  background-color: #fff;
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 2px;
  display: none;
}

li.menu-item-10.dropdown:hover ul.dropdown-menu-right {
  display: block !important;
}

.container-bg .container-fluid:first-child,
.navbar-default,
nav#nav-menu {
  padding: 0 0.714rem;
}

button.navbar-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 8px 0 15px;
  border: 1px solid #fff;
  padding: 4px 6px;
  background: transparent;
  cursor: pointer;
}

span.icon-bar {
  background-color: #fff;
  display: block;
  height: 4px;
  width: 20px;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1.site-name {
  display: none;
}

nav#nav-menu {
  display: none;
}

nav#nav-menu.active {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #17a371;
  padding-top: 20px;
  padding-bottom: 30px;
}

ul#main-navigation {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px;
  border-radius: 5px;
}

ul#main-navigation a {
  font-size: 15px !important;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.dropdown-menu {
  list-style: none;
  padding-left: 10px;
  margin-top: 5px;
}

.navbar-form {
  display: none;
  gap: 2px;
}

body {
  margin: 0 !important;
  font-family: 'Tahoma' !important;
  font-weight: 400;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tahoma' !important;
  font-weight: 400;
}

footer h3 {
  font-weight: 400;
}

.obj_article_summary .title {
  font-size: 17px;
}

#navigationUser {
  margin: 0 !important;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle:hover {
  color: #fff !important;
}

.container-bg .container-fluid:first-child {
  position: absolute;
  padding-top: 16px;
  padding-bottom: 16px;
  right: 0;
  top: 0;
}

.navbar-brand-logo img {
  min-width: 200px !important;
}

#navigationUser {
  display: flex;
  gap: 25px;
  list-style: none;
}

#navigationUser a {
  color: #fff;
  font-size: 16px !important;
}

.navbar-default,
.header_view {
  border: none !important;
}

li.menu-item-10.dropdown {
  position: relative;
}

ul.dropdown-menu-right {
  position: absolute;
  right: 0;
  z-index: 5;
  list-style: none;
  padding-left: 10px;
}

/* BTN */
.btn,
.btn-default,
.pkp_block.block_make_submission a {
  background-color: #17a371 !important;
  color: #fff;
  outline: none m !important;
}

.btn.pdf {
  border: 1px solid #17a371;
  background-color: transparent !important;
  color: #17a371;
}

.btn.pdf:hover {
  border: 1px solid #17a371;
  background-color: #17a371 !important;
  color: #fff;
}

.pkp_block.block_make_submission a:hover {
  background-color: #17a371 !important;
  color: #fff;
}

.btn:hover {
  background-color: #17a371 !important;
  color: #fff;
}

.btn-default:hover {
  background-color: #17a371 !important;
  color: #fff;
}

/* NOVO */
.page_login {
  height: 80vh !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.auth-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.auth-title {
  font-weight: 600;
  margin-bottom: 50px !important;
}

form {
  max-width: 350px !important;
}

.fields-container {
  width: 100% !important;
}

.username {
  width: 100% !important;
}

.username input,
.password input {
  height: 40px !important;
  margin-bottom: 15px !important;
  border-color: #494848 !important;
  padding-left: 10px !important;
  font-size: 14px !important;
  min-width: 334px !important;
  border-width: 1px !important;
  background: #fff;
}

.username input:focus-visible,
.password input:focus-visible {
  outline: solid 1px #009b7a !important;
}

h1 {
  color: #494848 !important;
}

.remember {
  display: flex !important;
  justify-content: flex-end !important;
}

.remember span {
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.remember input {
  accent-color: #009b7a !important;
}

.buttons {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 40px !important;
}

.register,
.submit {
  padding: 10px 20px !important;
  font-size: 18px !important;
  text-transform: uppercase;
  border: none !important;
  color: #fff !important;
}

.submit {
  background-color: #009b7a !important;
  cursor: pointer;
}

.register {
  background-color: #494848 !important;
  text-decoration: none !important;
}

.footer {
  margin-top: 50px;
}

@media (min-width: 480px) {
  .container-bg .container-fluid:first-child,
  .navbar-default,
  nav#nav-menu {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}

@media (min-width: 768px) {
  /* MENU START 
  nav#nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  /* MENU END */

  .footerWrapper {
    grid-template-columns: 1fr 1fr;
  }

  ul#main-navigation,
  .navbar-header {
    width: 728px;
    margin: 0 auto;
  }

  .pull-md-right {
    width: 728px;
    margin: 30px auto 0;
  }

  .container-bg .container-fluid:first-child {
    padding-right: 67px !important;
  }
}

@media (min-width: 992px) {
  .container-bg .container-fluid:first-child,
  .navbar-default,
  nav#nav-menu {
    /* width: 952px; */
  }

  ul#main-navigation,
  .navbar-header {
    width: 952px;
    margin: 0 auto;
  }

  .pull-md-right {
    width: 952px;
    margin: 30px auto 0;
  }
}

@media (min-width: 1000px) {
  .site-name {
    display: block;
  }

  .footerWrapper {
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
  }

  .followUs a {
    display: flex;
  }

  footer {
    text-align: left;
  }

  .about {
    display: flex;
    flex-direction: column;
  }

  nav#nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    background-color: transparent;
    position: static;
    padding: 0;
  }

  ul#main-navigation {
    flex-direction: row;
    column-gap: 20px;
    margin: 0;
  }

  .pull-md-right {
    margin: 0;
    width: auto;
  }

  button.navbar-toggle {
    display: none;
  }

  .nav#nav-menu {
    position: static;
  }

  .container-bg .container-fluid:first-child {
    position: static;
    padding: 0 !important;
  }

  .container-bg {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 952px;
    margin: 0 auto;
  }

  ul#main-navigation,
  .navbar-header .pull-md-right,
  .navbar-header {
    width: auto;
  }

  h1.site-name {
    display: block;
  }

  .container-fluid:nth-child(2) {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }

  .dropdown-menu a {
    color: #17a371 !important;
  }

  .dropdown-menu {
    background: #fff;
    border-radius: 2px;
    position: absolute;
    list-style: none;
    left: 0;
    padding: 15px;
    z-index: 5;
    box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.15);
  }

  ul.dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: unset !important;
    width: 135px;
    position: absolute;
  }

  ul.ul.dropdown-menu.dropdown-menu-right a {
    color: #17a371;
  }

  .dropdown-menu li:not(:last-child) {
    margin-bottom: 12px;
  }

  .menu-item-18 .dropdown-menu {
    width: 206px;
  }

  .dropdown {
    position: relative;
  }

  ul.dropdown-menu {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .container-bg {
    width: 1160px;
  }
}
