
/*CUSTOM*/
.strikeout{
text-decoration: line-through;
}
.napijelentes .card-body{
margin-top: 15px;
}

#helpframe {
  position : fixed;
  top      : 0;
  right    : 0;
  height   : 100%;
  width    : 38%;
  margin-top: 15px;
  margin-left: 10px;
  display: none;
}

#helpframe .card,
#helpcontent{
  height: 100%;
}

#main{
  margin: 0;
}

.tdcont{
  max-width:350px;
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap; 
  word-wrap: break-word;
}
  
.navbar-vertical .navbar-brand > img, .navbar-vertical .navbar-brand-img {
  max-width: 100%;
  max-height: 3rem;
}

.card-title a{
  color: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #7acc52;
  border-color: #7acc52;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}      

.sidenav .navbar-brand {
  padding: 0.5rem 2rem;
}


.bg-primary {
  background-color: #5e72e4 !important;
}

.bg-secondary {
  background-color: #8392ab !important;
}

.bg-success {
  background-color: #2dce89 !important;
}

.bg-info {
  background-color: #11cdef !important;
}

.bg-warning {
  background-color: #fb6340 !important;
}

.bg-danger {
  background-color: #f5365c !important;
}

.bg-light {
  background-color: #e9ecef !important;
}

.bg-dark {
  background-color: #344767 !important;
}

.bg-white {
  background-color: #fff !important;
}
.bg-green {
  background-color: #113300 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray-100 {
  background-color: #eeeeee !important;
}

.bg-green-100 {
  background-color: #7dd651 !important;
}
.bg-brown-100 {
  background-color: #52391d !important;
  color: #ffffff !important;
}
.bg-blue-100 {
  background-color: #52391d !important;
  color: #ffffff !important;
}

.bg-lightbrown-100 {
  background-color: #998a6b !important;
  color: #ffffff !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}   
.btn-primary {
  color: #fff;
  background-color: #6bb347;
  border-color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #5c993d;
  border-color: #fff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #5c993d;
  border-color: #fff;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5c993d;
  border-color: #fff;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(80, 97, 194, 0.5);*/
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #eeeeee;
  background-color: #5c993d;
  border-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #98896b;
  border-color: #98896b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #807359;
  border-color: #807359;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #807359;
  border-color: #807359;
  /*box-shadow: 0 0 0 0.2rem rgba(111, 124, 145, 0.5);*/
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4a3d22;
  border-color: #4a3d22;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
/*  box-shadow: 0 0 0 0.2rem rgba(111, 124, 145, 0.5);*/
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #eeeeee;
  background-color: #807359;
  border-color: #807359;
}

.btn-success {
  color: #fff;
  background-color: #6bb347;
  border-color: #6bb347;
}
.btn-success:hover {
  color: #fff;
  background-color: #5c993d;
  border-color: #5c993d;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #5c993d;
  border-color: #5c993d;
  /*box-shadow: 0 0 0 0.2rem rgba(38, 175, 116, 0.5);*/
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5c993d;
  border-color: #5c993d;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
/*  box-shadow: 0 0 0 0.2rem rgba(38, 175, 116, 0.5);*/
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #5c993d;
  border-color: #5c993d;
}

.radius-right{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.radius-left{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.btn-info {
  color: #fff;
  background-color: #cccc00;
  border-color: #cccc00;
}
.btn-info:hover {
  color: #fff;
  background-color: #b2b300;
  border-color: #b2b300;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #b2b300;
  border-color: #b2b300;
  /*box-shadow: 0 0 0 0.2rem rgba(14, 174, 203, 0.5);*/
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #b2b300;
  border-color: #b2b300;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(14, 174, 203, 0.5);*/
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #b2b300;
  border-color: #b2b300;
}

.btn-warning {
  color: #000;
  background-color: #fb6340;
  border-color: #fb6340;
}
.btn-warning:hover {
  color: #000;
  background-color: #fc7a5d;
  border-color: #fb7353;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #fc7a5d;
  border-color: #fb7353;
  box-shadow: 0 0 0 0.2rem rgba(213, 84, 54, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fc8266;
  border-color: #fb7353;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 84, 54, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
}

.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
  /*box-shadow: 0 0 0 0.2rem rgba(208, 46, 78, 0.5);*/
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(208, 46, 78, 0.5);*/
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #b30000;
  border-color: #b30000;
}

.btn-light {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-light:hover {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
  box-shadow: 0 0 0 0.2rem rgba(198, 201, 203, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #edf0f2;
  border-color: #ebeef1;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 201, 203, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-dark {
  color: #fff;
  background-color: #344767;
  border-color: #344767;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c3c58;
  border-color: #2a3952;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3c58;
  border-color: #2a3952;
  box-shadow: 0 0 0 0.2rem rgba(82, 99, 126, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a3952;
  border-color: #27354d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 99, 126, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #344767;
  border-color: #344767;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-primary {
  color: #5e72e4;
  border-color: #5e72e4;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #5e72e4;
  border-color: #5e72e4;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #5e72e4;
  border-color: #5e72e4;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5e72e4;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #8392ab;
  border-color: #8392ab;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #8392ab;
  border-color: #8392ab;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 146, 171, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #8392ab;
  border-color: #8392ab;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 146, 171, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #8392ab;
  background-color: transparent;
}

.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #2dce89;
  border-color: #2dce89;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 206, 137, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #2dce89;
  border-color: #2dce89;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 206, 137, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #2dce89;
  background-color: transparent;
}

.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #11cdef;
  border-color: #11cdef;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 205, 239, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #11cdef;
  border-color: #11cdef;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 205, 239, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #11cdef;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fb6340;
  border-color: #fb6340;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #fb6340;
  border-color: #fb6340;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 99, 64, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #fb6340;
  border-color: #fb6340;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 99, 64, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fb6340;
  background-color: transparent;
}

.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #f5365c;
  border-color: #f5365c;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 54, 92, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #f5365c;
  border-color: #f5365c;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 54, 92, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f5365c;
  background-color: transparent;
}

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-dark {
  color: #344767;
  border-color: #344767;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #344767;
  border-color: #344767;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 71, 103, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #344767;
  border-color: #344767;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 71, 103, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #344767;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #5e72e4;
  text-decoration: none;
}
.btn-link:hover {
  color: #233dd2;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}                           
.bg-green-100 {
  background-color: #7dd651 !important;
}

.navbar-vertical .navbar-nav .nav-link.active {
  font-weight: 600;
  background-image: linear-gradient(310deg, #7acc52 0%, #7acc52 100%);
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
  color: #fff !important;
  border-radius: 0.5rem;
}


.bg-primary {
  background-color: transparent !important;
  background-image: url('../kepek/header_xs.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
    background-position: center top;
}

#fakebg {
  background-color: #7acc52 !important;
  background-image: url('../kepek/header_xs.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 100;
}                       

#hibatop{
  margin-top: 30px;
}

.bg-gradient-success {
  background-image: linear-gradient(310deg, #7acc52 0%, #7acc52 100%);
}


.button-box{
margin-top: 40px;
}

.gw-30{
flex: 0 0 30% !important;
}

.gw-20{
flex: 0 0 20% !important;
}
thead .form-group{
  margin-bottom: 0px;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: block;
  overflow: auto;
  height: calc(100vh - 140px);
}

.sidenav[data-color=success] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #7acc52 0%, #7acc52 100%);
}   

.sidenav-header {
  height: 5.875rem;
}
.bg-gradient-info {
  background-image: linear-gradient(310deg, #ffffff 0%, #ffffff 100%);
}

.text-grey{
  color: #333337;
}

.bg-primary {
    background-color: #7acc52 !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
      background-position: center top;
}

#fakebg {
    background-color: #7acc52 !important;
    background-image: url('../kepek/header_xs.png');  
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 100;
}

@media (min-width: 769px) {
  .bg-primary {
      background-image: url('../kepek/header.png');
  }
  
  #fakebg {
      background-image: url('../kepek/header.png');
  }
  }
      

.sublink{
  padding-left: 50px !important;
}



a.user{
  color: #222 !important;
  font-size: 14px !important;
  font-weight: bold;
}

#navbarBlur {
    position: fixed;
    right: 0;
    left: 15.625rem;
    z-index: 110;
}

@media (max-width: 1199.98px) {
  #navbarBlur {
      position: fixed;
      right: 0;
      left: 0;
  }
  #navbar .navbar-nav{
    width: auto !important;
  }
}

.top-margin{
    padding-top: 75px;
  }
  
  .card-header {
      padding: 0.5rem !important;
    }
  
  
  .card-header .form-control {
    padding: 0.5rem !important;
  }
  
  .card-title{
    padding-left: 1rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important;
  }
  
  .nobtn{
      margin-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
  }
  
  .nobtn:hover{
      margin-bottom: 0;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  /*#admin-table_filter{
    display: none;
  }*/
  
  #admin-table_wrapper{
    font-size: 0.8rem;
  }
  
  .dt-buttons{
    display: none;
  }
  
  #exportbtn{
    margin-left: 10px;
  }
  
  .table thead th {
    font-weight: 700;
  }
  
  #map-canvas{
    width: 100%;
    height: 300px;
  }
  hd-green {
    background-color: #5c993d !important;
    color: #ffffff !important;
    font-weight:700;
    font-size:14px;
  }
  .hd-grey {
    background-color: #eeeeee !important;
    color: #555555 !important;
    font-weight:700;
    font-size:14px;
  }
  /*Barna #52391d , #5c993d , #cccc00 , #669900 , #665c47 , #6bb347 , #6b4b25 , #948168 , #476647*/
  
  .hd-yellow {
    background-color: #cccc3d !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-brown {
    background-color: #52391d !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-blue {
    background-color: #52391d !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-orange {
    background-color: #665c47 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-brown {
    background-color: #6b4b25 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-red {
    background-color: #669900 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-brown2 {
    background-color: #948168 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-green2 {
    background-color: #669900 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }
  .hd-green3 {
    background-color: #669900 !important;
    color: #ffffff !important;
      font-weight:700;
      font-size:14px;
  }    
  
  .navbar-vertical .navbar-nav .nav-link.active {
      font-weight: 600;
      background-image: linear-gradient(310deg, #7acc52 0%, #7acc52 100%);
      box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
      color: #fff !important;
      border-radius: 0.5rem;
  }
  
  
  .card-header label{
    color: #fff;
  }
  
  .mindetjelol{
    margin-bottom: 0px;
  }
  
  .select2-container {
      z-index: 1;
      float: left;
  }

/*Chat*/
#chatul{
    margin-top: 60px;
  }
  #chatul li{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #chatul .del{
     color: #646464;
     cursor: pointer;
     padding: 5px;
  }
  
  .type_msg {
      border-top: 1px solid #c4c4c4;
      position: relative;
      width: 95%;
  }
  .input_msg_write input {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      color: #4c4c4c;
      font-size: 15px;
      min-height: 48px;
      width: 100%;
      outline: none;
  }
  
  .mytext{
      /*border:0;padding:10px;background:whitesmoke;*/
  }
  .text{
      width:100%;display:flex;flex-direction:column;
  }
  .text .mainmsg{
      width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
  }
  .text .smallmsg{
      width:100%;color:silver;margin-bottom:-7px;margin-top:auto;
  }
  .text-l{
      float:left;padding-right:10px;
  }
  .text-r{
      float:right;padding-left:10px;
  }
  .avatar{
      display:flex;
      justify-content:center;
      align-items:center;
      width:50px;
      float:left;
      padding-right:10px;
  }
  .avatarr{
      display:flex;
      justify-content:center;
      align-items:center;
      width:50px;
      float:right;
      padding-right:10px;
  }
  .macro{
      margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
  }
  .msj-rta{
      float:right;background:#e0e0de;
  }
  .msj{
      float:left;background:white;
  }
  .frame{
      height:450px;
      overflow:hidden;
      padding:0;
  }
  .frame > div:last-of-type{
      position:absolute;bottom:0;width:100%;display:flex;
  }
  
  .msg_send_btn {
      background: #05728f none repeat scroll 0 0;
      border: none;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      height: 33px;
      position: absolute;
      right: 0;
      top: 11px;
      width: 33px;
  }
  
  .msj-rta.macro{
      margin:auto;margin-left:1%;
  }
  #chatul {
      width:100%;
      list-style-type: none;
      padding:18px;
      position:absolute;
      bottom:47px;
      display:flex;
      flex-direction: column;
      top:0;
      overflow-y:scroll;
  }
  .msj:before{
      width: 0;
      height: 0;
      content:"";
      top:-5px;
      left:-14px;
      position:relative;
      border-style: solid;
      border-width: 0 13px 13px 0;
      border-color: transparent #ffffff transparent transparent;
  }
  .msj-rta:after{
      width: 0;
      height: 0;
      content:"";
      top:-5px;
      left:14px;
      position:relative;
      border-style: solid;
      border-width: 13px 13px 0 0;
      border-color: #e0e0de transparent transparent transparent;
  }
  input:focus{
      outline: none;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #d4d4d4;
  }
  ::-moz-placeholder { /* Firefox 19+ */
      color: #d4d4d4;
  }
  :-ms-input-placeholder { /* IE 10+ */
      color: #d4d4d4;
  }
  :-moz-placeholder { /* Firefox 18- */
      color: #d4d4d4;
  }


