/*
 |--------------------------------------------------------------------------
 | Base
 |--------------------------------------------------------------------------
 */
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  color: #151549;
  font-size: 12px;
  font-size: 0.75rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0 0 5px 0;
  margin: 0 0 0.3125rem 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
  font-weight: normal;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

/*
 |--------------------------------------------------------------------------
 | Layout
 |--------------------------------------------------------------------------
*/
body {
  background: #e9f1fe url('../images/layout/bg.jpg') no-repeat top center;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: darkblue;
}

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

ul, ol {
  margin: 0 0 0.3125rem 0;
  padding: 0 0 0 20px;
}

.right {
  float: right;
}

.table_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

table {
  width: 100%;
}
table.pager {
  text-align: left;
}

th, td {
  padding: 4px 7px 4px 0;
  border-bottom: 1px solid #E9F1FE;
  vertical-align: top;
}

.currency {
  text-align: right;
}

.text-highlighted {
  margin-bottom: 10px;
  padding: 10px;
  background: #dd2200;
  color: #fff;
}
.text-highlighted a {
  color: #fff;
  text-decoration: underline;
}

.container {
  max-width: 950px;
}
@media (min-width: 768px) {
  .container {
    width: 98% !important;
  }
}

.breadcrumbs {
  position: absolute;
  font-weight: bold;
  top: 10px;
  left: 25.65%;
  color: #151549;
}
@media (max-width: 900px) {
  .breadcrumbs {
    left: 23%;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    left: auto;
    right: 15px;
  }
}

div.header {
  height: 210px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
div.header__logo {
  background: url('../images/logo.png') no-repeat center center;
  height: 81px;
  left: 10px;
  position: absolute;
  text-indent: -9999em;
  top: 5px;
  width: 182px;
  z-index: 5;
}
@media (max-width: 991px) {
  div.header__logo {
    width: 150px;
    height: 67px;
    background-size: 100%;
  }
}
div.header__title {
  color: #00227a;
  font-family: Calibri, sans-serif;
  left: 280px;
  position: absolute;
  top: 21px;
  font-size: 20px;
  font-size: 1.25rem;
}
div.header__slogen {
  position: absolute;
  right: 100px;
  top: 110px;
  color: #f0ffff;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  font-family: "Myriad Pro", sans-serif;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.65);
  text-align: right;
  line-height: 25px;
  /*@media (max-width: $screen-xs-max) {
      right: auto;
      text-align: center;
      width: 100%;
  }*/
}
@media (max-width: 1023px) {
  div.header__slogen {
    display: none;
  }
}
@media (max-width: 991px) {
  div.header__logo {
    width: 150px;
    height: 67px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  div.header__title {
    font-size: 18px;
    font-size: 1.125rem;
    left: auto;
    right: 10px;
    width: 50%;
    text-align: right;
  }
}

@media (max-width: 479px) {
  body {
    background: #e9f1fe url('../images/layout/bg.jpg') no-repeat center 20px;
  }

  div.header {
    height: 230px;
  }
  div.header:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    top: 0;
    left: 0;
  }
  div.header__logo {
    top: 10px;
  }
  div.header__title {
    font-size: 16px;
    font-size: 1rem;
  }
  div.header__slogen {
    top: 140px;
  }
}
.navigation .nav {
  width: 188px;
  font-family: Arial, Verdana, sans-serif;
  list-style: none;
  padding: 0;
  z-index: 999;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
.navigation .nav__item {
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  /*&:hover > .nav__link {
      color: #ffffff;
      @include background-image(linear-gradient(top, #f7f8fa 0%, #1f5b97 100%));
  }*/
}
.navigation .nav__item:hover > .nav--sub {
  display: block;
  z-index: 10000;
}
.navigation .nav__link {
  display: block;
  width: 100%;
  color: #1f5c98;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  padding: 5px 2px 5px 5px;
  min-height: 31px;
  z-index: 9998;
  background: #f7f8fa;
  background-image: -webkit-linear-gradient(top, #f7f8fa 0%, #dff1ff 100%);
  background-image: linear-gradient(to bottom, #f7f8fa 0%, #dff1ff 100%);
  border-bottom: 1px solid #92BDE8;
  border-left: 1px solid #92BDE8;
  line-height: 15px;
}
.navigation .nav__link:hover, .navigation .nav__link:active {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #f7f8fa 0%, #1f5b97 100%);
  background-image: linear-gradient(to bottom, #f7f8fa 0%, #1f5b97 100%);
}
.navigation .nav--sub {
  display: none;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.navigation .nav--sub .nav__item {
  background: #1F5B97;
  color: #fff;
  width: 250px;
}
.navigation .nav--sub .nav__link {
  z-index: 10001;
  background: #1F5B97;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 250px;
  display: block;
}
.navigation .nav--sub .nav__link:hover {
  background: #1F5B97;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .navigation {
    display: none;
  }
}

.col--right .navigation {
  display: block !important;
}
@media (max-width: 1199px) {
  .col--right .navigation .nav {
    width: 100%;
  }
}

#mobile_menu {
  display: none;
}
@media (max-width: 1024px) {
  #mobile_menu {
    display: block;
  }
}
#mobile_menu .panel {
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
}
#mobile_menu .list-group > .list-group-item {
  background: #f7f8fa;
  background-image: -webkit-linear-gradient(top, #f7f8fa 0%, #dff1ff 100%);
  background-image: linear-gradient(to bottom, #f7f8fa 0%, #dff1ff 100%);
  border: 1px solid #92BDE8;
}
#mobile_menu .collapse .list-group-item,
#mobile_menu .collapsing .list-group-item {
  background: #1F5B97;
  color: #fff !important;
}
#mobile_menu .list-group-submenu .list-group-item {
  background: #1f4885;
  color: #fff !important;
}
#mobile_menu a {
  font-weight: bold;
  color: #1f5c98;
}
#mobile_menu a[aria-expanded="true"] span.caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.profile-wrapper {
  background: #bed8fb none repeat scroll 0 0;
  margin-bottom: 14px;
  padding: 0 0 4px 10px;
}
.profile-wrapper {
  *zoom: 1;
}
.profile-wrapper:before, .profile-wrapper:after {
  content: "";
  display: table;
}
.profile-wrapper:after {
  clear: both;
}
.profile-wrapper #profile-change-form, .profile-wrapper .profile-block-wrapper {
  display: block;
  float: left;
}
.profile-wrapper #profile-change-form {
  width: 38%;
  margin-right: 2%;
}
.profile-wrapper .profile-block-wrapper {
  width: 60%;
}
.profile-wrapper label[for="profile_id"] {
  display: block;
  float: none !important;
}
.profile-wrapper select#profile_id {
  width: 100% !important;
  float: none;
}
.profile-wrapper .profil-functions-wrapper {
  padding-top: 10px;
}

