@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../fonts/roboto_con.eot');
  src: url('../../fonts/roboto_con.eot?iefix') format('eot'),
    url('../../fonts/roboto_con.woff') format('woff'),
    url('../../fonts/roboto_con.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../fonts/roboto_con-b.eot');
  src: url('../../fonts/roboto_con-b.eot?iefix') format('eot'),
    url('../../fonts/roboto_con-b.woff') format('woff'),
    url('../../fonts/roboto_con-b.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../../fonts/roboto_con-i.eot');
  src: url('../../fonts/roboto_con-i.eot?iefix') format('eot'),
    url('../../fonts/roboto_con-i.woff') format('woff'),
    url('../../fonts/roboto_con-i.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}


button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  #FFF-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  /*margin-bottom: 0.375em;*/
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
 /* margin-bottom: 0.75em;*/
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
 /* vertical-align: bottom;*/
}

tbody {
  /*vertical-align: top;*/
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0.75em 0 0.75em;
}

h1 {
  font-size: 2.2em;
  text-transform: uppercase;
  margin: 90px 0px;
  color: #047EAF;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #404040;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  #FFF-space: nowrap;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvYmFzZS9fYnV0dG9ucy5zY3NzIiwiYmFzZS9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL3NldHRpbmdzL19zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX2ZvbnQtc3RhY2tzLnNjc3MiLCJiYXNlL2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwiYmFzZS9iYXNlLmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uL2NvcmUvYm91cmJvbi9saWJyYXJ5L19zaGFkZS5zY3NzIiwiYmFzZS9iYXNlL19mb3Jtcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX3RpbnQuc2NzcyIsImJhc2UvYmFzZS9fbGlzdHMuc2NzcyIsImJhc2UvYmFzZS9fbWVkaWEuc2NzcyIsImJhc2UvYmFzZS9fdGFibGVzLnNjc3MiLCJiYXNlL2Jhc2UvX3R5cG9ncmFwaHkuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQTtFQUNFLHlCQUFnQjtLQUNoQixzQkNpQ2tCO1VEaENWLGlCQUFDO0VBQ1QsdUJDb0JzQjtFRG5CdEIsVUVzQitCO0VGckIvQixtQkFBZTtFQUNmLFlBQVM7RUFDVCxnQkdPQTtFSE5BLHNCSVpjO0VKYWQsZ0VBQW1DO0VBQ25DLGdCQUFnQjtFQUNoQixvQ0FBYztFQUNkLGlCQ1lhO0VEWGIsZUFBWTtFQUNaLHNCQUFxQjtFQUNyQixtQkFBWTtFQUNaLHNCQUFpQjtFQUNqQixnREFBc0I7RUFDdEIsMkNBQW1CO0VBZ0JwQix3Q0FBQTtFS2xCQywwQkFBMEI7S0xqQjVCLHVCQXNCUztNQUNMLHNCTUVtQztVSkVOLGtCQUFJO0VGRmxDLHVCQUFBO0VLSEQsb0JBQW9CO0NMdEJ0Qjs7QUt5QkE7RUxTRywwQkFBQTtFS1BELFlBQVk7Q0wzQmQ7O0FLOEJBO0VBQ0Usb0JBQW9CO0VFOUJ0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 */
/*# sourceMappingURL=base.css.map */

/* Modal dialog szürke overlay eltüntetése */

.ui-widget-overlay {
	display: none;
}

nav.breadcrumb {
	display: none;
}

.ajax-progress-throbber {
    display: none;
}

.maintenance-page header {
	display: none;
}

.maintenance-page main {
	text-align: center;
}

a {
	color: #035779;
}

a:hover {
	color: #7FBD3D;
}

a:focus, select:focus {
  outline: 2px solid red;
}

/*********************** Fejléc ***************************/

#block-fejlec {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#block-fejlec div.logo  {
		float: left;
}

#block-fejlec div.cim  {
	float: right; 
	font-size: 1.8em; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #48761E;
}

nav[id^="block-basic-main-menu"] ul.menu {
	text-align: right;
}

nav[id^="block-basic-main-menu"] ul li {
	list-style-type: none;
	display: inline;
	font-size: 16px;	
}

nav[id^="block-basic-main-menu"] ul li a {
	color: #4D4D4D;
}

nav[id^="block-basic-main-menu"] ul li a:hover {
	color: #7FBD3D;
}

nav[id^="block-basic-main-menu"] ul li::after {
	content: "|";
	margin: 0 5px;
}

nav[id^="block-basic-main-menu"] ul li:last-child::after {
	content: "";
	margin-right: 0;
}



/*********************** Lomtalanítás foglalások view ***************************/