/*Munkavlállalók*/

.form-group .iti{
    width: 100%;
  }   
  
  #ujform .iti,
  #munkavallalok .iti {
      position: relative;
      display: inline-block;
      width: 80%;
  }
  
  #munkavallalok .form-control {
  font-size: 12px;
  padding: 6px 2px;
  border-radius: 0px;
  }
  
  #munkavallalok .iti__selected-flag .iti__flag{
      display: none;
  }
  
  #munkavallalok .iti--separate-dial-code .iti__selected-dial-code {
      margin-left: 0px;
      font-size: 12px;
  }
  
  #munkavallalok .iti__selected-flag{
      min-width: 36px;
  }
  
  #munkavallalok .iti__selected-flag {
      z-index: 1;
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 2px 0 2px;
  }
  /*
  #munkavallalok .form-group{
      padding: 0px;
  }*/
  
  #munkavallalok .munkavallalo{
  /*	margin-top: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;*/
  }
  
  #munkavallalok .munkavallalo:nth-child(odd) .card{
    background-color: #f9f9f9 !important;
  }
  
  #munkavallalok .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 0 solid rgba(0, 0, 0, 0.125);
      border-radius: 0;
  }
  
  .dd3-content{
    padding-bottom: 50px !important;
  }
  
  #munkalapelemek .munkalapelem label{
      display: none;
  }
  
  /*#munkavallalok .munkavallalo label{
      display: none;
  }
  */
  /*#munkavallalok .labelek{
      font-weight: bold;
      margin-top: 10px;
  }
  */
  #munkavallalok .labelek .textlabel {
      padding: 0px;
  }
  .flatpickr-time {
      height: 80px;
  }
  
  .flatpickr-input[readonly] {
      background-color: #fff;
  }
  
  
  .rgroup{
      position: relative;
  }
  
  .form-control + .icon {
      position: absolute;
      right: 0;
      top: 39px;
      right: 6px;
  }
  
  .select2-container {
      z-index: 9;
      float: left;
  }
  
  .delright{
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      margin-bottom: 0.5rem;
      margin-right: 0.5rem;
  }
  
  .map{
    width: 100%;
    height: 300px;
  }
  
  
  .with-errors{
    color: red;
    position: absolute;
  }
  
  .dd3-handle{
  /*  display: none !important;*/
  }
  
  .dd2-content {
      display: block;
      min-height: 45px;
      margin: 0;
      padding: 5px 10px 5px 10px !important;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid #ccc;
      margin-left: 0px;
      margin-bottom: 5px;
      background: #fafafa;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
  }
  
  .dd3-content {
      /*padding: 5px 10px 5px 10px !important;*/
      padding: 4px 10px 5px 40px;
      margin: 0 !important;
      margin-bottom: 5px !important;
  }
  
  .iti{
    width: 100%;
  }
  
  .card.grey{
    border: 1px solid #cccccc;
  }
  
  .greenhref{
    color: #6bb247;
  }
  
  .greenhref:hover{
    color: #7acc52;
  }


