.pointer { cursor: pointer; cursor: hand; }

.menu-tabs > .nav-tabs {
    width: 30%;
}

.menu-tabs .panel-body {
    width: 70%;
    margin-left: 30%;
}

input.hide-readonly[readonly] {
	cursor: text;
	background-color: #fff;
}

/* group right list */

.group-menu-level-main {
    font-weight: bold;
}

.group-menu-level-0 {
    padding-left: 18px !important;
}

.group-menu-level-1 {
    font-style: italic;
    padding-left: 28px !important;
}

.group-menu-level-2 {
    font-style: italic;
    padding-left: 38px !important;
}

.group-menu-level-3 {
    font-style: italic;
    padding-left: 48px !important;
}

.group-menu-level-4 {
    font-style: italic;
    padding-left: 48px !important;
}

.group-menu-level-5 {
    font-style: italic;
    padding-left: 58px !important;
}

#seo_keywords,
#seo_description {
    height: 90px;
    resize: none;
}

#og_description {
    height: 120px;
    resize: none;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 38px; line-height: 32px; margin: 5px 0; padding: 3px 0 3px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd3-content .btn { float: right; padding: 5px 10px; margin-right: 3px; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 32px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 32px; text-indent: 100%; white-space: nowrap; overflow: hidden; padding: 3px 10px; line-height: 30px;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 24px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

.bootstrap-tagsinput {
	width: 100%;
}

/* search css */
.search-result img {
    width: 100%;
}

.search-result h2 {
    padding-top: 10px;
}

#delete_preview_image{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img.imgLoder {
	background: transparent url('../image/loader-icon.gif') center no-repeat;
}

.cookie-popup {
	background-color: #000;
    bottom: 0;
    color: #eee;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.btn-right-float {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 6px;
}

.redish {
    background-color: #FF7074;
}

.copy-span {
    cursor: pointer;
}

.darkblue {
    color: darkblue;
}

#side-menu li a.selected-admin-menu,
#side-menu li .nav-second-level li a.selected-admin-menu,
#side-menu li .nav-second-level li .nav-second-level li a.selected-admin-menu {
    background-color: #edefe7;
}

.menu-counter {
    background-color: #c0392b;
    bottom: 5px;
    color: #fff;
    border-radius: 8px;
    min-width: 16px;
    display: block;
    margin-right: -8px;
    text-align: center;
    padding: 0 4px;
    font-style: normal !important;
    position: absolute;
    right: 27px;
}

#side-menu li .nav-second-level li a,
#side-menu li .nav-second-level li .nav-second-level li a {
    padding-right: 30px;
}

.consent-cookie-popup {
    position: fixed;
    width: 700px;
    max-width: 90%;         /* kisebb kijelzőn ne lógjon ki */
    height: auto;
    max-height: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    padding: 20px;
    z-index: 9999;

    /* alapértelmezett: középen */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 768px alatti képernyőn: aljára igazítva */
@media (max-width: 768px) {
    .consent-cookie-popup {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 12px 12px 0 0;

        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%); /* csak vízszintesen középre */
    }

    .consent-cookie-popup button {
        margin-bottom: 5px;
    }
}

.cookie-hide {
    display: none !important;
}

.btn-deny {
    background-color: gray !important;
}