/*
    DEMO STYLE
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap&subset=latin-ext');

html {
    overflow-y: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #1a1a1a;
    font-size: 15px;
}

body.dark {
    font-family: 'Poppins', sans-serif;
    background: #1a1a1a;
    color: #d6d6d6;
}

#bodyContainer {
    width: 100%;
    height: 100%;
}

html, body {
    scrollbar-color: #21a59f rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-track, #bodyContainer::-webkit-scrollbar-track, #content::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track, .felulet::-webkit-scrollbar-track, #sidebar::-webkit-scrollbar-track, .navbar::-webkit-scrollbar-track, .organ3 .fejlec-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #363636;
}

body::-webkit-scrollbar, #bodyContainer::-webkit-scrollbar, #content::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .felulet::-webkit-scrollbar, #sidebar::-webkit-scrollbar, .navbar::-webkit-scrollbar, .organ3 .fejlec-content::-webkit-scrollbar {
    width: 14px;
    background-color: #363636;
}

body::-webkit-scrollbar-thumb, #bodyContainer::-webkit-scrollbar-thumb, #content::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .felulet::-webkit-scrollbar-thumb, #sidebar::-webkit-scrollbar-thumb, .navbar::-webkit-scrollbar-thumb, .organ3 .fejlec-content::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #21a59f;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Comfortaa', serif;
    color: #20a49e;
    font-weight: 100;
}

.h1, h1 {
    font-size: 3em;
}

.h2, h2 {
    font-size: 2em;
}

.h3, h3 {
    font-size: 1.6em;
}

.h4, h4 {
    font-size: 1.4em;
}

.h5, h5 {
    font-size: 1.2em;
}

.h6, h6 {
    font-size: 1.1em;
}

.dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #87c8bc;
}

.tartalom h2 {
    /* color: #939393; */
    color: #fff;
}

p {
    font-weight: 300;
    color: #1a1a1a;
}

.dark p {
    color: #d6d6d6;
}

a,
a:hover,
a:focus {
    color: #21a59f;
    text-decoration: none;
    transition: all 0.3s;
}

.dark hr {
    border-color: rgba(255,255,255,.1);
}

.btn.focus, .btn:focus {
    box-shadow: unset !important;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

p.nowrap {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: inherit;
    padding: inherit;
    margin: inherit;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #21a59f;
}

.btn-link:hover {
    color: #000000;
    text-decoration: none;
}

.btn.sugo-gomb {
    float: left;
    margin: 0.15em 1em 0 0;
}

.dark .btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.navbar {
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /* margin: -20px; */
    /* margin-bottom: 20px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    z-index: 1000;
    overflow: auto;
}

.organ3 .navbar {
    margin-bottom: unset;
}

.navbar h4 {
    margin-top: 0.3em;
    text-align: center;
    margin: 0 2em;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 900;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.bg-dark {
    background-color: #04726d !important;
}

.dark .bg-dark {
    background-color: #1c3534 !important;
}

.btn-info {
    color: #fff;
    background-color: #72b6b2;
    border-color: #72b6b2;
}

.dark .btn-info {
    background-color: #426a68;
    border-color: #426a68;
}

.btn-info:hover {
    color: #fff;
    background-color: #598886;
    border-color: #598886;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.login-user {
    margin-left: 1em;
    padding-left: 0.7em;
    font-size: 0.9em;
    border-left: 1px dotted rgba(255, 255, 255, 0.25);
}

.login-user a, .login-user span {
    padding-top: 0.3em;
    margin: 0 .5em;
}

.login-user span {
    font-weight: 900;
    color: #fff;
}

.login-user a {
    color: #fff;
    opacity: 0.6;
}

.login-user a:hover {
    opacity: 0.9;
}

.login-user .user-pic {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
    border-radius: 50%;
    padding: 2px;

    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.dark .login-user .user-pic {
    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(225deg, rgb(35, 165, 159) 0%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.login-user .user-pic img {
    width: 100%;
    border-radius: 50%;
    /* border: 2px solid rgba(255, 255, 255, 0.4); */
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #05534f;
    color: #fff;
    transition: all 0.3s;
    /* border-right: 3px solid #fff; */
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 990;
}

#sidebar .row {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
}

#sidebar.organ2 {
    min-width: unset;
    max-width: unset;
    width: 50%;
}

#hatter-kitakaras {
    display: block;
    position: absolute;
    right: 0;
    width: 0;
    /* transition: all 0.6s; */
    backdrop-filter: blur(1px);
}

#hatter-kitakaras.active {
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 20, 19, 0.85);
    z-index: 989;
}

.dark #sidebar {
    background: #172a29;
    /* border-right: 3px solid #1a1a1a; */
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.organ2.active {
    min-width: unset;
    max-width: unset;
    width: 0;
}

