#loader_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    background: rgba(255,255,255,.8);
    z-index: 10;
}

#loader_container::before,
#loader_container::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.75em;
    margin-left: -2.75em;
    width: 5em;
    height: 5em;
    border: 0.25em solid #e0e0e0;
    border-radius: 50%;
}

#loader_container::after {
    border: 0.25em solid transparent;
    border-top-color: #2196F3;
    border-bottom-color: transparent;
    animation: loader 1s linear infinite;
}

@keyframes loader {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}


#loader_container_content {
    margin-top: 400px;
    left: 50%;
    position: fixed;
    width: 500px;
    margin-left: -250px;
    text-align: center;
    color: #333;
    max-height: 60px;
    overflow: hidden;
    font-weight:bold;
    background: rgba(254, 254, 254, 0.68);
    border-radius: 10px;
}



#loader_container2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    background: rgba(255,255,255,.8);
    z-index: 10;
}

#loader_container2::before,
#loader_container2::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.75em;
    margin-left: -2.75em;
    width: 5em;
    height: 5em;
    border: 0.25em solid #e0e0e0;
    border-radius: 50%;
}

#loader_container2::after {
    border: 0.25em solid transparent;
    border-top-color: #2196F3;
    border-bottom-color: transparent;
    animation: loader 1s linear infinite;
}

@keyframes loader2 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}


#loader_container_content2 {
    margin-top: 400px;
    left: 50%;
    position: fixed;
    width: 500px;
    margin-left: -250px;
    text-align: center;
    color: #333;
    max-height: 60px;
    overflow: hidden;
    font-weight:bold;
    background: rgba(254, 254, 254, 0.68);
    border-radius: 10px;
}

.position-right-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
}

.position-left-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1030;
}

.position-right-top {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

.toroltelem {
    color: indianred;
}

.ujelem {
    color: cornflowerblue;
}

.btn-margin {
    margin: 2px;
}

.fejlec_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid #bfbfbf;
}

.fejlec_menu li {
    display: inline-block;
    cursor: pointer;
    background-color: #F4F4F4;
}

.fejlec_menu li div {
    display: block;
    border: 1px solid #bfbfbf;
    border-bottom: 0px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    color: #bfbfbf;
    top: 1px;
}

.menu_aktiv {
    border: 1px solid #bfbfbf !important;
    border-bottom: 2px solid #f1f2f7 !important;
    border-top: 3px solid cornflowerblue !important;
    font-weight: bold !important;
    background-color: #f1f2f7 !important;
    top: 2px !important;
    margin: 5px 0 -5px 0;
    z-index: 999;
}
.menu_aktiv div {
    color: black !important;
}

.tartalom, .tartalom1, .tartalom2 {
    display: none;
}

.tartalom_aktiv {
    display: block !important;
}

.tartalom_fokeret {
    border: 2px solid #bfbfbf;
    border-top: none;
    margin-top: -1px;
    padding: 10px 5px 5px 5px;
}

@media (min-width: 100px){
    .modal-dialog  {
        height: 100%;
        max-width: 100%;
        width: 100%;
        padding: 2rem !important;
        margin: 0rem !important;
    }
    .modal-body {
        min-height: 200px;
        padding: 0px;
    }
    .modal-content {
        height: 100%;

    }
    .modal-dialog-centered {
        height: 100%;
    }

    .modal-title {
        line-height: 1rem;
        padding: 0.4rem 1rem;
    }

    .modal-header .close {
        padding: 0.15rem;
        margin: -1.5rem -2rem -1.5rem -1.5rem;
        font-size:2.5rem
    }
}

.inaktivStatuszSor{
    color: lightgrey;
    font-style: italic;
}

.feltoltesalattStatuszSor{
    color: blue;
}

table.google-visualization-orgchart-table {
    border-collapse: separate;
}

.kotelezo {
    border: 1px solid #aa0000 !important;
}

.kotelezo:active {
    border: 1px solid #aa0000 !important;
}

.kotelezo_small {
    color: #aa0000;
}

.elegseges {
    border: 1px solid #FFA100 !important;
}

.elegseges:active {
    border: 1px solid #FFA100 !important;
}


.navbar_menu_kiemel {
    color: #e2983b;
    font-weight: bold;
}

table.dataTable thead td, table.dataTable thead th {
    padding: 4px 5px !important;
}

