body {
    font-family: 'Roboto Condensed',Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    padding: 0px;
    margin: 0 auto;
    line-height: 1.5;
	height:100%;
    vertical-align: baseline;
	width:100%;
}

input,textarea {
	font-family: 'Roboto Condensed',Arial,Verdana,Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

select {
	font-family: 'Roboto Condensed',Arial,Verdana,Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

* html {
    overflow-x: hidden;}

a {
    color: #0a8cd6;;
    text-decoration: underline;
	outline:none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

h2 {
    color: #aaaaaa;
    font-weight:normal;
    font-size: 15px;
	margin:0px 0px 10px 0px;
}

h3 {
    color: #111111;
    font-size: 18px;
    font-weight:normal;
}

ul, ol {
    list-style: none;
    padding: 0px;
}

img, fieldset {
    border: 0;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
* html .clear             { zoom: 1; } 
*:first-child+html .clear { zoom: 1; } 
.clr {
	clear:both;
}

.fr {
	float:right;
}

.fl {
	float:left;
}
#logo {
    position:absolute;
    left:0px;
    top:15px;
}
#main-loader {
	width:100%;
	text-align:center;
	background: url(/media/adm/loading.gif) no-repeat center top;
	padding:40px 0px 0px 0px;
	height:50%;
	position:absolute;
}
#admin {
	width:100%;
	margin:0 auto;
	position:relative;
    
}
.popup {
    position:absolute;
	z-index:6;
    box-shadow:0 0 5px -1px #222;
}
.popup .table-box {
    padding:0px 15px;
}
.popup-box {
    background:#ffffff;
	padding:10px;
    border:1px solid #111;
    color:black;
}
.popup-box-shadow {
    position:absolute;
    left:-20px;
    right:-20px;
    top:-20px;
    bottom:-20px;
    z-index:8;
    background-color:black;
    border-radius:8px;
    display:none;
    opacity:0.4;
}
.popup-box .content {
    max-height:400px;
    overflow:auto;
}
.popup.autoh .popup-box .content {
    max-height:none;
}
.popup-box .title {
    font-size:14px;
    text-transform: uppercase;
    color:black;
    border-bottom:1px solid #333;
    margin-bottom:10px;
    padding:0px 10px 6px 10px;
    cursor:move;
}
.popup-box .footer {
    padding:13px 0px 3px;
    border-top:1px solid #333;
    margin-top:10px;
}

.cats-box-opts a {
    color:black !important;
}
.cats-box-opts {
    padding:0px 10px;
}
.popup-box .lang-flags a {
    color:white;
}
.cats-box-opts a {
    text-decoration: underline;
}
.filter-popup {
    max-height:400px;
    overflow:auto;
}
.popup-box-close {
	position:absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height:30px;
	background: #eee url(/media/adm/del_black.png) no-repeat center center;
    z-index:6;
    border:1px solid #121212;
}

.popup-box h1 {
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 3px 0px;
}
.fld {
    
    border:1px solid #ddd;
    border-radius: 3px;
	padding:3px 5px;
	margin:0px 0px 4px 0px;
    position:relative;
}

.fld-sub {
    margin-left:30px;
}
.fld .mask {
    position : absolute;
    left     : 0px;
    top      : 0px;
    width    : 100%;
    height   : 100%;
    background-color : #ffffff;
    opacity  : 0.8;
    border-radius:5px;
}
.fld:after {
    clear:both;
    content:'';
    display:block;
}
.fld label {
	width : 250px;
	float:left;
    box-sizing: border-box;
	text-align:right;
    font-size:13px;
    font-weight:bold;
	padding:7px 20px 7px 10px;
    border-right:1px solid #ddd;
}
.form-popup .fld label {
    width:50%;
}
.form-popup .fld-field {
    width:50%;
}
.filter-popup .fld label {
    width:100px;
}
.filter-popup .fld label {
    width:150px;
}
.filter-popup .filter-inp {
    width:calc(100% - 200px);
}
.fld-sub label {
    background:none;
}
.txt-inp {
	border:none;
	border-radius:4px;
	padding:8px 11px;
	box-shadow:1px 1px 1px #aaa inset;
    border:1px solid #eee;
    font-size:15px;
    max-width:100%;
    box-sizing: border-box;
    width:100%;
    height:38px;
    vertical-align:middle;
}
.editable-td {
    position:relative;
}
.td-loading {
    position:absolute;
    width:100%;
    height:100%;
    z-index:5;
    left:0px;
    top:0px;
    opacity:0.8;
    
    background: #fff url(/media/adm/loading.gif) no-repeat center center;
    background-size:20px;
}
.txt-inp:focus {
    border:1px solid #333;
}
.form-col {
    display:block;
    vertical-align:top;
    width:100% !important;
    box-sizing:border-box;
}

.sub-btn,.btn {
	background: #000;
	color:white;
	border:none;
	padding:6px 12px;
    margin:0px 2px;
	cursor:pointer;
    font-size:11px;
	text-transform: uppercase;
	display:inline-block;
    text-decoration: none;
    vertical-align:middle;
    border-radius:2px;
}
.btn:hover,.sub-btn:hover {
    background:#028dd4;
    color:white;
}
.header-panel .btn {
    background:#fff;
    color:black;
    font-weight:400;
    text-decoration: underline;
}
.header-panel .btn:hover {
    color:#028dd4;
}
.btn-rect {
    
    width:30px;
    height:30px;
    background-color: #028dd4;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    margin:1px;
}
.btn-rect-small .btn-rect {
    width:22px;
    height:22px;
}
.search-clear-icon {background: url(/media/adm/search_clear.png) no-repeat center center;}
.edit-icon { background: url(/media/adm/edit.png) no-repeat center center; }
.edit-mat-icon { background: url(/media/adm/edit.png) no-repeat center center; }
.del-icon { background:  url(/media/adm/del.png) no-repeat center center; }
.add-icon { background:  url(/media/adm/add.png) no-repeat center center; }
.search-icon { background: url(/media/adm/search_btn.png) no-repeat center center; }
.photo .add-icon { background: rgba(2,141,212,0.5) url(/media/adm/add_s.png) no-repeat center center; 
    width:98px !important;height:98px !important;z-index:3;position:relative;}
.file-selected {
    width:98px;
    height:98px;
    position:absolute;
    left:-1px;
    top:-1px;
    border:2px solid #111;
    z-index:2;
}
.sel-all { background:  url(/media/adm/select_all.png) no-repeat center center; }
.desel-all { background:  url(/media/adm/deselect_all.png) no-repeat center center; }
.view-change { background:  url(/media/adm/view_change.png) no-repeat center center; }
.remove-all { background:  url(/media/adm/trash.png) no-repeat center center; }

.btn-rect-small .edit-icon { background: #028dd4 url(/media/adm/edit_s.png) no-repeat center center; }
.btn-rect-small .edit-mat-icon { background: #028dd4 url(/media/adm/edit_mat_s.png) no-repeat center center; }
.btn-rect-small .del-icon { background: #028dd4 url(/media/adm/del_s.png) no-repeat center center; }


.btn * {
    vertical-align:middle;
}

.sub-btn {
	margin:0px 0px 0px 5px;
	display:inline-block;
}

.gray-btn {
	background:none;
	background-color:#ddd;
    color:black;
}

.msg-ok,.msg-err,.msg-warn {
	position:absolute;
	background-color:#b4b4b4;
	color:white;
	text-align:center;
	padding:10px 0px;
	width:100%;
	left:0px;
	top:0px;
	z-index:10;
	text-transform: uppercase;
	box-shadow:0px 0px 5px #888888;
}

.msg-ok {
	background-color: #16923c !important;
}

.msg-err {
	background-color: #d01a1a !important;
}
h4 {
   font-size:16px;
   margin:10px 0px;
   background:#eee;
   padding:12px 20px;
   
}
.fld-err .txt-inp {
	background-color:#fcd0d0;
	border:1px solid red;
}

.fld .valid {
	
	color:red;
    
    padding:2px 5px;
    z-index:5;
	font-size:13px;
}
.fld-field {
    float:left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left:10px;
    box-sizing:border-box;
}
.file-no-msg {
    border:1px solid #ddd;
    padding:5px 10px;
}
.fld-field.list {
    float:none;
}

.fld-nolabel.fld-field {
    width:100%;
    padding:0px;
}
td .fld-field {
    width:100%;
}

.menu-panel {
	position:fixed;
	top:0px;
	left:0px;
	width:200px;
	z-index:5;
    background:#000;
    bottom:0px;
}

.menu-panel .content {
    border-top:1px solid #333;
	padding:0px 0px 0px 0px;
    margin-left:130px;
    background:#ffffff;
}

#menu-main {
    padding:80px 0px 0px 0px;
    margin-left:0px;
    color:white;
}
.head-line {
    right:0px;
    position:absolute;
    left:200px;
    top:0px;
    height:40px;
    box-sizing:border-box;
    
    background:#fff;
    z-index:4;
    box-shadow:0 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.head-line span {
    
}
.btn-link {
    color:black;
    text-transform:uppercase;
    font-size:12px;
}
.head-line select {
    display:inline-block;
    vertical-align:middle;
}

.head-line-box {
    display:inline-block;
    vertical-align:middle;
    margin:0 0px 0px 10px;
    text-transform: uppercase;
    font-size:12px;
}

.head-line select {
    width:auto;
    font-size:12px;
}
.menu-panel .menu-group-box {
    border-top:1px solid #252525;
}
.menu-panel .menu-group-btn {
	cursor:pointer;
	color:#fff;
    text-transform:uppercase;
	border:none;
	padding:12px 20px 12px 20px;
	display:block;
	margin:5px 0px 0px 0px;
    font-size:14px;
    
}
.menu-group-list {
    display:none;
}
.menu-panel .menu-group {
    display:inline-block;
}
.menu-panel .menu-group-btn-on {
	
}
.menu-panel .menu-group-btn:hover {
	
	text-decoration: none;
}
.menu-panel .menu-item {
    display:block;
    text-decoration: none;
}
.menu-panel .menu-item.on {
    color:#0a8cd6;
}
#photos-panel-loader {
    position:absolute;
    background:white url(/media/adm/loading.gif) no-repeat center center;
    opacity:0.8;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:5;
}
.menu-panel .menu-item {
	color:#aaa;
	border:none;
	padding:5px 10px 5px 20px;
	cursor:pointer;
	display:block;
}
.menu-panel .menu-item .js-lang {
    vertical-align:middle;
    padding-left:6px;
}
.menu-panel .menu-item:hover {
	opacity:0.5;
	text-decoration: none;
}

.menu-panel .menu-item img {
	vertical-align:middle;
	opacity:0.6;
}
.menu-panel .menu-item.on img {
    opacity:1;
}
.menu-panel .layout-btn {
    background-color: #fff;
    border: medium none;
    border:1px solid #fff;
    float: right;
    width:15px;
    height:15px;
    margin: 7px 5px 0 0;
    position:relative;
    padding:10px;   
    opacity:0.2;
}
.menu-panel .layout-btn:hover {
    opacity:0.8;
}
.menu-panel .layout-btn-active {
    opacity:1;
}
.menu-panel .layout-btn img {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
}

.menu-config {
	position:absolute;
	bottom:0px;
	padding:10px 10px;
	background-color:#444444;
	width:180px;
    color:white;
}

#top-panel {
    background-color:#333333;
	color:white;
	height:35px;
	position:fixed;
	top:0px;
	text-align:right;
	left:0px;
	right:0px;
	box-shadow:6px 0px 3px #888888;
	z-index:4;
}

#top-panel a {
    color:#ffffff;
}

#main-panel-box {
    position:absolute;
    top:40px;
    bottom:0px;
    left:200px;
    right:0px;
    
}
.footer-panel {
    background-color:white;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    padding:10px 20px;
    box-shadow:0px -1px 2px #aaa;
    z-index:2;
}
.header-panel {
    background-color:#fafafa;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    z-index:2;
}
.form-panel .header-panel {
    bottom:0px;
    right:auto;
    width:200px;
    background-color:#eee;
}
.header-panel .left {
    display:inline-block;
    vertical-align:middle;
}
.form-panel .header-panel .left {
    display:block;
}
.header-panel .right {
    float:right;
}

