@font-face{
    font-family:"Material Icons";
    font-style:normal;
    font-weight:400;
    src:local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(2d8017489da689caedc1.preload.woff2) format("woff2")
}
.material-icons{
    display:inline-block;
    font-family:"Material Icons",sans-serif;
    font-size:24px;
    font-style:normal;
    font-weight:500;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga"
}

.row {
    --bs-gutter-x: 0.75rem;
}

.card {
    --bs-card-spacer-y: 0.75rem;
    --bs-card-spacer-x: 0.75rem;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: initial;
}

.vertical-align-middle {
    vertical-align: middle;
}

.img-sp {
    width: 100px;
	max-width: 100%;
    height: auto;
    border-radius: 100%;
}

.wrapper-title span {
    width: 100px;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
	.img-sp {
		width: 80px;
	}
	.table {
		-webkit-text-size-adjust: 85%;
	}
	.wrapper-title span {
		width: 80px;
		max-width: 100%;
		text-align: center;
	}
	
}

.js-el-product-qtt {
    font-size: 1.2em;
}

.js-el-product-phase {
    cursor: pointer;
}

.table p {
    margin-bottom: 0.5rem;
}

.form-signin {
    max-width: 400px;
}

.modal-content {
    background: #ffffff;
}

.wrapper-phase .badge {
	position: relative;
}

.wrapper-phase .badge svg {
    width: 10px;
    height: 10px;
}

.wrapper-phase .badge .spinner-grow {
    width: 10px;
    height: 10px;
}

@media (max-width: 767px) {
	.wrapper-phase .badge svg {
		width: 8px;
		height: 8px;
	}
	
	.wrapper-phase .badge .spinner-grow {
		width: 8px;
		height: 8px;
	}
}

.wrapper-phase .badge:not(.loading) .spinner-grow {
	display: none;
}

.wrapper-phase.loading .badge svg {
	display: none;
}

.wrapper-img {
    display: table;
    position: relative;
    text-align: center;
}

a.badge:not(:hover) {
	text-decoration: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.js-save-search-results {
	position: relative;
}

.js-save-search-results .search-divider-text {
    margin: 0;
	line-height: 18px;
    font-size: var(--font-size-body);
}

.js-save-search-results .autocomplete-suggestions {
    max-width: 100% !important;
    width: 100% !important;
    z-index: 1 !important;
    margin-bottom: 0;
    margin-top: 5px;
    max-height: none !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
}

.js-save-search-results .autocomplete-suggestions {
    max-height: 60vh !important;
}

.js-save-search-results .autocomplete-suggestion {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 95px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    transition: background-color .25s ease;
	float: left;
    width: 100%;
}

.js-save-search-results .search-no-result {
    pointer-events: none !important;
    padding-left: 15px;
}

.js-save-search-results .autocomplete-suggestion:hover {
    background-color: #f9f9f9;
}

.js-save-search-results .autocomplete-suggestion .search-thumb {
    float: left;
    max-width: 65px;
    margin-left: -80px;
}

.js-save-search-results .autocomplete-suggestion .search-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.js-save-search-results .autocomplete-suggestion .search-sku {
    margin-top: 8px;
    line-height: 1;
}

.js-save-search-results .autocomplete-suggestion .search-title strong {
    text-decoration: underline;
}

.js-save-wrapper-search {
	position: relative;
}

.js-save-wrapper-search .spinner-border {
    position: absolute;
    left: 0;
    top: 0;
	display: none;
}

.search-loading .js-save-wrapper-search .spinner-border {
	display: block;
}

.js-goto-top {
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    text-align: center;
    position: sticky;
    bottom: 0;
    z-index: 5;
    box-shadow: 0 0px 10px 10px rgba(51, 51, 51, .05);
}

#toast-container>div {
    padding: 15px 15px 15px 15px;
}

#toast-container>.toast-info {
	background-image: none !important;
}

/*************/
#ww-products table {
	position: relative;
}