.views-lomt-foglalasok .views_content {
	width: 100%;
	float: left;
}

.views-lomt-foglalasok .views-row {
	width: 100%;
	height: auto;
	border: 3px solid #ddd;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(85,85,85,0.05); 
	box-shadow: 0px 0px 4px 2px rgba(85,85,85,0.05);
	float: left;
}

.views-lomt-foglalasok .views-row .csoport {	
	padding: 10px;	
}

.views-lomt-foglalasok .views-row .csoport .views-field {
	display: block;	
}

.views-lomt-foglalasok .views-row .csoport1 {
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 20%;
	float: left;
	background: #F7F7F7;
	padding: 30px 10px;
}

.views-lomt-foglalasok .views-row .csoport1 .views-field-field-lom-jarat {
	background: #E2FFCC;
	border: 1px solid #AFF27B;
	padding: 5px;
	color: #009933;
	font-weight: bold;
}

.views-lomt-foglalasok .views-row .csoport1 .views-field-field-lom-jarat a {
	color: #009933;
}


.views-lomt-foglalasok .views-row .kozpont-solymár .views-field-field-lom-jarat {
	background: #FFFFCC;
	border: 1px solid #FFED75;
	color: #FF9933;
}

.views-lomt-foglalasok .views-row .kozpont-solymár .views-field-field-lom-jarat a {
	color: #FF9933;
}

.views-lomt-foglalasok .views-field-field-kozpont {
	font-size: 0.9em;
}


.views-lomt-foglalasok .views-row .csoport2 {
	width: 55%;
	float: left;
	padding: 20px 0px 20px 0px; 
	padding-left: 20px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-fogl-id {
	float: left;
	width: 5%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	color: #FFF;
	background: #666;
	height: 183px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-fogl-id a {
	color: #FFF;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-ugyfel-neve {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #444;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-ugyfelkod {
	padding-top: 3px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-ugyfelkod a {
	background: url(../../images/szerk_ikon.png) no-repeat;
	width: 30px;
	color: #FFF;
	display: block;
	float: left;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-ugyfel-cime,
.views-lomt-foglalasok .views-row .views-field-field-lom-ugyfel-hazszam,
.views-lomt-foglalasok .views-row .views-field-nothing-1 {
	clear: left;
}

.views-lomt-foglalasok .views-row .views-field.views-field-field-lom-fogl-db-szam .views-label, 
.views-lomt-foglalasok .views-row .views-field.views-field-field-lom-fogl-db-szam .field-content {
	float: left;
}

.views-lomt-foglalasok .views-row .views-field.views-field-field-lom-fogl-db-szam .field-content {
	margin-left: 10px;
	font-weight: bold;
}

.views-lomt-foglalasok .views-row .views-field.views-field-field-lom-bekuldes-ideje .views-label {
	float: left;
}

.views-lomt-foglalasok .views-row .views-field.views-field-field-lom-bekuldes-ideje .field-content {
	/*margin-left: 10px;*/
}

.views-lomt-foglalasok .views-row .views-label-field-lom-ugyfel-tel {
	float: left;
	margin-right: 5px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-fogl-statusz {
	width: 20%;
	float: right;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-fogl-statusz .field-content {
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0px 0px 0px 10px;
	font-weight: bold;
	background: #000;
}

.views-lomt-foglalasok .views-row .statusz-Ellenőrzés .field-content { /*Ellenőrzés alatt*/
	background: #FF9100;
}

.views-lomt-foglalasok .views-row .id-statusz-Ellenőrzés { /*Ellenőrzés alatt*/
	background: #FF9100;
}

.views-lomt-foglalasok .views-row .statusz-Jóváhagyva .field-content { /*Jóváhagyva*/
	background: #009933;
}

.views-lomt-foglalasok .views-row .id-statusz-Jóváhagyva { /*JĂłvĂĄhagyva*/
	background: #009933;
}

.views-lomt-foglalasok .views-row .statusz-Elutasítva .field-content { /*Elutasítva*/
	background: #666;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-telepules,
.views-lomt-foglalasok .views-row .views-field-field-lom-telepules a {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0px;
	letter-spacing: 1px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-idopont {
	font-size: 1.1em;
	font-weight: bold;
	color: #009933;
}

.views-lomt-foglalasok .views-field-nothing a {
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  width: 236px;
  height: 40px;
  color: #777;
  border-radius: 0px 0px 0px 10px;
  line-height: 40px;
  padding: 0px 5px;
  font-size: 0.8em;
  margin: 10px 0px 0px 0px;
  letter-spacing: 1px;
  padding-left: 35px;
  background: #EEE url(../../images/edit_icon.png) no-repeat;
  background-size: 15px 23px;
  background-position: 10px 7px;
}

.views-lomt-foglalasok .views-field-nothing a#statusz_mod {
  background: #EEE url(../../images/status_icon.png) no-repeat;
  background-size: 20px 22px;
  background-position: 10px 7px;
}

.views-lomt-foglalasok .views-field-nothing a:hover, 
.views-lomt-foglalasok .views-field-nothing a:focus, 
.views-lomt-foglalasok .views-field-nothing a:active {
  background: #EEE url(../../images/edit_icon_green.png) no-repeat;
  background-position: 10px 0px;
  color: #009933;
}

.views-lomt-foglalasok .views-field-nothing a#statusz_mod:hover {
  background: #EEE url(../../images/status_icon_green.png) no-repeat;
  background-position: 10px 0px;
}

.views-lomt-foglalasok .views-row .views-field-field-lom-megjegyzes {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	font-size: 0.9;
	line-height: 1.1em;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-family: "Helvetica";
}

/* SzĹąrĂŠs */

.views-lomt-foglalasok .views-exposed-form {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 80px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	background: #F7F7F7;
}

.views-lomt-foglalasok .views-exposed-form .form-item {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

.views-lomt-foglalasok .views-exposed-form .form-item label {
	font-weight: 700;
	font-size: 0.9em;
}

.views-lomt-foglalasok .views-exposed-form input[type=text] {
	width: 150px;
}

.views-lomt-foglalasok .views-exposed-form #edit-field-lom-jarat-target-id {
	width: 80px;
}

.views-lomt-foglalasok .views-exposed-form #edit-field-lom-fogl-id-value {
	width: 80px;
}

.views-lomt-foglalasok .views-exposed-form #edit-field-lom-ugyfelkod-value {
	width: 80px;
}

.views-lomt-foglalasok .views-exposed-form select {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding: 0.5em;
	-webkit-transition: border-color 150ms ease;
	-o-transition: border-color 150ms ease;
	transition: border-color 150ms ease;
}

.views-lomt-foglalasok .views-exposed-form #edit-actions {
	float: right;
	
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 40px;
}


.views-lomt-foglalasok .views-exposed-form .form-actions input.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 150px;
  height: 35px;
  background: #009933;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 35px;
  padding: 0px 5px;
  font-size: 1em;
  font-weight: normal;
}

.views-lomt-foglalasok .views-exposed-form .form-actions input.button:hover, 
.views-lomt-foglalasok .views-exposed-form .form-actions input.button:focus, 
.views-lomt-foglalasok .views-exposed-form .form-actions input.button:active {
  background: #FF9100;
}

.views-lomt-foglalasok .views-exposed-form .form-actions #edit-reset {
	background: #999;
}

.views-lomt-foglalasok .views-exposed-form .form-actions #edit-reset:hover, 
.views-lomt-foglalasok .views-exposed-form .form-actions #edit-reset:focus, 
.views-lomt-foglalasok .views-exposed-form .form-actions #edit-reset:active {
  background: #333;
}

