body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans';
  margin-top: 70px !important;
  line-height: normal
}
a {
  color: #0079b6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0079b6;
  text-decoration: underline;
}
a:focus, a:active, a:visited {
  color: #0079b6;
  outline: 0;
  text-decoration: none;
}
.btn-kek, .btn-kek:focus, .btn-kek:active, .btn-kek:visited {
  background-color: #25aae1;
  border: 1px solid #25aae1;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 20px
}
.btn-kek:hover {
  background-color: transparent;
  border: 1px solid #25aae1;
  color: #25aae1;
  text-decoration: none
}
a.btn-kek:focus::hover, a.btn-kek:active::hover, a.btn-kek:visited::hover {
  color: #25aae1 !important;
}
.gallery {
  margin: 0 0 60px -15px;
  overflow: hidden
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
  padding: 15px
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 4px;
  background: #f2f2f2;
  width: 100%;
}
.gallery img:hover {
  background: white;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery br + br {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-rendering: optimizeLegibility;
  line-height: normal;
  word-wrap: break-word;
  hyphens: auto;
}
h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
  color: #25aae1;
  text-align: center;
  margin-bottom: 70px
}
h1.white {
  color: #fff
}
h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #353b49
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #25aae1
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}
h5 {
  color: #25aae1;
  font-size: 20px;
  font-weight: 600;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
ul {
  list-style: none;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td, th {
  border: 1px solid #fff;
  padding: 8px 15px;
}
tr:nth-child(even) {
  background-color: #f2f2f2
}

table:not(.ui-datepicker-calendar) th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #25aae1;
  border-color: #fff !important;
  color: white;
}



img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #999;
  font-style: italic
}
:-moz-placeholder {
  color: #999;
  font-style: italic
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #999;
  font-style: italic
}
/**
 * 5.0 - Forms
 */
input:focus {
  outline: none
}
button, input[type="button"], input[type="submit"] {
  background-color: #25aae1;
  border: 1px solid #25aae1;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  cursor: pointer;
  margin-top: 20px
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc;
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px !important;
  color: #000;
  padding: 0.300em 10px;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
  font-size: 15px;
}
.select2-container {
  width: auto !important
}
.select2-container .select2-selection--single {
  border-radius: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2 !important;
}
textarea {
  height: 150px;
  margin-bottom: 25px !important
}
textarea.smallerHeight {
	height: 70px
}



