#verseny {
  padding: 1em 0 4em;
}

#verseny .kapcsolat-info {
  margin-bottom: 20px;
  text-align: center;
}

#verseny .kapcsolat-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#verseny .kapcsolat-info address, #verseny .kapcsolat-info p {
  margin-bottom: 0;
  color: #000;
}

#verseny .kapcsolat-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#verseny .kapcsolat-info a {
  color: #000;
}

#verseny .kapcsolat-info a:hover {
  color: #18d26e;
}

#verseny .kapcsolat-address, #verseny .kapcsolat-phone, #verseny .kapcsolat-email {
  margin-bottom: 20px;
}
#verseny .top2em {margin-top:2em}
#verseny .top3em {margin-top:3em}
.top3em {margin-top:3em}
table > tbody.reszletes_lista td > span{
	font-size:.8em;
	font-style:italic;
} 
@media (min-width: 768px) {
  .container {
    width:700px
  }
}
@media (min-width: 992px) {
  .container {
    width:925px
  }
}
@media (min-width: 1200px) {
  .container {
    width:1170px
  }
}
@media (min-width: 1400px) {
  .container {
    width:1370px
  }
}
#verseny .form #v_uzenet {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#verseny .form #v_hiba {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#verseny .form #v_uzenet.show, #verseny .form #v_hiba.show, #verseny .form .show {
  display: block;
}
#verseny .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#verseny .form input, #verseny .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#verseny .form input[type="number"] {
  padding: 2px 5px;
}
#verseny .form button[type="submit"] {
  background: #4267b0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-transform:uppercase;
}
#verseny .form button[type="submit"]:hover {
  background: #375f90;
}
fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0;
    position: relative;
    top: 0px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
fieldset legend {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-bottom: none;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.belso-fieldset {
	margin: 0 16px;
	width: 97%;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 0 10px;
    position: relative;
    top: 0px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.belso-fieldset legend {
    background: none;
    border: none;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 0;
	font-size: 18px;
	margin-bottom:3em;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.form-control{font-size:1em}
.float-label {position: relative}
.float-label--focused .float-label__label {
	color: #4267b0;
	font-weight: bold;
}
.float-label__label {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	display: inline-block;
	top: 1.25rem;
	left: 0.75rem;
	font-size:.625rem;
	letter-spacing:.02rem;
	font-weight: bold;
	line-height: 1em;
	color: #999;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.float-label--active .float-label__label {
	opacity: 1;
	visibility: visible;
	top:-0.2rem;
	z-index: 10;
	background:#fff;
	padding: 0 5px;
}
.float-label--active .float-label__input {
	padding-top: 1.375rem
}
.float-label--mindig .float-label__label {
	opacity: 1;
	visibility: visible;
	top:-0.2rem;
	z-index: 10;
	background:#fff;
	padding: 0 5px;
}
input.float-label__input {
	/*height: 3.5rem*/
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 3px 20px 0 11px;
  /*font-size: 14px;*/
  font-weight: 700;
  line-height: 2.2;
  width:3em;
  color: #555;
  text-align: center;
  /*background-color: #eee;*/
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon span{background:#73ad21;border-radius:28px;width:14px;height:14px;padding:5px 10px 5px 10px}
.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.esemeny-row{clear:both}
.esemeny-row .input-group {margin:0;width:100%;line-height:2em}
.input-group .float-label__label{left:3.5rem}
.form-group .form-kep img{max-width:100%}
label.label-fent{position:absolute;top:-1.2rem;background:#ddd;border:1px #ccc solid;border-radius:.2rem;width:100%;font-size:.8rem;background-clip:padding-box;padding-left:.7rem;border:1 1 0 1;border-radius:1 1 0 0;height:1.6em;overflow:hidden;}
label.label-balra{float:left;display:block;overflow:hidden;width:55%;line-height:2.2rem;font-size:15px;border-radius:.2rem;}
.form-group-top{margin:1rem 0 2rem 0}
.nav{
	/*display:flex;*/
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}
.nav-tabs{border-bottom:1px solid #dedede}
.table{margin-bottom:0}
.table > tbody > tr > td{vertical-align:middle;line-height:1.2em}
.fade{opacity:1}
.tab-content>,tab-pane{display:none}
.tab-content>.active{display:block}
#jelentkezesForm .foto{
	position: absolute;
	top:64px;
	left:30px;
}
#jelentkezesForm .foto .foto_img{
	width:80px;
	height:120px;
	float:left;
	border:1px solid #bbb;
	border-radius:3px;
	background: #eee url(../images/foto.png) center center no-repeat;
	background-size:88%;
	cursor:pointer;
}
#jelentkezesForm .foto .foto_img img{
	width:80%;
}
.ezkell{
	display:table-row;
}
.eznemkell{
	display:none;
}
.form #sv_uzenet {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #sv_hiba {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #sv_uzenet.show, .form #sv_hiba.show, .form .show {
  display: block;
}
#vv_uzenet{display:none}