@charset "UTF-8";

/*Fontok--------------------------------------------------------------------------------*/

/*Oldal alapok--------------------------------------------------------------------------*/

#main-content {
  margin: 5% 20% 5% 20%;
}

body {
  font-family: "Open Sans Bold", sans-serif;
  height: calc(100vh - 85px);
  background-color: #e9ecef;
}

/*Menüsáv------------------------------------------------------------------------------*/

.navbar-toggler {
  padding-right: 0;
}

#menu-nav {
  color: #e9ecef !important;
  background-color: transparent;
  height: 85px;
  padding-right: 5%;
  padding-left: 5%;
  flex-wrap: nowrap;
}

#menu-nav #user-dropdown {
  font-size: 30px;
  color: #e9ecef;
}

@media (max-width: 425px) {
  #menu-nav #user-dropdown {
    font-size: 25px;
  }
}

#menu-nav .btn {
  max-width: 150px;
  padding-top: 7px;
}

#menu-nav a.nav-link {
  color: #e9ecef;
  font-size: 25px !important;
}

#menu-nav a.nav-link.dropdown-toggle {
  padding-top: 0 !important;
}

#menu-nav a.nav-link i {
  margin-right: 5px;
}

#menu-nav a.nav-link.wide1 {
  min-width: 200px;
}

#menu-nav a.nav-link.wide2 {
  min-width: 150px;
}

#menu-nav .navbar-brand {
  flex: 0 1 auto;
  display: flex;
  margin-right: 15px;
  min-width: 200px;
}

#menu-nav .navbar-brand span {
  font-size: 15px;
  font-weight: bold;
}

#menu-nav .navbar-brand #logo {
  display: inline-block;
  max-height: calc(85px - 17px);
  max-width: calc(85px - 17px);
}

#menu-nav .navbar-brand #logo_name {
  display: inline-block;
  width: 50%;
  max-height: calc(85px - 17px);
}

#menu-nav .navbar-collapse {
  z-index: 1001;
}

#menu-nav .dropdown-toggle::after {
  display: none;
}

#menu-nav .nav-link.dropdown-toggle {
  margin-top: 10px;
}

.only-hamburger {
  display: none;
}

@media (max-width: 767px) {
  .only-hamburger {
    display: initial !important;
  }

  .nav-link {
    max-width: 250px !important;
  }

  .nav-link i {
    margin-right: 10px !important;
    width: 30px;
  }

  .navbar-collapse {
    background-color: #0c968a;
    box-shadow: -1px 3px 19px -1px #445f6c;
    padding: 10px;
    position: absolute;
    right: 26px;
    top: 62px;
  }

  #user-dropdown .only-hamburger {
    margin-left: -5px !important;
  }
}

@media (max-width: 425px) {
  .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

/*Admin oldalra mutató link-----------------------------------------------------------*/

/*Fordás animáció*/

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#admin-cog {
  position: fixed;
  bottom: 2%;
  right: 2%;
  height: 35px;
  width: 35px;
  font-size: 30px;
  color: #41626d;
  z-index: 5;
  display: none;
}

#admin-cog:hover {
  cursor: pointer;
}

#admin-cog:hover i {
  -webkit-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}

main {
  overflow: hidden;
  padding-top: 20px;
  padding-left: 6% !important;
  padding-right: 6% !important;
}

#loader div:nth-of-type(2) {
  color: #41626d;
}

h1,
h2 {
  color: #87888a;
}

/*fejléc*/

#user-dropdown .dropdown-menu span {
  padding: 2.5rem 1.5rem;
  font-weight: bold;
}

/*Gomb alapok--------------------------------------------------------------------*/

.btn-cancel,
.btn-cancel:hover,
.btn-alt,
.btn-alt:hover,
.btn-main,
.btn-main:hover {
  font-size: 1rem;
  padding: 0 0.5rem;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0.2rem;
}

.btn-main,
.btn-main:hover {
  background-color: #16aa9d !important;
  color: #e9ecef !important;
}

.buttons-excel,
.buttons-excel:hover {
  background-color: #16aa9d !important;
  color: #e9ecef !important;
}

.btn-alt,
.btn-alt:hover {
  background-color: #595959;
  color: #e9ecef !important;
}

.btn-cancel,
.btn-cancel:hover {
  background-color: #595959;
  color: #e9ecef !important;
}

/*Detail tábla---------------------------------------------------------------------*/

.details-table tr[role] td {
  background: #e9e9e9;
}