#sidebar.active .sidebar-header h2,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.organ2 .sidebar-header h2 {
    margin-bottom: 0;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar ul li a span {
    opacity: 0.5;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#sidebar ul li a {
    padding: 10px;
    display: block;
}

#sidebar ul li a:hover {
    color: #426a68;
    background: #fff;
}

#sidebar ul li a i, #sidebar ul li a svg {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(0, 0, 0, 0.3);
}

#sidebar ul ul ul a {
    padding: 10px !important;
    padding-left: 50px !important;
}
#sidebar ul ul ul ul a {
    padding: 10px !important;
    padding-left: 70px !important;
}
#sidebar ul ul ul ul ul a {
    padding: 10px !important;
    padding-left: 90px !important;
}
#sidebar ul ul ul ul ul ul a {
    padding: 10px !important;
    padding-left: 110px !important;
}
#sidebar ul ul ul ul ul ul ul a {
    padding: 10px !important;
    padding-left: 130px !important;
}
#sidebar ul ul ul ul ul ul ul ul a {
    padding: 10px !important;
    padding-left: 150px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

a.article,
a.article:hover {
    background: #426a68 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    /* width: 100%; */
    /* padding: 20px; */
    /* minheight: calc(100vh - 60px); */
    transition: all 0.3s;
    margin-top: 60px;
    margin-left: 300px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    min-width: 800px;
}

#content.organ2 {
    width: 100%;
    height: calc(100vh - 60px);
    margin-left: unset;
    position: relative;
    overflow: auto;
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
}

#content.organ3 {
    /* margin-top: 229px; */
    margin-top: 185px;
    /* height: calc(100vh - 229px); */
    height: calc(100vh - 185px);
    background-color: #e9e9e9;
}

.dark #content.organ3 {
    background-color: #111;
}

#content.organ4 {
    margin-top: 60px;
    height: calc(100vh - 60px);
}

#content.active {
    margin-left: 80px;
}

#content.organ2.active {
    margin-left: unset;
}

.organ3 .fejlec-content {
    padding-top: 12px;
    position: fixed;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    margin-top: -55px;
    overflow-y: auto;
    /* background-color: #fff; */
    background-color: #1d5754;
    z-index: 980;
    top: 115px;
}

.dark .organ3 .fejlec-content {
    /* background-color: #1a1a1a; */
    background-color: #152625;
}

.organ3 .ablak-cim {
    display: inline-block;
}

.organ3 .ablak-content {
    position: relative;
    margin-top: 0;
}

.organ3.grid .ablak-content {
    width: calc(100% - 60px);
    margin-right: 60px;
}

.organ3 .tartalom {
    /* position: fixed; */
    display: contents;
    left: 15px;
    right: 15px;
}

.felulet {
    overflow: auto;
    overflow-x: hidden;
    padding: 1em 0;
    transition: all 0.3s;
    z-index: 900;
    position: relative;
}

.felulet.aktiv {
    height: 60%;
    padding-top: 0;
}

.organ3 .felulet.aktiv {
    height: auto;
    padding-top: 0;
}

.felulet.inaktiv {
    height: 40%;
    /* opacity: 0.55; */
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #21a59f;
}

.organ3 .felulet.inaktiv {
    height: auto;
    /* opacity: 0.55; */
    background: unset;
    border-bottom: none;
    padding-top: 0;
}

.felulet.inaktiv .card-body, .felulet.inaktiv .tab-pane, .organ3 .tab-pane .felulet.inaktiv {
    opacity: 0.55;
}

.dark .felulet.inaktiv .card-body, .dark .felulet.inaktiv .tab-pane, .dark .organ3 .tab-pane .felulet.inaktiv {
    opacity: 0.4;
}

.dark .felulet.inaktiv {
    /* opacity: 0.35; */
    background: rgba(255, 255, 255, 0.02);
}

.dark .organ3 .felulet.inaktiv {
    /* opacity: 0.35; */
    background: unset;
}

.ablak-fejlec {
    display: inline-block;
    width: 100%;
}

.organ3 .ablak-fejlec {
    padding: 1em;
    left: 0;
    right: 0;
    /* top: 159px; */
    top: 115px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.02);;
    position: fixed;
    z-index: 981;
    min-width: 800px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;

    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.dark .organ3 .ablak-fejlec {
    box-shadow: 0px 0px 10px 2px rgba(35, 165, 159, 0.29);
    background-color: rgb(255, 255, 255);

    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#454545",endColorstr="#161616",GradientType=1);
}

.organ3 .ablak-fejlec .rekord-info {
    display: inline-block;
    float: right;
    font-weight: 900;
    color: #aaa;
    margin: .5em .5em 0 .5em;
    text-align: right;
}

