@charset "UTF-8";

/* MENUS */
.ui-menu-item a {
	text-decoration: none;
	width: 200px;
}

.ui-menu {
	width: 200px;
}

/*.ui-menu-item-wrapper {
	width: 100%;
}
*/
/* MENUS (END) */

/* altEditor free HACK: hiding close button */

.altEditor-modal {
	display: none;
}

/* PRODUCTS */

#products-container {
	display: table-cell;
	padding-left: 20px;
	width: 100%;
}

#product-categories-menu-container {
	display: table-cell;
	position: relative;
	z-index: 100;
}

#products-filter {
	display: inline-table;
	width: 100%;
}

.toolbox {
	float: right;
	padding-right: 10px;
}

/* PRODUCTS (END) */

/* PUBLISHING DIALOG */

.pubdlg-text-field {
	width: 100%;
}

.pubdlg-price-field {
	width: 40px;
}

.pubdlg-tags-field {
	width: 100%;
	height: 60px;
}

.pubdlg-description-field {
	width: 100%;
	height: 150px;
}

/* PUBLISHING DIALOG (END) */

/* GALLERY */
@media all and (min-width: 800px) {
	.fancybox-thumbs {
		top: auto;
		width: auto;
		bottom: 0;
		left: 0;
		right: 0;
		height: 95px;
		padding: 10px 10px 5px 10px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.3);
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
		bottom: 95px;
	}
}
/* GALLERY (END) */

.paginate_page,
.paginate_input,
.paginate_of {
	height: 19px;
	float: left;
	margin: 0px 5px 0px 5px;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr {
	cursor: pointer;
}

table tbody tr.even:hover, table tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

table tbody tr.odd:hover, table tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

table tr.even:hover {
	background-color: #ECFFB3;
}

table tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

table tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

table tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

table tr.odd:hover {
	background-color: #E6FF99;
}

table tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

table tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

table tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

.icn {
	height: 16px;
	width: 16px;
	background-image: url('img/icons.16.png');
}

.icn-etsy {
	background-position: -158px -204px;
}

.icn-etsy-disabled {
	background-position: -124px -204px;
}

.icn-etsy-blacklisted {
	background-position: -141px -289px;
}

.icn-wish {
	background-position: -141px -204px;
}

.icn-wish-disabled {
	background-position: -74px -203px;
}

.icn-wish-blacklisted {
	background-position: -74px -289px;
}

.icn-ebay {
	background-position: -141px -271px;
}

.icn-ebay-disabled {
	background-position: -124px -271px;
}

.icn-ebay-blacklisted {
	background-position: -124px -289px;
}

.icn-shopify {
	background-position: -108px -204px;
}

.icn-shopify-disabled {
	background-position: -92px -204px;
}

.icn-shopify-blacklisted {
	background-position: -92px -289px;
}

.icn-joom {
	background-position: -90px -272px;
}

.icn-joom-disabled {
	background-position: -107px -272px;
}

.icn-joom-blacklisted {
	background-position: -107px -289px;
}

.tr-light {
	background-color: lightyellow;
}
.tr-selected {
	background-color: #FF9900;
}

.stock-instock a {
	color: green;
}
.stock-outofstock a {
	color: red;
}
.stock-na a {
	color: lightgray;
}

.standart-table {
	width: 100%;
}

.standart-table th {
	background-color: lightgray;
}

.hidden {
	display: none;
}

.cell-nowrap {
	white-space: nowrap;
}

.pagination {
	display: block;
	float: right;
	margin-top: 4px;
	margin-bottom: 1px;
	height: 26px;
	padding: 0;
	list-style: none;
}

/* VERTICAL TABS */
  .ui-tabs-vertical { width: 55em; }
  .ui-tabs-vertical > .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
  .ui-tabs-vertical > .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical > .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
  .ui-tabs-vertical > .ui-tabs-panel { padding: 1em; float: left; width: 80%;}
/* VERTICAL TABS END */

/* TUI Image Editor */
.tui-image-editor-container .tui-image-editor-header-logo {
	display: none;
}

/* Images Table */
.images-table thead {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

