/* BNYR stíluslap v 1.5 GIT */

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) center no-repeat rgba(249, 246, 241, 1);
}

/* Kérdőív */

main {
  width: 50vw;
  margin: 10vh auto;
}

fieldset {
  margin: 3vh 0;
  padding: 1%;
  border: 1px solid silver;
}

legend {
  padding: 0 20px;
  font-size: 1.25em;
  margin-bottom: 5px !important;
  width: auto !important;
  border: 1px solid lightgray !important;
}

fieldset label {
  margin-right: 20px;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"] + label::before {
  content: "\a0";
  display: inline-block;
  margin: 0.2em 0.5em;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.75em;
  transition: all 0.5s;
  border: 1px solid silver;
}

input[type="radio"] + label::before {
  border-radius: 50%;
}

input[type="radio"]:checked + label::before {
  content: "\a0";
  background: #04abee;
  border: 1px solid white;
  box-shadow: inset 0 0 0 1px white, 0 0 0 1px #04abee;
}

textarea {
  width: 100%;
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  border-color: -moz-use-text-color #ffffff #ffffff -moz-use-text-color;
  border-image: none;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  padding: 1px 1px;
  transition: background-color 0.2s ease 0s;
}

textarea:focus {
  background: none repeat scroll 0 0 #ffffff;
  outline-width: 0;
}

/* Kiértékelés */

.childResultProfileContainer {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  text-align: center;
}

.card {
  transition: 0.5s;
  background: #eee;
}
.card h5 {
  padding: 10px 0px;
}
.card:hover i,
h5 {
  color: #c2185b;
}

.service .card:hover {
  transform: scale(1.03);
  background: #fff;
}

/* Táblázat */

.gyfkrTable {
  margin: 0 auto;
  width: 100%;
}

.gyfkrTable img {
  max-height: 30px;
  opacity: 0.7;
}

.gyfkrTable thead:first-child {
  color: white;
}

.gyfkrTable thead:first-child td {
  padding: 10px;
  border: 1px solid #ccc;
}

.gyfkrTable td {
  padding: 5px;
  border: 1px solid #ccc;
}

.gyfkrTable thead:first-child {
  font-weight: bold;
  color: white !important;
}

.szurtErtek {
  margin: auto;
  width: 371px;
  margin-top: 0px;
  margin-bottom: -55px;
}

.form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.red {
  color: red;
  padding: 2px;
}

.green {
  color: green;
  padding: 2px;
}

#map {
  height: 100%;
}

.page {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page li {
  list-style: none;
  display: inline-block;
}
.page li a,
.current {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #8a8a8a;
}
.current {
  font-weight: bold;
  color: #000;
}

/*
.button
{
margin: 10px !important;
padding: 5px 15px;
text-decoration: none;
background: #00ba8b !important;
color: #F3F3F3;
font-size: 13PX;
border-radius: 2PX;
margin: 0 4PX;
display: inline-block;
width: 100px;
text-align: center;
}
*/

.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.8em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  /* font-size: 0.88em; */
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

.button:hover {
  border: 1px solid black;
  font-weight: bold;
}

.dt-button:hover {
  border: 1px solid black;
  font-width: bold;
}

.clear {
  clear: both;
}

#gyfkrTable_wrapper {
  overflow: auto !important;
  overflow-y: hidden !important;
}

.dataTables_length {
  float: right !important;
  margin-top: 4px;
  padding: 0px !important;
  height: 15px;
}

.dt-buttons {
  margin-bottom: 2px !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 5px !important;
}

#szuresFelirat {
  color: white;
  background-color: #04abee;
  width: 100%;
  text-align: center;
  margin: -5px 0px 0px -5px;
  padding: 5px;
}

.centerButton {
  display: block;
  margin: auto;
  height: 39px !important;
  margin-bottom: -15px;
  margin-top: 3px;
}

.centerFilterButton {
  display: inline-block;
  margin: auto;
  height: 39px !important;
}

/* SELECT */

.szechenyi-logo {
  max-height: 100px !important;
}

@media only screen and (max-width: 800px) {
  .szechenyi-logo {
    max-height: 67px !important;
  }

  .rightLogo {
    height: auto;
    position: absolute;
    right: 4%;
  }

  .gyermekut-logo {
    padding: 5px;
    width: 49px;
    height: 50px;
    object-fit: cover;
    object-position: left;
  }
}

@media only screen and (max-width: 1051px) {
  .gyfkr-long {
    display: none;
  }
}

.gyermekut-logo {
  padding-left: 10px !important;
}