.organ3 .ablak-fejlec .rekord-info a#panel-info {
    font-size: 1.3em;
    margin: -.1em .5em 0 0;
    float: left;
}

.organ3.grid .ablak-fejlec .rekord-info {
    margin-right: -60px;
}

.organ-table, .organ-table tr {
    width: 100%;
}

.organ-table tr th, .organ-table tr td {
    display: inline-block;
}

.organ-table.napiadatok tr th, .organ-table.napiadatok tr td {
    width: 22%;
    white-space: nowrap;
    float: left;
}

.organ-table.napiadatok tr th:first-child, .organ-table.napiadatok tr td:first-child {
    width: 12%;
}

.card {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: unset;
    margin-bottom: 10px;
}

.dark .card {
    border: 1px solid rgba(255,255,255,.1);
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: none;
    padding: 0;
}

.dark .card-header {
    background-color: rgba(255, 255, 255, 0.05);
}

.card-header .btn {
    padding: .75rem 1.25rem;
    width: 100%;
    text-align: left;
}

.card-body, .tab-pane {
    position: relative;
}

.panel {
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(33, 165, 159, 1.0);
    padding: .5em;
    border-radius: .5em;
}

.panel.inaktiv {
    border-color: rgba(0, 0, 0, 0.03);
}

.organ3 .panel {
    background-color: #fff;
}

.organ4 .panel {
    border: none;
    margin-right: -15px;
    padding: 2em;
    border-radius: 1.5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
    -moz-box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
    box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
}

.dark .organ4 .panel {
    -webkit-box-shadow: 0 1px 40px rgba(33, 165, 159, 0.4);
    -moz-box-shadow: 0 1px 40px rgba(33, 165, 159, 0.4);
    box-shadow: 0 1px 40px rgba(33, 165, 159, 0.4);
}

.dark .organ3 .panel {
    background-color: #1a1a1a;
}

.organ3 .panel.inaktiv {
    border-color: #fff;
}

.dark .organ3 .panel.inaktiv {
    border-color: #1a1a1a;
}

.dark .panel.inaktiv {
    border-color: rgba(255, 255, 255, 0.04);
}

.elrejt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* border: 2px solid red; */
    cursor: no-drop;
}

.elrejt.panel-elrejt {
    display: none;
    /* backdrop-filter: blur(1px); */
    opacity: 0.5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background-color: #fff;
    /* cursor: zoom-in; */
    cursor: url("eye2.png") 25 12, zoom-in;
}

.elrejt.panel-elrejt:hover {
    opacity: 0.3;
}

.dark .elrejt.panel-elrejt {
    background-color: #1a1a1a;
    cursor: url("eye.png") 25 12, zoom-in;
}

.panel.inaktiv .elrejt.panel-elrejt {
    display: block;
    z-index: 3;
}

.btn.aktival {
    display: none;
    position: absolute;
    top: 1em;
    right: 1em;
    opacity: 1;
    -webkit-filter: unset;
    filter: unset;
    z-index: 4;
}

.panel.inaktiv .btn.aktival {
    display: block;
}

.tab-pane {
    padding: 1em 0;
}

#content.organ2 .nav-tabs {
    border-bottom: 1px solid #23a59f;
    margin: 0 -15px;
    padding: 0 15px;
}

#content.organ2 .nav-tabs .nav-link {
    font-size: 1.1em;
    white-space: nowrap;
    max-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content.organ2 .nav-tabs .nav-item.show .nav-link, #content.organ2 .nav-tabs .nav-link.active, #content.organ2 .nav-tabs .nav-item.show .nav-link:focus, #content.organ2 .nav-tabs .nav-link.active:focus {
    color: #ffffff;
    background-color: #23a59f;
    border-color: #23a59f;
}

#content.organ2 .nav-tabs .nav-link:hover {
    border-color: transparent transparent #23a59f;
    /* background-color: #e6e6e6; */
    background-color: #2a6966;
}

#content.organ2 .nav-tabs .nav-link.active:hover, #content.organ2 .nav-tabs .nav-item.show .nav-link:hover {
    color: #ffffff;
    background-color: #1b8b85;
    border-color: #23a59f;
}

.dark #content.organ2 .nav-tabs .nav-link:hover {
    border-color: transparent transparent #23a59f;
    /* background-color: #363636; */
    background-color: #213836;
}

.dark #content.organ2 .nav-tabs .nav-link.active:hover, .dark #content.organ2 .nav-tabs .nav-item.show .nav-link:hover {
    color: #ffffff;
    background-color: #1b8b85;
    border-color: #23a59f;
}

#content.organ2 .nav-tabs .nav-link.aktiv {
    font-weight: 900;
}