.views-lomt-foglalasok .views-exposed-form .form-actions {
	margin-bottom: 0px;
}

.views-lomt-foglalasok .views-exposed-form fieldset {
	border: 1px solid #ddd;
	border-radius: 7px;
	padding-left: 20px;
	background: #FFF;
}

#edit-field-lom-idopont-value-wrapper--description {
	font-size: 0.8em;
	margin-bottom: 0.8em;
	margin-right: 10px;
	float: left;
	clear:left;
}

#edit-field-lom-idopont-value-min, #edit-field-lom-idopont-value-max {
	margin-bottom: 0.2em;
}

.form-item-field-lom-idopont-value-max  {
	clear: left;
}

.views-lomt-foglalasok .views-exposed-form .js-form-item-sort-by,
.views-lomt-foglalasok .views-exposed-form .js-form-item-sort-order  {
	margin-top: -50px;
}

.views-lomt-foglalasok .views-exposed-form .js-form-item-sort-order label {
	display: none;
}

.views-lomt-foglalasok .views-exposed-form .js-form-item-sort-order select {
	margin-top: 27px;
}

.views-lomt-foglalasok .views-exposed-form #edit-uid-wrapper {
	width: 150px;
	margin-top: -10px;
}



/* PDF, XML */


.views-lomt-foglalasok footer a,
.views-lomt-foglalasok .xml-feed a.feed-icon {
	background: none;
	color: #047EAF;
	display: block;
	border: 1px solid #047EAF;
	border-radius: 5px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 0.9em;
	margin-top: 40px;
	margin-left: 10px;
	text-align: center;
}