.profil-user-details {
  font-size: 11px;
  font-size: 0.6875rem;
}

#profileSelector .form_item > label {
  width: 100%;
}
#profileSelector .pform-submit {
  padding-left: 0 !important;
}

.profile-delete-form .pform .pform .pform-submit, #fieldset-changeNameFields + .pform-submit,
#fieldset-changeUsernameFields + .pform-submit,
#fieldset-changepasswordfields + .pform-submit,
#fieldset-delete_registration + .pform-submit,
#fieldset-editfields + .pform-submit {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.footer {
  position: relative;
  min-height: 80px;
}
.footer__logo {
  display: block;
  position: absolute;
  background: url('../images/logo_footer.png') no-repeat top;
  width: 125px;
  height: 51px;
  top: 5px;
  left: 10px;
  text-indent: -9999em;
}
.footer__copyright {
  position: absolute;
  top: 20px;
  left: 146px;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
}
.footer__menu {
  position: absolute;
  top: 20px;
  right: 176px;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0;
  margin: 0.625rem 0;
}
@media (max-width: 991px) {
  .footer__menu {
    right: 0;
  }
}
.footer__menu li {
  float: left;
  list-style: disc;
  margin-right: 25px;
}
.footer__menu li:first-child {
  list-style: none;
}
.footer__menu li:last-child {
  margin-right: 0;
}
.footer__menu li a {
  color: #58588C;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 0 15px 30px;
  }
  .footer__logo, .footer__copyright, .footer__menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__menu li {
    display: inline-block;
    float: none;
    list-style: none;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .admin-login .pform .form_item > label {
    width: 30% !important;
  }
  .admin-login .pform .form_item > .simple {
    width: 69% !important;
  }
}