#content.organ3 .nav-tabs.ablak-tabs a.nav-link.active {
    padding-right: 2.5rem;
}

#content.organ3 .nav-tabs.ablak-tabs a.bezar {
    display: none;
    margin-left: -1.4em;
    color: #fff;
    font-size: 1.4em;
    margin-top: .3em;
    opacity: 0.6;
}

#content.organ3 .nav-tabs.ablak-tabs a.bezar i, #content.organ3 .nav-tabs.ablak-tabs a.bezar svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out; 
}

#content.organ3 .nav-tabs.ablak-tabs a.bezar:hover i, #content.organ3 .nav-tabs.ablak-tabs a.bezar:hover svg {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#content.organ3 .nav-tabs.ablak-tabs a.bezar.aktiv {
    display: block;
}

#content.organ2 nav .space {
    padding: .6rem;
    color: #23a59f;
    opacity: 0.5;
}

#content.organ3 nav .space.aktiv {
    margin-left: 1em;
}

#panel-3 .fejlec-szoveg i, #panel-3 .fejlec-szoveg svg {
    display: none;
    animation: pulse 1.5s infinite;
    margin-right: .5em;
}

#panel-3.rogzites {
    border-color: rgba(40, 167, 69, 0.7);
}

#panel-3.rogzites .fejlec-szoveg {
    background-color: rgba(40, 167, 69, 0.3);
}

#panel-3.rogzites .fejlec-szoveg h4 {
    color: rgba(40, 167, 69, 1);
}

#panel-3.rogzites .fejlec-szoveg i.rogzites, #panel-3.rogzites .fejlec-szoveg svg.rogzites {
    display: inline-block;
}

#panel-3.modositas {
    border-color: rgba(255, 138, 0, 0.7);
}

#panel-3.modositas .fejlec-szoveg {
    background-color: rgba(255, 138, 0, 0.3);
}

#panel-3.modositas .fejlec-szoveg h4 {
    color: rgba(255, 138, 0, 1);
}

#panel-3.modositas .fejlec-szoveg i.modositas, #panel-3.modositas .fejlec-szoveg svg.modositas {
    display: inline-block;
}

#panel-3.masolas {
    border-color: rgba(116, 0, 255, 0.7);
}

#panel-3.masolas .fejlec-szoveg {
    background-color: rgba(116, 0, 255, 0.3);
}

#panel-3.masolas .fejlec-szoveg h4 {
    color: rgba(116, 0, 255, 1);
}

#panel-3.masolas .fejlec-szoveg i.masolas, #panel-3.masolas .fejlec-szoveg svg.masolas {
    display: inline-block;
}

#panel-3.kereses {
    border-color: rgba(0, 107, 255, 0.7);
}

#panel-3.kereses .fejlec-szoveg {
    background-color: rgba(0, 107, 255, 0.3);
}

#panel-3.kereses .fejlec-szoveg h4 {
    color: rgba(0, 107, 255, 1);
}

#panel-3.kereses .fejlec-szoveg i.kereses, #panel-3.kereses .fejlec-szoveg svg.kereses {
    display: inline-block;
}

.mod-cim {
    display: none;
    text-align: center;
    padding: 0.5em;
    color: #fff;
    /* margin: -0.5em;
    margin-bottom: 0.5em; */

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 99;
}

.ablak-fejlec .mod-cim2 {
    display: none;
    /* animation: pulse 1.5s infinite; */
}

.ablak-fejlec.rogzites .mod-cim2.rogzites,
.ablak-fejlec.modositas .mod-cim2.modositas,
.ablak-fejlec.masolas .mod-cim2.masolas,
.ablak-fejlec.kereses .mod-cim2.kereses {
    display: block;
    float: left;
    margin-top: 0.4em;
    margin-right: 1em;
    font-size: 0.9em;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 100px;
}

.ablak-fejlec.rogzites .mod-cim2.rogzites {
    background-color: rgba(40, 167, 69, 0.7);
}

.ablak-fejlec.modositas .mod-cim2.modositas {
    background-color: rgba(255, 138, 0, 0.7);
}

.ablak-fejlec.masolas .mod-cim2.masolas {
    background-color: rgba(116, 0, 255, 0.7);
}

.ablak-fejlec.kereses .mod-cim2.kereses {
    background-color: rgba(0, 107, 255, 0.7);
}

.label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label label {
    display: inline;
}

#form.rogzites .mod-cim.rogzites,
#form.modositas .mod-cim.modositas,
#form.masolas .mod-cim.masolas,
#form.kereses .mod-cim.kereses
{
    display: block;
}

#form.rogzites .mod-cim.rogzites {
    background-color: rgba(40, 167, 69, 0.7);
}