.footer-panel .right {
    float:right;
    padding:2px 0px 0px 0px;
}

.footer-panel .left {
    float:left;
}

#footer-panel .center {
    display:inline;
}

.vam {
    vertical-align:middle;
    display:inline-block;
    margin:0px 3px;
}

.header-panel-content {
    padding:12px 20px;
    
}
.popup-box .header-panel-content {
    cursor:move;
}

h1 {
    vertical-align:middle;
    font-size:17px;
    font-weight:500;
    display:inline-block;
    text-transform:uppercase;
    margin:0px 10px 0px 0px;
    padding:3px 0px 0px 0px ; 
}
.form-panel h1 {
    font-size:14px;
    margin:10px 0px 20px 0px;
}
.form-panel h1 strong {
    display:block;
    font-size:22px;
}
.header-panel h1 {
    cursor:pointer;
}
#main-panel-top {
	
}

.main-panel {
	top:0px;
    bottom:0px;
    position:absolute;
    left:0px;
    right:0px;
}
#main-panel1 {
    left:0px;
    right:50%;
}

#main-panel2 {
    left:50%;
    right:0px;
}

.panel {
    overflow:auto;
    position:absolute;
    left:0px;
    right:0px;
    top:60px;
    bottom:68px;
}
.form-panel .panel {
    left:200px;
    top:0px;
    bottom:50px;
}
.col-btn {
    vertical-align:middle;
    padding:4px 10px;
    display:inline-block;
}
.col12 {
    display:inline-block;
    width:50%;
    vertical-align:top;
}
.col12 .fld {
    height:130px;
}
.sel-cats {
    vertical-align:middle;
}