#ingatlanok #admin-table tr td:nth-child(5){
    color: #cc0000;
    font-weight: bold;
  }
  
  #ingatlanok #admin-table tr th:nth-child(5){
    color: #cc0000;
    font-weight: bold;
  }
  
  #ingatlanokprojektek #admin-table tr th:nth-child(4){
    color: #cc0000;
    font-weight: bold;
  }
  #ingatlanokstatisztikak #admin-table tr th:nth-child(3){
    color: #cc0000;
    font-weight: bold;
  }
  
  
  #ingatlanokprojektek #admin-table tr td:nth-child(4){
    color: #cc0000;
    font-weight: bold;
  }
  #ingatlanokstatisztikak #admin-table tr td:nth-child(3){
    color: #cc0000;
    font-weight: bold;
  }
  
  .szobak table tr td:nth-child(5){
    color: #cc0000;
    font-weight: bold;
  }
  
  .szobak table tr th:nth-child(5){
    color: #cc0000;
    font-weight: bold;
  }
  
  .red{
    color: #cc0000;
  }
  
  .green{
    color: #6bb347;
  }
  
  .card-block{
    padding: 10px !important;
  }
  
  /*Kapcsoló*/
  .switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    cursor: pointer;
    /*background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);*/
  }
  
  .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
  }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .switch-input:checked ~ .switch-label:before {
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label:after {
    opacity: 1;
  }
  
  .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
  }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
  }
  .switch-input:checked ~ .switch-handle {
    left: auto;
    right: 4px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  
  .switch-green > .switch-input:checked ~ .switch-label {
    background: #98896b;
  }
  
  
  .switch-white > .switch-input:checked ~ .switch-label {
    background: #ffffff;
  }
  
  .expand_caret {
      transform: scale(1.6);
      margin-left: 8px;
      margin-top: -4px;
  }
  a[aria-expanded='false'] > .expand_caret {
      transform: scale(1.6) rotate(-180deg);
  }
  
  .inputaddon{
    border-radius: 0;
    position: relative;
  z-index: 2;
  display: inline-block;
      font-weight: 700;
      line-height: 1.5;
      color: #67748e;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0.525rem 1.25rem;
  
  }
  
  
  .shadowtext{
    text-shadow: 0 4px 6px rgb(50 50 93 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
  }
  
  .tdcont{
    word-break: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
  }
  
  
  .munkavallalo label{
    display: none;
  }
  
  
    #munkavallalok .mainlabel{
      display: inline;
    }

    
#mediatarModal,
#ujtulajdonos{
z-index: 99999;
}