.views-lomt-foglalasok div:last-child a.feed-icon {
	color: rgb(0, 153, 51);
	border: 1px solid rgb(0, 153, 51);
}


.views-lomt-foglalasok footer {
	border-top: 1px solid #333;
	margin-top: 50px;
}

.views-lomt-foglalasok .xml-feed a.feed-icon {
	text-indent: 0;
}

.views-lomt-foglalasok footer a:hover,
.views-lomt-foglalasok .xml-feed a.feed-icon:hover {
	background: #047EAF;
	color: #FFF;
}

/*************************** Lomtalanítás form, Személyes ügyfélszolgálati időpontfoglalás form ***************************/

.lomtalanitas-form div.form-item,
.szemido-form div.form-item,
.lomszemadat-form div.form-item {
	margin-top: 40px;
}

.lomtalanitas-form label,
.szemido-form label,
.lomszemadat-form label {
	color: #047EAF;
	font-size: 1.3em;
	letter-spacing: -0.5px;
}



.lomtalanitas-form input,
.lomtalanitas-form textarea,
.szemido-form input,
.szemido-form textarea,
.szemido-admin-form input,
.szemido-admin-form textarea,
.lomszemadat-form input, 
.lomszemadat-form textarea {
	margin-bottom: 0;
}

.form-item-tarsashaze input {
	width: 150px;
	float: left;
}

.form-item-db-submit {
	margin-top: 0px !important;
	width: 600px;
}

.form-item-db-submit .menny_mod {
	background: #047EAF;
	border: 1px solid #047EAF;
	width: 180px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-left: 160px;
	padding: 6px 0px;
	cursor: pointer;
}

.form-item-db-submit .menny_mod:hover {
	background: #FFF;
	color: #047EAF;
}

.form-item-hazszam, .form-item-kozterulet-jellege, .form-item-kozterulet {
	float: left;
}

.form-item-kozterulet {
	width: calc(60% - 20px);
	margin-right: 20px;
}

.form-item-kozterulet-jellege {
	width: 20%;
}

.form-item-hazszam {
	width: 20%;
}

.form-item-telefon {
	clear: left;
}

.lomtalanitas-form div.description, 
.lomszemadat-form div.description {
	color: #333;
	font-size: 0.9em;
	padding: 3px 0px 0px 0px;
}

.lomtalanitas-form fieldset#edit-idopontok legend {
	display: none;
}

.lomtalanitas-form select, .szemido-form select, .szemido-admin-form select, .lomszemadat-form select {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding: 0.5em;
	-webkit-transition: border-color 150ms ease;
	-o-transition: border-color 150ms ease;
	transition: border-color 150ms ease;
}

.lomtalanitas-form .js-form-type-checkbox label,
.szemido-form .js-form-type-checkbox label {
	display: inline-block;
}

.lomtalanitas-form .form-actions, #edit-actions, 
.lomszemadat-form .form-actions {
	margin-top: 40px;
	margin-bottom: 40px;
}

.lomtalanitas-form #edit-submit, .szemido-form #edit-submit, #edit-next, #edit-back, .lomszemadat-form #edit-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 180px;
  height: 40px;
  background: #009933;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  padding: 0px 5px;
  font-size: 1.2em;
  font-weight: normal;
}

#edit-next {
	background: #047EAF;
	width: 120px;
}

#edit-back {
	background: #666;
	width: 100px;
	margin-right: 30px;
}

.lomtalanitas-form #edit-submit:hover, 
.lomtalanitas-form #edit-submit:focus, 
.lomtalanitas-form #edit-submit:active,
.lomszemadat-form #edit-submit:hover, 
.lomszemadat-form #edit-submit:focus, 
.lomszemadat-form #edit-submit:active,
.szemido-form #edit-submit:hover, 
.szemido-form #edit-submit:focus, 
.szemido-form #edit-submit:active,
.szemido-admin-form #edit-submit:hover, 
.szemido-admin-form #edit-submit:focus, 
.szemido-admin-form #edit-submit:active,
#edit-next:hover,
#edit-next:focus,
#edit-next:active,
#edit-back:hover,
#edit-back:focus,
#edit-back:active {	
  background: #FF9100;
}



/*************************** Járatterv ***************************/

/* Szűrés */

.views-lomt-jaratterv .views-exposed-form {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 80px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	background: #F7F7F7;
}

.views-lomt-jaratterv .views-exposed-form .form-item {
	float: left;
	margin-right: 20px;
}

.views-lomt-jaratterv .views-exposed-form .form-item label {
	font-weight: 700;
	font-size: 0.9em;
}

.views-lomt-jaratterv .views-exposed-form input[type=text] {
	width: 192px;
}

