.navbar {
    background-color: #fff;
}

nav.navbar {
   border-bottom: 2px solid #006E73;
    min-width: 85vw;
}

.text a {
   font-size: unset !important;
   line-height: unset !important;
}



#sidebarRight > section:not(:first-child) {
  display: none;
}

#navbarSupportedContent > form {
  width: 100%;
}

@media (min-width: 992px) {
.nav-item > a {
    border-bottom: 0;
}

.nav-item > a.action {
flex-grow: 2;
}


#wrapper {
  padding-top: 40px
}

.languages {
   flex-grow: 0!important;
}
.logout {
   flex-grow: 1!important;
}
.actions {
   flex-grow: 2!important;
}

.nav-item  {
    text-align: left!important;
}

.nav-item:last-child  {
    text-align: right!important;
}




}

body {
   background-image: none;
}


.navbar-brand img {
   width: auto;
}

.currentLanguage {
   //display: none;
   //font-weight: bold;
}

#sidebarRight > section:not(:first-child) {
  display: none;
}

a:not(.navbar), a:not(.navbar):visited, a:not(.navbar):hover {
   font-size: initial;
   line-height: 23px;
}

.text a {
   font-size: unset;
   line-height: unset;
}

footer a {
   font-size: 12px !important;
   line-height: 18px !important;
}

h1, h2 {

   color: black;
}

footer a {
font-size: 12px;
}


button.navbar-toggler:after {
    content: "Menü";
    font-size: smaller;
}


div.ui-growl {
   left: 0;
   margin: auto;
   width: 600px;
   max-width: 100vw;
}

.ui-growl-message {
    width: 520px;
    max-width: calc(100% - 40px);
}

#sidebarRight h3 {
   font-size: initial;
}

footer a {
   border-bottom: 0 !important;
}