.deltopright{
	position: absolute;
    right: 0;
    top: 0;
}

#tablediv{
border: solid 1px;
padding-top: 15px;
padding-bottom: 15px;
/*overflow: scroll;*/
background-color: white;
position: relative;
}


.custom-navigation a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
 /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}

.custom-navigation .flex-next {
  right: 0px;
  top: 0px;
  background-color: rgba(66, 103, 178, 0.5);
  height: 100%;
  text-align: right;
  opacity: .8;
}

.custom-navigation .flex-prev {
  left: 0px;
  top: 0px;
  background-color: rgba(66, 103, 178, 0.5);
  height: 100%;
  text-align: right;
  opacity: .8;
}

.custom-navigation .flex-next  .fa{
 position: absolute;
  top: 50%;
  left: 0px;
  margin-left: 10px;
  margin-top: -20px;
}


.custom-navigation .flex-prev  .fa{
 position: absolute;
  top: 50%;
  right: 0px;
  margin-right: 10px;
  margin-top: -20px;
}

.custom-navigation .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flexslider:hover .custom-navigation .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.flexslider:hover .custom-navigation .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .custom-navigation .flex-next {
  opacity: 0.7;
  right: 0px;
}
.flexslider:hover .custom-navigation .flex-next:hover {
  opacity: 1;
}


