.sidebar .nav.sub-menu .sub-menu { padding: 0.25rem 0 0 1rem; }
.sidebar .nav .nav-item .nav-link { white-space: unset; padding: 0.75rem 1.75rem 0.75rem 1rem; }
.sidebar .nav.sub-menu .nav-item .nav-link { line-height: 1.4; padding: 0.2rem 0; }
.btn { white-space: nowrap; padding: .5rem .5rem; display: flex; align-items: center; justify-content: center; }
.card-body { position: relative; }

.content-wrapper { padding-bottom: 50px; }

.strong { font-weight: bolder; }

.sidebar .nav.sub-menu { padding: 0.25rem 0 0 3rem; }
.sidebar .nav .nav-item .nav-link .menu-title { font-size: 0.95rem; }
.sidebar .nav.sub-menu .nav-item .nav-link { font-size: 0.9rem; padding: 0.3rem; }

.toast-container { position: fixed !important; top: 0px; right: 0px; z-index: -1; padding: 30px; }
.toast-container.active { z-index: 9999; }

.toast * { color: #fff; }
.toast .toast-header { border: unset; }
.toast.true { background-color: #2b80ff; }
.toast.true .toast-header { background-color: #2b80ff; }
.toast.false { background-color: #f2125e; }
.toast.false .toast-header { background-color: #f2125e; }

.toast-header small { margin-left: 10px; }
.toast-header .typcn::before { font-size: 1.2em; }
.toast-header .close { font-size: 1.1rem; }


/* DEF TABLE */
table { width: 100% !important; }
table thead th:last-child { width: 1px; }
th:hover { border: unset !important; outline: unset !important; outline-offset: unset !important; box-shadow: unset !important; background-color: #f6f6f6; }
.table-hover tbody tr:hover { background-color: #f6f6f6 !important; }
.table thead th, .table td { padding: .5rem .5rem; font-size: .8rem; }
.dt-input { background: unset; border: unset !important; }
/*.dt-length { width: unset; position: absolute; top: -20px; }*/
.dt-length label { color: #ff0000; }
div.dt-container div.dt-layout-cell.dt-end { text-align: center; }
.dt-paging-button.previous, .dt-paging-button.first,
.dt-paging-button.next, .dt-paging-button.last { font-size: 20px; padding: unset !important; margin: unset !important; }
.dt-paging-button { background: unset !important; border: unset !important; }
td { border-bottom: unset !important; }

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover , div.dt-container .dt-paging .dt-paging-button:hover { color: #2b80ff !important; font-weight: 900; }

/*td[data-label="Státusz"] { text-align: center !important; }*/

@media (max-width: 1000px) {
  tbody td, tfoot th { display: flex; }
  tbody [data-label]::before { content: attr(data-label); width: 40%; font-weight: 700; display: inline-block; text-align: right; padding-right: 20px; }
  thead { display: none; }
  .table colgroup col { width: 100% !important; }
  .dt-length { width: unset; position: relative; top: 0px; }
  table.dataTable > tbody > tr:first-child > * { border-top: 1px solid #e8eff9; }
}

.tab-content { border: unset; padding: unset; }
.fade:not(.show) { opacity: 0; height: 0px; overflow: hidden; }

.card .card-title { text-transform: unset; }

.loader { display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, .8); position: absolute; z-index: 99999; top: 0px; left: 0px; width: 100%; height: 100%;}
.loader i { font-size: 50px; }

.modal-footer { border: unset; justify-content: center; }
.modal-header { border: unset; }

select.form-control { height: 46px; }
.select2-container { height: 46px; width: 100% !important; }
.select2-selection { height: 46px; }

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

.form-check .form-check-label input[type="radio"][name="statusz"] + .input-helper::before { border-color: rgba(0, 0, 0, 0.2); }
.form-check .form-check-label input[type="radio"][name="statusz"][value="aktiv"]:checked + .input-helper::before { background: #17c964; }
.form-check .form-check-label input[type="radio"][name="statusz"][value="inaktiv"]:checked + .input-helper::before { background: #f2125e; }

.input-group { height: 44px; }
.input-group .form-control, .input-group .custom-select { height: 100%; }




.dd { position: relative; }
.dd-toggle::before{ font-family:"Material Design Icons"; content:"\F1D9"; }
.dd-menu { position: absolute; right: 55px; display:none; flex-direction: column; padding: 0px; border-radius: 6px; z-index: 999; background-color: #fff; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.dd-menu a { white-space: nowrap; padding: 10px; text-decoration: none; color: unset; font-size: 12px; }
.dd-menu a:hover { background-color: #e6e6e6; border-radius: 6px; }
.dd-menu.top { display: flex; bottom: 0px; }
.dd-menu.bottom { display: flex; top: 0px; }
.dd-menu button { background: unset; border: unset; font-size: 12px; padding: 10px; white-space: nowrap; display: flex; }
.dd-menu button:hover { background-color: #e6e6e6; border-radius: 6px; }
.dd-menu i { margin-right: 3px; }






[data-help] { padding-right: 30px; position: relative; }
[data-help]::after { font-family:"Material Design Icons"; content: "\F625"; color: #2b80ff; font-size: 20px; position: absolute; right: 0px; top: 0px; }





[data-dt-row] { box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75) !important; background: linear-gradient(0deg, rgba(0,0,0,0.04) 0%, rgba(255,255,255,1) 100%); }