.details-table tr[role]:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.details-table tr[role] th,
.details-table tr[role] th:hover {
  background: #131c28;
  color: #c5c6c7;
}

/*Action ikonok---------------------------------------------------------------------*/

.actions-control .actions-holder {
  background-color: #f8f9fa !important;
  border: 1px solid #343a40;
}

.actions-control .actions-holder .fas {
  color: #343a40 !important;
}

.actions-control .actions-holder .fa-cog {
  color: #343a40 !important;
}

.actions-control .actions-holder .fa-check {
  color: #008000 !important;
}

.actions-control .actions-holder .fa-times {
  color: #cc0000 !important;
}

.data-table tbody tr:not(.shown) td.details-control i.opened,
.data-table tbody tr.shown td.details-control i.closed {
  color: #c2ccd6 !important;
}

/*Drag-and-drop popup--------------------------------------------------------------*/

/*2021.02.20. - V3 fejelsztés - Drag-adn-drop kikapcsolva, mert csak gondokat okozott*/

.draggable-modal {
  position: fixed;
  z-index: 49;
  top: 20%;
  left: 20%;
  width: 80%;
  max-width: 1000px;
  height: 73%;
  border: 3px solid #272727;
  border-radius: 15px;
}

.draggable-modal .draggable-modal-header {
  position: relative;
  height: 10%;
  background-color: #272727;
  color: #f8f9fa;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
}

.draggable-modal .draggable-modal-header .close-icon {
  position: absolute;
  right: 15px;
  padding: 0 10px;
  font-size: 15px;
}

.draggable-modal .draggable-modal-header .close-icon:hover {
  cursor: pointer;
}

.draggable-modal .draggable-modal-body {
  background-color: #eeeeee;
  color: #445f6c;
  height: 80%;
  padding: 40px 20px 40px 20px;
  overflow-y: auto;
}

.draggable-modal .draggable-modal-button-row {
  background-color: #272727;
  height: 10%;
  margin: 0 !important;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.draggable-modal .draggable-modal-button-row button {
  min-width: 100px;
}

@media only screen and (max-device-height: 768px) and (max-device-width: 1024px) {
  .draggable-modal {
    top: 5%;
    left: 15%;
    width: 80%;
    height: 90%;
  }
}

/*Felugró------------------------------------------------------------------------ */

.modal-header {
  background-color: #41626d;
  color: #e9ecef;
}

.modal-header .close {
  color: #e9ecef;
}

.modal-header h2 {
  font-size: 23px;
}

.modal form h2 {
  color: #41626d !important;
}

/*Tooltip-------------------------------------------------------------------------*/

.tooltip-inner {
  background-color: #41626d !important;
  color: #e9ecef !important;
}

.tooltip .arrow::before {
  border-top-color: #41626d !important;
}

.info-icon {
  color: #343a40 !important;
}

.info-icon:hover {
  cursor: pointer;
}

.protip-container {
  z-index: 10000 !important;
  background: #445f6c !important;
  color: #b8e0db !important;
}

.protip-skin-default--scheme-white[data-pt-position=top-left] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=top] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=top-right] .protip-arrow {
  border-top-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=bottom] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=left-top] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=left] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=right-top] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=right] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #445f6c !important;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #445f6c !important;
}

/*Nyelvválasztó------------------------------------------------------------------- */

#lang-holder {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.lang-selector {
  padding: 10px;
}

.lang-selector button,
.lang-selector button:hover,
.lang-selector button:active {
  padding: 10px;
  margin-top: -10px;
  background-color: transparent !important;
  border: none;
  color: #000;
  font-size: 13px;
}

.lang-selector .flag {
  width: 25px;
  height: 15px;
  margin-right: 10px;
}

.lang-selector .flag,
.lang-select .flag {
  width: 22px;
  height: 15px;
  margin-right: 10px;
  transform: translateY(3px);
}

.flag-small {
  width: 22px !important;
  height: 15px !important;
}

.lang-selector.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.lang-selector button,
.lang-selector button:hover,
.lang-selector button:active,
.lang-selector button:focus {
  margin-top: -10px;
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
  font-size: 13px;
  outline-color: transparent !important;
}

#lang-selector-wrapper .filter-option-inner-inner .flag {
  margin-right: 0px;
}

#lang-selector-wrapper .filter-option-inner-inner .lang-name {
  display: none;
}