#videoModal{
  z-index: 9999;
}

#videoModal .modal-body {
    overflow: hidden;
}

#videoModal video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

input#ujletrehozva{
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.player-overlay{
  overflow: hidden;
}

.player-overlay video{
  width: 100%;
  height: auto;
}

#munkavallalok .iti input{
  padding-left: 45px !important;
}

.breadcrumb {
  padding: 0;
}

/*.swal2-container {
z-index: 1100 !important;
}

#fakebg{
  z-index: 100;
}*/


.select2-container--open {
  z-index: 9999999
}


.card-title{
  font-weight: 600;
}

.sublink {
    padding-left: 40px !important;
}

.radius-right {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}


.topright{
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}


#kapcsolatol .dd2-content{
  padding-bottom: 40px !important;
}


.cardrow{
    margin-bottom: 15px;
  }
  
  
  .align-items-center {
      align-items: center!important;
  }
  
  .statl.no-thumbnail {
      background-color: #e0e0e0;
      background-color: var(--color-300);
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  @media (min-width: 991px) {
  .lpa{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
      padding-right: 5px;
      width: 19%;
  }
  }
  
  
  .lpa{
    margin-bottom: 5px;
  }
  
  .bigicon{
      font-size: calc(1.275rem + .3vw)!important;
      line-height: calc(1.275rem + .3vw)!important;
      color: #fff;
  }
  
  .statl.lg {
      width: 56px;
      min-width: 56px;
      height: 56px;
  
  }
  .bg-zold {
      background-color: #7dd651!important;
  
  }
  .bg-zoldessarga {
      background-color: #cccc00!important;
  }
  .bg-barna {
      background-color: #996b6b!important;
  }
  .bg-vilagosbarna {
      background-color: #998a6b!important;
  }
  
  .bg-lilasbarna {
      background-color: #996b7a!important;
  }
  
  
  
  
  .color-defult {
      color: #212529!important;
  }
  
  .flex-fill {
      flex: 1 1 auto!important;
  }

  .noch{
        padding-left: 0.5rem !important;
  }


@media (max-width: 767px) {
  .gw-20 {
    flex: 0 0 100% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 100% !important;
    margin-bottom: 5px;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

#admin-search{

  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

  td {
    white-space: normal !important;
  }

  #admin-table .tdcont{
    max-width:150px;  /* adjust to desired wrapping */
    overflow: hidden;
    display: inline-block;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
  }

  .mainbtn{
    display: block;
  }

  .mainbtn a{
    display: block;
    margin-bottom: 3px !important;
  }


  
  #admin-table_wrapper {
    font-size: 0.7rem;
}
  .fc-header-toolbar{
    flex-wrap: wrap;
  }
    .btn-sm {
      font-size: 0.65rem;
    }

    .btn-sm, .btn-group-sm > .btn {
      padding: 0.3rem 0.7rem;
  font-size: 0.65rem;
      border-radius: 0.5rem;
  }
  }
    

@media (max-width: 575.98px) {
   .btn-text{
      /*  font-size: 0.55rem;*/
     /*   display: none;*/
    }


    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    .munkavallalo label{
      display: inline;
    }

    #munkavallalok .mainlabel{
        display: none;
      }

      #szobak{
        font-size: 12px !important;
        }
        
        h5, .h5 {
            font-size: 0.8rem;
        }
        #szobak select{
          font-size: 0.6rem;
        }
        #szobak th{
          font-size: 0.6rem;
        }
        #szobak .text-end{
          text-align: left !important;
        }
}
