.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;
}