.views-lomt-jaratterv .views-exposed-form select {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding: 0.5em;
	-webkit-transition: border-color 150ms ease;
	-o-transition: border-color 150ms ease;
	transition: border-color 150ms ease;
}

.views-lomt-jaratterv .views-exposed-form #edit-actions {
	float: left;
	width: 400px;
	height: 50px;
	margin-top: 50px;
}


.views-lomt-jaratterv .views-exposed-form .form-actions input.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 150px;
  height: 35px;
  background: #009933;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 35px;
  padding: 0px 5px;
  font-size: 1em;
  font-weight: normal;
}

.views-lomt-jaratterv .views-exposed-form .form-actions input.button:hover, 
.views-lomt-jaratterv .views-exposed-form .form-actions input.button:focus, 
.views-lomt-jaratterv .views-exposed-form .form-actions input.button:active {
  background: #FF9100;
}

.views-lomt-jaratterv .views-exposed-form .form-actions #edit-reset {
	background: #999;
}

.views-lomt-jaratterv .views-exposed-form .form-actions #edit-reset:hover, 
.views-lomt-jaratterv .views-exposed-form .form-actions #edit-reset:focus, 
.views-lomt-jaratterv .views-exposed-form .form-actions #edit-reset:active {
  background: #333;
}

#edit-field-lom-idopont-value--description {
	font-size: 0.8em;
}

.views-lomt-jaratterv .idopont {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 40px;
	border: 1px solid #EF7F1A;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	width: 250px;
	float: left;
	clear: right;
	text-align: center;
	background: #EF7F1A;
	color: #FFF;
}

.views-lomt-jaratterv .generalas {
	text-align: center;
	width: 300px;
	height: 40px;
	margin: 10px 0px 10px 0px;
	float: left;
}

.views-lomt-jaratterv .generalas a.gen,
.views-lomt-jaratterv footer a,
.views-lomt-jaratterv .xml-feed a.feed-icon {
	background: none;
	color: #047EAF;
	display: block;
	border: 1px solid #047EAF;
	border-radius: 5px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 0.9em;
	margin-top: 40px;
	margin-left: 10px;
	text-align: center;
}

.views-lomt-jaratterv footer {
	border-top: 1px solid #333;
	margin-top: 50px;
}

.views-lomt-jaratterv footer a {
	width: 200px;
}

.views-lomt-jaratterv .xml-feed a.feed-icon {
	text-indent: 0;
	width: 200px;
}

.views-lomt-jaratterv .generalas a.gen:hover,
.views-lomt-jaratterv footer a:hover,
.views-lomt-jaratterv .xml-feed a.feed-icon:hover {
	background: #047EAF;
	color: #FFF;
}

.views-lomt-jaratterv caption {
	background: #00354A;
	color: #FFF;
	margin: 20px 0px;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	border-radius: 5px;
}

.views-lomt-jaratterv .views-field-field-lom-fogl-id {
	width: 50px;
	border-right: 1px solid #ddd;
}

.views-lomt-jaratterv .views-field-field-lom-telepules {
	width: 250px;
	border-right: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.views-lomt-jaratterv .views-field-field-lom-ugyfel-cime {
	width: 300px;
	border-right: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.views-lomt-jaratterv .views-field-field-lom-ugyfel-neve {
	padding-left: 10px;
	padding-right: 10px;
}

/*************************** Lomtalanítási időpontok views ***************************/

/* Szűrés */

.views-lom-idopontok .views-exposed-form {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 80px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	background: #F7F7F7;
}

.views-lom-idopontok .views-exposed-form .form-item {
	float: left;
	margin-right: 20px;
}

.views-lom-idopontok .views-exposed-form .form-item label {
	font-weight: 700;
	font-size: 0.9em;
}

.views-lom-idopontok .views-exposed-form input[type=text] {
	width: 192px;
}

.views-lom-idopontok .views-exposed-form select {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding: 0.5em;
	-webkit-transition: border-color 150ms ease;
	-o-transition: border-color 150ms ease;
	transition: border-color 150ms ease;
}

.views-lom-idopontok .views-exposed-form #edit-actions {
	float: left;
	width: 400px;
	height: 50px;
	margin-top: 30px;
}


.views-lom-idopontok .views-exposed-form .form-actions input.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 150px;
  height: 35px;
  background: #009933;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 35px;
  padding: 0px 5px;
  font-size: 1em;
  font-weight: normal;
}

.views-lom-idopontok .views-exposed-form .form-actions input.button:hover, 
.views-lom-idopontok .views-exposed-form .form-actions input.button:focus, 
.views-lom-idopontok .views-exposed-form .form-actions input.button:active {
  background: #FF9100;
}