.main-panel-box h2 {
	font-size:20px;
	font-weight:normal;
	color:black;
	margin:0px;
	padding:3px 5px 0px 2px;
}

.main-panel .content-box {
	padding:0px 20px;
}

.main-panel .content {
	padding:10px 0px 10px 0px;
}

.table {
	width:100%;
	
	background:#ddd;
	margin:10px 0px;
	padding:2px;
}

.table th {
    background: #fff;
    color:black;
    padding:3px 10px;
	position:relative;
}
.table th .th-edit {
    cursor:pointer;
    position:absolute;
    top:8px;
    right:4px;
}
.th-panel .txt-inp {
    width:70px;
}
.table td {
    padding:3px 10px;
    background-color:white;
}

.content-header {
	overflow:hidden;
    vertical-align:middle;
}

.even td {
	background-color: #f5f5f5;
}
.selected td {
    background-color: #aaa;
}
.table th span {
	margin:0px 0px;
    white-space: nowrap;
}

.content-loader {
	background-color:#ffffff;
	z-index:9;
	top:0px;
	left:0px;
    right:0px;
    bottom:0px;
	position:absolute;
	opacity:0.7;
	text-align:center;
}

.content-loader-txt {
	display:inline-block;
	margin:20px 0px 0px 0px;
	color:black;
	background-color: #dddddd;
	padding:5px 20px 5px 20px;
	border-radius:5px;
}

.panel-icon {
	width:15px;
	height:18px;
	display:inline-block;
	margin:0px 1px 1px 1px;
	vertical-align:middle;
}

.panel-icon-up { background: url(/media/adm/panel_up.png) no-repeat 0px 0px; }
.panel-icon-down { background: url(/media/adm/panel_down.png) no-repeat 0px 3px; }
.panel-icon-middle { background: url(/media/adm/panel_middle.png) no-repeat 0px 3px; }

.pgs {
	text-align:center;
	padding:6px 0 0;
}

.pgs a {
    background-color: #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    color: white;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 8px;
}

.pgs .page {
	display:inline-block;
	padding:2px 5px;
	margin:0px 2px;
}

.field-note {
	margin:4px 0px 0px 20px;
	font-size:11px;
	color:#999999;
    display:inline-block;
}
.tabs-menu {
    display:block;
    margin:10px 0px 0px 0px;
}
.tabs-menu a {
	padding:12px 20px 12px 20px;
	color:black;
    font-size:12px;
    text-transform: uppercase;
    text-decoration: none;
	display:block;
    position:relative;
}
.tabs-menu a span {
    position:absolute;
    width:20px;
    height:20px;
    background:red;
    color:white;
    right:0px;
    display:none;
    bottom:-2px;
    border-radius:10px;
    padding:0px;
    text-align:center;
}
.tabs-menu a:hover {
    opacity:0.8;
}
.tabs-menu a.on {
	color:white;
	background: #000;
}
.tabs-menu a.on small {
    display:block;
}
.tabs-menu a small {
    height:0px;
    width:0px;
    border-style: solid;
    border-width:10px;
    position:absolute;
    right:-20px;
    display:none;
    top:50%;
    margin-top:-10px;
    border-color: transparent transparent transparent #000 ;
}

.lang-flags {
	float:right;
	margin:5px 20px 0px 0px;
}

.lang-flags a {
    color:black;
}

.defaultSkin .mceIframeContainer {
	border-radius:7px;
	padding:6px 6px;
	box-shadow:1px 1px 2px #888888 inset;
	border:none;
	background-color:white;
}

.photo {
	display:inline-block;
	margin:3px;
	border:1px solid #ddd;
	position:relative;
    padding:2px;
    background:white url(/media/adm/ph.jpg) repeat 0px 0px;
    
}
.photo.selectable .img-frame {
    cursor:move;
}
.photo .img-frame {
	padding:3px;
    width:90px;
    height:90px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}
.photo .img-color {
    position:absolute;
    width:10px;
    height:10px;
    border-radius:5px;
    right:-2px;
    bottom:-2px;
    z-index:1;
}
.photo .img {
	margin:1px;
    cursor:move;
    vertical-align:bottom;
}


.file,.art {
	margin:3px;
	border:1px solid #dddddd;
	position:relative;
	padding:4px 6px 4px 28px;
    cursor:move;
}
.art strong {
    padding:0px 0px 0px 10px;
}
.art span.art_id {
    display:inline-block;
    text-align:center;
    min-width:50px;
    border-right:1px solid #444;
}
.file * {
    vertical-align:middle;
}
.file {
    background:white;
}
.file .file-icon {
	height:20px;
    margin-right:10px;
	vertical-align:middle;
}

.file-remove {
	float:right;
}

.label-box {
	display:inline-block;
	margin:0px 2px 3px 0px;
	vertical-align:middle;
}

.rect-selection {
	position:absolute;
	z-index:8;
	opacity:0.5;
	background-color:#42a4e8;
}

.rect-selection div {
	position:absolute;
	background: url(/media/adm/crop-line.gif) repeat top left;
}

.rect-selection .top-s {height:1px;width:100%;top:0px;left:0px;}
.rect-selection .bottom-s {height:1px;width:100%;bottom:0px;left:0px;}
.rect-selection .left-s {height:100%;width:1px;left:0px;top:0px;}
.rect-selection .right-s {height:100%;width:1px; right:0px;top:0px;}

.photo-field-box {
	width:68px;
	height:68px;
	display:inline-block;
	margin:3px;
	border:1px solid #dddddd;
    border-radius:6px;
	background: url(/media/adm/camera.png) no-repeat center center;
}
.file-field-box {
    border: 1px solid #DDDDDD;
    color: #AAAAAA;
    margin: 3px;
    padding: 4px 10px;
    width: 282px;
}

#photos_list {
	display:inline-block;
}
#files_list {
	display:inline-block;
	width:310px;
}

.va-top {
	vertical-align:top;
}

.size-choose {
	background-color:#eeeeee;
	padding:5px;
	position:absolute;
	z-index:9;
	border-radius:6px;
	box-shadow:0px 0px 5px #888888;
}

.size-choose a {
	background-color: #DDDDDD;
    border-radius: 3px;
    color: black;
    display: block;
    margin: 2px;
    padding: 1px 4px;
}

