#error_container {
	color: red;
	font-weight: bold;
	background-color: #f7dddc;
	border-color: #f4cfce;
}
.error_msg {
	color: red;
	font-size: 11px;
}
#location_search_container {
	position: absolute;
	left: 13px;
	right: 13px;
	z-index: 1000;
}
#product-thumbnail img {
	border: 1px solid #ccc;

	width: 100%;
	height: auto;
}
.guide {
	padding: 0px;
	list-style: none;
}
.guide>li {
	display: inline-block;
	font-style: italic;
}
.guide>li:last-child {
	font-weight: bold;
}
.guide>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "›"
}
.guide>.active {
	color: #777
	}
.cke_chrome {
    display: block;
    border: none;
    padding: 0;
}
.show{
}
.hide {
	display: none;
}
.step {
	width: 100%;
	background: #fff;
	padding: 8px;
}
.publish-container {
	border-radius: 4px;
	border: 1px solid #eee !important;
	background: #eee;
}
.publish-container .content{
	display: none;
}
.publish-container.selected {
	border: 1.8px solid #ddd !important;
	background: #fff;
}
.publish-container.selected .content{
	display: block;
}
.pulish-check {
	cursor: pointer;
}
.location-container {
	/*border-radius: 4px;*/
	/*border: 1px solid #eee !important;*/
	background: #eee;
}
.location-container .content{
	display: none;
}
.location-container.selected {
	border: 1.8px solid #ddd !important;
	background: #fff;
}
.location-container.selected .content{
	display: block;
}
.location-check {
	cursor: pointer;
}
.location-search-container {

}
.location-search-container .list-group .list-group-item {
	cursor: pointer;
}
.location-search-container .list-group .list-group-item:hover {
	background: #fafafa;
}
.sidebar_item {
	cursor: pointer;
}
.location-select {
	position: relative;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.location-select-display {
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	padding: 0.375rem 0.75rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.location-select-display .arrow {
	margin-left: 10px;
}
.location-dropdown-menu {
	position: absolute;
	width: 100%;
	z-index: 1050;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border-radius: 0.375rem;
	border: 1px solid #ced4da;
}
.list-group-item-action {
	cursor: pointer;
}