html {
	height: 100%;
}
body {
	background: #333;
	color: #333;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	height: 100%;
}
a.icesym-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	background: none;
	color: rgba(0,0,0,0.6);
	transition: all ease 0.25s;
	border-radius: 99px;
	text-align: center;
	font-size: 15px;
}
a.icesym-icon:hover, a.icesym-icon:active, a.icesym-icon:focus {
	text-decoration: none;
	color: rgba(0,0,0,0.9);
	background: rgba(0,0,0,0.1);
}
.body-width-limiter {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.content-wrapper {
	background: #fff;
	color: #333;
}
.content-body {
	padding: 20px 15px;
	min-height: 500px;
}
.content-body h1 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
	font-size: 26px;
}
.content-body h2 {
	font-size: 24px;
}
.content-body h3 {
	font-size: 20px;
}
.content-body h4 {
	font-size: 18px;
}
.content-body h5 {
	font-size: 18px;
}
.content-body h6 {
	font-size: 18px;
}

/* Nav */
.navbar-static {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-static > li {
	float: left;
	position: relative;
	display: block;
}
.navbar-static > li:active > a {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-static > li > a {
	display: block;
	color: #777;
	padding: 15px;
	line-height: 20px;
	text-decoration: none;
}
.navbar-static > li.active > a {
	background: #e7e7e7;
}
/* Restyle bootstrap */
.navbar {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.dropdown-menu {
	border: 1px solid #ddd;
}
.dropdown-menu > li > a {
	padding: 8px 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
	background: #eee;
	color: #444;
}
.dropdown-menu .divider {
	margin: 4px 0;
}
.dropdown-header {
	margin: 0;
	padding: 3px 20px;
	font-size: 14px;
	background: none;
	color: #999;
	font-weight: normal;
	line-height: 2;
	overflow: hidden;
	cursor: default;
	border-bottom: 3px solid #e5e5e5;
}
.dropdown-header-user {
	display: block;
	margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    background: none;
    color: #999;
    font-weight: normal;
    line-height: 2;
    overflow: hidden;
    cursor: default;
    border-bottom: 3px solid #e5e5e5;
	white-space: nowrap;
}
.dropdown-submenu > a:after {
	position: absolute;
	top: 8px;
	right: 21px;
}
.navbar-toggle {
	border: none;
	padding: 10px;
	margin: 7px 0 0 0;
}
.navbar-toggle .icon-bar {
	height: 3px;
}
/* Override the nav collapsing point */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding: 0;
		margin: 0 -15px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
		margin: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
	/* Dropdown menu */
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px 10px 25px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-size: 85%;
	color: #777;
}
.breadcrumbs-body {
	margin: 0 auto;
	padding: 0 15px;
	list-style-type: none;
}
.breadcrumbs-body > li {
	display: inline-block;
}
.breadcrumbs-body > li.inner:before {
	content: "»";
	padding: 0 10px;
}

/* Footer */
.footer {
	color: #ccc;
	background: #333;
}
.footer-body {
	padding: 0 15px;
}
.footer-row {
	padding: 15px 0;
	border-bottom: 1px solid #444;
}
.footer-body a {
	color: #bbb;
}
.footer-body a:hover {
	color: #fff;
}
.footer-bottomline {
	text-align: center;
	font-size: 80%;
	color: #555;
}
.footer-bottomline p {
	margin: 0;
}
.footer-bottomline a {
	color: #777;
}
.footer-bottomline a:hover {
	color: #999;
}

/* Login */
.login-logo {
	margin: 15px auto;
	max-width: 250px;
}

/* Content preview */
.pre-content-preview {
	overflow: auto;
	max-height: 300px;
	padding-left: 10px;
	border-left: 3px solid #ddd;
	border-radius: 0;
	word-wrap: break-word;
    line-height: normal;
	tab-size: 4;
	white-space: pre-wrap;
}

.lang-data-container {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.lang-data-header {
	display: block;
	padding: 1px 5px;
	font-size: 115%;
	background: #eee;
}
.lang-data-header a, .lang-data-header a:active, .lang-data-header a:hover, .lang-data-header a:focus {
	text-decoration: none;
}
.lang-data-header a:before {
	color: #333;
	padding-right: 5px;
}
.lang-data-header a[aria-expanded=false]:before {
	content: "\EA33";
	font-family: "IceSym";
}
.lang-data-header a[aria-expanded=true]:before {
	content: "\EA32";
	font-family: "IceSym";
}
.lang-data-body {
	padding: 15px 15px 0 15px;
}

.panel-admin-home .panel-body {
	height: 270px;
	overflow: hidden;
	overflow-y: auto;
}
.panel-admin-home h6 {
	margin: 15px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.panel-admin-home h6:first-child {
	margin-top: 0;
}

/* IceSym checkbox */
.icesym-checkbox-clear, .icesym-checkbox-checked {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #666;
	border-radius: 4px;
	background: #fff;
	font-family: IceSym;
	color: #555;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}
.icesym-checkbox-clear:after {
	content: none;
}
.icesym-checkbox-checked:after {
	content: "\e505";
	position: relative;
	top: -0.08em;
}

/* Data row product list */
.data-row-product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 5px 0;
}
.data-row-product-list-item {
	position: relative;
	width: 60px;
	display: block;
	border: 1px solid #ddd;
}
.data-row-product-list-item-qty {
	position: absolute;
	top: -6px;
	right: -6px;
	height: 12px;
	line-height: 12px;
	color: #333;
	background: #ddd;
	font-size: 9px;
	white-space: nowrap;
	border-radius: 99px;
	padding: 0 6px;
}