html input[type="search"] {
  border: 1px solid #ccc;
  height: 40px;
  padding: 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  outline: 0;
  outline-offset: 0;
}
.wpcf7-form p {
  margin: 0
}
label {
  font-weight: 400;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 30px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.alignnone {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block
}
/*Search*/
.searchForm {
  background: transparent;
  position: relative;
  margin-top: 18px !important;
  float: left
}
.main-navigation .searchForm {
  display: none
}
.searchField {
  font-weight: 400;
  width: 220px;
  background-color: transparent;
  border: 1px solid #585858;
  height: 32px;
  padding-left: 15px;
  border-radius: 3px
}
.searchSubmit {
  position: absolute;
  display: block;
  z-index: 1000;
  height: 32px;
  width: 30px;
  top: 0px;
  cursor: pointer;
  right: 0px;
  border: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fa-search {
  color: #585858;
  font-size: 18px;
  position: absolute;
  z-index: 101;
  right: 10px;
  top: 6px
}
/*Menu*/
.main-navigation {
  height: auto;
  text-align: center
}
.toggle {
  display: none;
  cursor: pointer;
  float: right;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 1000
}
.primary-menu {
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
}
.primary-menu li {
  display: inline-block;
  padding: 5px 15px;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
}
.primary-menu li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  transition: none;
}
.primary-menu li a:visited, .primary-menu li a:active, .primary-menu li a:focus {
  color: #fff;
}
.sub-menu li a:visited, .sub-menu li a:active, .sub-menuu li a:focus {
  color: #000;
}
.primary-menu li:hover {
  color: #fff;
  border-color: #fff;
}
.primary-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}
.primary-menu li.current_page_item {
  border-color: #25aae1;
}
.primary-menu li.current_page_item a {
  color: #fff;
}
.primary-menu li:hover > .sub-menu {
  display: block;
}
.primary-menu li.current_page_item .sub-menu li:hover > a {
  color: #fff;
  font-weight: 700
}
.sub-menu {
  position: absolute;
  background-color: transparent;
  z-index: 101;
  margin: 0px 0 0 -16px;
  padding-top: 15px;
  padding-left: 0;
  width: 350px;
  display: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.16);
}
.sub-menu > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
  float: none;
  background-color: #fff;
  border-radius: 0;
  padding: 7px 16px;
  margin: 0!important;
  cursor: pointer;
  width: 100%;
  position: relative;
  border: none;
  text-align: left;
}
.sub-menu li.current-menu-item {
  background-color: #25aae1;
}
.sub-menu .sub-menu {
  left: 260px;
  top: 0px;
  background-color: #fff;
  position: absolute
}
.sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  height: auto;
  padding-bottom: 0;
  padding-top: 4px;
  color: #000;
}
.sub-menu li:hover {
  background-color: #25aae1;
}
.sub-menu li:hover > a {
  color: #fff;
  font-weight: 400;
	text-decoration: none
}
/*Header*/
.site-header {
  height: 70px;
  background-color: #1fa8db;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 4px solid #1fa8db
}
.site-header .container {
  position: relative
}
.adminName {
  position: absolute;
  left: 15px;
  top: 40%;
  color: #fff
}
footer {
  background-color: #24325d
}
.site-info {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.slogen {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px
}
.logo {
  display: block;
  text-align: center;
  padding-top: 8px;
  width: 100px;
  margin: 0 auto
}
/*Owl Slider*/
.owl .item img {
  max-height: 100px;
  width: auto
}
.refNav {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 20px
}
.refNav #prev-btn {
  left: 20px;
  position: absolute
}
.refNav #next-btn {
  right: 20px;
  position: absolute
}
/*Bootstrap Slider*/
#slider .item {
  height: 600px;
  width: 100%;
  background-position: center;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control.left {
  background: none
}
.carousel-control.right {
  right: 0;
  left: auto;
  background: none
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 60%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: auto;
  height: auto;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.slidertext {
  position: absolute;
  width: auto;
  color: #fff;
  font-size: 20px;
  top: 20%;
}
.slidertext .content {
  background-color: #612081;
  padding: 10px 10px 5px 10px
}
.slidertext .title {
  background-color: #0f73e0;
  color: #fff;
  margin: 0;
  font-weight: 800;
  font-size: 35px;
  text-transform: uppercase;
  padding: 5px 10px
}
.carousel-indicators {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: none;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.5)
}
.carousel-indicators .active {
  width: 13px;
  height: 13px;
  border: none;
  margin-bottom: 1px;
  background-color: #0f73e0;
}
.social {
  margin-top: 18px;
  float: left;
  margin-right: 20px
}
.social a {
  margin-right: 10px;
}
.social a:last-child {
  margin: 0
}
.fa-search {
  color: #585858
}
.stickyContact {
  float: right;
  margin-top: 10px;
}
.stickyContact i {
  display: inline-block;
  margin-right: 5px
}
.stickyContact a {
  margin-left: 20px;
  color: #1ea8db
}
.stickyContact a:hover {
  opacity: 0.6;
  text-decoration: none
}
.stickyContact .nytsz {
  color: #1ea8db;
  font-size: 14px;
  text-align: right;
  padding-top: 3px
}
.header-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 530px;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
.header-section.subpage-header {
  height: 250px;
  padding-top: 25px
}
section {
  padding-top: 75px;
  padding-bottom: 75px
}
.sidebar section {
  padding-top: 0;
  padding-bottom: 0;
}
.kepzeseink {
  text-align: center
}
.kepzeseink .titleHolder {
  margin-bottom: 35px;
}
.kepzeseink img {
  margin-bottom: 25px;
  border-radius: 3px
}
.kepzes-listbox {
  padding: 0
}
.kepzes-listbox li {
  margin-bottom: 20px
}
.kepzes-listbox li a {
  color: #777;
  font-size: 14px;
  font-weight: 700;
}
.kepzes-listbox li a:hover {
  color: #25aae1;
  text-decoration: none
}
.aktualis-kepzesek {
  background-image: url(../images/akt-kepzes-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.slideBordered {
  margin: 0 15px;
  text-align: center;
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  background-color: rgba(30, 170, 225, 0.3);
  border-radius: 3px;
}
.slideBordered .inner {
  position: relative;
  padding-bottom: 20px
}
.slideBordered .btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 30px
}
.slideBordered .btn-white:hover {
  background-color: transparent;
  color: #fff;
}
.aktualis-kepzesek h4 {
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.aktualis-kepzesek .datum {
  color: #b2e8ff;
  font-size: 16px;
  font-weight: 900;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-top: 10px
}
.aktualis-kepzesek .description {
  color: #fff;
  padding: 15px 0 20px 0;
  display: none
}
.aktualis-kepzesek .fa-calendar {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px
}
.aktualis-kepzesek .titleHolder {
  margin-bottom: 30px
}
.szolgaltatasaink {
  text-align: center;
}
.szolgaltatasaink .inner {
  padding: 50px 200px 0 200px
}
.szolgaltatasaink .col {
  padding-bottom: 50px;
  font-size: 15px;
  padding-right: 30px;
  padding-left: 30px
}
.szolgaltatasaink .col p {
  margin-bottom: 30px
}
.szolgaltatasaink .col img {
  margin-bottom: 30px
}
.szolgaltatasaink h5 {
  height: 60px;
  margin-bottom: 0px
}
.idezetHolder {
  display: block;
  position: relative;
  border: 1px solid #ff0000
}
.idezet {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  background-attachment: fixed;
  background-image: url(../images/quote-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.idezet {
  position: relative
}
.idezet .idezetSlide {
  text-align: left;
  padding-left: 130px
}
.idezet .icon {
  position: absolute;
  margin-left: 0px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 2px solid #fff;
  padding: 15px 30px 15px 0
}
.idezet a {
  color: #fff;
}
.idezet a:hover {
  text-decoration: none;
  opacity: 0.6
}
.blog {
  background-color: #e7e7e7;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
.blog h2 {
  margin-bottom: 40px
}
.blog .box .inner {
  background-color: #fff;
  border-radius: 3px;
  padding: 55px 45px
}
.blog .box .inner h2 {
  color: #25aae1;
  font-weight: 900
}
.bejegyzesekFront {
  padding: 0 0 0 30px;
}
.bejegyzesekFront li {
  margin-bottom: 35px
}
.bejegyzesekFront li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #25aae1;
  margin-right: 10px;
  position: absolute;
  margin-left: -20px;
  margin-top: 5px
}
.bejegyzesekFront li a {
  color: #777777;
  font-weight: 700;
  font-size: 14px
}
.bejegyzesekFront li a:hover {
  color: #25aae1;
  text-decoration: none
}
/*.bejegyzesekFront.blogBox{padding-right: 30px; border-right:1px solid #ccc; min-height: 200px}*/
.site-footer {
  padding: 25px 0
}
.subpage {
  padding-top: 65px;
  padding-bottom: 100px;
  text-align: justify
}
.subpage h1 {
  text-transform: none;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  padding: 0 50px
}
.subpage h1:after {
  content: '';
  display: block;
  background-image: url(../images/title-separator.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  margin-top: 30px
}
.subpage h2 {
  font-size: 25px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: left
}
.subpage ul {
  padding: 0 0 0 30px;
  margin-bottom: 20px
}
.subpage ul li {
  margin-bottom: 10px
}
/*.subpage ul li:before {
      content: '\f054';
      font-family: 'FontAwesome';
      font-size: 13px;
      color: #25aae1;
      margin-right: 10px;
      position: absolute;
      margin-left: -20px;
      margin-top: 5px
}*/
.rolunk {
  text-align: justify
}
.rolunk.cegbemutato h2 {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  color: #25aae1;
}
.rolunk.munkatarsak {
  background-color: #f2f2f2;
  padding-bottom: 30px
}
.rolunk.munkatarsak h2 {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.munkatarsKep {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff
}
.munkatarsRow {
  margin: 30px 0;
  position: relative
}
.anchor {
  position: absolute;
  margin-top: -100px
}
.rolunk .fa-linkedin-square {
  font-size: 22px;
}
.rolunk hr {
  border-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.panel {
  border: 0 !important;
  border-bottom: 1px solid #c5c4c4 !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important
}
.panel-heading {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0px !important;
  cursor: pointer
}
.panel-body {
  border: 0 !important;
  padding-top: 10px !important
}
.panel-title {
  color: #25aae1;
  text-transform: uppercase;
  font-size: 22px;
}
.panel-title:hover {
  color: #000
}
.accordions {
  margin-top: 50px;
  margin-bottom: 75px
}
.jelentekezesButton, .jelentekezesButton:active, .jelentekezesButton:focus, .jelentekezesButton:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 15px;
  height: 150px;
  background-color: #25aae1;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #25aae1;
  text-transform: uppercase
}
.jelentekezesButton:hover {
  text-decoration: none;
  color: #25aae1;
  background-color: transparent;
}
.kezdes-idopontja {
  font-size: 25px;
  font-weight: 900;
  color: #25aae1;
  margin-bottom: 75px
}
.sidebar h4 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #313233
}
.sidebar ul li {
  margin-bottom: 20px
}
.sidebar ul li a {
  color: #777777;
  text-decoration: none
}
.sidebar ul li a:hover {
  text-decoration: underline;
}
.widget {
  margin-bottom: 40px;
  text-align: left
}
.blog-box {
  margin-bottom: 40px;
  padding-right: 40px
}
.blog-box .date {
  margin-bottom: 15px;
  display: block
}
.blog-box .text {}
.blog-box-image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px
}
.blog-box h2 {
  margin-bottom: 5px;
  text-align: left
}
/*Lapozó*/
.pagination {
  text-align: center !important;
  display: block !important;
  margin-top: 45px
}
.page-numbers {
  float: none;
  display: inline-block;
  vertical-align: top
}
.page-numbers {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 6px 10px 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #25aae1
}
.page-numbers.current, .page-numbers:hover {
  background-color: #25aae1;
  color: #fff;
  border-color: #25aae1;
  text-decoration: none
}
.page-numbers i {
  font-size: 15px
}
.next.page-numbers {
  padding: 4px 10px 7px 10px;
}
.prev.page-numbers {
  padding: 4px 10px 7px 10px;
}
.select2-dropdown {
  border: 1px solid #d1d1d1;
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--single {
  padding: 0.35em 0em;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  height: 40px;
  margin-bottom: 15px;
  box-sizing: border-box;
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.rightEdge {
  padding-right: 40px
}
.kepzesListazas .listBox {
  margin-bottom: 50px
}
.kepzesListazas h2 {
  margin-bottom: 5px
}
.kepzesListazas .kepzes_datuma {
  color: #25aae1;
  font-size: 20px;
}
.kepzesListazas .excerpt {
  padding-top: 15px;
  padding-bottom: 15px
}
.modal-content {
  padding: 30px 30px;
}
.modal-content h3 {
  margin-bottom: 30px
}
.close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #25aae1;
  opacity: 1;
}
.tajekoztato {
  padding-left: 0px;
  padding-bottom: 20px;
  color: #25aae1;
}
.arrow-down {
  position: absolute;
  bottom: 40px;
  z-index: 100;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.baBox {
  background-color: #f2f2f2;
  margin-bottom: 50px;
  padding: 25px 0;
  text-align: center
}
.baBox h2 {
  margin-bottom: 15px;
  text-align: center
}
.baBox span {
  display: block;
  margin-bottom: 30px
}
.yikes-easy-mc-success-message {
  text-align: left !important
}
.yikes-mailchimp-container {
  padding: 0 0 0 0 !important;
}
span.EMAIL-label, span.FNAME-label {
  display: none
}
.yikes-mailchimp-eu-compliance-label input[type="checkbox"] {
  float: left;
  width: 20px;
  margin-left: -5px;
  margin-right: 10px
}
.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text {
  float: left;
  width: calc(100% - 30px);
  vertical-align: top
}
.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text {
  padding: 0 !important;
  margin: -7px !important;
  line-height: normal;
  font-size: 13px
}
.edit-link {
  display: none
}
.yikes-mailchimp-container input {
  border-width: 1px !important
}
.yikes-mailchimp-container input:focus {
  outline: none !important;
}
.feliratkozobox {
  border: 1px solid #25aae1;
  padding: 20px 15px 15px 15px
}
.popupBanner {
  width: 490px;
  padding: 30px;
  background-color: #fff;
  color: #777777;
  border-radius: 12px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
a.newsletter {
  background-color: #1ea8db;
  color: #fff;
  display: inline-block;
  padding: 0px 15px;
  height: 33px;
  line-height: 33px;
  float: left;
  margin-top: 18px;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
}
a.newsletter:hover {
  opacity: 0.6;
  text-decoration: none
}
.tagcloud a {
  display: block
}
.circles {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding-bottom: 80px;
  background-color: #25aae1
}
.circles .box {
  margin-bottom: 30px;
  color: #fff
}
.circle {
  position: relative;
  margin-bottom: 30px
}
.circle span {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}
.circle span:after {
  content: '';
  color: #fff;
}
.thankyouPage h2 {
  text-align: center
}
.kepzesTable td {
  width: 25%
}
.kepzesTable td label {
  display: none
}
/*dFlip PDF to be clickable*/
.df-container section {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}
.fiz_kot {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #25aae1;
  padding: 10px;
}
div.wpcf7 .ajax-loader {
  margin: 0 -20px 0 4px;
}
.fa-exclamation-circle {
  font-size: 30px;
  float: left;
  margin-right: 10px;
  display: block;
  height: 50px;
  color: #25aae1
}
.trener-bemutatkozas {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 25px;
  margin-bottom: 30px
}
.trener-bemutatkozas .text-blokk {}
.csempek h5 {
  margin-top: 10px;
  display: block
}
.csempek h5 a:hover {
  text-decoration: none
}
.widget.csempek img {
  width: 100%
}
.fpmsz-logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 130px
}
.belepes {
  min-height: 700px;
}
.belepes .box {
  padding: 30px;
  color: #fff;
  background-color: rgba(30, 170, 225, 0.3);
}
.belepes .box h3 {
  color: #fff;
  margin-bottom: 30px
}
.belepes input[type="text"], .belepes input[type="password"] {
  padding: 23px 20px;
  margin-bottom: 20px
}
.belepes .btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 30px;
  border-radius: 4px;
  text-align: center
}
.belepes .btn-white:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.regbox .btn-white {
  display: block;
  margin-bottom: 20px;
  padding: 12px 30px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 15px !important;
  letter-spacing: normal;
}
.gfield_required {
  display: none
}
.ginput_container_consent  {
	display: flex;
	align-items: first baseline;
}

.ginput_container_consent input[type="checkbox"] {
  width: 30px;
  float: left
}
.ginput_container_consent label {
  width: calc(100% - 35px);
  clear: none
}
.gform_wrapper li.hidden_label input {
  margin-top: 5px !important;
}
.subpage.reg h3 {
  margin-bottom: 40px
}
.toolbar {
  text-align: right;
  position: absolute;
  background-color: #fff;
  height: 40px;
  bottom: -46px;
  border-bottom: 1px solid #ccc;
  left: 0;
  right: 0;
  line-height: 39px;
  font-size: 14px;
  color: #25aae1;
}
.toolbar li {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #eee
}
.toolbar li {
  margin-left: 10px
}
.frissitve {
  background-color: #8fd4f0;
  color: #fff;
  padding: 12.5px 15px;
  margin-bottom: 20px;
  border-radius: 4px
}
img.profilkep {
  width: 100%;
  height: auto;
  max-width: 150px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
}
.feltoltesgomb {
  background-color: #25aae1;
  border: 1px solid #25aae1;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px
}
.feltoltesgomb:hover {
  background: #007acc;
}
.gf_login_links {
  display: none !important
}
.gf_login_form {
  margin-bottom: 20px
}
.gf_login_form h3 {
  display: none !important
}
#gform_fields_login .gfield_label {
  display: none !important
}
.tooltipBox {
  position: relative;
  display: inline-block;
  background-image: url("../images/infopopoup.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 15px;
  height: 15px;
  background-size: contain;
	z-index: 10
}
.tooltipBox span {
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: #000;
  color: #fff;
  padding: 5px !important;
  font-size: 12px;
  border-radius: 3px;
  text-align: left;
}
.jelolodobozok {
  display: flex;
  flex-wrap: wrap
}
.radiogombok {
  display: flex;
  flex-wrap: wrap
}
.jelolodobozok label, .radiogombok label {
  margin-bottom: 15px;
  width: 33%;
  padding-right: 15px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.jelolodobozok.kondicios {
  display: block;
  flex-wrap: nowrap
}
.jelolodobozok.kondicios label {
  width: 100%
}
.jelolodobozok label.egyebClearBoth, .radiogombok label.egyebClearBoth {
  clear: both;
  width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap
}
.form-group label.title {
  font-size: 20px;
  font-weight: 700;
  color: #25aae1;
  margin-bottom: 10px;
  display: block
}
.form-group {
  margin-bottom: 25px;
}
.rejtett {
  display: none
}
.lathato {
  display: block
}
.egyebLabel {
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 10px
}
input[type="checkbox"], input[type="radio"] {
  margin-top: 1px\9;
  line-height: normal;
  margin-right: 10px !important
}
.section-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  flex: 0 0 100%;
  clear: both
}
.osszesen {
  margin-bottom: 10px;
  font-style: italic
}
/*
.openBlock input[type="checkbox"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  color: black;
  border: 1px solid gray;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    
}

.openBlock input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 7px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }


.openBlock input[type="checkbox"]:checked {
    color: white;
    border-color: green;
    background: green;
}
 
    
 .openBlock input[type="checkbox"]:checked::before {
        opacity: 1;
    }
*/
.openBlock {
  display: flex;
  justify-content: flex-start
}
.openBlock .text-right {
  display: flex;
  align-items: center;
}
.openBlock input[type="checkbox"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  color: black;
  border: 1px solid gray;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  margin-left: 10px
}
.openBlock input[type="checkbox"]::after {
  content: 'Itt tudsz további munkatapasztalatokat rögzíteni';
  position: absolute;
  right: 0;
  left:35px;
  width: max-content;
	font-size: 17px;
	font-weight: 700;
	color: #25aae1
	
}
.kepzettsegBlokk .openBlock input[type="checkbox"]::after {
  content: 'Itt tudsz további képzettségeket rögzíteni';
  position: absolute;
  right: 0;
   left:35px;
  width: max-content;
	font-size: 17px;
	font-weight: 700;
	color: #25aae1
}
.openBlock input[type="checkbox"]::before {
  position: absolute;
  content: '+';
  top: 2px;
  line-height: 15px;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
  left: 5px
}
.openBlock input[type="checkbox"]:checked {
  color: white;
  border-color: #25aae1;
  background: #25aae1;
}
.openBlock input[type="checkbox"]:checked::before {
  content: '-';
  opacity: 1;
  height: 23px;
  line-height: 10px;
  font-size: 40px;
  left: 5px;
}
#munkatapasztalat_block3, #munkatapasztalat_block4, #munkatapasztalat_block5, #kepzettseg_block3, #kepzettseg_block4, #kepzettseg_block5 {
  display: none
}
.form-save {
  margin-bottom: 20px
}
.form-save input[type="submit"] {
  margin-top: 0
}
.blockContainer {
  border: 1px solid #eee;
  padding: 20px;
}
.tag {
  background-color: #25aae1;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  margin-top: 8px;
  display: inline-block;
}
.title-section {
  padding-top: 65px;
  background-color: #f7f7f7;
  padding-bottom: 20px
}
.filecsatolmany {
  line-height: 50px
}
.csatolmanyTorles {
  cursor: pointer;
  margin-rigth: 10px;
  background-color: #25aae1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: 13px;
  float: right;
  background-image: url("../images/times.png");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat
}
.csatolmanyTorlesAdmin {
  cursor: pointer;
  margin-rigth: 10px;
  background-color: #25aae1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: 13px;
  float: right;
  background-image: url("../images/times.png");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.csatolmanyTorlesAdmin span {
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  width: 100%;
  position: absolute;
  display: none
}
.csatolmanyTorlesAdmin:hover > span {
  display: block
}
.csatolmanyRow {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px
}
.acu .inner {
	background-color: red;
	color: #fff;
	display: inline-block;
  font-size: 11px;
  font-weight: 700;
	padding: 1px 4px;
  margin-bottom: 3px;

}


.statusColor {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 4px;
  vertical-align: top;
  margin-left: 5px;
}
.colorSzabad {
  background-color: greenyellow;
}
.colorErdeklodom {
  background-color: yellow
}
.colorNemElerheto {
  background-color: red
}
.gfield_password_strength {
  display: none
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
}
.gf-recaptcha-div {
  visibility: hidden
}
input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
.field-icon-show {
  position: absolute;
  z-index: 200;
  right: 10px;
  top: 10px;
  overflow: hidden;
  height: 10px;
  width: 10px;
}
.field-icon {
  position: absolute;
  z-index: 2;
  color: #000;
  right: 10px;
  top: 12px;
}
#gform_fields_login > #field_2 > .ginput_container {
  position: relative !important
}

.ginput_container_password .dashicons {
  color: #000
}
.ginput_container_password button {
  margin-top: 0px !important;
  padding: 0 !important;
  top: 0 !important
}
.pippin_error {
  color: #FF0004;
  display: block;
  margin-bottom: 15px
}
.gf-recaptcha-div {
  height: 0
}

.favoritSelect {
  float: right;
  padding-top: 5px
}
#kedvenc {
  
}
.favoritSelect .fas.fa-star {
  color: #1fa8db
}
textarea:read-only {
  opacity: 0.5
}
.subpage.reg.restrected .tooltipBox {
  display: none
}
.subpage.reg.restrected input {
  /* pointer-events: none;
    opacity: 0.5*/
}
.subpage.reg.restrected .section-title {
  margin-top: 10px
}
.admin-dashboard-list {
  font-size: 20px;
}
.admin-dashboard-list li i {
  display: inline-block;
  width: 30px
}
.submitContainer {
  position: fixed;
  bottom: 80px;
  padding: 20px;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
}

.submitContainer .inner {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.submitContainer .bekuldes_btn {
	padding: 13px;
  background-color: aquamarine;
  margin-right: 30px;
  border-radius: 5px;
  text-decoration: none;
}
.submitContainer .bekuldes_btn:hover {
	background-color: #7ae9c4;
	
}

html #pmListingTableExcel_filter {
  margin-top: -40px
}
html .dataTables_wrapper .dataTables_length, html .dataTables_wrapper .dataTables_filter {
  text-align: right;
}
html #pmListingTable_length {
  display: none !important
}
html #restrictedForm #pmListingTable_filter, html #restrictedForm #pmListingTable_info, html #restrictedForm #pmListingTable_paginate {
  display: none
}
html #restrictedForm #pmListingTableExcel_filter, html #restrictedForm #pmListingTableExcel, html #restrictedForm #pmListingTableExcel_info, html #restrictedForm #pmListingTableExcel_next, html #restrictedForm #pmListingTableExcel_paginate {
  display: none
}
html table.dataTable thead th, html table.dataTable thead td {
  padding: 10px 10px !important;
  border-bottom: 1px solid #111;
  border-bottom-color: rgb(17, 17, 17);
}
.palyazolista .buttons-pdf {
  display: none
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  text-align: left
}
.widecolumn {
  text-align: center;
  padding: 100px 15px
}
.widecolumn h2 {
  text-align: center
}
.delete-user-account-container {
  clear: both;
  overflow: hidden
}

