
.clearable, .clearable_v {
	position: relative;
}
.clearable_clear {
	display: none;
    position: absolute;
    right: 0;
    top: -3px;
    padding: 0px 3%;
    font-style: normal;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
}
.clearable_v .clearable_clear {
	display: unset;
}
.spinner-border {
    vertical-align:  sub;
}
.spinner-betoltes {
    font-size: 3em;
    width: 6rem;
    height: 6rem;
    color: #6c757d;
}
.cursor-pointer {
    cursor: pointer;
}
.hide {
    display: none;
}
select option {
    background: white;
}
.alert span {
    vertical-align: text-bottom;
}
/*.modal-backdrop {
    z-index: 1900;
}*/
input[data-switch].danger-lg+label {
    width: 68px;
    height: 29px;
}
input[data-switch].danger-lg+label:after {
    width: 22px;
    height: 22px;
}
input[data-switch].danger-lg:checked+label:after {
    left: 41.5px;
}
input[data-switch].danger-lg+label:before {
    font-size: .90rem;
    top: 2px;
    right: 4px;
}
input[data-switch].danger-lg:checked+label:before {
    right: unset;
}
.table .input-group {
    padding: 0px 0.75rem;
}
.table thead i{
    float: right;
}
.table thead i::before{
    font-size: 1rem !important;
    font-weight: bold;
}
.ikonok .action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
.ikonok .action-icon:hover {
    color: #6c757d;
}
.kep-radio input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.kep-radio label {
    border: 2px solid rgba(0,0,0,0);
    border-radius: 5px;
    cursor: pointer;
}
.kep-radio label img {
    padding: 3px;
}
.kep-radio input:checked~label {
    border-color: #727cf5;
}
.text-piros, .statusz_0 {
    color: #da1a1a;
}
.text-zold, .statusz_1 {
    color: #44b21e;
}
.fokategoria {
    background-color: #b2dbfb!important;
}

/*
.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    position: relative;
    cursor: pointer;
}
.tablesorter-default .tablesorter-header.sorter-false  {
    cursor: unset;
}
.tablesorter-header.tablesorter-headerDesc::after {
    display: block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 1.5em;
    text-rendering: auto;
    line-height: inherit;
    content: "\f0140";
    position: absolute;
    right: 0.5rem;
    left: auto;
    bottom: 0.2rem;
}
.tablesorter-header.tablesorter-headerAsc::after {
    display: block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 1.5em;
    text-rendering: auto;
    line-height: inherit;
    content: "\f0143";
    position: absolute;
    right: 0.5rem;
    left: auto;
    bottom: 0.2rem;
}


.datepicker td, .datepicker th {
    width: 35px !important;
    height: 35px !important;
    font-size: 14px !important;
    line-height: unset !important;
}
.datepicker table tr td.active {
    text-shadow: unset !important;
    color: #fff !important;
}
.datepicker tr .day:not(.disabled):not(.old) {
    color: #000;
    font-weight: bold;
}
.datepicker th {
    border-radius: 5px !important;
}
.datepicker .next, .datepicker .prev {
    font-size: 22px !important;
}
.datepicker .datepicker-switch {
    font-size: 16px !important;
    cursor: unset !important;
}
.datepicker tfoot tr th {
    font-size: 16px !important;
}


.daterangepicker.show-calendar .ranges {
    margin-top: unset;
    border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: unset;
}

.idoszakvalaszto {
    cursor: pointer;
}


.text-narancs, .statusz_1, .vstatusz_0 {
    color: #ff7e00;
}
.text-piros, .statusz_4, .vstatusz_2 {
    color: #da1a1a;
}
.text-piros, .statusz_2, .vstatusz_1 {
    color: #f9375e;
}
.text-zold, .statusz_3, .vstatusz_3 {
    color: #44b21e;
}
.text-szurke, .statusz_5 {
    color: #525252;
}
.statusz_6 {
    color: #6bb2fb;
}
.statusz_7 {
    color: #ccae53;
}

.input-group>.select2{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.select-with-button>.select2-container--default .select2-selection--single{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1.8em;
    margin-right: 15px;
    margin-top: -1px;
}
.select2-container .select2-search--inline .select2-search__field {
    width: unset!important;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}



div.dataTables_wrapper div.dataTables_filter {
    text-align: unset !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    margin-bottom: 0.6rem;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
    width: 100% !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
    right: .5rem !important;
    content: "\F140" !important;
    font-family: "Material Design Icons" !important;
    font-size: 1rem !important;
    top: 18px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    right: .5em  !important;
    content: "\F143"  !important;
    font-family: "Material Design Icons"  !important;
    top: 12px  !important;
    font-size: 1rem  !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    content: "\F142" !important;
    font-family: "Material Design Icons"  !important;
    background-color: unset !important;
    color: #6c757d!important;
    border: unset !important;
    box-shadow: unset !important;
    font-size: 2rem !important;
    border-radius: unset !important;
    line-height: 1.2rem !important;
    top: 15px !important;
    left: 12px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: "\F140" !important;
    font-family: "Material Design Icons"  !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 50px !important;
}
div.dataTables_wrapper div.dataTables_info span{
    margin-left: 10px;
}
div.dataTables_wrapper div.dataTables_length label {
    display: grid;
}


input[data-square] {
    display: none;
}
input[data-square] + label:before {
    font-family: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    content: "\F131";
    font-size: 3em;
    cursor: pointer;
    vertical-align: sub;
    display: inline-block;
    font: normal normal normal 30px/1 "Material Design Icons";
    text-rendering: auto;
    margin: 4px;
    -webkit-font-smoothing: antialiased;
} 
input[data-square]:checked+label:before {
    content: "\FC2E";
}
input[data-square]:disabled + label:before {
    filter: opacity(0.5);
} 


.placeholder {
    position: relative;
}
.placeholder::after {
    position: absolute;
    right: 11px;
    top: 8px;
    content: attr(data-placeholder);
    pointer-events: none;
    font-size: 1rem;
}

.note-popover .popover-content .note-para .note-dropdown-menu, .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
}
[class*=" uil-"]:before, [class^=uil-]:before, [class*=" dripicons-"]:before, [class^=dripicons-]:before {
    line-height: unset;
    vertical-align: middle;
}

.table tr:first-of-type td {
    border: unset;
}




.oldal-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    width: 100%;
}
.oldal-scroll .oldal-scroll-elem {
    float: left;
    overflow: hidden;
}
.oldal-scroll-gombok {
    justify-content: center;
    margin-top: 0px;
}
.oldal-scroll-gombok button {
    border: 1px solid #727cf5;
    background-color: #727cf5;
    border-radius: 50%;
    height: 2.7rem;
    width: 2.7rem;
    font-weight: bold;
    padding: unset;
    color: white;
    margin: 8px 17px 0px;
    font-size: 1.4em;
    line-height: 0px;
    padding-bottom: 2px;
}
.oldal-scroll-gombok button:hover {
    background-color: white;
    color: #727cf5;
}

.progress-lg {
    height: 1.7rem;
    font-size: 1rem;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef!important;
}*/