.size-choose a:hover {
	background-color:#aaaaaa;
	color:white;
}

.img-lock {
	position:absolute;
	width:13px;
	height:19px;
	background: url(/media/adm/lock.png) no-repeat top left;
	left:0px;
	bottom:0px;
}

.uploads-area {
    height:200px;
    text-align:center;
    border:1px dashed #aaa;
    position:relative;
}
.uploads-btn {
    position:absolute;
    z-index:3;
    width:500px;
    color:#aaa;
    font-size:14px;
    left:50%;
    margin-left:-250px;
    top:50%;
    margin-top:-60px;
}
.uploads-btn .fld {
    display:inline-block;
    margin:0px 5px;
    border:none;
}
.uploads-btn .fld-field {
    width:120px;
}
.uploads-btn .fld label {
    width:auto;
}
.uploads-btn small {
    display:block;
    font-size:14px;
    line-height:30px;
}
.upload-btn {
    position:relative;
    
    font-size:16px;
    display:inline-block;
    background:#000;
    padding:10px;
    color:white;
    font-weight:bold;
}
.upload-btn input {
    display:block;
    opacity:0;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    position:absolute;
    padding:10px;
    cursor:pointer;
}
.uploads-progress {
    position:relative;
    height:40px;
    text-align:center;
    border:1px solid #666;
    display:none;
}
.uploads-progress strong {
    font-size:28px;
    position:relative;
    z-index:5;
}
.uploads-bar {
    position:absolute;
    height:36px;
    left:0px;
    top:2px;
    width:0%;
    background-color:#0a8cd6;
}

#popup-upload-box,#popup-file-upload-box {
    background-color: #f5f5f5;
   
    box-shadow: 1px 1px 2px 0 #888888;
    left: 10px;
    margin: 10px 0;
    padding: 10px;
    position: absolute;
    right: 10px;
}


.confirm-box {
	position: absolute;
	font-size:16px;
	width: 230px;
	color : black;
	background-color : #ffffff;
    text-align:center;
	padding : 10px 20px;
	z-index : 100;
	left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.confirm-box a {
	width: 80px;
	display:inline-block;
	padding: 6px 0px 6px 0px;
	margin: 4px 5px;
	color: white;
	font-weight: bold;
	background-color: #0a8cd6;
	text-align: center;
}

.confirm-box a:hover {
    background:#eee;
    color:black;
}

#loader-text {
	position:absolute;
	background-color:#b4b4b4;
	color:white;
	text-align:center;
	padding:10px 0px;
	width:100%;
	left:0px;
	top:30px;
	opacity:0.9;
	z-index:10;
}

#main-blocker {
	background-color:#ffffff;
	width:100%;
	height:100%;
	position:absolute;
	z-index:9;
	opacity:0.7;
}
#blocker {
	background-color:#ffffff;
	width:100%;
	height:100%;
	position:absolute;
	z-index:7;
	opacity:0.7;
}

.panel-header-right {
	float:right;
}

#ui-datepicker-div {
	z-index:50 !important;
	background-color:#121212;
    display:none;
    border:none;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.4);
}
.ui-datepicker td {
	width:30px;
}
.ui-widget-header {
	border:1px solid #999999 !important;
}

.ui-state-default {
	border:1px solid #999999 !important;
	background-color:#eeeeee !important;
}
.ui-datepicker-header {
	background-color:#ffffff !important;
}
.ui-widget-content {
	border:1px solid #999999 !important;
    color:#fff;
}
.ui-datepicker th {
    color:white  !important;
}
.ui-datepicker td a {
	text-align:center !important;	
    background:#555 !important;
    color:white !important;
    border:none  !important;
}

.rem-box {
	display:block;
	padding:4px 12px;
	margin:2px 2px;
    border:1px solid #ddd;
	background-color:#eeeeee;
}
.filters {
    display:inline-block;
    vertical-align:middle;
}
.filters .rem-box {
    background-color:#eeeeee;
    margin:0px 5px;
    color:black; 
}

.rem-box-rem {
	color:black;
    float:right;
    text-align:center;
	margin:0px 0px 0px 5px;
	padding:2px 10px;
}

.content h3 {
	margin:10px 0px 0px 0px;
}

.icon img {
	vertical-align:middle;
	height:20px;
	margin-right:10px;
}

.tree-icon {
    display:inline-block;
    width:13px;
    height:12px;
}

.tree-plus {
    background: url(/media/adm/treeicon.png) no-repeat 0px 0px;
}
.tree-minus {
    background: url(/media/adm/treeicon.png) no-repeat 0px -12px;
}

.cats-inp {
    margin-left:10px;
}

.tree-menu {
    border-bottom:1px dotted #555555;
    margin:0px 0px 2px 0px;
    padding-bottom:2px;
}
.filter-box .fld {
    border:1px solid #333;
    color:black;
}
.filter-box .fld label {
    width:auto;
    display:block;
    float:none;
    border:none;
    text-align:left;
    font-size:12px;
    padding:0px;
    white-space:nowrap;
    margin:0px;
    color:black;
    background:none;
}
.filter-box .fld span {
    white-space:nowrap;
}
.filter-box .fld label a {
    margin:2px 2px 0px 10px;
}
.filter-box .fld {
    width:auto;
    min-width:150px;
    border-radius:0px;
    margin:2px 2px;
    padding:8px 10px;
    display:inline-block;
    background-color: #fff;

}
.filter-box .valid-note {
    padding:0px;
}

.filter-header {
    position:relative;
    display:inline;
    white-space: nowrap;
}
.filter-header a {
    text-decoration:none;
}
.table th span a {
    color:#000000;
    display:inline-block;
    padding:2px 7px;
    margin:0px 2px;
    
}
.table .head-btns span a {
    border:1px solid #eee; 
    border-radius:2px;
}
.table .head-btns span a:hover {
    border:1px solid #aaa;
}
.table th span a img {
    vertical-align:middle;
}
.filter-field {
    vertical-align:middle;
    
}
.filter-inp {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    width: calc(100% - 250px);
}
.filter-header .filter-inp {
    width:100%;
    padding-left:0px;
    text-align:left;
}
.filter-inp a {
    margin-left:2px;
}
.filter-inp img {
    vertical-align:middle;
}

.preview {
    white-space:nowrap;
    position:relative;
    background:white;
}
.preview .img {
    width:250px;
    height:250px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}
.preview-title {
    background-color:#fff;
    color:black;
    position:absolute;
    display : inline-block;
    font-size : 14px;
    top:0px;
    box-sizing:border-box;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
    
    z-index:203;
    left:250px;
    padding:3px 10px;
    overflow:hidden;
}