#form.modositas .mod-cim.modositas {
    background-color: rgba(255, 138, 0, 0.7);
}

#form.masolas .mod-cim.masolas {
    background-color: rgba(116, 0, 255, 0.7);
}

#form.kereses .mod-cim.kereses {
    background-color: rgba(0, 107, 255, 0.7);
}

#form.rogzites .panel-lablec, #form.modositas .panel-lablec, #form.masolas .panel-lablec, #form.kereses .panel-lablec {
    margin: 0 -0.5em -0.5em -0.5em;
}

.table {
    border-bottom: 4px solid #dee2e6;
    margin-bottom: unset;
}

.table td, .table th {
    border-top: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.table tbody {
    background-color: rgba(33, 165, 159, 0.15);
}

.table-striped tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-dark {
    background-color: transparent;
    border-color: #3c3c3c;
}

.table-dark tbody {
    background-color: rgba(33, 165, 159, 0.15);
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.02);
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #3c3c3c;
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,.035);
}

.table tr.aktiv {
    background-color: #21a59f !important;
    color: #fff !important;
}

.table tr.aktiv:hover {
    background-color: #1b7e7a !important;
}

.table-foot, .panel-info {
    margin-bottom: 1em;
    padding: .5em;
    font-size: .9em;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
}
.panel-info {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 0;
}
.dark .table-foot, .dark .panel-info {
    border-color: #3c3c3c;
}

.table-foot span, .panel-info span {
    display: none;
}

.table-foot span.megjelenit, .panel-info span.megjelenit {
    display: inline-block;
    margin-left: .5em;
}

.table-foot button, .panel-info button {
    font-size: 1.2em;
    margin-left: .5em;
    padding: .1em .5em;
}

.btn-group>.btn, .btn {
    font-size: 1em;
}

.btn-group-sm>.btn, .btn-sm {
    font-size: .85em;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #21a59f;
    border-color: #21a59f;
}

.btn-primary:hover {
    background-color: #1b7e7a;
    border-color: #1b7e7a;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #21a59f;
    border-color: #21a59f;
    color: #fff;
    opacity: 0.2;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: transparent;
    color: #21a59f;
}

.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    color: #21a59f;
}

.btn-secondary:disabled, .btn-secondary.disabled {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #21a59f;
    opacity: 0.2;
}

.dark .btn-secondary, .dark .btn-secondary:not(:disabled):not(.disabled).active, .dark .btn-secondary:not(:disabled):not(.disabled):active, .dark .show>.btn-secondary.dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    color: #21a59f;
}

.dark .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #21a59f;
}

.dark .btn-secondary:disabled, .dark .btn-secondary.disabled {
    background-color: #262626;
    border-color: #262626;
    color: #21a59f;
    opacity: 0.2;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-left: 0;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5em 1em;
}

.funkciogombok {
    position: fixed;
    right: 30px;
    background: #fff;
    border-radius: .3rem;
    /* -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4); */
    -webkit-box-shadow: 0px 0px 7px 3px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 7px 3px rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 3px rgb(255, 255, 255);
    z-index: 1;
}

.dark .funkciogombok {
    background: transparent;
    /* -webkit-box-shadow: 0px 0px 7px 0px rgba(33, 165, 159, 0.36);
    -moz-box-shadow: 0px 0px 7px 0px rgba(33, 165, 159, 0.36);
    box-shadow: 0px 0px 7px 0px rgba(33, 165, 159, 0.36); */
    -webkit-box-shadow: 0px 0px 7px 3px rgb(26, 26, 26);
    -moz-box-shadow: 0px 0px 7px 3px rgb(26, 26, 26);
    box-shadow: 0px 0px 7px 3px rgb(26, 26, 26);
}

.organ3 .funkciogombok {
    position: relative;
    right: unset;
    background: #f7f7f7;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    margin-left: 1em;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.organ3.grid .funkciogombok .btn {
    border-radius: 0 !important;
}

.organ3.grid .funkciogombok {
    display: grid;
    margin-top: 1em;
    overflow: hidden;
}

.dark .organ3.grid .funkciogombok {
    background: #171717;
}

.gomb.aktiv i, .gomb.aktiv svg {
    animation: pulse 1.5s infinite;
}

.gomb.red, .dark .btn-secondary.gomb.red:hover {
    color: #c50000;
}

.gomb.green, .dark .btn-secondary.gomb.green:hover {
    color: #039903;
}

.gomb.orange, .dark .btn-secondary.gomb.orange:hover {
    color: #dfa705;
}

.gomb.purple, .dark .btn-secondary.gomb.purple:hover {
    color: #a811a8;
}

.gomb.blue, .dark .btn-secondary.gomb.blue:hover {
    color: #0088ff;
}