table.dataTable td, table.dataTable th {
    padding: 0px 5px !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 {
    bottom: 0.2em !important;
}

table.dataTable thead input.searchable {
    border:0px;
    box-shadow: 0px 0px 20px #aaa;
    padding: 2px 5px;
}

table.dataTable thead input.fake_searchable {
    border:0px;
    box-shadow: 0px 0px 20px #aaa;
    padding: 2px 5px;
}

table.dataTable thead select.searchable {
    border:0px;
    box-shadow: 0px 0px 20px #aaa;
    padding: 2px 5px;
}

table.dataTable thead select.fake_searchable {
    border:0px;
    box-shadow: 0px 0px 20px #aaa;
    padding: 2px 5px;
}

div.dataTables_wrapper div.dataTables_filter input {
    padding: 0px 5px;
}
.uzletag_nyomkodo {
    width: 20%;
}
.uzletag_nyomkodo_active {

}

.lapozoInaktiv, .lapozoAktiv {
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #007bff;
    font-weight: normal;
    background-color: white;
    padding: 3px 0 0 0;
    cursor: pointer;
}

.lapozoAktiv {
    background-color: #007bff;
    color: white;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 3px;
}

.arrow_right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow_left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow_up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow_down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dataTables_wrapper .chosen-container-single .chosen-single, .dataTables_wrapper .chosen-container-multi {

    border-radius: 0px;
    font-weight: normal;
    box-shadow: 0px 0px 20px #aaa;
}



.dataTables_wrapper .chosen-container-single .chosen-single div {
    top: -4px;
}

.dataTables_wrapper .chosen-drop {
    font-weight: normal;
}

.dataTables_wrapper .chosen-container .chosen-results li {
    padding: 0rem .25rem 0rem 1.5rem;
}

.dataTables_wrapper .chosen-container-multi .chosen-choices .search-choice {
    margin-left: 0.25rem;
}

.dataTables_wrapper .chosen-container-multi .chosen-choices {
    font-weight: normal;
}

.chosen-container-multi .chosen-choices .search-choice {
    margin: .2rem 0 0 .25rem !important;
}



.dataTables_wrapper .chosen-choices {
    border-radius: 0px !important;
}

.form-ssm label, .form-ssm span, .form-ssm div  {
    font-size: 0.8rem;
    margin-bottom: 0rem;
}

.form-ssm .form-control {
    font-size: 0.8rem;
    height: calc(1.5rem + 2px);
    padding: 0rem .5rem;
    margin-bottom: 0rem;
}

.form-ssm {
    margin-bottom: 0.2rem;
}

.form-ssm .input-group-text {
    padding: 0rem .35rem;
}

.form-ssm div[class*="col-"] {
    padding: 0px 3px;
}

.tr_kategoria_naplo {
    opacity: 0.5;
}


.jutalek-eredmeny-box {
    cursor: default;
    border: 2px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    margin-bottom: 10px;
    padding: 2px 5px;
    font-size: 0.8rem;
}

.jutalek-eredmeny-box h4 {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid black;
}

.jutalek-eredmeny-box .table {
    margin-bottom: 0px;
}

.jutalek-eredmeny-box .table td,.jutalek-eredmeny-box .th  {
    font-size: inherit;
    border-top:1px solid #666;
    border-bottom: 0px;
    padding: 0.1rem;
    margin-bottom: 0rem;
}

.top-line {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.my-table {
    width: 100%;
    overflow: scroll;
    line-height: 1rem;
}
.my-table th {
    text-align: center;
    padding: .75rem;
    vertical-align: middle !important;
}
.my-table td {
    vertical-align: middle;
    padding: .75rem;
}
.nowrap {
    white-space: nowrap;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.table-hover2 {
    border-collapse: separate;
}

.table-hover2 td, .table-hover2 td {
    border-color: #eee !important;
    border-bottom: 1px solid #eee !important;
    border-top: 1px solid #eee !important;
}

.table-hover2 tbody tr:hover td {
    border-bottom: 1px solid #5f5d5d !important;
    border-top: 1px solid #5f5d5d !important;
}

.table-hover3 {
    border-collapse: separate;
    color: black;
}

.table-hover3 td, .table-hover3 td {
    border-color: #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    opacity: 0.8;
}

.table-hover3 tbody tr:hover td {
    border: 1px solid white;
    /*border-top: 1px solid #5f5d5d;*/
    opacity: 1;
}

.table-hover-dark {
    border-collapse: separate;
    color: black;
}

.table-hover-dark td, .table-hover3 td {
    border-color: #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    opacity: 0.8;
}

.table-hover-dark tbody tr:hover td {
    border: 1px solid white;
    /*border-top: 1px solid #5f5d5d;*/
    background-color: cornflowerblue;
    opacity: 1;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: 1rem;
}

.modal-open {
    overflow: hidden;
    padding-right: 0px !important;
}

#modal_popup {
    padding-right: 0px !important;
}

#modal_popup2 {
    padding-right: 0px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .sticky-content {
    padding-top: 60px;
}

.kiemel {
    background-color: cornflowerblue;
    color: white !important;
    font-weight: bold;
}
.kiemel_inaktiv {
     background-color: lightgrey;
     color: white !important;
     font-weight: bold;
 }

.hidden_input {
    border:none !important;
    background: inherit  !important;
    color: inherit;
    padding: 0px  !important;
    margin: 0px  !important;
}

.sort_arrow {
    border: solid lightgrey;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin: 0px;
    cursor: pointer;
}

.sort_right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.sort_left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.sort_up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.sort_down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sort_active {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
}

.sort_inactive {
    cursor: pointer;
}
.sort_arrow_table {

}
.sort_arrow_table td {
    border-color: transparent !important;
}
.sort_arrow_table th {
    border-color: transparent !important;
}

.highlight {

}
.highlight td {
    background-color: #99cbff;
}

.blokk-kerdes-bevezeto {
	border-style: solid;
	border-width: 1px;
}

.blokk-kerdes-bevezeto button:hover {
	color: inherit;
}

.valasz-textarea {
	margin: 8px 0px;
	border: ;
}