.preview-title span {
    display:inline-block;
    width:100px;
    text-align:right;
    padding-right:10px;
}

.cat-tree {
    width:240px;
    float:left;
    margin-right:20px;
}

.cat-tree .tree-inp {
    
}
.cat-tree .tree-item {
    border-bottom:1px solid #dddddd;
}
.cat-tree .tree-link {
    display:inline-block;
    margin:0px 0px 0px 4px;
    color:black;
    background: url(/media/adm/folder.png) no-repeat scroll left top transparent;
    padding: 0 0 0 24px;
}

.cat-tree .tree-link:hover {
    color:#555555;
}

.cat-tree .tree-icon {
    vertical-align:middle;
}

.menu-group-btn img {
    height:14px;
}

.vertical-bar-item {
    float:left;
    text-align:center;
    width:40px;
    margin:0px 2px;
}
.vertical-bar-box {
    width:36px;
    height:220px;
    padding:1px;
    float:left;
    border:1px solid #cccccc;
    position:relative;
}

.vertical-bar {
    background-color: #0E8CCC;
    bottom: 2px;
    height: 50%;
    left: 2px;
    position: absolute;
    width: 34px;
}

#photos-panel {
    position:fixed;
    top:103px;
    right:0px;
    width:390px;
    bottom:0px;
    background-color:#eeeeee;
    z-index:3;
    box-shadow:0px 1px 2px 0px #888888;
    display:none;
}

#photos-panel-content {
    padding:20px;
}

.photos-tab-bar {
    
}
#hide-photos-panel {
    left:-30px;
    top:10px;
    position:absolute;
    background: #333333 url(/media/adm/del.png) no-repeat center center;
    width:30px;
    height:30px;
    border-radius:6px 0px 0px 6px;
}
#splitter-box {
    z-index:3;
    height:100%;
    margin-left:-2px;
    position:absolute;
    width:4px;
    top:0px;
    left:50%;
    background-color:#fff;
    box-shadow:0px 1px 2px 0px #888;
}
#splitter {
    left:-17px;
    top:50%;
    margin-top:-8px;
    position:absolute;
    background: url(/media/adm/splitter.png) no-repeat center center;
    width:34px;
    height:17px;
    cursor:e-resize;
}
.splitter-r {
    top:-8px !important;
    left:50% !important;
    margin-left:-8px !important;
    background: url(/media/adm/splitterv.png) no-repeat center center !important;
    width:17px !important;
    height:34px !important;
    cursor:n-resize !important;
}
.photos-tab-bar a {
    border-radius:6px 6px 0px 0px;
    display:inline-block;
    padding:6px 10px;
    background-color:#cccccc;
    text-transform: uppercase;
    color:#555555;
    margin:0px 2px 0px 0px;
}
.photos-tab-bar a.on {
    background-color:#028DD4;
    color:white;
}

.photos-tab {
    box-shadow:1px 1px 1px 0px #aaaaaa inset;
    top:50px;
    bottom:20px;
    right:20px;
    z-index:4;
    left:20px;
    background-color:white;
    position:absolute;
}

.photos-tab-content {
    padding:10px;
}

.cat-path-item {
    color:black;
    text-decoration: underline;
}

.photos-tab .head {
    position:absolute;
    top:1px;
    left:1px;
    right:1px;
    height:70px;
    background-color:#f5f5f5;
    z-index:2;
}

.photos-tab .bottom {
    background-color:#f5f5f5;
    z-index:2;
    position:absolute;
    bottom:1px;
    left:1px;
    right:1px;
    height:50px;
}

.photos-tab .center {
    position:absolute;
    overflow:auto;
    top:70px;
    bottom:50px;
    left:0px;
    right:0px;
}

.more {
    display:block;
    background-color:#dddddd;
    margin:10px 0px 10px;
    border-radius:6px;
    color:black;
    font-size:12px;
    text-transform: uppercase;
    text-align:center;
    padding:10px 0px;
}

.sizes-boxes {
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px 0 #888888;
    padding: 10px;
    position: absolute;
    top:70px;
}
.line {
    border-top:1px solid #cccccc;
    border-bottom:1px solid #ffffff;
}
.sizes-box-item {
    margin:0px 0px;
    
}
.sizes-box-item label {
    display:inline-block;
    width:80px;
    vertical-align:middle;
}
.sizes-box-item small {
    display:inline-block;
    margin-left:10px;
    vertical-align:middle;
}
.sizes-box-item .sizes-box-color {
    display:inline-block;
    width:15px;
    height:15px;
    border-radius:6px;
    margin-right:10px;
    vertical-align:middle;
}

.prod-table td {
    background-color: #FEFEFE;
    border: 1px solid #DDDDDD; 
}
.qedit-btn {
    position:absolute;
    right:5px;
    top:5px;
    width:20px;
    height:20px;
    background: url(/media/adm/edit.png) no-repeat center center; 
    background-size:100%;
}

.size-tab a {
    display:inline-block;
    color:black;
    background:#eee;
    padding:3px 5px;
    margin:0px 2px;
    text-transform:uppercase;
}
.size-tab .on {
    background:#333333;
    color:white;
}

.size-head td {
    background:#ddd;
    padding:2px;
    text-align:center;
}
.size-head td a {
    color:black;
}
.size-table {
    margin-left:170px;
    margin-top:10px;
}
.size-col-lab,.size-row-lab {
    background:#ddd;
    padding:2px;
    text-align:center;
}
.size-col-lab td a,.size-row-lab a {
    color:black;
}

.opt-box {
    display:inline-block;
    vertical-align:top;
    padding:0px 10px 10px 0px;
    margin:0px 0px 10px 10px;
    border-right:1px solid #ddd;
}
.opt-box strong {
    display:block;
}

.help-box {
    text-align:right;
    text-transform: none;
    color:#888;
    line-height:16px;
    font-size:12px;
    font-weight:300;
    padding-top:5px;
}

.search-select {
    position:relative;
}

.search-select-list {
    position:absolute;
    left:0px;
    top:30px;
    background:#fff;
    padding:10px;
    z-index:10;
    border:1px solid #ddd;
    max-height:200px;
    overflow-y:auto;
}
.search-select-item {
    padding:5px 10px;
    cursor:pointer;
    white-space:nowrap;
    border-bottom:1px solid #ddd;
}
.search-select-item:hover {
    color:#666;
}
.search-select-item.on {
    color:#028dd4;
    font-weight:bold;
}
.mce-container-blocker {
    position:absolute !important;
    width:100% !important;
    height:100% !important;
    top:0px !important;
    left:0px !important;
    background:rgba(255,255,255,0.6) !important;
}
.panel-popup {
    height:80%;
}
.panel-popup .popup-box {
    height:100%;
    box-sizing:border-box;
}

