/*
    Fejlec
*/
#head {
  width: 100%;
  background-color: #ffffff;
  height: 110px;
}

#head-box-container {
  height: 77px;
}

.logo {
  float: left;
  margin-left: 40px;
  max-height: 77px;
}

.head-box {
  float: right;
  margin-top: 7px;
  margin-right: 10px;
  margin-bottom: 7px;
  height: 60px;
  padding: 5px;
  border-radius: 3px;
  vertical-align: middle;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.head-box-text,
.head-box-text a {
  font-weight: 700;
  color: #444;
  font-size: 12px;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 50px;
  text-decoration: none;
}

.head-box-icon {
  color: #444;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 30px;
}

.head-box:hover {
  border-radius: 3px;
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.head-box-active {
  border-radius: 2px;
  background-color: #f5f5f5;
}

.head-box-input {
  text-transform: uppercase;
  border: 0;
  height: 20px !important;
  line-height: 20px;
  border-radius: 2px;
  width: 150px;
  border: 1px solid #e6e6e6;
  display: none;
  text-transform: none;
  transition: border 0.2s;
  vertical-align: middle;
  outline: none;
}

.head-box-input:focus {
  border: 1px solid #e6e6e6 !important;
}

.head-box-menu {
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  color: #444;
  font-size: 13px;
  width: auto;
  font-weight: 500;
  padding: 8px 0;
  position: absolute;
  top: 50px;
  right: 0;
  transition: opacity 0.3s;
  z-index: 999;
}

.head-box-menu.hide {
  opacity: 0;
  z-index: -1;
}

.head-box-menu.show {
  opacity: 1;
  z-index: 999;
}

.head-box-menu li {
  white-space: nowrap;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
}

.head-box-menu li a {
  text-decoration: none;
  color: #444;
}

.head-box-menu li:hover {
  cursor: pointer;
  background: #eee;
}

.head-box-menusearch-open {
  display: none;
  margin-left: -20px;
}

.head-box-menusearch-open:hover {
  color: #777;
}

.menu-bar-container {
  height: 33px;
  overflow: hidden;
}

.menu-bar {
  float: left;
  height: 33px;
}

.menu-bar .menu-item {
  float: left;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100px;
  height: 33px;
  font-weight: 400;
}

.menu-bar .menu-item a {
  display: block;
  width: 100px;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  outline: none;
  font-size: 12px;
  transition: all 0.2s ease;
}

.menu-bar .menu-item:not(.menu-active) a {
  background: rgba(0, 0, 0, 0.15);
}

.menu-bar .menu-item:not(.menu-active) a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.menu-bar .menu-item.menu-active {
  color: #4b4b4b;
  background: #d8d8d8;
}

.menu-bar .menu-item.menu-active a {
  color: #4b4b4b;
  font-weight: bold;
}

#menu-pager-left {
  float: left;
  width: 16px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

#menu-pager-right {
  float: right;
  width: 16px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.menu-item-badge {
  border: 1px solid white;
  font-size: 10px;
  font-weight: bold;
  background: #f44336;
  color: #ffffff;
  height: 16px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  margin-left: 3px;
}

/*
    Tartalom
*/
#container_id {
  min-width: 1000px;
  min-height: 400px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}

.content {
  flex: 1;
  margin: 0;
  padding: 7px;
  box-sizing: border-box;
  background-color: #d8d8d8;
  overflow: hidden;
}

/*
    Grid kontenerek
*/
.gridrix-container {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  /* Cellspacing reset */
}

.gridrix-container>tbody>tr>td {
  padding: 2px;
  /* Cellpadding reset */
  vertical-align: top;
  text-align: left;
}

.grid-layout-container {
  display: grid;
  padding: 2px;
  gap: 4px;
  /* height: 100%; */
}

.dialogGridCont:not(:last-of-type) {
  margin-bottom: 5px;
}

/*
    Headform inputs
*/
.headFormRow th select,
.headFormRow th input,
.headFormRow th textarea,
.headForm2Row th select,
.headForm2Row th input,
.headForm2Row th textarea {
  width: 95% !important;
}

/*
    Misc
*/
a img {
  border: none !important;
}

#view {
  display: block;
  float: left;
}

.upload_iframe {
  border: 0;
  overflow: hidden;
  margin: 0 0 0 -10px;
}

.decimal {
  text-align: right !important;
}

.ui-uvo-uze-add-alias {
  cursor: pointer;
  color: #666;
}

.ui-uvo-uze-add-alias:hover {
  color: #333;
}

/* deprecated - regi import upload */
#upload_div {
  height: 100%;
  width: 100%;
}

.me,
.megj {
  text-align: left !important;
}

.pointer {
  cursor: pointer !important;
}

.dialog-mce select {
  color: #222;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}

.dialog-mce .form-row {
  margin-top: 7px;
}

#folderCont {
  display: block;
  float: left;
}

.td_treeGrid {
  display: none;
}

/*
    Toolrow
*/
.toolInputDiv {
  float: left;
  margin-right: 5px;
  text-align: left;
}

.toolInputDiv label {
  font-size: 12px;
  font-weight: 500;
  color: #212121;
}

.toolRow input {
  width: 120px;
  margin-bottom: 1px;
}

.toolRow select {
  width: 105px;
  margin-bottom: 1px;
}

.toolRow {
  float: left;
  width: 100%;
}


.tool-block {
  text-align: left;
}

.form-control.toolrow-input,
.form-select.toolrow-input {
  width: 105px;
}

.toolrow-label {
  margin-right: 4px;
  font-size: 12px !important;
  font-weight: 500;
  color: #616161 !important;
  display: block;
}

.form-check-label.toolrow-label {
  margin-left: 5px;
}

.toolrow-actions .form-select,
.toolrow-actions .form-control {
  padding-left: 2px;
  width: 105px !important;
  height: 25px;
  font-size: 12px !important;
  text-align: left;
}

.toolrow-actions .dropdown-menu {
  font-size: 12px;
  background: #fff;
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 0.375rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

.toolrow-actions .dropdown-item {
  --bs-dropdown-item-padding-y: 4px;
  --bs-dropdown-item-padding-x: 8px;
  --bs-dropdown-link-hover-bg: #E9ECEF;
}

/*
    Input aligns
*/

.jqgrow td input:not([type='checkbox']),
.jqgrow td select {
  width: 95%;
}

.grid-tool-btn {
  border: 0;
  background: transparent;
  color: #333;
  padding: 2px 4px;
  cursor: pointer;
  font-size: 15px !important;
  border-radius: 2px;
  transition: background-color ease-in-out .2s;
  margin: 0;
}

.grid-tool-btn:hover {
  background-color: rgb(216, 214, 214);
}

.grid-tool-btn:focus {
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) 2px var(--sys-project-color-op4);
}

.grid-row-info {
  cursor: pointer;
}

.tippy-box[data-theme~='uvo-white'] {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
  border-radius: 5px;
  font-size: 14px;
  color: rgb(5, 5, 5);
  padding: 10px;
}

.nav-tabs .nav-link.active.tab-error {
  border-left-color: #f5c6cb;
  border-top-color: #f5c6cb;
  border-right-color: #f5c6cb;
  background: linear-gradient(to bottom, #f8d7da 55%, #F5F5F5 96%);
}

.nav-tabs .nav-link.tab-error {
  border-left-color: #f5c6cb;
  border-top-color: #f5c6cb;
  border-right-color: #f5c6cb;
  background: linear-gradient(to bottom, #f5c6cb 55%, #ffffff 96%);
}