.views-lom-idopontok .views-exposed-form .form-actions #edit-reset {
	background: #999;
}

.views-lom-idopontok .views-exposed-form .form-actions #edit-reset:hover, 
.views-lom-idopontok .views-exposed-form .form-actions #edit-reset:focus, 
.views-lom-idopontok .views-exposed-form .form-actions #edit-reset:active {
  background: #333;
}

.views-lom-idopontok .views-exposed-form fieldset {
	border: 1px solid #ddd;
	border-radius: 7px;
	padding-left: 20px;
	background: #FFF;
}

.views-lom-idopontok #edit-field-lom-jarat-target-id {
	width: 80px;
}

.views-lom-idopontok .views-exposed-form .js-form-item-sort-order label {
	display: none;
}

.views-lom-idopontok .views-exposed-form .js-form-item-sort-order select {
	margin-top: 27px;
}

.views-lom-idopontok .views-field-nothing {
	border-right: 0;
}

.views-lom-idopontok .views-field-nothing a {
  display: inline-block;
   -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  vertical-align: middle;
  width: 236px;
  height: 40px;
  color: #777;
  line-height: 40px;
  padding: 0px 5px;
  font-size: 0.8em;
  margin: 10px 0px 0px 0px;
  letter-spacing: 1px;
  padding-left: 20px;
  background: url(../../images/edit_icon.png) no-repeat;
  background-size: 15px 23px;
  background-position: 0px 7px;
}

.views-lom-idopontok .views-field-nothing a:hover, 
.views-lom-idopontok .views-field-nothing a:focus, 
.views-lom-idopontok .views-field-nothing a:active {
  background: url(../../images/edit_icon_green.png) no-repeat;
  color: #009933;
}

/* Táblázat */

.views-lom-idopontok th {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #047EAF;
	letter-spacing: 1px;
	vertical-align: center;
	padding: 0px 10px;
}

.views-lom-idopontok td {
	border-right: 1px solid #ddd;
	padding: 10px;
	vertical-align: center;
}

.views-lom-idopontok .views-field-field-lom-jarat,
.views-lom-idopontok .views-field-field-lom-fogl-szama {
	text-align: center;
	width: 130px;
	font-weight: bold;
}

.views-lom-idopontok .views-field-field-lom-jarat {
	color: #047EAF;
}

.views-lom-idopontok .nincs {
	color: #ddd;
}

.views-lom-idopontok .views-field-field-lom-idopont {
	width: 130px;
	font-weight: bold;
}

.views-lom-idopontok .views-field-name { /*Központ*/
	width: 150px;
	text-transform: uppercase;	
	font-size: 0.9em;
}

.views-lom-idopontok .views-field-field-telepuleslista {
	font-size: 0.9em;
	width: 500px;
}

.views-lom-idopontok .pdf-feed a.feed-icon {
	background-size: contain;
	padding-left: 70px;
}



/*************************** Státuszmódosítás ***************************/

.ui-dialog {
	border: 3px solid #047EAF !important;
}

.ui-dialog-titlebar {
	background: #047EAF;
	color: white;
}

.ui-dialog .stat_adatok {
	font-weight: bold;
	margin: 20px 0px;
}

.ui-dialog .form-item-statusz label {
	text-transform: uppercase;
	font-size: 0.8em;
}

.ui-dialog .form-item-statusz select {
	margin-bottom: 10px;
}

.ui-dialog .description {
	font-size: 0.8em;
	margin-bottom: 40px;
}


.ui-dialog input.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 200px;
  height: 35px;
  background: #047EAF;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 35px;
  padding: 0px 5px;
  font-size: 1em;
  font-weight: normal;
}

.ui-dialog input.button:hover, 
.ui-dialog input.button:focus, 
.ui-dialog input.button:active {
  background: #FF9100;
}

/*********************** Lábléc ***************************/

div[id^="block-lablec"] {
	width: 100%;
	float: left;
	height: auto;
}

div[id^="block-lablec"] .lablec a {
	color: white;	
}

div[id^="block-lablec"] .lablec {
	float: left;
	width: 50%;
}

div[id^="block-lablec"] .lablec2 {
	border-left: 1px solid white;
	padding-left: 80px;
	width: calc(50% - 80px);
}

/*----------------------- Eu Cookie -----------------------*/

#popup-buttons .decline-button {
	display: none;
}

.eu-cookie-compliance-message {
	max-width: 100%;
}

#sliding-popup .agree-button {
	padding: 8px 20px;
	margin-top: 10px;
	margin-right: 100px;
	font-weight: normal;
	text-transform: uppercase;
	background: #FFF;
	border: 1px solid #EDFBFF;
	font-size: 13px;
	letter-spacing: 1px;
	color: #4B761E;
}



