/*
    Created on : Aug 31, 2014, 10:53:46 AM
    Author     : huba
*/

.ui-datepicker {
  z-index: 1100 !important;
}

/* z-dropdown */
.z-dropdown .btn .caret {
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  vertical-align: middle;
}

.z-dropdown .combotext {
  display: inline-block;
  float: left;
  overflow-x: hidden;
  padding: 0 20px 0 0;
  text-align: left;
  width: 100%;
}

.z-dropdown > .dropdown-menu, .z-ddedit > .dropdown-menu {
  margin-left: 20px;
  max-height: 230px;
  /*max-width: 300px;*/
  max-width: 92%;
  overflow-x: hidden;
  overflow-y: auto;
}

.z-dropdown.leftp0 > .dropdown-menu, .z-ddedit.leftp0 > .dropdown-menu {
  margin-left: 0;
}
/* z-dropdown */

/* z-ddedit */
.z-ddedit {
  position: relative;
}

.z-ddedit > .dropdown-menu {
	max-height: 265px;
	overflow-y: auto;
}
/* z-ddedit */

/* inline editor */
.pnl-field-edit {
  min-height: 20px;
  min-width: 80px;
  position: relative;
}

.lbl-field-edit {
  padding-right: 40px;
  width: 100%;
}

.btn-field-edit {
  border: 0 none;
  position: absolute;
  right: 5px;
  top: 0;
  width: 35px;
}

.inline-editor {
  position: relative;
}

.ie-cont {
  padding-right: 30px;
  width: 100%;
}

.ie-buttons {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.ie-buttons span.glyphicon {
  cursor: pointer;
}
/** inline editor */

/* list box */
.z-listbox {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.z-listbox ul {
  margin-left: 15px;
  background-clip: padding-box;
  background-color: #FFFFFF;
/*  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;*/
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
  /*display: none;*/
  /*float: left;*/
  font-size: 14px;
  /*left: 0;*/
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  /*position: absolute;*/
  /*top: 100%;*/
  width: 100%;
  /*z-index: 1000;*/
}

.z-listbox li {
}

.z-listbox li > a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 2px;
  white-space: nowrap;
}

.z-listbox li a:hover, .z-listbox li.active a {
  background-color: #E8E8E8;
  background-image: linear-gradient(to bottom, #F5F5F5 0px, #E8E8E8 100%);
  background-repeat: repeat-x;
  color: #262626;
  text-decoration: none;
}

.z-listbox li.active a {
  color: red;
}
/** list box */

/* TGrid */
/*thead > tr > th, tbody > tr > td {
  border-right: 0 none;
}*/
/* grid's height/width scrolling */

/*.zgrid table {
  margin-bottom: 0;
  position: relative;
}*/
/* common.css
.zgrid {}

.zgrid .table-pagination ul {
  margin-bottom: 0;
} */

.zgrid th.sticky {
  position: sticky;
  top: 0;
}

/* column coloring on selec column */
table > colgroup > col.col-active {
  background-color: #f5f5f5;
}

/* additional row in the head, for grouping */
thead.gr-head > tr > th.group-header {
  background-image: url("img/fuggvonalka.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  text-align: center;
}

thead.gr-head > tr > th.group-header:last-of-type {
  background-image: none;
}

/* th and td classes for align colimn definition attribute */
tr > th.align-left, tr > td.align-left {
  text-align: left;
}
tr > th.align-center, tr > td.align-center {
  text-align: center;
}
tr > th.align-right, tr > td.align-right {
  text-align: right;
}

/* sortable columns in the head */
/* unsorted */
thead.gr-head > tr > th.zgr-col {
  cursor: pointer;
}
th.zgr-col > span.glyphicon-chevron-up {
  display: none;
}
th.zgr-col > span.glyphicon-chevron-down {
  display: none;
}

/* sorted in ascending order */
thead.gr-head > tr > th.zgr-col-up {
  cursor: pointer;
}
th.zgr-col-up > span.glyphicon-chevron-up {
  display: inline;
}
th.zgr-col-up > span.glyphicon-chevron-down {
  display: none;
}

/* sorted in descending order */
thead.gr-head > tr > th.zgr-col-down {
  cursor: pointer;
}
th.zgr-col-down > span.glyphicon-chevron-up {
  display: none;
}
th.zgr-col-down > span.glyphicon-chevron-down {
  display: inline;
}

.zgr-row.active td {
  background-color: #f5f5f5;
}

/* div class to fill a td's content, required td style="padding: 0; position: relative;" */
.fill-td-div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}

/** TGrid */

/* toggle button */
.z-toggle {
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 120px;
}

.z-toggle-container {
  height: 100%;
  width: 180px;
}

.z-toggle-change {
  transition: margin-left 0.5s ease 0s;
}

.z-toggle-change-drag {
  transition: left 0s ease 0s;
}

.z-toggle-on {
  box-sizing: border-box;
  text-align: center;
  background: #337ab7;
  color: #ffffff;
  display: inline-block !important;
  height: 100%;
  width: 60px;
}

.z-toggle-on-disabled {
  background: #666666;
}

.z-toggle-off {
  box-sizing: border-box;
  background: #eeeeee;
  color: #000000;
  text-align: center;
  display: inline-block !important;
  height: 100%;
  width: 60px;
}

.z-toggle-off-disabled {
  background: #333333;
  color: #ffffff;
}

.z-toggle-switch {
  box-sizing: border-box;
  background: #ffffff;
  color: #333333;
  margin-bottom: -1px;
  margin-top: -1px;
  text-align: center;
  display: inline-block !important;
  height: 100%;
  width: 60px;
}

.z-toggle-switch-disabled {
  background: #000000;
}

/** toggle button */

#dlgHelp .modal-body {
  max-height: 70%;
}

.horizp0 {
  padding-left: 0;
  padding-right: 0;
}

.leftp0 {
  padding-left: 0;
}

.rightp0 {
  padding-right: 0;
}

.bottomp0 {
  padding-bottom: 0;
}

/* a validator ikonjat probalja helyretenni mert dropdown-ok eseten elegge lecsuszik */
.has-feedback label ~ .form-control-feedback {
  top: 0;
}

@media (min-width: 544px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/* login window's defaults */

/* panel cimke */
.panel-captiontext {
  background-color: #EEE;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  left: 10px;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
}
/* panel cimke */

/* bootstrap */
.modal-header {
  background-color: #E8E8E8;
}

.modal-xl {
  width: 90%;
}
/* bootstrap */

/* rolling loader icon */
.loader-wrapper {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.loader-wrapper > .loader {
  background-color: #FFF;
  color: #B4A69E;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 150px auto;
  padding: 0 15px;
  width: 270px;
}

.loader-wrapper > .loader > img {
  vertical-align: middle;
}
/** rolling loader icon */