.admin-edit-link {
  color: #1f5c98;
}

.admin-delete-link {
  color: #d03;
}

.table--logs .popover {
  max-width: 100%;
  width: 680px;
}

/*
 |--------------------------------------------------------------------------
 | Components
 |--------------------------------------------------------------------------
*/
.box {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.box {
  *zoom: 1;
}
.box:before, .box:after {
  content: "";
  display: table;
}
.box:after {
  clear: both;
}
.box--empty {
  margin: 0;
  height: 195px;
}
.box__top {
  background: url('../images/layout/box/box_top_bg.png') repeat-x top;
  left: 10px;
  position: relative;
  z-index: 10;
  width: calc(100% - 20px);
  height: 43px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1rem;
  color: #1a3f6c;
  text-align: center;
}
.box__top:before, .box__top:after {
  content: '';
  display: block;
  height: 43px;
  position: absolute;
  top: 0;
  width: 10px;
}
.box__top:before {
  left: -10px;
  background: url('../images/layout/box/box_top_left.png') no-repeat top;
}
.box__top:after {
  right: -10px;
  background: url('../images/layout/box/box_top_right.png') no-repeat top;
}
.box__top {
  *zoom: 1;
}
.box__top:before, .box__top:after {
  content: "";
  display: table;
}
.box__top:after {
  clear: both;
}
.box__top a {
  color: #1f5c98;
}
.box__body {
  *zoom: 1;
}
.box__body:before, .box__body:after {
  content: "";
  display: table;
}
.box__body:after {
  clear: both;
}
.box--ugyfelszolgalat .box__top, .box--vizora-bejelentes .box__top {
  left: 0;
  text-align: left;
  max-width: 200px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .box--ugyfelszolgalat .box__top, .box--vizora-bejelentes .box__top {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .box--ugyfelszolgalat .box__top, .box--vizora-bejelentes .box__top {
    max-width: 100%;
  }
}
.box--ugyfelszolgalat .box__top .btn-small-text, .box--vizora-bejelentes .box__top .btn-small-text {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .box--ugyfelszolgalat .box__top .btn-small-text, .box--vizora-bejelentes .box__top .btn-small-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.box--ugyfelszolgalat {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.box--ugyfelszolgalat .box__top {
  background: url('../images/layout/box/ugyfelszolgalat_bg.png') repeat-x top;
  border: 1px solid #0175b0;
  height: 40px;
}
.box--ugyfelszolgalat .box__top:before {
  display: none;
}
.box--ugyfelszolgalat .box__top:after {
  background: url('../images/layout/box/ugyfelszolgalat_icon.png') no-repeat top;
  right: 4px;
  width: 46px;
  height: 38px;
}
.box--ugyfelszolgalat .select {
  padding-left: 6px;
}
.box--ugyfelszolgalat .select * {
  box-sizing: content-box;
}
@media (max-width: 1199px) {
  .box--ugyfelszolgalat .select .sbHolder {
    max-width: 153px;
  }
  .box--ugyfelszolgalat .select .sbSelector {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .box--ugyfelszolgalat .select .sbHolder {
    width: 94%;
    position: relative;
    display: block;
    max-width: none;
  }
  .box--ugyfelszolgalat .select .sbSelector {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 845px) {
  .box--ugyfelszolgalat .select .sbHolder {
    max-width: 143px;
  }
  .box--ugyfelszolgalat .select .sbSelector {
    max-width: 110px;
  }
}
.box--vizora-bejelentes {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.box--vizora-bejelentes .box__top {
  background: url('../images/layout/box/vizmero_bg.png') repeat-x top;
  border-width: 1px;
  border-style: solid;
  border-top-color: #bedc26;
  border-right-color: #a5cc23;
  border-bottom-color: #92b84b;
  border-left-color: #a5cc23;
  height: 60px;
  line-height: 20px;
}
.box--vizora-bejelentes .box__top:before {
  display: none;
}
.box--vizora-bejelentes .box__top:after {
  background: url('../images/layout/box/vizmero_icon.png') no-repeat top;
  height: 58px;
  right: 9px;
  width: 45px;
}
.box--vizora-bejelentes .box__top a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .box--vizora-bejelentes {
    right: -2px;
  }
}

@media (min-width: 1200px) {
  .col--left .box {
    left: -1px;
  }
}
.gallery__item {
  border: 1px solid #E6E6E6;
  padding: 5px;
  height: 100%;
  max-width: 60px;
  margin: 0;
}
@media (min-width: 768px) {
  .gallery__item {
    margin: 10px 0 0 5px;
    margin: 0.625rem 0 0 0.3125rem;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .gallery__item {
    margin-left: 0 !important;
    max-width: 25%;
  }
  .gallery__item:nth-of-type(5n) {
    clear: left;
  }
}
@media (max-width: 900px) {
  .gallery__item {
    margin-left: auto !important;
  }
}
.gallery__item--no-margin-left {
  margin-left: 0 !important;
}
.gallery__item--no-margin-top {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery__item {
    margin-left: calc( (100% - 180px) / 2 );
  }
}
@media (max-width: 767px) {
  .gallery__item--no-margin-left:first-of-type {
    margin-left: 0 !important;
  }
}

.gallery__frame {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__frame {
  *zoom: 1;
}
.gallery__frame:before, .gallery__frame:after {
  content: "";
  display: table;
}
.gallery__frame:after {
  clear: both;
}

@media (min-width: 768px) {
  .gallery__image {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .gallery__image {
    width: 100% !important;
    height: 10vh !important;
  }
}
@media (max-width: 900px) {
  .gallery__image {
    max-width: 100%;
    max-height: 100%;
    width: 10vw;
    height: 5vh;
    display: block;
  }
}

.col--left {
  z-index: 999;
}
@media (min-width: 1200px) {
  .col--left {
    box-sizing: content-box;
    max-width: 190px;
    padding-right: 9px;
    width: 100%;
  }
}
.col--center {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .col--center {
    width: 100%;
    max-width: 520px;
    box-sizing: content-box;
  }
}
@media (max-width: 1199px) {
  .col--center {
		margin-left: 20px;
		margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .col--right {
    box-sizing: content-box;
    max-width: 200px;
    padding-left: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .col--right {
    width: 24%;
  }
}

.content__top {
  /* background: url('../images/layout/content/content_top.png') no-repeat top; */
  height: 10px;
  position: relative;
  z-index: 1;
}
.col--center {
  /* background: url('../images/layout/content/content_bg.png') repeat-y top; */
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
  padding-left: 25px;
  padding-right: 20px;
	
}
.content__bottom {
  /* background: url('../images/layout/content/content_bottom.png') no-repeat top; */
  height: 26px;
}
.content__title, h1, h2 {
  line-height: 25px;
  color: #151549;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  z-index: 10;
}

.pform .validator-warning {
  display: block;
  text-align: right;
  color: red;
  padding-top: 4px;
  float: right;
}
.pform .simple {
  background-image: -webkit-linear-gradient(top, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  background-image: linear-gradient(to bottom, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  border-radius: 5px;
  border: 1px solid #90BBE8;
  color: #28465E;
  font-size: 12px;
  padding: 6px;
}
.pform input[type="password"].simple {
  background: url('../images/layout/icons/lock.png') no-repeat 98% center, -webkit-linear-gradient(top, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  background: url('../images/layout/icons/lock.png') no-repeat 98% center, linear-gradient(to bottom, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  position: relative;
}
.pform input[type="password"].simple + span.warning {
  right: 24px;
}
.pform .select {
  background-image: -webkit-linear-gradient(top, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  background-image: linear-gradient(to bottom, #e4f0fe 0%, #ffffff 50%, #e4f0fe 100%);
  border-radius: 5px;
  border: 1px solid #90BBE8;
  color: #28465E;
  font-size: 12px;
  padding: 0;
  height: 30px;
}
.pform fieldset + fieldset {
  margin-top: 30px;
}
.pform .sub-legend {
  font-size: 14px;
  font-weight: bold;
}
.pform .form_item {
  *zoom: 1;
}
.pform .form_item:before, .pform .form_item:after {
  content: "";
  display: table;
}
.pform .form_item:after {
  clear: both;
}
.pform .form_item > label {
  font-weight: 400;
  width: 100%;
}
.pform .form_item > label.required:after {
  content: " *";
  color: red;
}
.pform .form_item > .simple {
  width: 100%;
}
.pform .form_item div.warning {
  background: rgba(255, 255, 255, 0.3);
  left: auto;
  top: auto;
  right: auto;
  position: relative;
  text-align: right;
  width: 100%;
  padding: 0;
  margin: 5px 0 0;
  display: none;
  color: #d20;
}
.pform .form_item div.warning.has-warning {
  display: inline-block;
}
.pform .form_item.has-tooltip {
  /*span.warning {
      right: 35px;
  }*/
}
.pform .form_item .simple.with-measure-text {
  width: 92%;
  float: left;
}
.pform .form_item .simple.with-measure-text {
  width: 92%;
  float: left;
}
.pform .form_item.has-success label, .pform .form_item.has-error label {
  color: #000;
}
.pform .form_item.has-error .error-help-block {
  margin-top: 4px;
  text-align: right;
  color: #d20;
}
@media (min-width: 768px) {
  .pform .form_item > label {
    float: left;
    display: block;
    width: 39%;
    margin-right: 1%;
  }
  .pform .form_item > .simple {
    float: left;
    display: block;
    width: 60%;
  }
  .pform .form_item .simple.with-measure-text {
    width: 54%;
  }
}
.pform .form_item.has-tooltip .description,
.pform .form_item .help-tooltip {
  position: absolute;
  top: 15px;
  right: 10px;
}
@media (max-width: 767px) {
  .pform .form_item.has-tooltip .description,
  .pform .form_item .help-tooltip {
    top: 38px;
  }
}
.pform .form_item.has-tooltip .description .btn,
.pform .form_item .help-tooltip .btn {
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  line-height: 15px;
  background-color: #0190DC;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  border-radius: 4px;
}
.pform .form_item.has-tooltip .description {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 10px;
}
.pform .form_item .tooltip {
  min-width: 200px;
  opacity: 1;
}
.pform .form_item .tooltip .tooltip-inner {
  background-color: #0190DC;
  color: #fff;
  padding: 8px;
}
.pform .form_item .tooltip.left .tooltip-arrow {
  border-left-color: #0190DC;
}
.pform .form_item .tooltip.top .tooltip-arrow {
  border-top-color: #0190DC;
}
.pform .form_item .g-recaptcha {
  float: right;
}
.pform .form_item .accept_user_agreement input {
  size: 10%;
  height: 10px;
}
.pform .form_item .accept_user_agreement label {
  size: 60%;
}
.pform .field-checkbox label {
  float: none !important;
  display: inline-block !important;
  width: calc(100% - 20px);
  margin: 0 0 0 5px !important;
}
.pform .field-checkbox input[type="checkbox"] {
  float: left;
  margin: 0;
  width: 14px;
  height: 14px;
}
.pform .field-checkbox .warning {
  left: 0 !important;
  right: auto !important;
  position: relative !important;
  top: auto !important;
}
.pform .pform-submit {
  padding: 0 0 20px !important;
  text-align: center;
}
.pform .pform-submit span {
  background-image: none !important;
  padding: 0 !important;
  margin-right: 10px;
}
.pform .pform-submit span:last-of-type {
  margin-right: 0;
}
.pform .pform-submit input[type="submit"], .pform .pform-submit .btn-cancel, .pform .pform-submit button[type="submit"] {
  background-image: none !important;
  background-color: #0190DC;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0;
  width: auto;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.pform .pform-submit input[type="submit"]:hover, .pform .pform-submit input[type="submit"]:active, .pform .pform-submit .btn-cancel:hover, .pform .pform-submit .btn-cancel:active, .pform .pform-submit button[type="submit"]:hover, .pform .pform-submit button[type="submit"]:active {
  background-color: #0A2187;
}
@media (max-width: 767px) {
  .pform .pform-submit {
    text-align: right;
  }
}
.pform .pform-submit input[type="submit"], .pform .pform-submit button[type="submit"] {
  padding: 0 10px;
  border: none;
  height: 26px;
  line-height: 26px;
  color: #fff;
  margin-right: 6px;
  cursor: pointer;
  font-size: 12px;
}
.pform .pform-submit .btn-cancel {
  border: none;
  background-color: #ccc !important;
  color: #333;
}
.pform .pform-submit .btn-cancel:hover, .pform .pform-submit .btn-cancel:active {
  background-color: #aaa;
}
.pform .label {
  padding: 0;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
.pform SPAN.warning.warning-simple {
  margin-left: 4px;
  position: static;
  display: block;
}
.pform #reason_comment {
  display: none;
}

#messages_wrapper #messages {
  display: none;
}

.measure-text {
  margin-left: 4px;
  position: relative;
  top: 4px;
}

#messages_wrapper #messages {
  display: none;
}

.measure-text {
  margin-left: 4px;
  position: relative;
  top: 4px;
}

.btn--cancel {
  border: none;
  color: #333;
  background-image: none !important;
  background-color: #ccc;
  font-size: 12px !important;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 20px 0 0;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.btn--cancel:hover, .btn--cancel:active {
  background-color: #aaa;
}
.button + .btn--cancel {
  margin: 0 0 0 18px;
}

.btn--submit {
  border: none;
  color: #fff !important;
  background-image: none !important;
  background-color: #0190DC;
  font-size: 12px !important;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.btn--submit:hover, .btn--submit:active {
  background-color: #0A2187;
}
.button + .btn--submit {
  margin: 0 0 0 18px;
}

.create-on-registration #cancel {
  display: none;
}

table input[type="checkbox"] {
  margin-top: 1px;
}

@media (max-width: 400px) {
  .page-registration .field-aszf .pform-phrasing {
    display: inline;
  }

  .captcha_container img {
    margin-bottom: 10px;
    display: block;
  }
}
.bootstrap-datetimepicker-widget a span.glyphicon {
  color: #1f5c98 !important;
}

/* Modal formazas */
#change_AvgComsumption_success {
  display: none;
}

/* Container */
#simplemodal-container, #modal_special {
  height: auto !important;
  max-height: 300px;
  width: 300px;
  color: #333;
  background-color: #fff;
  border: 2px solid #D2DDEB;
  padding: 12px;
}

#simplemodal-container .simplemodal-data, #modal_special .simplemodal-data {
  padding: 8px;
}

#simplemodal-container .modalCloseImg, #modal_special .modalCloseImg {
  display: none;
}

#simplemodal-container SPAN.close, .simple-button, #modal_special SPAN.close {
  background-image: none !important;
  background-color: #0190DC;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  opacity: 1;
  text-shadow: none;
}
#simplemodal-container SPAN.close:hover, #simplemodal-container SPAN.close:active, .simple-button:hover, .simple-button:active, #modal_special SPAN.close:hover, #modal_special SPAN.close:active {
  background-color: #0A2187;
}

#simplemodal-container .simplemodal-close, .simple-button, .simple-button:visited, .simple-button:hover, .simple-button:active,
#modal_special .simplemodal-close {
  border: medium none;
  color: #FFFFFF;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
}

#modal_special_overlay {
  background-color: #000;
  opacity: 0.75 !important;
}

#modal_special {
  height: 90px;
}

#modal_special .simple-button {
  margin-right: 12px;
  padding: 0 12px 0 8px;
}

.simple-button.right {
  float: right;
}

#simplemodal-container {
  z-index: 10002 !important;
}
#simplemodal-container .simplemodal-wrap {
  overflow: auto !important;
  max-height: 272px;
}
#simplemodal-container .header {
  height: auto;
}
#simplemodal-container .simplemodal-data.hide {
  display: block !important;
}
#simplemodal-container table {
  margin-bottom: 20px;
  width: 100%;
}
#simplemodal-container table th, #simplemodal-container table td {
  padding-right: 6px;
}
#simplemodal-container table .field_label {
  min-width: 20%;
}
#simplemodal-container input {
  margin-right: 4px;
}