.panel-popup .main-panel {
    left:0px;
    right:0px;
    top:0px;
}
.panel-popup .popup-box .title {
    cursor:move;
}
.logout-btn,.profile-btn,.help-btn,.cache-btn {
    float:right;
    width:40px;
    height:40px;
    border-left:1px solid #ddd;
}
.cacheSelect {
    float:right;
    border:none;
    font-size:14px !important;
    padding:9px 5px;
}
.logout-btn {
    background:url(/media/adm/logout.png) no-repeat center center;
}
.profile-btn {
    background:url(/media/adm/password.png) no-repeat center center;
}
.help-btn {
    background:url(/media/adm/info.png) no-repeat center center;
}
.cache-btn {
    background:url(/media/adm/trash.png) no-repeat center center;
}
.login-info {
    float:left;
    padding:8px 20px;
}
.login-info strong {
    font-size:18px;
    color:#0a8cd6;
}
.login-info small {
    font-size:11px;
}
.session-timeout {
    display:inline-block;
}

.remember-button {
    float:right;
    color:black;
    cursor:pointer;
    text-decoration: underline;
}
.login-form .fld label {
    width:120px;
}
.login-form .fld .fld-field {
    width: calc(100% - 120px);
    width: -moz-calc(100% - 120px);
}
#mce-modal-block {
    z-index:2 !important;
    background:#fff !important;
    opacity:0.8 !important;
}
.mce-window {
    z-index:3 !important;
}
.popup-box .photos-list {
    padding:0px 20px;
}
.lock {
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:middle;
    margin:0px 3px;
    cursor:pointer;
    background:url(/media/adm/lock_icon.png) no-repeat center -20px / 20px;
}
.lock-on {
    background:url(/media/adm/lock_icon.png) no-repeat center 0px / 20px;
}
.bounds-area {
    position:relative;
    display:inline-block;
    max-width:500px;
    
}
.bounds-area img {
    vertical-align:bottom;
    width:calc(100% - 40px);
    margin:20px;
    -webkit-user-select: none;  
    -khtml-user-select: none;   
    -moz-user-select: none; 
    -o-user-select: none;    
    user-select: none;
}
.template-box {
    margin:1px;
    border:1px solid #ddd;
    padding:5px 10px;
}
.template-box .del {ca
    margin:16px;
}
.invoice {
    margin:0px 0px 2px 0px;
}
.invoice strong {
    display:none;
    font-size:13px;
    padding:3px 6px;
    width:40px;
}
.invoice-on {
    text-align:left;
    border:1px solid #ddd;
    margin:2px 0px;
    box-sizing:border-box;
}
.td-btn {
    padding:6px 10px;
    text-align:center;
    display:block;
    font-size:11px;
    margin:2px 0px;
    background:#ddd;
    color:black;
    white-space:nowrap;
}
.invoice-on .td-btn {
    color:white;
    background:#121212;
}
.td-btn.info-on {
    color:#0a8cd6;
    font-weight:bold;
}
.td-btn:hover {
    background:#ccc;
}
.fv-item {
    float:left;
}
.fv-item span {
    display:block;
}
.rem-fv-btn {
    float:right;
    margin-right:5px;
}
.chat-list {
    position:relative;
}
.chat-list .form {
    float:right;
    width:50%;
    box-sizing:border-box;
    padding:0px 10px;
}
.chat-list .messages {
    float:left;
    width:50%;
    box-sizing:border-box;
    margin-top:10px;
    padding-right:20px;
    max-height:400px;
    overflow:auto;
}

.chat-item {
    border:1px solid #eee;
    padding:10px 10px 10px 10px;
    margin-bottom:10px;
    
}
.chat-item1 {
    margin-left:30px;
}
.chat-item .date {
    background:#f5f5f5;
    padding:2px 5px;
}
.chat-item1 .date {
    background:#ddd;
}
.chat-item1 .date strong {
    padding-left:10px;
}
.chat-item .date .rem {
    float:right;
    cursor:pointer;
}
.chat-item .txt {
    color:#666;
    background: url(/media/adm/icons/user.png) no-repeat 12px 3px;
    padding:0px 5px 0px 40px;
}

.product-item .img {
    width:20%;
    padding-top:20%;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
     display:inline-block;
    vertical-align:top;
}
.product-item .fld {
    display:inline-block;
    vertical-align:top;
}
.product-item {
    padding:10px;
    margin:5px 0px;
}
.product-item .params {
     width:35%;
     display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    padding-left:10px;
}
.product-item .params .fld {
    display:block;
}
.product-item input {
    width:60px;
}

.product-item .params input,.product-item .params textarea {
    width:100%;
    display:block;
}
.product-item .params textarea {
    height:100px;
}
.product-item .inputs {
     width:45%;
     display:inline-block;
    vertical-align:top;
}

.product-item label {
    display:block !important;
    width:auto;
    border:none;
    text-align:left;
    float:none;
}

.theme,.resource {
    display:inline-block;
    vertical-align:top;
    width:20%;
}

.resource  {
    width:100px;
}
.theme .theme-content,.resource .resource-content {
    margin:4px;
    padding:4px;
    cursor:pointer;
    border:1px solid #eee;
}
.theme .theme-content {
    padding:10px;
    position:relative;
}
.theme .theme-content:hover {
    
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
}
.theme-modify {
    padding:10px;
    border:1px solid #ddd;
    margin:1px 4px;
    cursor:pointer;
    position:relative;
    background:rgba(255,255,255,0.7);
}
.theme .theme-list {
    position:absolute;
    background:rgba(255,255,255,0.7);
    top:0px;
    left:0px;
    width:100%;
    padding:50px 10px 10px 10px;
    box-sizing: border-box;
    display:none;
    z-index:2;
    height:100%;
}
.theme .theme-list .close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background:url(/media/adm/popup_close.png) no-repeat center center;
}
.theme .theme-list.on {
    display:block;
}
.theme-modify:hover span {
    background:#0a8cd6;
}
.theme-modify span {
    background:#121212;
    color:white;
    font-size:12px;
    padding:2px 10px;
    display:inline-block;
    position:absolute;
    right:10px;
    top:10px;
}
.theme .title,.resource .title {
    font-size:18px;
    text-align:center;
    padding:5px 0px;
}
.theme .title strong {
    font-size:22px;
}
.theme .img,.resource .img {
    padding-top:150%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center center;
    position:relative;
}
.theme .check {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:url(/media/adm/themecheck.png) no-repeat center center;
    display:none;
}
.theme.on .check {
    display:block;
}
.resource .title small {
    font-size:16px;
    color:#666;
    display:block;
}
.resource .img {
    padding-top:100%;
    background:none;
    position:relative;
}
.resource .img img {
    max-width:100%;
    max-height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
}
.skin-head {
    font-size:20px;
    padding:20px 10px;
}
.img-frame {
    width:110px;
    height:110px;
    position:relative;
    border:1px solid #ddd;   
}
.img-frame .btn {
    font-size:11px;
    background:rgba(255,255,255,0.6);
    color:black;
    cursor:pointer;
    text-decoration: underline;
    position:absolute;
    bottom:2px;
    right:2px;
}

