﻿body {
    overflow-y: scroll !important;/* This is fix for not allowing the page to change its width, when the scroll bar is shown */
}

.static-menu-parent {
    position: static !important;
}

/*********** CSS RESET **********/

/*.menu-items-administration * {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}*/
/*.menu-items-administration *, 
.menu-items-administration *:before, 
.menu-items-administration *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
/*.menu-items-administration ol,
.menu-items-administration ul {
	list-style: none;
}*/
.menu-items-administration a img {
	border: none;
}


.menu-items-wrapper {
    overflow: hidden;
}
.menu-items-left-side {
    float: left;
    width: 25%;
}
.menu-items-center-side {
    float: right;
    width: 70%;
}
.predefined-menu-items a {
    display: inline-block;
    width: 100%;
}

.menu-item-settings input.invalid,
#menu-link-types-accordion input.invalid {
    border-color: #c00 !important;
}
#menu-link-types-accordion .card-title > a {
    display: inline-block;
    width: 100%;
}

/* MENU ITEMS */

#mega-menu-draggable {
    border: 5px solid #ffa500;
}
#mega-menu-draggable .draggable-menu-item {
    margin: 3px 0;
    padding: 10px 30px;
    border: 1px solid #666;
}
#mega-menu-draggable .menu-item-header {
    
}
#mega-menu-draggable .menu-item-content,
#draggable-menu-item-hint .menu-item-content {
    display: none;
}
#draggable-menu-item-hint {
    padding: 10px 30px;
    border: 1px dashed #c00;
}

.page-links-list {
    max-height: 200px;
    overflow: auto;
    list-style: none;
}

#categories-grid,
#topics-grid,
#manufacturers-grid,
#vendors-grid,
#product-tags-grid {
    display: none;
}
.selectable-item-row label {
    display: inline-block;
    width: 100%;
}
.selectable-item-row label input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.is-added-to-menu {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    width: 13px;
    height: 13px;
    background: #c00;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999px;
    vertical-align: middle;
}
.is-added-to-menu.partial:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 5px;
    height: 5px;
    background-color: #ff0;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.is-added-to-menu:hover {
    background-color: #fff;
    border-color: #c00;
}

.menu-items-validation-message {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 230px;
    padding: 20px 30px;
    background: #dd4b39;
    color: #fff;
    z-index: 1000;
}

/* GENERAL SETTINGS */

.callout.bg-gray-light.no-margin {
    border: 0;
    padding-left: 28px;
    background: #f5f5f5;
}
.callout.bg-gray-light.no-margin:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #66acd4;
    content: "\e086";
    position: absolute;
    top: 11px;
    left: 4px;
}