@media (min-width: 992px) {
  .lang-selector {
    margin-left: 10px !important;
    padding: 0px;
    /*button,  button div {
        max-height: 20px;
        font-size: 12px;
        padding: 2px;
        color: #fff!important;
    }*/
  }
}

@media (max-width: 1300px) {
  .lang-selector {
    padding: 0px;
  }
}

/*SCROLLBAR------------------------------------------------------------------------*/

::-webkit-scrollbar-thumb,
.side-nav::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background: #41626d;
}

::-webkit-scrollbar {
  width: 15px;
  z-index: 5;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
}

.side-nav::-webkit-scrollbar {
  width: 5px;
  z-index: 5;
}

.side-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.side-nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-responsive::-webkit-scrollbar {
  height: 10px;
  z-index: 5;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Checkbox Radiobutton--------------------------------------------------------------*/

.fw-checkbox,
.fw-radiobutton {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.fw-checkbox:hover,
.fw-radiobutton:hover {
  cursor: pointer;
}

.fw-checkbox .cf-label,
.fw-radiobutton .cf-label {
  margin-left: 0.7rem;
}

.fw-checkbox input,
.fw-radiobutton input {
  opacity: 0;
  height: 20px;
  width: 20px;
  float: left;
}

.fw-checkbox input:not(:disabled),
.fw-radiobutton input:not(:disabled) {
  cursor: pointer;
}

.fw-checkmark,
.fw-radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #cddce1;
  border-radius: 0.25rem;
}

.fw-radiomark {
  border-radius: 50%;
}

.fw-checkbox:hover input ~ .fw-checkmark,
.fw-radiobutton:hover input ~ .fw-radiomark {
  background-color: #fff;
}

.fw-checkbox input:checked ~ .fw-checkmark,
.fw-radiobutton input:checked ~ .fw-radiomark {
  background-color: #008000;
}

.fw-checkbox input:checked:disabled ~ .fw-checkmark,
.fw-radiobutton input:checked ~ .fw-radiomark {
  background-color: #b4dce8;
}

.edit-input .fw-checkbox input:checked:disabled ~ .fw-checkmark {
  background-color: #b4dce8;
}

.edit-input .fw-checkbox input:disabled ~ .fw-checkmark {
  background-color: #f1f1f1;
}

.fw-checkmark:after,
.fw-radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.fw-checkbox input:checked ~ .fw-checkmark:after,
.fw-radiobutton input:checked ~ .fw-radiomark:after {
  display: block;
}

.fw-checkbox .fw-checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0 !important;
  transform: rotate(45deg);
}

.fw-radiobutton .fw-radiomark:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.form .fw-checkbox,
.form .fw-radiobutton {
  margin-top: 50px;
}

/*Validáció------------------------------------------------------------------------------*/

.invalid-tooltip {
  display: none !important;
}

.is-invalid:hover {
  cursor: default;
}

.fw-checkbox > input.is-invalid + .fw-checkmark {
  border-color: #cc0000;
}

.error-message {
  color: rgba(220, 53, 69, 0.9);
  display: inline-block;
}

.ck-editor__editable_inline.is-invalid {
  border: solid 1px #dc3545 !important;
}

@media (min-width: 992px) {
  .is-invalid:hover + .error-message-holder,
  .is-invalid:hover > .error-message-holder {
    display: block !important;
  }

  .error-message-holder {
    display: none;
    position: relative;
  }

  .arrow-up {
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(220, 53, 69, 0.9);
  }

  .error-message {
    position: absolute;
    z-index: 5;
    margin-top: 5px;
    min-width: 50px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0 0.25rem 0.25rem 0.25rem;
  }
}

/*Cookie felugró----------------------------------------------------------------------------*/

#cookie-popup {
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 10px;
  padding-bottom: 20px;
  z-index: 4;
  transform: translate3d(0, 110px, 0);
  border-top: 3px solid #41626d;
  background-color: #e9ecef;
}

#cookie-popup button {
  width: 100px;
}

#cookie-popup div,
#cookie-popup p {
  width: 90%;
}

/*Gyorsabb alert-------------------------------------------------------------------------------------*/

.modal.fade .modal-dialog {
  /* if this is too slow, change it back to .5s */
  transition: transform 0.5s ease-out;
  transform: translate(0, 0);
  transition-duration: 0.5s;
  /* note that the seconds are added */
}

.collapsing {
  transition: none;
  display: none;
}

/*Ha hosszú content van a modalban*/

.modal-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

/*------------------------------------------------------------------------*/