#sliding-popup #popup-text p {
	font-size: 1em;
	font-weight: normal;
}

.eu-cookie-compliance-message {
	margin-top: 10px;	
	font-weight: normal;
}

.eu-cookie-compliance-more-button {
	padding: 0px;
	margin: 0;
	border-radius: 2px;
	background: transparent;
	font-weight: bold;
	margin-left: 20px;
	font-size: 1em;
}

.eu-cookie-compliance-more-button:hover {
	text-decoration: underline;
	background: none;
}

/*********************** Elégedettségi kérdőív ***************************/

.webform-submission-lom-elegedettseg-form legend, 
.webform-submission-lom-elegedettseg-form .js-form-type-textfield label,
.webform-submission-lom-elegedettseg-form label.radio-label  {
	/*font-size: 1.5em;	
	color: #009933;*/
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 10px 5px;
	font-size: 19px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 80px 0px 10px 0px;
}

.webform-submission-lom-elegedettseg-form .webform-radios-other-input label  {
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	color: #047eaf;
	font-weight: normal;
}

.webform-submission-lom-elegedettseg-form .webform-options-display-buttons label.webform-options-display-buttons-label:hover {
	border: 3px solid #047eaf;
}

.webform-submission-lom-elegedettseg-form input.form-text {
	/*border: 3px solid #ccc;*/
	padding: 12px 10px;
    margin: 0;
    display: inline-block;
    border: 1px solid #757575;
    border-radius: 4px;
    box-sizing: border-box;
	font-size: 16px;


}
/*
.webform-submission-lom-elegedettseg-form .webform-options-display-buttons .js-form-item {
	margin: 5px 0px;
}

.webform-submission-lom-elegedettseg-form .webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  color: #FFF;
  background: #047eaf;
}

[type='text']:focus, input:not([type]):focus, textarea:focus {
  border-color: #047eaf !important;
  -webkit-box-shadow: none !important;  
  box-shadow: none !important;
}
*/

.webform-submission-lom-elegedettseg-form .webform-options-display-side-by-side > div {
	margin-right: 3em;
}

.webform-submission-lom-elegedettseg-form .js-webform-radios div label {
	display: inline;
}

.webform-submission-lom-elegedettseg-form  input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #ddd;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
	 -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
	transition: background-color 1s;
}

.webform-submission-lom-elegedettseg-form  input[type="radio"]:checked::before {
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
	 color: white;
	 font-weight: bold;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}

.webform-submission-lom-elegedettseg-form  input[type="radio"]:hover {
     background-color: #4e7a1f;
}

.webform-submission-lom-elegedettseg-form  input[type="radio"]:checked {
     background-color: #4e7a1f;
}

::placeholder {
  color: #333 !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #333 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #333 !important;
}

.webform-actions {
	margin-top: 40px;
}

.webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
   -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  width: 180px;
  height: 40px;
  background: #009933;
  color: #FFF;
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  padding: 0px 5px;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 40px;
}

.webform-button--submit:hover, 
.webform-button--submit:focus, 
.webform-button--submit:active {
  background: #FF9100;
}

/*********************** Személyes időpontfoglalás - Űrlap ***********************/

div.valasztasok {
	background: #eee;
	padding: 30px;
}

/*********************** Személyes időpontfoglalás - Admin ***********************/


.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
  max-width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  font-size: 0.8em;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	width: 300px; 
    text-align: center;
    color: #000;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.section-node article .szem_foglalasok_field>div:first-child, 
.section-node article .ugyfelszolgalatok_field>div:first-child,
.section-node article .szem_ugykor_field>div:first-child {
	float: left;
	font-weight: bold;
	width: 200px;
}

.section-node article .szem_foglalasok_field>div:first-child:after,
.section-node article .ugyfelszolgalatok_field>div:first-child:after,
.section-node article .szem_ugykor_field>div:first-child:after {
	content: ":";
	margin-right: 5px;
}

.section-node article .node--unpublished {
	display: none;
}

.szemido-admin-form .js-form-type-radio  {
	float: left;
}

.section-node article .szem-uf-ref {
	font-weight: bold;
}

.section-node article .szem-ugykor-ref {
	font-weight: bold;
	margin-bottom: 20px;
}

.section-node article .szem-uf-ido-ref div {
	float: left;
	margin-right: 40px;
}

.section-node article .szem-uf-ido-ref>div:first-child {
	margin-right: 0px;
}

.section-node article .szem-gyakorisag {
	clear: left;
}

.szemido-admin-form fieldset legend {
	font-size: 1em;
	letter-spacing: -0.5px;

}