#simplemodal-overlay {
  z-index: 10000 !important;
}

@media (max-width: 1199px) {
  #simplemodal-container {
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 991px) {
  #profile_changed FORM.pform LABEL.pform-phrasing {
    display: inline;
  }
}
[data-loader="true"] {
  position: relative;
}

/*
 |--------------------------------------------------------------------------
 | Pages
 |--------------------------------------------------------------------------
*/
#fieldset-readfields .sub-legend {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic !important;
  border-bottom: none;
}
#fieldset-readfields .sub-legend strong {
  font-weight: 400;
}

.timereservation_steps {
  margin-bottom: 20px;
}

.table_timereservation_info {
  margin-bottom: 20px;
}
.table_timereservation_info td {
  vertical-align: top;
}

.cell_timereservation {
  padding-right: 10px;
  min-width: 154px;
}

@media all and (max-width: 768px) {
  .timereservation_offices {
    width: 100%;
  }
}

.map_canvas {
  border: 1px solid #D2DDEB;
  position: relative !important;
  width: 420px;
  height: 260px;
  z-index: 1000;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 1s;
}
@media all and (max-width: 1000px) {
  .map_canvas {
    width: auto;
  }
}

.show_map_td {
  text-align: right;
  vertical-align: middle;
}

.map_row {
  opacity: 0;
  transition: opacity 1s;
}
.map_row td {
  padding-bottom: 20px;
}