#lostpasswordform legend {
  display: none
}
#lostpasswordform label {
  display: none
}
#lostpasswordform .somfrp-lost-pass-form-text {
  text-align: center;
  color: #000;
  font-family: "Open sans";
  font-size: 17px;
}
#lostpasswordform .lostpassword-submit {
  text-align: center
}
#reset-pass-submit {
  color: #fff;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 600;
}
.som-password-error-message, .som-password-sent-message {
  text-align: center !important;
  font-family: "Open Sans" !important;
  font-size: 20px !important;
}
#resetpasswordform {
  text-align: center;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
}
#resetpasswordform legend {
  display: none
}
input[type="password"].som-password-input {
  max-width: 100%;
}
#password-lost-form-wrap {
  text-align: center;
}
#password-lost-form-wrap p {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  color: #000
}
#password-lost-form-wrap legend {
  display: none
}

.adminPanel {
  position: fixed;
	overflow-y: auto;

  width: 100%;
  background-color: #D4ECFF;
  padding-left: 15px;
	 padding-right:  15px;
	 padding-bottom: 50px;
	padding-top: 150px;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	
}

.adminPanel .behuzas {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}
.adminPanel .blockContainer {
	background-color: #fff;
}
.adminPanel .admin-header {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	position: fixed;
top: 0;
width: 100%;
background-color: #fff;
	left: 0;
	right: 0;
		font-size:13px;
	height: 80px;
	z-index: 100
}