#ww-products.loading table::before {
	content: '';
	display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
    position: absolute;
    left: 50%;
	margin-left: -0.5rem;
    top: 30px;
}
#ww-products.loading table::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.5);
}

.filter-form label span {
    cursor: pointer;
    height: 100%;
    width: 24px;
    text-align: right;
}

.js-load-table, .js-download {
	cursor: pointer;
}

.js-load-table svg, .js-download svg {
	display: block;
}

.ui-datepicker {
	z-index: 6 !important;
}

.toggle-filter:not([aria-expanded="true"]) .bi-x-lg{
	display: none;
}

.toggle-filter:not([aria-expanded="false"]) .bi-funnel{
	display: none;
}

.wrapper-img .form-check-input {
	width: 1.25em;
	height: 1.25em;
}

th {
	white-space: nowrap;
}

.wp-product-note div {
	white-space: pre-line;
}

/********/

.mce-ico {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.pull-left.mce-ico {
	margin-right: .3em
}

.pull-right.mce-ico {
	margin-left: .3em
}

.mce-charmap td div {
	text-align: center
}

.mce-window iframe {
	width: 100%;
	height: 100%
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget * {
	position: static;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	color: #333;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: top;
	direction: ltr;
	cursor: inherit;
	background: 0 0;
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

.mce-widget button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mce-container [unselectable] {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mce-fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.mce-fade.mce-in {
	opacity: 1
}

.mce-tinymce {
	position: relative;
	display: block;
	visibility: visible !important;
	border-radius: 2px
}

.mce-tinymce>.mce-container-body {
	border: 1px solid #c7d6db
}

.mce-fullscreen {
	z-index: 100;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 0
}

.mce-fullscreen .mce-resizehandle {
	display: none
}

div.mce-fullscreen {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	left: 0
}

.mce-wordcount {
	position: absolute;
	top: 0;
	padding: 8px;
	right: 0
}

div.mce-edit-area {
	max-height: 400px;
	padding: 1px;
	overflow: auto;
	background: #fff;
	-webkit-filter: none;
	filter: none
}

.mce-statusbar,
.mce-statusbar .mce-container-body {
	position: relative
}

.mce-charmap {
	border-collapse: collapse
}

.mce-charmap td {
	width: 20px;
	height: 20px;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	border: 1px solid #9e9e9e
}

.mce-charmap td:hover {
	background: #d9d9d9
}

.mce-grid td div {
	width: 12px;
	height: 12px;
	margin: 2px;
	cursor: pointer;
	border-spacing: 2px;
	border-collapse: separate;
	border: 1px solid #d6d6d6
}

.mce-grid a {
	display: block;
	border: 1px solid transparent
}

.mce-grid a:hover {
	border-color: #a1a1a1
}

.mce-grid-border {
	margin: 0 4px
}

.mce-grid-border a {
	width: 13px;
	height: 13px;
	border-color: #d6d6d6
}

.mce-grid-border a.mce-active,
.mce-grid-border a:hover {
	background: #dff5f9;
	border-color: #a1a1a1
}

.mce-text-center {
	text-align: center
}

div.mce-tinymce-inline {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mce-toolbar-grp {
	padding-bottom: 2px
}

.mce-toolbar-grp .mce-flow-layout-item {
	margin-bottom: 0
}

.mce-container,
.mce-container-body {
	display: block
}

.mce-autoscroll {
	overflow: hidden
}

.mce-scrollbar {
	position: absolute;
	top: 2px;
	width: 7px;
	height: 100%;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: .4;
	right: 2px
}

.mce-scrollbar.mce-active,
.mce-scrollbar:hover {
	zoom: 1;
	background-color: #aaa;
	filter: alpha(opacity=60);
	opacity: .6;
	border-radius: 7px
}

.mce-scrollbar-h {
	top: auto;
	bottom: 2px;
	width: 100%;
	height: 7px;
	right: auto;
	left: 2px
}

.mce-scrollbar-thumb {
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #000;
	border: 1px solid #888;
	border-color: rgba(85, 85, 85, .6);
	border-radius: 7px
}

.mce-scrollbar-h .mce-scrollbar-thumb {
	width: 100%;
	height: 5px
}

.mce-scroll {
	position: relative
}

.mce-panel {
	background-color: #fcfdfe;
	border: 0 solid #ccc
}

.mce-floatpanel {
	position: absolute;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.mce-floatpanel.mce-fixed {
	position: fixed
}

.mce-floatpanel .mce-arrow,
.mce-floatpanel .mce-arrow::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px
}

.mce-floatpanel .mce-arrow::after {
	content: "";
	border-width: 10px
}

.mce-floatpanel.mce-popover {
	top: 0;
	background: 0 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	left: 0
}

.mce-floatpanel.mce-popover.mce-bottom {
	margin-top: 10px;
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
	top: -11px;
	border-top-width: 0;
	border-bottom-color: #9e9e9e;
	border-bottom-color: rgba(0, 0, 0, .25);
	left: 50%;
	margin-left: -11px
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow::after {
	top: 1px;
	border-top-width: 0;
	border-bottom-color: #fff;
	margin-left: -10px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
	margin-left: -22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow {
	left: 20px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end {
	margin-left: 22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow {
	right: 10px;
	left: auto
}

#mce-modal-block {
	width: 100%;
	height: 100%;
	zoom: 1;
	background: #000;
	filter: alpha(opacity=0)
}

#mce-modal-block.mce-in {
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: .3
}

.mce-window-move {
	cursor: move
}

#mce-modal-block,
.mce-window {
	position: fixed;
	top: 0;
	opacity: 0;
	left: 0
}

.mce-window {
	background: 0 0;
	background: #fff;
	-webkit-transition: opacity 150ms ease-in;
	transition: opacity 150ms ease-in;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	border-radius: 6px
}

.mce-window.mce-in {
	opacity: 1
}

.mce-window .mce-container-body {
	display: block
}

.mce-window.mce-fullscreen,
.mce-window.mce-fullscreen .mce-foot {
	border-radius: 0
}

.mce-window-head {
	position: relative;
	padding: 9px 15px;
	border-bottom: 1px solid #c5c5c5
}

.mce-window-head .mce-close {
	position: absolute;
	top: 9px;
	height: 20px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #858585;
	cursor: pointer;
	right: 15px
}

.mce-close:hover,
.mce-combobox.mce-disabled input {
	color: #adadad
}

.mce-window-head .mce-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-rendering: optimizeLegibility;
	padding-right: 10px
}

.mce-foot {
	display: block;
	background-color: #fff;
	border-top: 1px solid #c5c5c5;
	border-radius: 0 0 6px 6px
}

.mce-window-head .mce-dragh {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	cursor: move;
	left: 0
}

.mce-abs-layout {
	position: relative
}

.mce-abs-end,
body .mce-abs-layout-item {
	position: absolute
}

.mce-abs-end {
	width: 1px;
	height: 1px
}

.mce-container-body.mce-abs-layout {
	overflow: hidden
}

.mce-tooltip {
	position: absolute;
	padding: 5px;
	zoom: 1
}

.mce-tooltip-inner {
	max-width: 200px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	white-space: normal;
	background-color: #000;
	border-radius: 3px;
	padding: 5px 8px 4px
}

.mce-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000
}

.mce-tooltip-arrow-n {
	border-bottom-color: #000
}

.mce-tooltip-arrow-s {
	border-top-color: #000
}

.mce-tooltip-arrow-e {
	border-right-color: #000
}

.mce-tooltip-arrow-w {
	border-left-color: #000
}

.mce-tooltip-nw,
.mce-tooltip-sw {
	margin-left: -14px
}

.mce-tooltip-n .mce-tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.mce-tooltip-n .mce-tooltip-arrow,
.mce-tooltip-ne .mce-tooltip-arrow,
.mce-tooltip-nw .mce-tooltip-arrow {
	top: 0;
	border-top: none;
	border-right-color: transparent;
	border-bottom-style: solid;
	border-left-color: transparent
}

.mce-tooltip-nw .mce-tooltip-arrow {
	left: 10px
}

.mce-tooltip-ne .mce-tooltip-arrow {
	right: 10px
}

.mce-tooltip-s .mce-tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.mce-tooltip-s .mce-tooltip-arrow,
.mce-tooltip-se .mce-tooltip-arrow,
.mce-tooltip-sw .mce-tooltip-arrow {
	bottom: 0;
	border-top-style: solid;
	border-right-color: transparent;
	border-bottom: none;
	border-left-color: transparent
}

.mce-tooltip-sw .mce-tooltip-arrow {
	left: 10px
}

.mce-tooltip-se .mce-tooltip-arrow {
	right: 10px
}

.mce-tooltip-e .mce-tooltip-arrow,
.mce-tooltip-w .mce-tooltip-arrow {
	top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right: none;
	border-left-style: solid
}

.mce-tooltip-e .mce-tooltip-arrow {
	right: 0
}

.mce-tooltip-w .mce-tooltip-arrow {
	left: 0
}

.mce-btn {
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: #eee 0 0 0 inset;
	box-shadow: #eee 0 0 0 inset
}

.mce-btn:focus,
.mce-btn:hover {
	color: #eee;
	background-color: #eee;
	-webkit-box-shadow: #ddd 0 0 0 inset;
	box-shadow: #ddd 0 0 0 inset
}

.mce-btn.mce-disabled button,
.mce-btn.mce-disabled:hover button {
	cursor: default;
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .4
}

.mce-btn.mce-active,
.mce-btn.mce-active:hover {
	background-color: #d6d6d6
}

.mce-btn:not(.mce-disabled):active {
	background-color: #d6d6d6
}

.mce-btn button {
	padding: 2px 6px;
	overflow: visible;
	font-size: 12px;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.mce-btn button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mce-primary.mce-btn {
	min-width: 50px;
	color: #fff;
	background-color: #006dcc;
	border: 1px solid #b1b1b1;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) rgba(0, 0, 0, .25)
}

.mce-primary.mce-btn:focus,
.mce-primary.mce-btn:hover {
	background-color: #005fb3 !important
}

.mce-primary.mce-btn.mce-disabled button,
.mce-primary.mce-btn.mce-disabled:hover button {
	cursor: default;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: .4;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mce-primary.mce-btn.mce-active,
.mce-primary.mce-btn.mce-active:hover {
	background-color: #005299
}

.mce-primary.mce-btn:not(.mce-disabled):active {
	background-color: #005299
}

.mce-primary.mce-btn button,
.mce-primary.mce-btn button i {
	color: #fff
}

.mce-btn-large button {
	padding: 9px 14px;
	font-size: 12px;
	line-height: normal;
	border-radius: 5px
}

.mce-btn-large i {
	margin-top: 2px
}

.mce-btn-small button {
	padding: 1px 5px;
	font-size: 12px
}

.mce-btn-small i {
	line-height: 20px;
	vertical-align: top
}

.mce-btn .mce-caret,
.mce-btn-small .mce-caret {
	margin-top: 8px;
	margin-left: 0
}

.mce-caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	content: "";
	border-top: 4px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.mce-disabled .mce-caret {
	border-top-color: #aaa
}

.mce-caret.mce-up {
	border-top: 0;
	border-bottom: 4px solid #333
}

.mce-btn-group>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mce-btn-group .mce-btn {
	border: solid 1px #ccc;
	border-radius: 0;
	border-right: none
}

.mce-btn-group .mce-first {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.mce-btn-group .mce-last {
	border-right: solid 1px #ccc;
	border-radius: 0 3px 3px 0
}

.mce-btn-group .mce-first.mce-last,
i.mce-i-checkbox {
	border-radius: 3px
}

.mce-btn-group .mce-btn.mce-flow-layout-item {
	margin: 0
}

i.mce-i-checkbox {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-align: center;
	text-indent: -10em;
	background-color: #f0f0f0;
	border: 1px solid #c5c5c5;
	margin: 0 3px 0 0
}

.mce-checked i.mce-i-checkbox {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-indent: 0
}

.mce-checkbox {
	cursor: pointer
}

.mce-checkbox.mce-focus i.mce-i-checkbox,
.mce-checkbox:focus i.mce-i-checkbox {
	border: 1px solid rgba(82, 168, 236, .8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65)
}

.mce-checkbox.mce-disabled .mce-label,
.mce-checkbox.mce-disabled i.mce-i-checkbox {
	color: #acacac
}

.mce-colorbutton .mce-ico {
	position: relative
}

.mce-colorbutton-grid {
	margin: 4px
}

.mce-colorbutton button {
	padding-right: 4px
}

.mce-colorbutton .mce-preview {
	position: absolute;
	top: 50%;
	display: block;
	width: 13px;
	height: 2px;
	margin-top: 7px;
	overflow: hidden;
	background: gray;
	margin-left: -14px;
	left: 50%;
	padding-right: 3px
}

.mce-colorbutton.mce-btn-small .mce-preview {
	width: 16px;
	padding-right: 0;
	margin-left: -16px
}

.mce-colorbutton .mce-open {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	padding-left: 4px
}

.mce-colorbutton:hover .mce-open {
	border-right-color: #bdbdbd;
	border-left-color: #bdbdbd
}

.mce-colorbutton.mce-btn-small .mce-open {
	padding: 0 3px
}

.mce-combobox {
	display: inline-block;
}

.mce-combobox input {
	height: 28px;
	border: 1px solid #c5c5c5;
	border-right-color: #c5c5c5
}

.mce-combobox.mce-has-open input {
	border-radius: 4px 0 0 4px
}

.mce-combobox .mce-btn {
	border-left: 0;
	border-radius: 0 4px 4px 0;
	background-color: #c5c5c5;
	-webkit-box-shadow: #aaa 0 -2px 0 inset;
	box-shadow: #aaa 0 -2px 0 inset
}

.mce-combobox button {
	height: 26px
}

.mce-combobox.mce-disabled .mce-btn button {
	cursor: default;
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .4
}

.mce-path {
	padding: 8px;
	white-space: normal;
}

.mce-path .mce-txt {
	padding-right: 3px
}

.mce-path,
.mce-path .mce-path-body,
.mce-path .mce-txt,
.mce-path-item {
	display: inline-block
}

.mce-path-item {
	color: #333;
	cursor: pointer;
}

.mce-path-item:hover {
	text-decoration: underline
}

.mce-path-item:focus {
	color: #fff;
	background: #666
}

.mce-path .mce-divider {
	display: inline
}

.mce-disabled .mce-path-item {
	color: #aaa
}

.mce-fieldset {
	border: 0 solid #9e9e9e;
	border-radius: 3px
}

.mce-fieldset>.mce-container-body {
	margin-top: -15px
}

.mce-fieldset-title {
	margin-left: 5px;
	padding: 0 5px
}

.mce-fit-layout {
	display: inline-block;
}

.mce-fit-layout-item {
	position: absolute
}

.mce-flow-layout-item {
	display: inline-block;
	margin: 2px 0 2px 2px
}

.mce-flow-layout-item.mce-last {
	margin-right: 2px
}

.mce-flow-layout {
	white-space: normal
}

.mce-tinymce-inline .mce-flow-layout {
	white-space: nowrap
}

.mce-rtl .mce-colorbutton,
.mce-rtl .mce-path {
	direction: rtl
}

.mce-rtl .mce-colorbutton .mce-preview {
	margin-left: 0;
	padding-right: 0;
	padding-left: 4px;
	margin-right: 14px
}

.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
	margin-left: 0;
	padding-right: 0;
	margin-right: -17px;
	padding-left: 0
}

.mce-rtl .mce-colorbutton button,
.mce-rtl .mce-splitbtn button {
	padding-right: 10px;
	padding-left: 10px
}

.mce-rtl .mce-colorbutton .mce-open {
	padding-right: 4px;
	padding-left: 4px
}

.mce-rtl .mce-window-head .mce-close {
	position: absolute;
	right: auto;
	left: 15px
}

.mce-rtl .mce-window-head .mce-dragh {
	left: auto;
	right: 0
}

.mce-rtl .mce-wordcount {
	left: 0;
	right: auto
}

.mce-rtl .mce-flow-layout,
.mce-rtl .mce-label,
.mce-rtl .mce-menubtn button,
.mce-rtl .mce-splitbtn,
.mce-rtl .mce-window-head .mce-title {
	text-align: right;
	direction: rtl
}

.mce-rtl .mce-splitbtn .mce-open {
	padding-right: 4px;
	padding-left: 4px
}

.mce-rtl .mce-flow-layout-item {
	margin: 2px 2px 2px 0
}

.mce-rtl .mce-flow-layout-item.mce-last {
	margin-left: 2px
}

.mce-rtl .mce-listbox .mce-caret {
	right: auto;
	left: 8px
}

.mce-rtl .mce-listbox button {
	padding-right: 10px;
	padding-left: 20px
}

.mce-rtl .mce-menu-item {
	padding: 6px 12px 6px 15px;
	text-align: right;
	direction: rtl
}

.mce-rtl .mce-menu-item .mce-caret {
	margin-right: 0;
	margin-left: 6px;
	border-right: 4px solid #333;
	border-left: 0
}

.mce-rtl .mce-menu-item.mce-selected .mce-caret,
.mce-rtl .mce-menu-item:focus .mce-caret,
.mce-rtl .mce-menu-item:hover .mce-caret {
	border-right-color: #fff;
	border-left-color: transparent
}

.mce-rtl .mce-tabs {
	text-align: right;
	direction: rtl
}

.mce-rtl .mce-tab {
	border-width: 0 0 0 1px
}

.mce-rtl .mce-btn button {
	direction: rtl
}

.mce-rtl .mce-checkbox,
.mce-rtl .mce-textbox {
	direction: rtl;
	text-align: right
}

.mce-rtl i.mce-i-checkbox {
	margin: 0 0 0 3px
}

.mce-iframe {
	width: 100%;
	height: 100%;
	border: 0 solid #9e9e9e
}

.mce-label {
	display: inline-block;
	overflow: hidden;
	border: 0
}

.mce-label.mce-autoscroll {
	overflow: auto
}

.mce-label.mce-disabled,
.mce-menubtn.mce-disabled span {
	color: #aaa
}

.mce-label.mce-multiline {
	white-space: pre-wrap
}

.mce-menubar {
	border: 1px solid #eee
}

.mce-menubar .mce-caret {
	border-top-color: #333
}

.mce-menubar .mce-menubtn {
	background: 0 0;
	-webkit-filter: none;
	filter: none;
	border-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mce-menubar .mce-menubtn button span {
	color: #333
}

.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus,
.mce-menubar .mce-menubtn:hover {
	background: #e6e6e6;
	-webkit-filter: none;
	filter: none;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mce-menubtn span {
	margin-right: 2px;
	line-height: 20px;
	color: #333
}

.mce-menubtn.mce-btn-small span {
	font-size: 12px
}

.mce-menubtn.mce-fixed-width span {
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis
}

.mce-menubtn.mce-fixed-width.mce-btn-small span {
	width: 70px
}

.mce-listbox button {
	position: relative;
	padding-right: 20px;
	text-align: left
}

.mce-listbox .mce-caret {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -2px
}

.mce-menu-shortcut {
	display: inline-block;
	padding: 0 15px 0 20px;
	color: #adadad;
}

.mce-menu-item {
	display: block;
	padding: 6px 15px 6px 12px;
	margin-bottom: 1px;
	clear: both;
	font-weight: 500;
	line-height: normal;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	border-left: 4px solid transparent
}

.mce-menu-item.mce-selected,
.mce-menu-item:focus,
.mce-menu-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3ed2f0
}

.mce-menu-item .mce-ico,
.mce-menu-item .mce-text {
	color: #333
}

.mce-menu-item.mce-disabled .mce-ico,
.mce-menu-item.mce-disabled .mce-text {
	color: #adadad
}

.mce-menu-item.mce-selected .mce-ico,
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item:focus .mce-ico,
.mce-menu-item:hover .mce-ico,
.mce-menu-item:hover .mce-text {
	color: #fff
}

.mce-menu-item.mce-disabled:hover {
	background: #ccc
}

.mce-menu-item.mce-selected .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut,
.mce-menu-item:hover .mce-menu-shortcut {
	color: #fff
}

.mce-menu-item .mce-caret {
	margin-top: 4px;
	margin-right: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333
}

.mce-menu-item.mce-selected .mce-caret,
.mce-menu-item:focus .mce-caret,
.mce-menu-item:hover .mce-caret {
	border-left-color: #fff
}

.mce-menu-align .mce-menu-shortcut {
	position: absolute;
	right: 0;
}

.mce-menu-align .mce-caret {
	position: absolute;
	right: 0
}

.mce-menu-item.mce-active i {
	visibility: visible
}

.mce-menu-item-preview.mce-active {
	border-left: 5px solid #aaa
}

.mce-menu-item-normal.mce-active {
	background-color: #dff5f9
}

.mce-menu-item-normal.mce-active .mce-text {
	color: #333
}

.mce-menu-item-normal.mce-active:hover .mce-ico,
.mce-menu-item-normal.mce-active:hover .mce-text {
	color: #fff
}

.mce-menu-item-sep:hover,
div.mce-menu .mce-menu-item-sep {
	height: 1px;
	padding: 0;
	margin: 9px 1px;
	overflow: hidden;
	cursor: default;
	background: #cbcbcb;
	-webkit-filter: none;
	filter: none;
	border: 0;
	border-bottom: 1px solid #fff
}

.mce-menu.mce-rtl {
	direction: rtl
}

.mce-menu-align.mce-rtl .mce-caret,
.mce-menu-align.mce-rtl .mce-menu-shortcut {
	right: auto;
	left: 0
}

.mce-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	min-width: 160px;
	max-height: 400px;
	padding: 5px 0;
	margin: 2px 0 0;
	overflow: auto;
	overflow-x: hidden;
	background: 0 0;
	background: #fff;
	border: 1px solid #989898;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.mce-menu i {
	display: none
}

.mce-menu-has-icons i {
	display: inline-block;
}

.mce-menu-sub-tr-tl {
	margin: -6px 0 0 -1px
}

.mce-menu-sub-br-bl {
	margin: 6px 0 0 -1px
}

.mce-menu-sub-tl-tr {
	margin: -6px 0 0 1px
}

.mce-menu-sub-bl-br {
	margin: 6px 0 0 1px
}

.mce-container-body .mce-resizehandle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: s-resize;
	visibility: visible
}

.mce-container-body .mce-resizehandle-both {
	cursor: se-resize
}

i.mce-i-resize {
	color: #333
}

.mce-spacer {
	visibility: hidden
}

.mce-splitbtn button {
	padding-right: 4px
}

.mce-splitbtn .mce-open {
	padding-left: 4px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent
}

.mce-splitbtn .mce-open.mce-active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.mce-splitbtn.mce-btn-small .mce-open {
	padding: 0 3px
}

.mce-stack-layout-item,
.mce-tabs {
	display: block
}

.mce-tabs {
	border-bottom: 1px solid #c5c5c5
}

.mce-tab,
.mce-textbox {
	display: inline-block;
	border: 1px solid #c5c5c5
}

.mce-tab {
	height: 13px;
	padding: 8px;
	cursor: pointer;
	background: #e3e3e3;
	border-width: 0 1px 0 0
}

.mce-tab:hover {
	background: #fdfdfd
}

.mce-tab.mce-active {
	height: 14px;
	margin-bottom: -1px;
	background: #fdfdfd;
	border-bottom-color: transparent
}

.mce-textbox {
	height: 28px;
	padding: 0 4px;
	color: #333;
	white-space: pre-wrap;
	resize: none;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s
}

.mce-textbox.mce-focus,
.mce-textbox:focus {
	border-color: rgba(82, 168, 236, .8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65)
}

.mce-textbox.mce-multiline {
	padding: 4px
}

.mce-textbox.mce-disabled {
	color: #adadad
}

.mce-placeholder .mce-textbox {
	color: #aaa
}

.mce-throbber {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 1;
	background: #fff url(c1d8b9f2dc1e82b6c693.gif) no-repeat center center;
	filter: alpha(opacity=60);
	opacity: .6
}

.mce-i-none {
	width: 16px;
	height: 16px;
	margin: 2px 0
}

.mce-ico {
	font-size: 14px;
	line-height: 20px
}

.mce-i-save::before {
	content: "ïƒ‡"
}

.mce-i-newdocument::before {
	content: "ï€–"
}

.mce-i-fullpage::before {
	content: "ï¥"
}

.mce-i-alignleft::before {
	content: "ï€¶"
}

.mce-i-aligncenter::before {
	content: "ï€·"
}

.mce-i-alignright::before {
	content: "ï€¸"
}

.mce-i-alignjustify::before {
	content: "ï€¹"
}

.mce-i-cut::before {
	content: "ïƒ„"
}

.mce-i-paste::before {
	content: "ïƒª"
}

.mce-i-searchreplace::before {
	content: "î€‰"
}

.mce-i-bullist::before {
	content: "ïƒ"
}

.mce-i-numlist::before {
	content: "ïƒ‹"
}

.mce-i-indent::before {
	content: "ï€¼"
}

.mce-i-outdent::before {
	content: "ï€»"
}

.mce-i-blockquote::before {
	content: "ï„"
}

.mce-i-undo::before {
	content: "ï„’"
}

.mce-i-redo::before {
	content: "ï¤"
}

.mce-i-link::before {
	content: "ïƒ"
}

.mce-i-unlink::before {
	content: "ï„§"
}

.mce-i-anchor::before {
	content: "ï„½"
}

.mce-i-image::before {
	content: "ï€¾"
}

.mce-i-media::before {
	content: "ï€ˆ"
}

.mce-i-help::before {
	content: "ï™"
}

.mce-i-code::before {
	content: "ï„¡"
}

.mce-i-inserttime::before {
	content: "ï€—"
}

.mce-i-preview::before {
	content: "ï®"
}

.mce-i-backcolor::before,
.mce-i-forecolor::before {
	content: ""
}

.mce-i-table::before {
	content: "ïƒ"
}

.mce-i-hr::before,
.mce-i-removeformat::before {
	content: ""
}

.mce-i-subscript::before {
	content: "ï„¬"
}

.mce-i-superscript::before {
	content: "ï„«"
}

.mce-i-charmap::before {
	content: ""
}

.mce-i-emoticons::before {
	content: "ï„"
}

.mce-i-print::before {
	content: "ï€¯"
}

.mce-i-fullscreen::before {
	content: "ï¥"
}

.mce-i-nonbreaking::before,
.mce-i-pagebreak::before,
.mce-i-restoredraft::before,
.mce-i-spellchecker::before,
.mce-i-template::before,
.mce-i-untitled::before {
	content: ""
}

.mce-i-bold::before {
	content: "ï€²"
}

.mce-i-italic::before {
	content: "ï€³"
}

.mce-i-underline::before {
	content: "ïƒ"
}

.mce-i-strikethrough::before {
	content: "ïƒŒ"
}

.mce-i-ltr::before,
.mce-i-visualblocks::before,
.mce-i-visualchars::before {
	content: ""
}

.mce-i-rtl::before {
	content: "î€°"
}

.mce-i-copy::before {
	content: "ïƒ…"
}

.mce-i-resize::before {
	content: "ï½"
}

.mce-i-browse::before {
	content: "ï¼"
}

.mce-i-pastetext::before {
	content: ""
}

.mce-i-checkbox::before,
.mce-i-selected::before {
	content: "ï€Œ"
}

.mce-i-selected {
	visibility: hidden
}

i.mce-i-backcolor {
	background: #bbb
}