.map_row.open {
  opacity: 1;
}

.table_timereservation th, .table_timereservation td {
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 4px;
  vertical-align: top;
}
.table_timereservation th {
  font-weight: bold;
}
.table_timereservation th.table_timereservation_time {
  white-space: nowrap;
}
.table_timereservation thead th:first-child {
  padding-left: 0;
}
.table_timereservation tbody th {
  padding-left: 0;
}

.personal-data {
  margin: 20px 0;
}
.personal-data td {
  padding: 4px 0;
  vertical-align: middle;
}
.personal-data td:first-child {
  padding-right: 4px;
}

.pform .personal-data .simple, .pform .personal-data .select {
  width: 100%;
}

.contract-data-title {
  margin-top: 20px;
}

#profile-buttons {
  display: none;
}

#profile_cancel {
  margin-left: 10px;
}

#change_AvgComsumption_form .error-help-block {
  clear: left;
  text-align: left;
  margin-top: 20px;
}

/*
 |--------------------------------------------------------------------------
 | Vendors
 |--------------------------------------------------------------------------
*/
/*
 |--------------------------------------------------------------------------
 | Helpers
 |--------------------------------------------------------------------------
 */
.button {
  background-image: none !important;
  background-color: #0190DC;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.button:hover, .button:active {
  background-color: #0A2187;
  color: #fff;
  text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}