.gomb.grey, .dark .btn-secondary.gomb.grey:hover {
    color: grey;
}

.organ3.grid .funkciogomb-csoport {
    margin-top: 60px;
    margin-right: 10px;
}

.dark .organ3 .funkciogombok {
    background: #0f0f0f;
    box-shadow: 0 0 8px 1px rgb(0, 0, 0);
}

.form-control, .custom-select {
    color: #707070;
    background-color: transparent;
    border-color: #c0c0c0;
    outline: 0;
    box-shadow: none;
    border-radius: 0 !important;
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
}

#sidebar .form-control {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.dark #sidebar .form-control {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.11);
}

.dark .form-control, .dark .custom-select {
    color: #c5c5c5;
    border-color: #4c4c4c;
}

.form-control:focus, .custom-select:focus {
    border-color: #21a59f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 165, 159, 0.25);
    background-color: transparent;
}

label.hiba, .label.hiba {
    color: #c80000;
}

.form-control.hiba, .custom-select.hiba {
    border-color: #c80000;
}

.dark .form-control.hiba, .dark .custom-select.hiba {
    border-color: #6a0f0f;
}

.form-control.hiba:focus, .custom-select.hiba:focus {
    border-color: #c80000;
    box-shadow: 0 0 0 0.2rem rgba(165, 33, 33, 0.25);
}

.dark .form-control.hiba:focus, .dark .custom-select.hiba:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 33, 33, 0.45);
}

.fejlec-szoveg {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.07);
}

.organ3 .panel .fejlec-szoveg {
    background-color: rgba(33, 165, 159, 0.3);
}

.organ3 .panel.inaktiv .fejlec-szoveg {
    background-color: rgba(0, 0, 0, 0.07);
}

.fejlec-szoveg h4 {
    display: inline;
    background: #fff;
    box-shadow: 1em 0 0 #fff, -1em 0 0 #fff;
    padding: 2px 0;
}

.felulet.inaktiv .fejlec-szoveg h4 {
    background: #f2f2f2;
    box-shadow: 1em 0 0 #f2f2f2, -1em 0 0 #f2f2f2;
}

.dark .fejlec-szoveg {
    background-color: rgba(255, 255, 255, 0.06);
}

.dark .fejlec-szoveg h4 {
    background: #1a1a1a;
    box-shadow: 1em 0 0 #1a1a1a, -1em 0 0 #1a1a1a;
}

.dark .organ3 .panel .fejlec-szoveg {
    background-color: rgba(33, 165, 159, 0.3);
}

.dark .organ3 .panel.inaktiv .fejlec-szoveg {
    background-color: rgba(255, 255, 255, 0.06);
}

.dark .felulet.inaktiv .fejlec-szoveg h4 {
    background: #1e1e1e;
    box-shadow: 1em 0 0 #1e1e1e, -1em 0 0 #1e1e1e;
}

.panel-lablec {
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: -20px;
}

.dark .panel-lablec {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: -20px;
}