.visual-item {
    border:1px solid #ddd;
    margin:10px 0px;
    padding:10px;
}
.visual-item-img {
    display:inline-block;
    vertical-align:top;
    width:100px;
    padding-top:100px;
    position:relative;
}
.visual-item-img img {
    max-width:100%;
    max-height:100%;
    left:50%;
    top:50%;
    position:absolute;
    transform:translateX(-50%) translateY(-50%);
}
.visual-item-list {
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 100px);
    box-sizing:border-box;
    padding:0px 0px 0px 20px;
}

.visual-item .mask {
    width:200px;
    padding-top:200px;
    display:inline-block;
    vertical-align:top;
    position:relative;
    margin:10px;
    overflow:hidden;
}
.visual-item .mask img {
    position:absolute;
    width:100%;
    left:0px;
    top:0px;
    z-index:2;
    vertical-align:bottom;
}
.visual-item .mask .mask-motive {
    position:absolute;
    z-index:2;
}
.visual-item .mask .mask-motive img{
    width:100%;
}
.visual-item .mask img.mask-back {
    z-index:1;
}
.visual-item .mask img.mask-front {
    z-index:3;
}
.visual-item .mask span {
    position:absolute;
    width:30px;
    height:30px;
    background:white;
    left:5px;
    z-index:4;
    cursor:pointer;
}
.visual-item .mask span.zoom-btn {top:5px;background:#eee url(/media/adm/icons/zoom.png) no-repeat center center;}
.visual-item .mask span.save-btn {top:40px;background:#eee url(/media/adm/icons/save.png) no-repeat center center;}
.visual-item .mask span.set-btn {top:75px;background:#eee url(/media/adm/icons/pin.png) no-repeat center center;}
.visual-item .mask span.rem-btn {display:none;top:75px;background:#eee url(/media/adm/icons/pin_rem.png) no-repeat center center;}

.visual-item .mask.mask-set .set-btn {
    display:none;
}
.visual-item .mask.mask-set .rem-btn {
    display:block;
}
.help-panel {
    position:fixed;
    background:#fff;
    right:-250px;
    top:0px;
    width:250px;
    height:100vh;
    padding:20px;
    z-index:10;
    box-sizing:border-box;
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.help-panel .remove {
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    cursor:pointer;
    background: url(/media/adm/del_black.png) no-repeat top left;
}
.help-panel .items {
    padding:0px 0px 0px 0px;
}
.help-panel strong {
    font-size:20px;
}
.help-panel .item {
    cursor:pointer;
    padding:10px 20px;
    border-bottom:1px solid #333;
}
.video {
    position:fixed;
    width:800px;
    height:500px;
    max-height:90vh;
    z-index:12;
    background:#fff;
    padding:50px;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.video .remove {
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    cursor:pointer;
    background: url(/media/adm/del_black.png) no-repeat top left;
}
.video iframe {
    width:100%;
    height:100%;
}

.stats-box {
    width:50%;
    float:left;
    padding:0px 40px 0px 0px;
    box-sizing:border-box;
}
.stat-info * {
    vertical-align:middle;
}
.stat-info {
    margin:5px 0px;
    padding:3px 10px;
    background:#f5f5f5;
    box-sizing:border-box;
}
.stat-info span {
    display:inline-block;
    width:50%;
    box-sizing:border-box;
}
.stat-info b {
    box-sizing:border-box;
    display:inline-block;
    width:50%;
}
.stock-panel {
    padding:0px;
    background:white;
    position:relative;
    height:100%;
}
.stock-panel .search-menu {
    display:inline-block;
    vertical-align:top;
    width:20%;
    height:100%;
    background:#f5f5f5;
    padding:20px;
    box-sizing:border-box;
}
.stock-panel .search-results {
    position:absolute;
    vertical-align:top;
    width:80%;
    padding:10px 10px 10px 10px;
    top:44px;
    bottom:44px;
    left:20%;
    right:0px;
    overflow:auto;
    box-sizing:border-box;
}
.stock-panel .search-top {
    background:#f5f5f5;
    top:0px;
    left:20%;
    width:80%;
    height:44px;
    position:absolute;
    box-sizing:border-box;
    padding:5px 0px 0px 0px;
}
.stock-panel .fld-gallery_name {
    
}
.stock-panel .search-bottom {
    position:absolute;
    background:#f5f5f5;
    bottom:0px;
    left:20%;
    width:80%;
    height:44px;
}
.stock-panel .fld.filter label {
    max-width:100%;
    text-align:left;
    border:none;
}
.stock-panel .fld.filter .fld-field {
    width:100%;
    padding:0px;
}
.stock-panel .fld.filtercheck label {
    width:80%;
}
.stock-panel .fld.filtercheck .fld-field {
    width:20%;
    margin-top:7px;
}
.stock-panel  .filter input[type=text] {
    width:100%;
}
.stock-panel .ph {
    display:inline-block;
    vertical-align:top;
    width:25%;
    padding:10px;
    box-sizing:border-box;
    
}
.stock-panel .param-item {
    background:#ddd;
    padding:2px 10px;
}
.stock-panel .param-item .remove {
    float:right;
    width:20px;
    height:20px;
    cursor:pointer;
    background: url(/media/adm/remove.png) no-repeat center center / 15px;
}

.stock-panel .ph u {
    cursor:pointer;
}
.stock-panel .ph .img {
    width:100%;
    padding-top:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:contain;
}
.stock-panel .ph .title {
    text-align:center;
    padding:25px 0px 0px 0px;
    border:none;
    position:relative;
}
.stock-panel .ph .title small {
    display:block;
    color:#777;
}
.stock-panel .ph .icon {
    width:34px;
    height:34px;
    position:absolute;
    border-radius:20px;
    border:1px solid #222;
    left:50%;
    top:-20px;
    cursor:pointer;
    transform:translateX(-50%);
}

.stock-panel .ph .icon.add { background: #fff url(/media/adm/add.png) no-repeat center center; }
.stock-panel .ph .icon.add small {
    position:absolute;
    background:black;
    color:white;
    width:20px;
    height:20px;
    border-radius:10px;
    text-align:center;
    line-height:20px;
    top:-5px;
    right:-10px;
}
.stock-panel .ph .icon.remove { 
    background: #fff url(/media/adm/remove.png) no-repeat center center / 20px;
    width:24px;
    height:24px;
    left:auto;
    right:-5px;
    top:-20px;
}

.stock-panel .ph .icon:hover {
    background-color:#0a8cd6 !important;
}
.gallery-item {
    border-bottom:1px solid #ddd;
    padding:2px 10px;
}
.gallery-item span {
    float:right;
}
.stock-panel .result-loader {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8) url(/media/adm/loading.gif) no-repeat center center;
    z-index:20;
}
.word {
    padding:4px 10px;
    background:#f5f5f5;
    cursor:pointer;
    border-radius:2px;
    margin:1px 0px;
}
.word:hover {
    background:#ddd;
}
.order-ready-item {
    background:#f5f5f5;
    padding:20px;
    margin:0px 0px 10px 0px;
}
.order-ready-item span {
    display:inline-block;
    vertical-align:top;
}
.order-ready-item .r-col1 {
    width:200px;
    font-size:20px;
}
.order-ready-item .r-col2 {
    width:300px;
}
.order-ready-item .r-col3  {
    width:300px;
    
}
.gal-item {
    background:#eee;
    padding:2px 5px;
    border-radius:2px;
    margin:2px 0px;
    white-space:nowrap;
}
.pack-info {
    margin:2px 0px;
    background:#f5f5f5;
    padding:2px 10px;
}
.pack-info span {
    display:inline-block;
    width:100px;
}
.pack-info strong {
    font-size:18px;
}

.groupon-prod {
    padding:10px;
    border:1px solid #ddd;
    margin:5px 0px;
}
.groupon-prod .remove {
    float:right;
    color:#0a8cd6;
    font-weight:bold;
    text-decoration: underline;
    cursor:pointer;
}
.groupon-prod strong {
    font-size:18px;
}
.groupon-prod .groups {
    padding:10px;
    background:#ddd;
    margin:10px 0px 0px 0px;
}
.groupon-prod .params {
    padding:5px 0px;
}
.delivery-select .delivery-btn {
    display:inline-block;
    cursor:pointer;
    border:2px solid #fff;
    padding:5px;
    margin:0px 10px 10px 0px;
}
.delivery-select .delivery-btn span {
    height:50px;
    width:100px;
    display:block;
}
.delivery-select h3 {
    padding-left:10px;
}
.delivery-select .list {
    min-height:250px;
}
.delivery-select .delivery-btn.on {
    border:2px solid #0a8cd6;
}
.delivery-ap span {
    background:url(/media/adm/delivery.jpg) no-repeat 0px 0px;
}
.delivery-dpd span {
    background:url(/media/adm/delivery.jpg) no-repeat -100px 0px;
}
.zoom-photo {
    position:fixed;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.5);
    left:0px;
    top:0px;
    z-index:100000;
}
.zoom-visual {
    position:absolute;
    transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
     left:50%;
    top:50%;
    max-height:100%;
    max-width:100%;
    z-index:5;
    background:white;
}

.zoom-photo img {
    position:absolute;
    left:50%;
    top:50%;
    max-height:100%;
    max-width:100%;
    transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
}

.dyn {
    padding:10px;
    background:#f5f5f5;
    margin:10px 0px;
}

.stat-bar {
    position:relative;
    display:block;
    overflow:hidden;
}
.stat-bar span strong {
    background:#0a8cd6;
    position:absolute;
    left:0px;
    top:0px;
    bottom:2px;
}
.stat-bar span {
    position:relative;
    width:calc(100% - 100px);
    display:inline-block;
    vertical-align:middle;
    height:18px;
}
.stat-bar small {
    width:50px;
    display:inline-block;
    vertical-align:middle;
}

.photos {
    position:relative;
    margin-bottom:40px;
    display: flex;
    width:100%;
    flex-flow: row wrap;
    
}
.photo .ph {
    width:100%;
    position:relative;
}
.photo.photo-big .img-frame {
    width:250px;
    height:auto;
    background-position:-100000px -100000px;
    background-color:white;
}

.photo .ph-content {
    margin:6px;
    position:relative;
}
.photo .ph-img-content {
    position:relative;
    padding:0px;
    z-index:1;
}
.photo img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.photo .ph-img {
    width:100%;
    padding-top:100%;
    display:block;
    position:relative;
    overflow:hidden;
    cursor:move;
}
.photo .ph-img .scale-motive-img {
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}
.photo .ph-img img {
    position:absolute;
    left:0px;
    top:0px;
    
}
.photo .ph-img img.img-motive {
    max-width:100%;
    max-height:100%;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}
.photo .ph-img img.img-mask {
    width:100%;
}

.photo .ph .img-mask-cnt {
    position:absolute;
}
.photo .ph .img-mask-cnt img {
    width:100%;
}
.words-panel {
    text-align:right;
}
.words-panel span {
    display:inline-block;
    width:120px;
    text-align:right;
    padding:0px 5px;
    position:relative;
}
.words-panel span.btn {
    padding:8px 5px;
}
.words-panel input.txt-inp {
    width:100%;
    box-sizing:border-box;
}
.words-panel .line {
    display:block;
    height:1px;
    width:auto;
    background:#111;
    margin:10px 0px;
}
.words-panel span.btn {
    width:auto;
}
.search-tags {
    background:#fff;
    box-shadow:1px 1px 2px 2px rgba(0,0,0,0.2);
    padding:5px 10px;
    position:absolute;
    top:32px;
    display:none;
    z-index:5;
    
}
.search-tags .item {
    cursor:pointer;
    white-space:nowrap;
    color:black;
    text-align:left;
    border-bottom:1px solid #ddd;
    padding:3px 10px;
}
.search-tags .item-sel {
    color:#5e498c;
}
.panel-arrow {
    position:absolute;
    right:0px;
    width:30px;
    height:30px;
    top:0px;
    display:none;
}
.panel-arrow:before {
    content:'';
    transform-origin: 16px 1px;
    height:1px;
    background:#aaa;
    width:16px;
    transform:rotateZ(45deg);
    cursor:pointer;
    position:absolute;
    top:19px;
    left:5px;
}
.panel-arrow:after {
    content:'';
    position:absolute;
    transform-origin: 16px 1px;
    height:1px;
    background:#aaa;
    width:16px;
    transform:rotateZ(-45deg);
    cursor:pointer;
    top:19px;
    left:5px;
}
.maincat-item {
    padding:10px 20px;
    margin:4px 0px;
    cursor:pointer;
    background:#f5f5f5;
}
.maincat-item:hover {
    background:#eee;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index:6;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.article-slider {
    padding: 10px;
    box-sizing:border-box;
    border:1px solid #ddd;
}

.article-slider-item {
    padding: 10px;
    box-sizing:border-box;
    border:1px solid #ddd;
}