/*Loader*/

.window-fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #45616e;
  opacity: 0.5;
}

#loader {
  width: 20vw;
  min-width: 250px;
  height: 90px;
  padding: 10px;
  background-color: #ebeff0;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1062;
}

#loader div {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#loader div:nth-of-type(2) {
  right: 5%;
  font-size: 30px;
}

/*Alert*/

.modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-footer {
  padding-bottom: 0.5rem;
}

/*------------------------------------------------------------------------*/

/*Bootstrap select*/

.tr-filter .bootstrap-select button.btn.dropdown-toggle {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bootstrap-select.disabled button {
  background-color: #e9ecef !important;
  border: 1px solid #000;
}

.bootstrap-select.disabled button:hover {
  cursor: default;
  border: 1px solid #000;
}

.bootstrap-select.disabled button:focus,
.bootstrap-select.disabled button.focus {
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select.disabled .filter-option-inner-inner {
  color: #979ea4 !important;
}

/*------------------------------------------------------------------------*/

/*Igazítások*/

.pop-form-chk {
  margin-top: 50px;
}

.spacer-20 {
  height: 20px;
  width: 100%;
}

.flag-mini {
  margin-bottom: -2px;
  height: 15px !important;
  width: 25px !important;
  margin-left: 5px;
}

.edit-input .dropdown-menu {
  min-height: 500px !important;
}

/*Mértezések*/

.ck-editor__editable_inline,
textarea {
  min-height: 250px;
  max-height: 500px;
}

.fw-15px {
  min-width: 15px;
  width: 15px;
}

.fw-50px {
  min-width: 50px;
  width: 50px;
}

.fw-70px {
  min-width: 70px;
  width: 70px;
}

.fw-85px {
  min-width: 85px;
  width: 85px;
}

.fw-90px {
  min-width: 90px;
  width: 90px;
}

.fw-100px {
  min-width: 100px;
  width: 100px;
}

.wp-15 {
  min-width: 15px;
  width: 15px;
}

.wp-50 {
  min-width: 50px;
  width: 50px;
}

.wp-70 {
  min-width: 70px;
  width: 70px;
}

.wp-85 {
  min-width: 85px;
  width: 85px;
}

.wp-90 {
  min-width: 90px;
  width: 90px;
}

.wp-100 {
  min-width: 100px;
  width: 100px;
}

.wm-100 {
  min-width: 100px;
}

/* uplode formos cuccok*/

.dm-uploader {
  border: #45616e 2px dashed;
}

.text-trim {
  text-overflow: ellipsis;
  overflow: hidden;
}

input,
.filter-option-inner-inner,
.bootstrap-select span.text {
  font-size: 13px !important;
}

.input-group > .bootstrap-select:not(:first-child),
.input-group > .bootstrap-select:not(:last-child) {
  width: calc(100% - 2px - 0.5rem - 15px) !important;
}

.input-group > .bootstrap-select:not(:first-child) button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .bootstrap-select:not(:last-child) button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* HTML EDITOR */

.jodit_toolbar_popup-inline-target {
  z-index: 1051;
}

/*Formok*/

.button-end {
  padding: 0 10px 0 10px !important;
  justify-content: end;
  float: right;
}

.button-end button {
  min-width: 100px;
}

input::-ms-clear {
  display: none;
}

#main-login-form-holder,
.page-title {
  margin: 0 60% 0 10%;
}

.page-title {
  margin-top: 10%;
}

.page-title #logo {
  width: 20%;
  display: inline-block;
}

.page-title #logo_name {
  display: inline-block;
  width: 50%;
}

input {
  padding: 20px 10px 20px 10px !important;
  border-color: #fff !important;
}

.input-group-text {
  background-color: #fff !important;
  border-color: #fff !important;
}

.button-end {
  justify-content: left !important;
  float: none !important;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.button-end > div {
  width: 100%;
}

.button-end button {
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}

.button-end button i {
  font-size: 20px;
  color: #44606d;
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}

.button-end button:hover {
  padding-left: 20px !important;
}

#main-login-form > .row:nth-last-of-type(2) {
  display: none;
}

@media (max-width: 1024px) {
  #main-login-form-holder,
  .page-title {
    margin: 10% 40% 0 10%;
  }
}

@media (max-width: 425px) {
  #main-login-form-holder,
  .page-title {
    margin: 0 10% 0 10%;
  }
}

a {
  color: #fff;
}

a:hover {
  color: #82dbce;
}