.felulet.inaktiv .panel-lablec {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.gradient-aktiv-top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.gradient-inaktiv-bottom {
    position: sticky;
    bottom: -1em;
    left: 0;
    right: 0;
    height: 20px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(242,242,242,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f2f2f2",GradientType=1);
}

.dark .gradient-aktiv-top {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(26,26,26,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(26,26,26,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(26,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1a1a1a",GradientType=1);
}

.dark .gradient-inaktiv-bottom {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(30,30,30,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(30,30,30,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(30,30,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1e1e1e",GradientType=1);
}

.modal {
    background-color: rgba(0, 20, 19, 0.4);
    /* backdrop-filter: blur(1px); */
}

.modal-header {
    background-color: #24a5a0;
}

.modal-header h5 {
    color: #fff;
}

.dark .modal {
    background-color: rgba(0, 20, 19, 0.4);
}

.dark .modal-content {
    background-color: #191919;
    border: 1px solid #163c38;
}

.dark .modal-header, .dark .modal-footer {
    border-color: #262626;
}

.modal-dialog.modal-lg {
    max-width: unset !important;
    width: 90% !important;
}

.dark .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.kis-ertesito {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    min-width: 350px;
    max-width: 550px;
    right: 2em;
    z-index: 999;
    padding: 1em 1em 0 1em;
}

.nagy-ertesito {
    position: fixed;
    overflow: hidden;
    /* bottom: 0; */
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
}

.toast {
    min-width: 350px;
    max-width: 550px;
    overflow: hidden;
    font-size: .9em;
    background-color: #23a59f;
    color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    opacity: 0;
    display: none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out; 
    top: 0;
}

.nagy-ertesito .toast-keret {
    margin-top: -10%;
}

.nagy-ertesito .toast {
    margin: 50vh auto;
    overflow: visible;
}

.toast.show {
    display: block;
    top: auto;
}

.toast.hiba {
    background-color: #ac4040;
}

.toast-header {
    background-color: rgba(0,0,0,.1);
    border-bottom: none;
    color: #fff;
}

.text-muted {
    color: rgba(255, 255, 255, 0.6)!important;
}

.toast button.close {
    color: #fff;
}

.login {
    height: calc(100vh - 60px);
    padding: 2em 0;
    display: grid !important;
}

.login img.logo {
    max-width: 150px;
    -webkit-box-shadow: 0 1px 20px rgba(128, 128, 128, 0.25);
    -moz-box-shadow: 0 1px 20px rgba(128, 128, 128, 0.25);
    box-shadow: 0 1px 20px rgba(128, 128, 128, 0.25);
    border-radius: 1em;
    overflow: hidden;
    opacity: 0.6;
}
.login img.logo:hover {
    opacity: 1.0;
}

.dark .login img.logo {
    -webkit-box-shadow: 0 1px 20px rgba(33, 165, 159, 0.75);
    -moz-box-shadow: 0 1px 20px rgba(33, 165, 159, 0.75);
    box-shadow: 0 1px 20px rgba(33, 165, 159, 0.75);
    opacity: 0.4;
}
.dark .login img.logo:hover {
    opacity: 1.0;
}

.hirdetes {
    background-color: rgba(0,0,0,0.05);
    padding: 1.5em;
    border-radius: 2em;
    border-left: 15px solid #21a59f;
}

.dark .hirdetes {
    background-color: rgba(255,255,255,0.08);
}

.hirdetes a.bezar-gomb {
    float: right;
    padding: .3em;
    margin: -0.5em -0.5em 0 0;
    color: #21a59f;
    cursor: pointer;
    font-size: 1.3em;
}
.hirdetes a.bezar-gomb:hover {
    color: #626262;
}

.hirdetes-elrejt {
    display: none;
}


@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1.0);
    }

    50% {
        opacity: 1.0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.3;
        transform: scale(1.0);
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1600px) {
    body {
        font-size: 12px;
    }

    #content {
        margin-left: 250px;
    }

    #sidebar {
        min-width: 250px;
        max-width: 250px;
    }

    #sidebar.organ2 {
        min-width: unset;
        max-width: unset;
    }

    .organ3 .fejlec-content {
        /* height: 87px;
        min-height: 87px;
        max-height: 87px;
        margin-top: -87px;
        top: 146px; */

        height: 50px;
        min-height: 50px;
        max-height: 50px;
        margin-top: -50px;
        top: 109px;
    }

    .organ3 .ablak-content {
        margin-top: 0;
    }

    .organ3 .ablak-fejlec {
        /* top: 146px; */
        top: 109px;
        height: 56px;
    }

    #content.organ3 {
        /* margin-top: 202px;
        height: calc(100vh - 202px); */
        margin-top: 165px;
        height: calc(100vh - 165px);
    }

    #content.organ4 {
        /* margin-top: 202px;
        height: calc(100vh - 202px); */
        margin-top: 60px;
        height: calc(100vh - 60px);
    }

    #content.organ3 .nav-tabs.ablak-tabs a.bezar {
        margin-left: -1.4em;
        font-size: 1.5em;
        margin-top: .35em;
    }

    .btn.sugo-gomb {
        float: left;
        margin: 0 1em 0 0;
    }

    .toast {
        min-width: 225px;
        max-width: 450px;
    }

    .organ3.grid .ablak-content {
        width: calc(100% - 42px);
        margin-right: 42px;
    }

    .organ3.grid .funkciogomb-csoport {
        margin-top: 50px;
    }

    .organ3.grid .ablak-fejlec .rekord-info {
        margin-right: -50px;
    }

    /* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    } */

    .col:not(:first-child), .col-1:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-auto:not(:first-child), .col-lg:not(:first-child), .col-lg-1:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-auto:not(:first-child), .col-md:not(:first-child), .col-md-1:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-auto:not(:first-child), .col-sm:not(:first-child), .col-sm-1:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-auto:not(:first-child), .col-xl:not(:first-child), .col-xl-1:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-auto:not(:first-child) {
        padding-left: 10px;
    }

    .col:not(:last-child), .col-1:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-auto:not(:last-child), .col-lg:not(:last-child), .col-lg-1:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-auto:not(:last-child), .col-md:not(:last-child), .col-md-1:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-auto:not(:last-child), .col-sm:not(:last-child), .col-sm-1:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-auto:not(:last-child), .col-xl:not(:last-child), .col-xl-1:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-auto:not(:last-child) {
        padding-right: 10px;
    }
}

