/** Page **/
#pageContent table {
    width: 100%;
}
#pageContent table td {
    padding: 10px;
    vertical-align: top;
}
#pageContent .pageContents.ui-sortable .item {
    cursor: move;
}
#pageContent .pageContents.ui-sortable .placeholder {
    width: 100%;
    height: 112px;
    margin-bottom: 22px;
    background-color: #fafafa;
    border: 1px #e2e2e2 solid;
}

/** Menu **/
#menus .menuItems.ui-sortable .item {
    cursor: move;
}
#menus .menuItems.ui-sortable .placeholder {
    width: 100%;
    height: 42px;
    margin-top: 5px;
    background-color: #fafafa;
    border: 1px #e2e2e2 solid;
}

/** jQuery Nested **/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd.full { max-width: 100%; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 34px; margin: 5px 0; padding: 5px 10px; 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%);
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd-content { display: block; height: 34px; margin: 5px 0; padding: 6px 5px 5px 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%);
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-content:hover { color: #2ea8e5; background: #fff; }

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

.dd-item > button { margin-left: 30px; }

.dd-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 34px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    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;
}
.dd-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 5px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd-handle:hover { background: #ddd; }

#main-wrapper { overflow: visible !important; }

#main-wrapper #columns .columns .placeholder {
    width: 100%;
    height: 112px;
    margin-bottom: 22px;
    background-color: #fafafa;
    border: 1px #e2e2e2 solid;
}
#main-wrapper #columns .columns.ui-sortable .panel-heading {
    cursor: move;
}
.menu-content .text-bg .text-semibold{ float: left;}
.theme-default #main-menu .mmc-dropdown-open-ul a, .theme-default #main-menu .navigation a { color: #C0C5CE;}
.page-header h1{ font-weight: bold; color: #000;}
.panel-body table tr:hover{ background: #eefaff;}
.theme-default #main-menu li.active,
.theme-default #main-menu li.active>a{ background: #00aeef; color: #fff;}
.theme-default #main-menu li.active>a .menu-icon { color: #fff;}
.theme-default #main-menu .mmc-dropdown-open-ul a:after, .theme-default #main-menu .navigation a:after{ background: #00aeef;}

#mediaBrowser .mediaItem { width: 150px; margin: 5px; float: left; cursor: pointer; }
#mediaBrowser .mediaItem .stat-row { width: 100%; display: block !important; }
#mediaBrowser .mediaItem .stat-row .stat-cell { height: 55px; display: block !important; overflow: hidden; }
#mediaBrowser .mediaItem .image { height: 150px; line-height: 145px; text-align: center; overflow: hidden; }
#mediaBrowser .mediaItem .image img { width: inherit; vertical-align: middle; display: inline-block; }
#mediaBrowser .mediaItem .image img.icon { width: 80px; }

.theme-default.main-menu-animated.dont-animate-mm-content-sm.animate-mm-md.animate-mm-lg #main-wrapper #content-wrapper img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	border: 0px;
}
#main-navbar .navbar-brand div img {
    width: auto;
}
.theme-default #main-menu .mmc-dropdown-open-ul a::after, .theme-default #main-menu .navigation a::after {
    background: #990002 none repeat scroll 0 0;
}
.theme-default .btn-primary, .theme-default .btn-primary:focus {
    background: #B10101 linear-gradient(to bottom, #B10101 0px, #870100 100%) repeat-x scroll 0 0;
    border-color: #870100 #870100 #333333;
}
.theme-default .btn-primary:hover {
    background: #B10101 linear-gradient(to bottom, #B10101 0px, #870100 70%) repeat-x scroll 0 0;
    border-color: #870100 #870100 #333333;
}
.theme-default #main-menu li.active, .theme-default #main-menu li.active > a {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
}
.sorteer li {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-type: none;
}
.sorteer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.table {
    margin-bottom: -5px;
}
.box{
	display: none;
}
.box2{
	display: none;
}
.para {
	font-size: 14px;
}