.adminPanel .admin-header .closeAdmin {
width: 30px;
height: 30px;
display: flex;
background-color: #E47C39;;
position: absolute;
top: 25px;
right: 20px;
border-radius: 50%;
cursor: pointer;
justify-content: center;
align-items: center;
color: #fff;
}
.adminPanel .admin-header .closeAdmin:hover{
	text-decoration: none;
	background-color: orangered;
}

.adminPanel .admin-header select {
	font-size: 13px;
	margin-bottom: 10px
}
.adminPanel .admin-header .adminSelect {

	  
}
.adminPanel .admin-header .adminSelect label {
margin-bottom: 5px;
}

.adminPanel .admin-header .adminSelect .checkbox,
.adminPanel .admin-header .adminSelect .radio{
	margin: 0
}

.admin-header .inner{
	display: flex;
	align-items: center;
	height: 80px
}
.admin-header .nev {
	font-size: 20px;
	font-weight: 700;
	color: #25aae1
	
}

.adminPanel .sidebarCheckbox {
	padding-left: 30px
}
.adminPanel .sidebar-box {
	padding-top: 5px;
background-color: #fff;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
	margin-top: 10px;
	border-radius: 5px
}

.adminPanel .sidebar-box  h3{
	margin-bottom: 10px;
	
}