@media (max-width: 1400px) {
    .ablak-cim {
        display: block;
        width: 100%;
        float: none;
    }

    .organ3 .ablak-cim {
        display: block;
        width: auto;
        float: none;
        margin-right: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: .25em;
        margin-bottom: 0;
    }

    #sidebar.organ2 {
        min-width: unset;
        max-width: unset;
    }
}

@media (min-width: 1401px) {
    .ablak-cim {
        float: left;
    }

    .organ3 .ablak-cim {
        float: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: .25em;
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 10px;
    }

    #content {
        margin-left: 170px;
    }

    #sidebar {
        min-width: 170px;
        max-width: 170px;
    }

    #sidebar.organ2 {
        min-width: unset;
        max-width: unset;
        width: 60%;
    }

    .organ3 .fejlec-content {
        /* height: 79px;
        min-height: 79px;
        max-height: 79px;
        margin-top: -79px;
        top: 139px; */

        height: 47px;
        min-height: 47px;
        max-height: 47px;
        margin-top: -47px;
        top: 107px;
    }

    .organ3 .ablak-content {
        margin-top: 0;
    }

    #content.organ3 {
        /* margin-top: 186px;
        height: calc(100vh - 186px); */
        margin-top: 154px;
        height: calc(100vh - 154px);

    }

    #content.organ4 {
        /* margin-top: 186px;
        height: calc(100vh - 186px); */
        margin-top: 60px;
        height: calc(100vh - 60px);

    }

    .organ3 .ablak-fejlec {
        /* top: 139px; */
        top: 107px;
        height: 47px;
    }

    #content.organ3 .nav-tabs.ablak-tabs a.bezar {
        margin-left: -1.5em;
        font-size: 1.6em;
        margin-top: .34em;
    }

    .btn.sugo-gomb {
        float: left;
        margin: -0.15em 1em 0 0;
    }

    .toast {
        min-width: 175px;
        max-width: 320px;
    }

    .organ3.grid .ablak-content {
        width: calc(100% - 34px);
        margin-right: 34px;
    }

    .organ3.grid .funkciogomb-csoport {
        margin-top: 40px;
    }

    .organ3.grid .ablak-fejlec .rekord-info {
        margin-right: -40px;
    }

    /* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    } */

    .col:not(:first-child), .col-1:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-auto:not(:first-child), .col-lg:not(:first-child), .col-lg-1:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-auto:not(:first-child), .col-md:not(:first-child), .col-md-1:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-auto:not(:first-child), .col-sm:not(:first-child), .col-sm-1:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-auto:not(:first-child), .col-xl:not(:first-child), .col-xl-1:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-auto:not(:first-child) {
        padding-left: 5px;
    }

    .col:not(:last-child), .col-1:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-auto:not(:last-child), .col-lg:not(:last-child), .col-lg-1:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-auto:not(:last-child), .col-md:not(:last-child), .col-md-1:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-auto:not(:last-child), .col-sm:not(:last-child), .col-sm-1:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-auto:not(:last-child), .col-xl:not(:last-child), .col-xl-1:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-auto:not(:last-child) {
        padding-right: 5px;
    }
}

@media (max-width: 992px) {
    #sidebar.organ2 {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar.organ2 {
        min-width: unset;
        max-width: unset;
        width: 100%;
        margin-left: unset !important;
        text-align: left;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.organ2 .dropdown-toggle::after {
        top: 50%;
        bottom: unset;
        right: 20px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar.organ2 .sidebar-header h3,
    #sidebar.organ2 .CTAs {
        display: inherit;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar.organ2 .sidebar-header strong {
        display: none;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar.organ2 ul li a {
        padding: 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar.organ2 ul li a i {
        margin-right: 6px;
        display: inline-block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar.organ2 ul ul a {
        padding: 10px !important;
        padding-left: 30px !important;
    }
    #sidebar.organ2 ul ul ul a {
        padding: 10px !important;
        padding-left: 50px !important;
    }
    #sidebar.organ2 ul ul ul ul a {
        padding: 10px !important;
        padding-left: 70px !important;
    }
    #sidebar.organ2 ul ul ul ul ul a {
        padding: 10px !important;
        padding-left: 90px !important;
    }
    #sidebar.organ2 ul ul ul ul ul ul a {
        padding: 10px !important;
        padding-left: 110px !important;
    }
    #sidebar.organ2 ul ul ul ul ul ul ul a {
        padding: 10px !important;
        padding-left: 130px !important;
    }
    #sidebar.organ2 ul ul ul ul ul ul ul ul a {
        padding: 10px !important;
        padding-left: 150px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #sidebarCollapse2 span {
        display: none;
    }
    #content {
        margin-left: 0;
    }
}