.m0t {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.m0b {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.m5t {
  margin-top: 5px !important;
  margin-top: 0.3125rem !important;
}

.m5b {
  margin-bottom: 5px !important;
  margin-bottom: 0.3125rem !important;
}

.m10t {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.m10l {
  margin-left: 10px !important;
  margin-left: 0.625rem !important;
}

.m10b {
  margin-bottom: 10px !important;
  margin-bottom: 0.625rem !important;
}

.m15t {
  margin-top: 15px !important;
  margin-top: 0.9375rem !important;
}

.m15b {
  margin-top: 15px !important;
  margin-top: 0.9375rem !important;
}

.m20t {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.m20b {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

.m30b {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
}

.p20t {
  padding-top: 20px !important;
}

.p20b {
  padding-bottom: 20px !important;
}

.c-blue {
  color: blue !important;
}

.f12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.f14, h2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.f18, h1 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic !important;
}

.list-disc {
  line-height: 20px;
  list-style: disc;
  margin-left: 16px;
}
.list-disc a {
  text-decoration: underline;
}

.w100p {
  width: 100% !important;
}

.fst-nrml, h1, h2 {
  font-style: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.ff .header__title {
  top: 22px;
}
.ff .navigation .nav__link {
  line-height: 16px;
}
.ff .footer__copyright {
  line-height: 14px;
}
.ff .footer__menu {
  right: 162px;
  top: 21px;
}
.ff .box--ugyfelszolgalat .box__top {
  margin-bottom: 14px !important;
}

.ie {
  -ms-overflow-style: scrollbar;
}

/*
 |--------------------------------------------------------------------------
 | Footer
 |--------------------------------------------------------------------------
 */


html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#site-container {
   min-height:100%;
   position:relative;
}
.content {
   /* padding:10px; */
   padding-bottom:80px;   /* Height of the footer */
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   /* background:#6cf; */
}

form {
  margin-top: 20px;
}
form label {
  font-size: 1.4em;
}