.adminPanel .sidebar-box select  {
	margin-bottom: 0
}


.palyaorientacios_form_karakter {
	margin-bottom: 20px
}

.openAdmin,.openAdmin:active, .openAdmin:visited  {
	display: inline-block;
	background-color: #E47C39;;
padding: 3px 10px;
border-radius: 4px;
color: #fff;
	cursor: pointer;
	position: absolute;
	top:20px;
	right: 0px;
	font-weight:700
	
	
	
}
.openAdmin:hover {
	color: #fff;
text-decoration: none;
	background-color: orangered
	
}

li.has-sub-menu:hover > .sub-menu {
	display: block
}



/* CHECKOUT style
.checkbox input[type="checkbox"] {
      opacity: 0;
}
.checkbox span::before {
      content: "";
      display: inline-block;
   height: 25px;
width: 25px;
border: 2px solid #ccc;
border-radius: 4px;
}
.checkbox span::after {
      content: "";
      display: inline-block;
      height: 8px;
      width: 15px;
      border-left: 2px solid #1fa8db;
      border-bottom: 2px solid #1fa8db;
      transform: rotate(-45deg);
}
.checkbox span {
      position: relative;
      padding-left: 22px;
}
.checkbox span::before, .checkbox span::after {
      position: absolute;
      left:0;
}
.checkbox span::before {
      top: 1px;
}
.checkbox span::after {
      left: 4px;
      top: 5px;
}

.checkbox input[type="checkbox"] + span::after {
      content: none;
}
.checkbox input[type="checkbox"]:checked + span::after {
      content: "";
}

.checkbox input[type="checkbox"]:focus + span::before {
    
}
*/

.tab-pane {
	background-color: #fff;
padding: 20px;
	border-radius: 5px;
	display: none
}

a.nav-link {
	width: 100%;
	margin-top: 0;
	margin-bottom: 4px;
	border-radius: 5px;
	background-color: #25aae1;
	color: #fff!important;
	display: block;
	padding: 15px 10px;
	position: relative
}
a.nav-link:hover {
	background-color: #337ab7!important;
	text-decoration: none
}
a.nav-link.active {
		background-color: #337ab7!important;
	text-decoration: none
}
a.nav-link.active::after{
	content: '\f105';
	position: absolute;
	right: 15px;
	top:16px;
	font-family: "FontAwesome"
}
.profil_torlese_btn,.profil_torlese_btn:focus, .profil_torlese_btn:active  {
	background-color: red;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px
}
.profil_torlese_btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: indianred
}

.adminbelepes {
	  border: 1px solid;
  padding: 30px;
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}

.ugyfelMentesGomb {
	text-align: right
}