.szemido-admin-form .js-form-type-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.szemido-admin-form .js-form-type-radio label {
  color: #333;
  background: #FFF;
  display: inline-block;
  cursor: pointer;

  padding: 5px 20px 5px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-size: 1em;
}

.szemido-admin-form .js-form-type-radio input[type=radio]:checked + label{
  color: #FFF;
  background: #009933;
}

.szemido-admin-form .js-form-type-radio label + input[type=radio] + label {
  border-left: solid 1px #DDD;
}
.szemido-admin-form .js-form-type-radio {
  border: solid 1px #DDD;
  display: inline-block;
  margin: 10px 10px 0px 0px !important;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.szemido-admin-form #edit-adatbekeres {
	background: #EEE;
	padding: 20px;
	height: 240px;
	width: 1060px;
	float: left;
}

#edit-ufsz--wrapper {
	float: left;
	border-right: 1px solid #DDD;
	width: 480px;
}

.form-item-mikor {
	padding-left: 30px;
	width: 460px;
	float: left;
}

.js-form-item-mikor label {
	font-weight: bold;
	padding-left: 2px;
}


#edit-mikor--description {
	font-size: 0.8em;
	padding-left: 5px;
	padding-top: 5px;
}

.szemido-admin-form #edit-actions {
	width: 140px;
	height: 240px;
	float: left;
	background: #EEE;
	margin-top: 16px;
	padding-top: 90px;
}

.szemido-admin-form #edit-submit {
	background: #047EAF;
}

.szemido-admin-form #set_search_results_wrapper {
	float: left;
}

.szemido-admin-form #set_search_results_wrapper h3 {
	background: #666;
	color: white;
	padding: 20px;
	font-weight: normal;
}

.szemido-admin-form #set_search_results_wrapper .datum {
	background: #047EAF;
	color: #FFF;
	padding: 5px 0px;
	width: 50%;
	float: left;
}

.szemido-admin-form #set_search_results_wrapper .napnev {
	background: #003B52;
	color: #FFF;
	padding: 5px 0px;
	width: 50%;
	float: left;
}

.szemido-admin-form #set_search_results_wrapper .idopont {
	background: #EEE;
	border: 1px solid #DDD;
	font-weight: bold;
	width: 20%;
	float: left;
}

.szemido-admin-form #set_search_results_wrapper .foglalasok {
	border: 1px solid #DDD;
	margin-bottom: 5px;
	width: 80%;
	float: left;
	text-align: left;	
}

.szemido-admin-form #set_search_results_wrapper .foglalasok a {
	color: #000;	
	display: block;
	width: 100%;
}

.szemido-admin-form #set_search_results_wrapper .szabad {
	background: #D3FFD1;
	border: 1px solid #FFF;
	padding-left: 5px;
}

.szemido-admin-form #set_search_results_wrapper .szabad:hover {
	background: #86F575;
}

.szemido-admin-form #set_search_results_wrapper .foglalt {
	background: #FFE5E6;
	border: 1px solid #FFF;
	padding-left: 5px;
}

.szemido-admin-form #set_search_results_wrapper .foglalt:hover {
	background: #FFADB0;
}

.szemido-admin-form #set_search_results_wrapper .deaktiv {
	background: #EEE;
	border: 1px solid #FFF;
	padding-left: 5px;
}

.szemido-admin-form #set_search_results_wrapper .folytatas {
	background: #EEE;
	border: 1px solid #FFF;
	padding-left: 5px;
}

.szemido-admin-form #set_search_results_wrapper .folytatas:hover {
	background: #DDD;
}



/*********************** Mobil ***************************/

@media only screen and (max-width: 720px) {
	
	#block-fejlec div.logo  {
		width: 100%;
		text-align: center;
	}
	
	#block-fejlec div.logo img {
		width: 250px;
		height: auto;
	}
	
	#block-fejlec div.cim  {
		width: 100%;
		text-align: center;
	}
	
	div[id^="block-lablec"] .lablec {
		width: 100%;
		border: 0;
		padding: 0px 10px;
		padding-bottom: 40px;
	}
	
	div[id^="block-lablec"] .lablec2 {
		border-top: 1px solid white;
		padding-top: 40px;
	}
	
	#main {
		padding: 0px 10px;	
	}
	
	.form-item-hazszam, .form-item-kozterulet-jellege, .form-item-kozterulet {
		float: none;
	}

	.form-item-kozterulet {
		width: 100%;
		margin-right: 0px;
	}

	.form-item-kozterulet-jellege {
		width: 100%;
	}

	.form-item-hazszam {
		width: 100%;
	}
}