body{
  background-color: #f9f9f9;
  color: #58595b;
  font-family: 'Glober Regular', 'Arial';
  font-size: 14px;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-image: url(/images/logo-bg.svg);
  background-position: 0px 0px;
  background-size: 60% auto;
  background-attachment: fixed;
}

.onlymobile{
  display: none !important;
}

.langselector{
  float: right;
  margin:-12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.langselector a{
  display:inline-block;
  margin:0px 0px 0px 5px;
  padding: 4px;
  background: #FFFFFF;
  border-radius: 40px;
  opacity: 0.2;
}

.langselector a.active{
  opacity: 1;
}

.langselector a img{
  display:block;
  width: 22px;
  height: auto;
}


.btn-primary{
    background-color: #08c189;
    border-color: #08c189;
}

.btn-primary:hover{
    background-color: #58595b;
    border-color: #58595b;
}

.btn-primary.focus, .btn-primary.active, .btn-primary:active:hover {
  background-color: #58595b;
  border-color: #58595b;
  opacity:0.5
}

th.align-right{
  text-align:right;
}

th.edit, td.edit{
  width: 100px;
}

.navbar-default {
    background-color: #08c189;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

.navbar-default .navbar-brand{
  display: inline-block;
  padding-left:70px;
  background-repeat: no-repeat;
  background-image: url(/images/logo-icon-white.svg);
  background-position: 22px 12px;
    background-size: auto 60%;
}

.navbar-default .navbar-brand:hover {
    color: #ffffff;
}

h1.lined, h2.lined, h3.lined{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

td.text-small, th.text-small{
  font-size: 0.8em;
  vertical-align: middle !important;
}

td.text-big, th.text-big{
  font-size: 1.1em;
  vertical-align: middle !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 8px;
}

#blogContentContainer{
  max-width: 710px;
  margin: 30px auto;
}

#blogContentContainer{
  padding: 30px;
}

#mytextarea{
  min-height:500px;
}

.simpleteaxtarea{
  width: 100%;
  box-sizing: border-box;
  padding:20px;
  min-height:200px;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  resize: vertical;
}

.lang-content h2{
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 26px auto;
  padding-top: 14px;
}


.lang-content.hu h2{
  /*background-image: url(/images/hungary.svg);*/
}

.lang-content.en h2{
  /*background-image: url(/images/united-kingdom.svg);*/
}

.lang-content.de h2{
  /*background-image: url(/images/germany.svg);*/
}

.glyphicon.glyphicon-pencil:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: top;
}

.glyphicon.glyphicon-pencil{
  background-repeat: no-repeat;
  background-position: right 0px;
  background-size: 14px auto;
}

.glyphicon.glyphicon-pencil.hu{
  background-image: url(/images/hungary.svg);
}

.glyphicon.glyphicon-pencil.en{
  background-image: url(/images/united-kingdom.svg);
}

.glyphicon.glyphicon-pencil.de{
  background-image: url(/images/germany.svg);
}


.btn-group-justified {
    /*border-collapse: collapse;*/
}

.btn-group-justified > .btn.none-click, .btn-group-justified > .btn-group {
    border: 1px solid #dce4ec;
    background:none;
    color:#2c3e50;
    font-size: 0.85em;
}

.none-click{
  cursor: default;
}

@media (max-width: 767px) {
  .onlymobile{
    display: block !important;
  }

  .lang-content.hu h2 {
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 20px auto;
  }

}

@media (max-width: 400px) {
  .navbar-default .navbar-brand{
    font-size: 13px;
    padding-top: 24px;
  }

  .lang-content.hu h2 {
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 16px auto;
  }

  .main {
    padding: 10px !important;
  }

  #blogContentContainer {
      padding: 10px;
      margin: 20px auto;
  }

}
