@charset "utf-8";
/* CSS Document */
      
body,html
{
	font-family: 'Open Sans', sans-serif;
	color:#6e6e6e;
	font-size:13px;
	margin:0;	
	min-width:1020px;
}

#landCluster{
	padding:20px;
	min-height:50px;
	overflow:hidden;
	}
#landCluster::after{
	display:block;
	clear:both;
	}
.divider{
	border-bottom: 3px solid #E7E7E7;
	margin-bottom:20px;
	}
.divider::before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #D8D8D8;
}
.divider::after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #D8D8D8;
}
.tableCaption{
	padding:15px 25px;
	}
.submit {
    margin-right: 0;
    height: 35px;
    min-width: 112px;
    background: #8693a6;
    color: #eee;
    font-family: Open Sans;
    text-shadow: 0 -1px 1px #3C4453;
    border-radius: 5px;
    margin-top: 22px;
    font-size: 13px;
    border: 2px solid #FFF;
    transition-duration: 0.3s;
}
.submit:hover{
	opacity:0.9;
	}

table{
	margin:10px 0px;
	min-width:25%;
	}
table tr{
	line-height:22px;}
table td{
	padding:4px;
	}

.kam-left-column{
  display:block;
  width:390px;
  min-height:100%;
  overflow:hidden;
}

.admin_header_line{
	color:#FFF; padding-top:15px;  text-align: center;
}

#site-content
{	
	background:#fafafa url(../img/zen-wp-bg.png) top left repeat-y;
	overflow:hidden;		
}
#header
{
	
}
    
#left-zone
{
	height:100%;
	width:370px;
	background:#566277;
	
	position: fixed;
	overflow: hidden;
}

.l-z-header
{
	height:80px;
	width:370px;
	float:left;
	background:#566277;
	z-index:100000;	
}

.l-z-h-power
{
	height:80px;
	width:129px;
	float:left;	
}
.l-z-h-power-block
{
	height:17px;
	width:16px;
	margin-left:56px;
	margin-top:31px;
}
.l-z-h-power-icon
{
	background:url(../img/power-icon-slider.png)left center no-repeat;
	height:17px;
	width:16px;
}
.l-z-h-power-icon:hover
{
	background:url(../img/power-icon-slider.png)right center no-repeat;
}

.l-z-h-logo
{
	height:80px;
	width:151px;
	float:left;	
}
.l-z-h-logo-block
{
	height:44px;
	width:151px;
	margin-top:17px;
}
.l-z-h-logo-icon
{
	background: url(../img/logo-slider.png) left center no-repeat;
	height:44px;
	width:151px;
}
.l-z-h-logo-icon:hover
{
	background:url(../img/logo-slider.png) right center no-repeat;
}

.l-z-h-export
{
	height:80px;
	width:80px;
	float:right;
	border-right:1px solid #475162;	
}
.l-z-h-export-block
{
	height:14px;
	width:16px;
	margin-left:32px;
	margin-top:32px;;	
}
.l-z-h-export-icon
{
	background: url(../img/export-icon-slider.png)left center no-repeat;
	height:14px;
	width:16px;
}
.l-z-h-export-icon:hover
{
	background: url(../img/export-icon-slider.png)right center no-repeat;
}

.l-z-left-menu
{
	width:121px;
	padding-top:0px;
	padding-left:9px;;
	font-weight:400;
}
.l-z-left-menu ul li
{
	text-align:center;
	float: left;
	height:72px;
	width:94px;
	padding-top:20px;
	padding-left:10px;
	padding-right:20px;
	border-radius:5px 0 0 5px;
}
.l-z-left-menu ul li:active,.l-z-left-menu ul li.active
{
	background:#e7e7e7;
}
.l-z-left-menu ul li.active .zen-left-menu-item{
	background-position:top right !important;
	}
.l-z-left-menu ul li a
{
	color:#b5b8bc;
	width:90px;
	height:52px;
	/* text-shadow: 0 -1px 1px #3C4453; */
}
.l-z-left-menu-text
{
	padding-top:33px;
	height:19px;
	line-height:18px;
}
.l-z-left-menu ul li a:hover
{
	color:#f9f9f9;
}
.l-z-left-menu ul li.active a{
	color:#393939;
	/* text-shadow: 0 1px 1px #ffffff; */
	}
.l-z-left-menu ul li a:active
{
	/*color:#393939;*/
	/* text-shadow: 0 1px 1px #ffffff; */
}
.l-z-user-li
{
	position:relative;
}
.l-z-user-messages
{
	position:absolute;
	width:17px;
	height:18px;
	line-height:17px;
	font-size:9px;
	font-weight: 600;
	top:13px;
	right:39px;
	border-radius:50px;
	border:2px solid #FFF;
	background:#2f5898;
	color:#FFF;
	padding: 0 1px 0 0;
}
.l-z-user-messages:hover, .mactive
{
	background:#1b6ae5;
}
a div.l-z-left-menu-user
{
	background:url(../img/user-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-user:hover
{
	background:url(../img/user-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-user:active
{
	background:url(../img/user-icon-slider.png) top right no-repeat;
}

a div.l-z-left-menu-all_users
{
	background:url(../img/all-users-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-all_users:hover
{
	background:url(../img/all-users-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-all_users:active
{
	background:url(../img/all-users-icon-slider.png) top right no-repeat;
}

a div.l-z-left-menu-materials
{
	background:url(../img/materials-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-materials:hover
{
	background:url(../img/materials-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-materials:active
{
	background:url(../img/materials-icon-slider.png) top right no-repeat;
}

a div.l-z-left-menu-shop
{
	background:url(../img/shop-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-shop:hover
{
	background:url(../img/shop-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-shop:active
{
	background:url(../img/shop-icon-slider.png) top right no-repeat;
}

a div.l-z-left-menu-settings
{
	background:url(../img/settings-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-settings:hover
{
	background:url(../img/settings-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-settings:active
{
	background:url(../img/settings-icon-slider.png) top right no-repeat;
}

a div.l-z-left-menu-help
{
	background:url(../img/help-icon-slider.png) top left no-repeat;
}
a div.l-z-left-menu-help:hover
{
	background:url(../img/help-icon-slider.png) top center no-repeat;
}
a div.l-z-left-menu-help:active
{
	background:url(../img/help-icon-slider.png) top right no-repeat;
}

#l-z-right-menu
{}
.l-z-right-menu
{
	min-height:400px;
	width:219px;
	padding:10px;
	margin-top:0px;	
	border-right:1px solid #d8d8d8;
	background:#e7e7e7;
	border-radius:5px 0 0 0;	
}
.l-z-right-menu ul li
{
	line-height:18px;
	width:177px;
	float:left;
	border-radius:5px;
	border:1px solid #e7e7e7;
	padding:13px 20px;
}
.l-z-right-menu ul li:hover
{
	border:1px solid #f5f5f5;
}
.l-z-right-menu ul li:active,.l-z-right-menu ul li.active
{	
	border:1px solid #f5f5f5;
	background:#f5f5f5;
}

.l-z-right-menu-item a li.active
{
	border:1px solid #f5f5f5;
	background:#f5f5f5;
}

.l-z-right-menu ul a li
{	
	color:#314766;
}
.l-z-right-menu ul a li:hover
{
	color:#333333;
}
.l-z-right-menu ul a li:active
{	
	color:#0d0d0e;
}

ul.l-z-right-menu-user
{
	display: none;
}
ul.l-z-right-menu-all_users
{
	display: none;
}
ul.l-z-right-menu-materials
{
	display:block;
}
ul.l-z-right-menu-shop
{
	display: none;
}
ul.l-z-right-menu-settings
{
	display: none;
}
ul.l-z-right-menu-help
{
	display: none;
}
.l-z-right-menu-item{
	display:none;}
.lzrm-item{
	display:block;}
#zen-personal{
	}

#right-zone
{
	height:100%;
	min-width:590px;
	overflow:hidden;
	background:#fafafa;
	font-family: Open Sans;
	
	position: relative;
	margin-left:370px;
}
.underhead
{
	height:80px;
	width:100%;
	position: relative;
}
.r-z-h-return
{
	height:80px;
	width:80px;
	float:left;
}
.r-z-h-result
{
	height:80px;
	min-width:80px;
	float:left;
}
.result-txt
{
	color: #FFF;
	margin: auto;
	display: block;
	padding: 32px 0px;
	text-align: center;
}
.r-z-header
{
	position:fixed;
	z-index:1000000;
	height:80px;
	min-width:590px;
	background:#58677e;
	overflow:hidden;
}
.return-header-icon
{
	background: url(../img/return-icon-slider.png)left center no-repeat;
	height:19px;
	width:20px;
	margin-left:30px;
	margin-top:30px;
}
.return-header-icon:hover
{
	background: url(../img/return-icon-slider.png)right center no-repeat;
}

.r-z-h-filter
{
	float:left;
	height:80px;
	min-width:240px;
	display:block;
}
.r-z-h-filter button
{
	height:80px;
	width:80px;
	border-right:1px solid #4a566a;
	float: left;
	border-left:none;
	border-top:none;
	border-bottom:none;
	
}
.r-z-h-f-search
{
	height:80px;
	width:80px;
	background: url(../img/loupe-icon-slider.png) left center no-repeat;
}
button.r-z-h-f-search:active,.r-z-h-f-search-active
{
	background:#3e4a5d url(../img/loupe-icon-slider.png) left center no-repeat;
}
.r-z-h-f-filling
{
	background: url(../img/filling-icon-slider.png) left center no-repeat;
}
button.r-z-h-f-filling:active,.r-z-h-f-filling-active
{
	background:#3e4a5d url(../img/filling-icon-slider.png) left center no-repeat;
}
.r-z-h-f-sorting
{
	background: url(../img/sorting-icon-slider.png) left center no-repeat;
	border-right: none !important;
}
button.r-z-h-f-sorting:active,.r-z-h-f-sorting-active
{
	background:#3e4a5d url(../img/sorting-icon-slider.png) left center no-repeat;
}
.r-z-h-f-search:hover
{
	background: url(../img/loupe-icon-slider.png) right center no-repeat;
}
.r-z-h-f-filling:hover
{
	background: url(../img/filling-icon-slider.png) right center no-repeat;
}
.r-z-h-f-sorting:hover
{
	background: url(../img/sorting-icon-slider.png) right center no-repeat;
}

.r-z-h-f-search-active:hover{
	background:#3e4a5d url(../img/loupe-icon-slider.png) right center no-repeat;
	}
.r-z-h-f-filling-active:hover{
	background:#3e4a5d url(../img/filling-icon-slider.png) right center no-repeat;
	}
.r-z-h-f-sorting-active:hover{
	background:#3e4a5d url(../img/sorting-icon-slider.png) right center no-repeat;
	}




.r-z-h-saving
{
	float: right;
	height:80px;
	min-width:345px;
	/* margin-right:0.8%; */
	margin-right:31px;
}
.r-z-h-saving button
{
	float:left;
	margin-right:38px;
	margin-top:30px;
	border: none;
}
.r-z-h-s-new
{
	background:url(../img/new-list-icon-slider.png) left center no-repeat;
	height:20px;
	width:18px;
}
.r-z-h-s-save
{
	background: url(../img/just-save-icon-slider.png) left center no-repeat;
	height:19px;
	width:19px;
}
.r-z-h-s-close
{
	background: url(../img/close-icon-slider.png) left center no-repeat;
	height:20px;
	width:20px;
	border:none;
}
.close-option{
	float:none;
	margin:0;
	padding:20px 0px 0px 0px;
	outline:none !important;
	}
.r-z-h-s-delete
{
	background: url(../img/delete-icon-slider.png) left center no-repeat;
	height:18px;
	width:19px;
}
.r-z-h-s-new:hover
{
	background:url(../img/new-list-icon-slider.png) right center no-repeat;
}
.r-z-h-s-save:hover
{
	background: url(../img/just-save-icon-slider.png) right center no-repeat;
}
.r-z-h-s-close:hover
{
	background: url(../img/close-icon-slider.png) right center no-repeat;
}
.r-z-h-s-delete:hover
{
	background: url(../img/delete-icon-slider.png) right center no-repeat;
}


button.r-z-h-s-create
{
	margin-right:0;
	height:35px;
	min-width:112px;
	background:#8693a6;
	color: #d0d4d9;
	font-family: Open Sans;
    text-shadow: 0 -1px 1px #3C4453;
	border-radius:5px;
	margin-top:22px;
	font-size:13px;
}
button.r-z-h-s-create-sm
{
	height:28px;
	min-width:110px;
	background:#8693a6;
	color: #ffffff;
	font-family: Open Sans;
    text-shadow: 0 -1px 1px #3C4453;
	border-radius:5px;
	font-size:13px;
	border: none;
	float:left;
}
button.r-z-h-s-close-sm
{
	height:15px;
	width:14px;
	background: url(../img/close-filter-slider.png)left center no-repeat;
	padding:0;
	margin-top:22px;
	margin-left:10px;
	color: #aeaeae;
	font-family:Open Sans;
	font-size:15px;
	font-weight: 600;
	font-stretch: extra-expanded;
	border: none;
}
.r-z-h-s-create span
{	
	font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
button.r-z-h-s-create:hover
{
	background:#88a1c2;
	color: #ffffff;
}
button.r-z-h-s-create-sm:hover
{
	background:#88a1c2;
}
button.r-z-h-s-close-sm:hover
{
	color: #88a1c2;
	background:url(../img/close-filter-slider.png)right center no-repeat;
}

#r-z-content 
{
    min-height: 100px;
    position: relative;
    width: 100%;
}
#sub-r-z-content
{
}
.r-z-c-filter
{
	min-width:60%;
	min-height:30px;
	margin:0 10px;
	border-left:1px solid #d5d5d5;  
	border-right:1px solid #d5d5d5; 
	border-bottom:1px solid #d5d5d5;
	border-radius:0 0 5px 5px;
	display: block;
	background:#fcfcfc;
	padding:0px 0px 10px 0px;
	overflow:hidden;
}
.r-z-c-f-search
{
	width:99%;
	float:left;
	min-height:28px;
	margin-left:10px;
}
.r-z-c-f-filling, .r-z-c-f-sorting
{
	width:99%;
	float:left;
	min-height:49px;
	margin-left:10px;
}
.r-z-c-f-search
{
	display:block;
}
.r-z-c-f-filling
{
	display:block;
}
.r-z-c-f-sorting
{
	display:block;
}
.r-z-c-filter form
{
	
}
.r-z-c-filter form input, .r-z-c-filter form select
{
	margin-right:20px;
	float:left;
}
.r-z-c-f-fil-select-item, .text-editor-fil-item
{
	float:left;
	width:160px;
	margin:15px 20px 5px 0px;
	min-height:51px;
}
.filtr-form-group{
	margin:15px 20px 5px 0px;
	}
.site-select
{
	float:left;
	margin-left:20px;
	width:162px;
}
.site-input-1
{
	float:left;
	margin-left:12px;
	width:388px;
}
.r-z-c-filter form label, form .site-select label, .site-input-1 label, .text-editor-fil-item label
{
	text-indent:10px;
	float:left;
	color:#898989;
	font-size:12px;
	margin-bottom:4px;
}
.r-z-c-filter form select, form .site-select select
{
	background: transparent;		
}
.styled-select select
{
  	 background: transparent;
   	-webkit-appearance: none;
   	-moz-appearance:button;
	overflow:hidden; 
   	border: 0;
   	border-radius: 0;
	width:152px;
	height:28px;
	-moz-margin-end:2px;
	padding:2px 0px 4px 5px;
	line-height:22px;	
	color:#3F3F3F;
	font-size:12px;
	float:left;
}
.styled-select-sm select
{
   	width:65px !important;
}
.styled-select-sm
{
   	width:48px !important;
	margin-right:0px !important;
}

.styled-select-middle select
{  
	width:140px !important;
}
.styled-select-middle
{	
	margin-top:10px;
	margin-left:15px;
   	width:123px !important;
	margin-right:0px !important;
}

.styled-select
{
   	width: 160px;
  	height: 26px;
   	background: url(../img/select_arrow.png) no-repeat right;
	background-color:#ffffff;
   	border:1px solid #d5d5d5;
   	border-radius:5px;
   	float:left;   
	margin-right:20px;
}

.sampling_changed
{
	padding-left:10px;
	padding:4px 0px 2px 5px;
	line-height:22px;	
	color:#3F3F3F;
	font-size:12px;		
}

.title-material
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    color: #3F3F3F;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    padding: 1px 10px;
    width: 367px;
}
#on-materials,.mat-field
{
	width:198px;
	height:24px;
	line-height:22px;
	background-color:#ffffff;
	padding:1px 8px;
	border:1px solid #d5d5d5;
	border-radius:5px;
	color:#3F3F3F;
	font-size:12px;		
}

#on-materials:focus, .sampling_changed:focus, .title-material:focus, .but-sort:focus, .hasDatepicker:focus,.mat-field:focus
{ 
	outline: none;
}
  
#on-materials:active, #on-materials:focus, .r-z-c-filter form select:active, .title-material:active, .site-select select:active, .sampling_changed:active, .styled-select:active
{
	-moz-box-shadow: 0 0 0 2px #e3e8ef;
	-webkit-box-shadow: 0 0 0 2px #e3e8ef;
	box-shadow: 0 0 0 2px #e3e8ef;
	z-index:200;
}


.r-z-c-table
{
	width:100%;
	min-height:20px;
	padding-top:1px;
}
.trcolor 
{	
	background-color: #f0f0f0;
}
.maintable
{
	width:100%;
}
.cardViewTable{
	min-width:50%;
	}
.cardViewTable th, .cardViewTable td{
	padding-left:10px;
	}
.cardViewTable .fieldName{
	text-transform:uppercase;
	}
th.check-col{
	padding:0 0 0 3px !important; 
}
#main-table th{
	cursor:auto !important;
	background:#fafafa !important;
	}
th.main-t-th{
	cursor:auto !important;
	padding:20px 20px 0 0;
	line-height:12px;
	}
	

.main-t-th1
{
	/* width:3%; */
}
.main-t-th2
{
	/* width:23%; */
}
.main-t-th3
{
	/* width:13%; */
}
.main-t-th4
{
	/* width:20%; */
	text-indent:14px;
}
.main-t-th5
{
	/* width:21%; */
}
.main-t-th6
{
	/* width:14%; */
}
.main-t-th7
{
	/* width:6%; */
}

.maintable th
{
	height:35px;
	color:#949494;
	font-size:11px;
	text-align:left;
	font-weight:normal;	
}
.maintable .head-tr:hover
{
	background: none !important;
}
.head-tr{
	display:table-row;
	}
.maintable td
{	
	line-height:16px;
	padding:14px 20px 14px 0px;
	color:#6e6e6e;
	font-size:12px;
}
.maintable tr:hover
{
	background:#e4e4e4;
}

td.check-col{
	width:40px !important;
	padding:17px 0px 0px 2px;
	}

.main-t-td-name a
{
	color:#1e70a9;
	font-size:13px;
	font-weight:400;
}
.main-t-td-name a:hover
{
	color:#333333;
}
.main-t-td-name div
{
	overflow:hidden;
	height:26px;
}

a.view-link, a.view-edit{
	background-color:#e9eff6;
	display:block;
	cursor:pointer;
	width:32px;
	height:px;
	padding:3px 2px 3px 16px;
	border-radius:5px;
}
a.view-link:hover, a.view-edit:hover{
	background-color:#f3f6fb;
}
a.view-link img, a.view-edit img{
	cursor:pointer;
}
label.tab-check-lab
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	font-size: 13px;
}


input.table-checkbox[type=checkbox] 
{
	display: none;
}
label.tab-check-lab:before 
{
	border-radius: 3px;	 
	border:1px solid #dadada;
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	bottom: 3px;
	background-color: #ffffff;
}
.table-checkbox labe.tab-check-lab
{
	bottom: 3px;
}


input.table-checkbox[type=checkbox]:checked + label.tab-check-lab:before 
{
	content: "\2713";
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;
	color: #6f7f96;
	text-align: center;
    line-height: 15px;
}
.published
{
	height:7px;
	width:7px;
	margin-top:5px;
	background:#0db900;
	border-radius:50px;
	float:left;
}
.rev-published
{
	height:7px;
	width:7px;
	margin-top:9px;
	background:orange;
	border-radius:50px;
	float:left;
}
.not-published
{
	height:7px;
	width:7px;
	margin-top:5px;
	background:#e71d1d;
	border-radius:50px;
	float:left;
}
.publication span
{
	margin-left:7px;
	float:left;
}

.manage-pages
{
	width:100%;
	min-height:155px;
	margin-top:22px;
}
.page-navigation
{
	min-width:375px;
	height:24px;
	margin-top:2px;
	float:left;
	margin-left:16px;
	overflow:hidden;
}

.page-nav-step
{
	width:30px;
	height:24px;
	background:#f3f3f3;
	border:1px solid #cfcfcf;
	border-radius:3px;
	float:left;
	margin-left:8px;
	line-height:20px;
	text-align:center;
	padding-bottom: 2px;
	color:#666666;
}
.page-nav-items
{
	min-width:96px;
	height:22px;
	float:left;
}
.page-nav-items li
{
	min-width:22px;
	height:22px;
	overflow:hidden;
	border:1px solid #cfcfcf;
	border-radius:3px;
	float:left;
	margin-left:8px;
	line-height:22px;
	text-align:center;
	color:#666666;
}
.page-nav-items li:hover
{	
	background:#e8e8e8;
}
.page-nav-items li:active,.page-nav-items li.active
{	
	background:#e8e8e8;
	font-weight:600;
}
.page-nav-items li a
{
	color:#666666;
}
.page-nav-items li a:hover
{
	
}
.page-nav-step:hover
{
	background:#e8e8e8;
	font-weight:600;
}
.page-nav-ellipsis
{
	width:22px;
	height:22px;
	float:left;
	margin-left:8px;
	margin-top:2px;
	line-height:22px;
	text-align:center;
	color:#666666;
}
.number-of-items
{
	width:202px;
	height:30px;
	float: right;
	margin-right:20px;
}
.number-of-items label
{
	font-size:12px;
	color:#898989;
	line-height:28px;
	float:left;
	margin-right:5px;
}
.text-editor-header-1
{
	width:100%;
	height:67px;
	padding-top:18px;
}
.text-editor-cont
{
	width:96%;
	min-height:100px;
	border:1px solid #d5d5d5;
	border-radius:5px;
	margin:1px 12px 1px 12px;
}
.text-editor-header-2
{
	width:100%;
	height:50px;
}
.text-editor-header-2 button
{
	float:left;
	margin-top:10px;
}

.by-width-text
{
	background:url(../img/by-width-icon-slider.png)left center no-repeat;
	width:35px;
	height:30px;
	border: none;
	margin-left:10px;
}

.by-width-text:active
{
	background: url(../img/by-width-icon-slider.png) right center no-repeat;
}
.by-left-text
{
	background:url(../img/by-left-icon-slider.png) left center no-repeat;
	width:34px;
	height:30px;
	border: none;
	margin-left:15px;
}
.by-left-text:active
{
	background: url(../img/by-left-icon-slider.png) right center no-repeat;
}
.by-center-text
{
	background:url(../img/by-center-icon-slider.png) left center no-repeat;
	width:37px;
	height:30px;
	border: none;
}

.by-center-text:active
{
	background: url(../img/by-center-icon-slider.png) right center no-repeat;
}
.by-right-text
{
	background:url(../img/by-right-icon-slider.png) left center no-repeat;
	width:34px;
	height:30px;
	border: none;
}

.by-right-text:active
{
	background: url(../img/by-right-icon-slider.png) right center no-repeat;
}


.b-text
{
	background:url(../img/b-icon-slider.png) left center no-repeat;
	width:34px;
	height:30px;
	border: none;
	margin-left:15px;
}
.b-text:active
{
	background: url(../img/b-icon-slider.png) right center no-repeat;
}
.i-text
{
	background:url(../img/i-icon-slider.png) left center no-repeat;
	width:37px;
	height:30px;
	border: none;
}

.i-text:active
{
	background: url(../img/i-icon-slider.png) right center no-repeat;
}
.u-text
{
	background:url(../img/u-icon-slider.png) left center no-repeat;
	width:34px;
	height:30px;
	border: none;
}

.u-text:active
{
	background: url(../img/u-icon-slider.png) right center no-repeat;
}



.text-editor-text
{
	width:100%;
	min-height:100px;
	max-height:360px;
	border-top:1px solid #d5d5d5;
	box-shadow:inset 0 1px 1px 0 #e9e9e9;
	overflow:hidden;
}
.text-editor
{
	padding:17px;
	min-width:540px;
	min-height:100px;
	color:#333333;
	text-align: justify;
	overflow:hidden;	
	background:#FFF;
}

.text-editor-filling
{
	width:560px;
	float:left;
	min-height:230px;
	margin-left:10px;
	margin-top:5px;
}
#publication-status
{	
}
.pub-date
{
	height: 20px;
    margin-top: 3px;
    width: 152px;
	border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	margin-right:20px;
}
#publication-start, #publication-finish
{
	
	width:100px;
	height:16px;
	float:left;
	background:none;
	border:none;
	color: #3F3F3F;
    font-size: 12px;
	text-indent:3px;
}
.calendar-but
{
	background:url(../img/calendar-icon.png) center no-repeat;
	border:none;	
	width:16px;
	height:17px;
	float:right;
	margin-top:1px;
	margin-right:15px;
}

#filtr-wrap,.top-filtr
{
	display:none;
}
#filtr-wrap
{
	position:relative;
	overflow:visible;
	display:inline-block;
	min-height:0px;
	border:none;
	width:98%;
}
#close-filter
{	
}

.dragRow
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

a li.active{
	font-weight:600;
	color:#0d0d0e !important;}
	
.expanded{
	}
	
.head-app{}
.head-hidden{
	display:none;
	}

.ipad-20{
	padding:20px;
	}
.ipad-0-20{
	padding:0px 20px;
	}
	
	
.selectBox{}

#modal-window{
	position:fixed;
	width:960px;
	left:50%;
	margin-left:-480px;
	top:25%;
	min-height:100px;
	max-height:550px;
	padding:0 0 10px 0;
	background:#FFF;
	color:#1e293c;
	text-align:center;
	z-index:1000000000;
	overflow:auto;
	display:none;
	line-height:25px;
	border:10px solid #58677e
	}
	
.close-modal{
		background:url(../img/close-modal.png) center no-repeat;
		width:22px;
		height:22px;
		border:none;
		position:absolute;
		z-index:1000;
		right:10px;
		top:12px;
		color:#FFF;
		font-size:0px;
		text-align:center;
		cursor:pointer;
	}
.close-modal:hover{
	opacity:0.8;
	}
.close-modal:active{
	opacity:0.8;
	}
.modalW h4{
	background-color:#f4f4f4;
	padding:8px 0 8px 0;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:16px;
}
#modal-window a{
	text-decoration:none;
	}
#modal-window a:hover{
	text-decoration:underline;
	}

.modalYes{
	margin:10px 10px;
	color:red;
	cursor:pointer;
	}
.modalNo{
	margin:10px 10px;
	color:#1e70a9;
	cursor:pointer;
	}
	
#modal-window p{
	padding:0 20px 10px 20px;
	line-height:normal;
	text-align:left;
	}
.nonactive{
	opacity:0.5;
	cursor:auto !important;
	}
.ajax-message{  
	margin:15px; 
	background:#EBEBEB; 
	padding:10px; 
	color:#666; 
	font-size:12px;
	}
	
.zen-form-item
{
	float:left;
	min-width:180px;
	margin:15px 10px 5px 0px;
	min-height:51px;
}
.zen-form-item label{
	padding-left:10px;
	}

.zif-wrap{
	margin-top:6px;
	line-height:27px;
	}
.zif-wrap-select,.zif-wrap-rotator{
	margin-top:8px;
	}	
.zif-wrap-date{
	margin-top:6px;
	}	

.my-field,.check_yn
{
	min-width:20px;
	height:26px;
	line-height:22px;
	background-color:#ffffff;
	border:1px solid #d5d5d5;
	border-radius:5px;
	color:#3F3F3F;
	font-size:12px;
	padding:1px 8px;		
}
.check_yn{
	width:100px;
	overflow:hidden;
	padding:0px;
	}
.item_yn{
	width:34px;
	height:25px;
	float:left;
	padding:1px 8px;
	background:none;
	text-align:center;
	cursor:pointer;
	}
.item_yn:hover{
	opacity:0.8;
	}
.check_yn .active{
	background:#EEE;
	}
	
.hidden{
	display:none;}
	
.clear{
	clear:both;}

.wp-form-extra-fields-wrap
	{
		margin:0;
	}

.wp-form-extra-fields-wrap h4, .new-line{
	margin:0px 0px -6px 0px;
	font-weight:normal;
	background: #EEE;
	padding: 5px 10px;
	border-radius: 4px;
	text-transform:uppercase;
	color:#444;
	}

#wp-form-extra-fields-wrap h4{
	margin:20px 0px -6px 2px;
	font-weight:normal;
	}
	
.photo-frame
{
	width:100px;
	height:100px;
	background:none;
	border:1px solid #d5d5d5;
	border-radius:5px;
	color:#3F3F3F;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin:10px 10px 10px 0px;		
}

.photo-frame img{
	width:150px;
	height:auto;
	}

#ajax-message{
	background:#EBEBEB; 
	padding:10px; 
	color:#666; 
	font-size:12px;
	margin-top:50px;
	}
	
.tickets{}

.tickets li{
	background: #EEE !important;
	border-bottom: 1px solid #CCC !important;
	padding: 5px 22px !important;
	border-radius: 0px !important;
	cursor: pointer;
	}

span.right{
	float:right;
	}
	
.order-title{
	padding:20px 20px 15px 0px; float:left;
	}
.entered{
	background:#92ED92;
	}
.shipped{
	background:#D8D8D8;
	}
	
.right-50{
	float:right;
	margin-left:50px;}
	
#cur_shelf_id{
	font-weight:bold;
	}
	
.ibut{
	margin-right:0;
	height:35px;
	min-width:112px;
	background:#8693a6;
	color: #d0d4d9;
	font-family: Open Sans;
    text-shadow: 0 -1px 1px #3C4453;
	border-radius:5px;
	margin-top:22px;
	font-size:13px;
	}
.inside-photo-right{
	float:left;
	margin-top:25px;
	}
	
textarea.my-field{
	min-width:600px;
	min-height:65px;
	max-width:850px;
	max-height:400px;
	}
button.my-field{
	margin: 0px 0px 0px -8px;
	background: #EEE;
	border-radius: 0px 5px 5px 0px;
	padding: 2px 5px;
	line-height: 24px;
	height: 30px;
	padding: 1px 10px;
}
button.my-close{
	width:20px;
	height:21px;
	margin:2px 10px 4px 10px;
	cursor:pointer;
	background:url(../img/close-icon-slider.png) no-repeat;
	background-position:top left;
	border:0px;
	padding:0px;
	}
button.my-close:hover{
	background-position:top right;
	}
	
.editor-files-wrapper{
	margin:10px 0px;
	}

.editor-files-wrapper .item{
	float:left;
	margin:15px;
	width:160px;
	height:160px;
	position:relative;
	overflow:visible;
	border:1px solid #bebebe;
	border-radius:5px;
	}
	
.editor-files-wrapper .item img.close-file-item{
	cursor:pointer;
	position:absolute;
	width:14px;
	height:auto;
	top:-7px;
	right:-7px;
	z-index:100;
	padding:0;
	background:#FFF;
	border-radius:50%;
	}

.editor-files-wrapper .item img.close-file-item:hover{
	opacity:0.9;
	}
	
.editor-files-wrapper .item .item-inside{
	position:relative;
	width:160px;
	height:160px;
	overflow:hidden;
	text-align:center;
	}
	
.editor-files-wrapper .item .item-inside img{
	width:auto;
	height:auto;
	max-width:160px;
	}
	
.editor-files-wrapper .item .icode{
	position:absolute;
	width:140px;
	padding:0px 10px 5px 10px;
	height:105px;
	z-index:100;
	bottom:-80px;
	left:0px;
	background:#FFF;
	color:#000;
	opacity:0.8;
	font-size:11px;
	line-height:14px;
	}
	
button.my-field-submit{
	margin: 0px;
	background: #EEE;
	border-radius: 5px;
	padding: 2px 5px;
	line-height: 24px;
	height: 30px;
	padding: 1px 10px;
	cursor:pointer;
	border:none;
	}
	
button.my-field-submit:hover{
	opacity:0.9;
	}
	
#preload_users_wrap{
	border:1px solid #EBEBEB;
	border-top:0px;
	padding:5px;
	margin-top:-1px;
	}
#preload_users_wrap .key_item{
	line-height:30px;
	border-top:1px solid #EBEBEB;
	cursor:pointer;
	}
#preload_users_wrap .key_item:hover{
	background:#EDEDF1;
	}
#preload_users_wrap .key_item:active{
	background:#CCE0E1;
	}
	
.dialog-item{
	position:relative;
	padding:0px 100px 0px 82px;
	margin:11px 0px;
	min-height:65px;
	border-right:3px solid #CCC;
	}

.avatar{
	position:absolute;
	top:5px;
	left:0px;
	z-index:100;
	border:1px solid #ebebeb;
	width:100px;
	height:100px;
	overflow:hidden;
	}
.avatar img{
	width:150px;
	height:auto;}

.dialog-content{
	padding:5px 0px;}
.dialog-name{
	margin-top:0px;
	font-weight:bold;
	}
.dialog-block{}
.dialog-message{}
.dialog-files{
	margin:0px;
	min-height:55px;
	}
.dialog-files .file{
	margin:10px 10px 0px 0px;
	max-width:50px;
	max-height:50px;
	border:1px solid #ebebeb;
	overflow:hidden;
	float:left;	
	}
.dialog-files .file img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	}
.dialog-date{
	position:absolute;
	top:5px;
	right:10px;
	z-index:100;
	width:90px;
	height:60px;
	overflow:hidden;
	}
	
.L_7{
	z-index:10000000000000 !important;}
	
.rzh{
	float:right !important;
	margin-right:5px !important;
	margin-left:25px !important;
	}
#messageArea{
	display:none;
	}

.quadro{
	width:100px !important;
	height:100px !important;;}
.my-txtarea{
	min-width:650px;
	max-width:850px;
	min-height:80px;
	max-height:250px;
	color:#3F3F3F;
	font-size:12px;
	border:1px solid #CCC;
	border-radius:5px;
	padding:6px 8px;
	font-family: Open Sans;

	}
	
.editor-files-wrapper{
	margin:10px 0px;
	}

.file-manager-wrap{
	padding:2px 4px;
	}
.file-manager-wrap input{
	max-width:95%;
	}

.editor-files-wrapper .item{
	float:left;
	margin:15px 30px 15px 0;
	width:180px;
	height:284px;
	position:relative;
	overflow:visible;
	border:1px solid #bebebe;
	border-radius:5px;
	}
	
.editor-files-wrapper .item img.close-file-item{
	cursor:pointer;
	position:absolute;
	width:22px;
	height:auto;
	top:-12px;
	right:-12px;
	z-index:100;
	padding:0;
	border-radius:50%;
	}

.editor-files-wrapper .item img.close-file-item:hover{
	opacity:0.9;
	}
	
.editor-files-wrapper .item .item-inside{
	position:relative;
	width:160px;
	height:160px;
	overflow:hidden;
	text-align:center;
	}
	
.editor-files-wrapper .item .item-inside img{
	width:auto;
	height:auto;
	max-width:160px;
	}
	
.editor-files-wrapper .item .icode{
	position:absolute;
	width:140px;
	padding:0px 10px 5px 10px;
	height:105px;
	z-index:100;
	bottom:-80px;
	left:0px;
	background:#FFF;
	color:#000;
	opacity:0.8;
	font-size:11px;
	}
	
#ajax-getter{
	position: fixed;
	left: 50%;
	top: 0px;
	padding: 5px 25px;
	background: none;
	z-index: 9999999999;
	margin-left: -100px;
	opacity:0.5;
	color:#FFF;
	}
.previewImage{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:200px;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #EEE;
	opacity: 0.9;
	}
.previewImage:hover{
	border-color:#CCC;
	opacity:1;
	}
	
.fancybox-overlay{
	z-index:99999999999 !important;
	}
	
.intotal{
	min-width:25%;
	margin:15px 0px 15px 0px;
	padding:0;
	}
.intotal th,.intotal td{
	padding:0px;
	padding-right:10px;
	}
.intotal th span{
	font-size:16px;
	}
	
/* AUTOCOMPLETE START */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/* AUTOCOMPLETE END */

.ui-widget-content{
	border:1px solid #d5d5d5 !important;
	background: #fff;
    padding: 15px;
}
li.ui-menu-item{
	font-size:12px !important;
	padding:8px !important;
	color:#3F3F3F !important;
	font-family: 'Open Sans', sans-serif !important;
	border:1px solid #ffffff !important;
	width:auto !important;

}
li.ui-menu-item:hover, li.ui-menu-item:active{
	background:none !important;
	border:1px solid #1e70a9 !important;
	background-image:none !important;

}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	background:none !important;
	margin:0 !important;
	background-image:none !important;

}
.ui-menu .ui-menu-item a{
	background:none !important;
	background-image:none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none !important;
	border:1px solid #1e70a9 !important;
}

.autoselect{
/*	background: url(../img/select_arrow.png) right center no-repeat;
*/	padding-right:20px;
	}
.ui-autocomplete{
	min-width:302px;
	width:302px;
	}
	
.w100{
	width:100%;
	}
button{
	outline:none !important;
	}

.nssBut{
	min-width:150px !important;
	margin:0 !important;
	float:none;
	}
.fRight{
	float:right;
	}
	
/* PLUS MINUS START */
.numbers_nav{
	background: none;
	text-align: center;
	height: 30px;
	padding: 0;
	display: block;
	float: left;
	margin: 0px 10px;
	border: 2px solid #c5dbe1;
	display: block;
	float: left;
	width: 80px;
	line-height: 14px;
	margin: 0;
	font-size: 14px;
	}
.numbers_nav .minus, .numbers_nav .plus {
	float: left;
	width: 30%;
	text-align: center;
	height: 100%;
	background: none;
	border: none;
	outline:none !important;
	}
.numbers_nav .plus{
	float:right;
	}
.numbers_nav input {
	width: 37% !important;
	max-width: 37%;
	text-align: center;
	float: left;
	border: none;
	height: 90%;
	line-height: 100%;
	}
/* PLUS MINUS END */

a.buy-prod {
	background: #edeeee url(../../../img/buy-pic.png) no-repeat 12px 10px;
	display: block;
	padding: 10px 10px 10px 39px;
	float: left;
	min-width: 71px;
	line-height: 14px;
	color: #678388;
	margin: 4px 25px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}
a.buy-prod:hover{
	color:#4b899a;
	background-position:12px -22px !important;
	background-color:#f8f8f8;
}

.confirmWrapper{
	}
.confirmWrapper table{
	margin:0 auto;
	}
.confirmWrapper table td{
	padding:5px;
	}
.confirmWrapper table td a{
	display: block;
	padding: 3px 8px;
	background: #EEE;
	color: #000;
	}
.confirmWrapper table td a.cancel{
	color:#390;
	}
.confirmWrapper table td a.confirm{
	color:#F00;
	}

#dialog-form{
	display: block;
	height: 150px;
	}
#dialog-form .zen-form-item{
	width:415px;
	}
#dialog-form .zen-form-item textarea{
	min-width:400px;
	resize:none;
	}
.dialogContainer{
	width:800px;
	}
.avatar{
	width:50px;
	height:50px;
	}
.avatar img {
	width: auto;
	height: auto;
	max-width: 125%;
	max-height: 100%;
}

.zebra{
	background:#EEE;
	}
	
.cardViewTable img{
	width:auto;
	height:auto;
	max-width:320px;
	max-height:240px;
	}
.red{
	color:red;
	}
.green{
	color:green;
	}

.tab-button h4{
	padding:10px;
	cursor:pointer;
	background: #CCC url(../img/select_arrow.png) no-repeat right;
	}
.tab-button h4:hover{
	background-color:#09C;
	color:#FFF;
	}
	
#prod_complect_list table, #prod_access_list table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	}
#prod_complect_list td, #prod_access_list td{
	padding:5px 10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
#prod_complect_list td.img img, #prod_access_list td.img img{
	width:auto; 
	height:auto; 
	max-width:100px;
	border:2px inset #CCC;
	}
#prod_complect_list td.img, #prod_access_list td.img{
	border-right:none;
	}
#prod_complect_list td.last, #prod_access_list td.last{
	background:#FFC;
	}

.toggleDiv{}
.toggleDiv.dinone{display:none;}

.tabsManager{padding:7px 10px;}
.tabsManager ul li{float:left; padding: 3px;}
.tabsManager ul li button{background: #FFF; border:none; border-bottom:1px solid #CCC; border-top:1px solid #CCC; color:#222; padding: 4px 20px; opacity:0.8; border-radius: 5px;}
.tabsManager ul li button:hover, .tabsManager ul li.active button{opacity:1; border-color: #000; box-shadow: inset 0 0 50px #000; color: #fff;	}


input[name="fl_name_preview"] {background: #eee;}
input[name="fl_name_banner"] {background: #eee;}
input[name="fl_name_top_img"] {background: #eee;}
input[name="fl_name_bot_img"] {background: #eee;}
input[name="page"] {background: #eee;}
input:disabled {background: #eee;}

input[readonly] {background: #eee; color: #eee;}
pre{ padding:15px; margin:15px; border:5px solid #FFF; background:#EEE; }
.dashboard{ padding:15px; }
.dataCaption{ color:#069; font-size:18px; text-transform:uppercase; font-family:monospace; padding-left:10px; letter-spacing:2px; }
.dashboard table{ width:80%; margin:10px; border:1px solid #CCC; }
.dashboard table th{ padding:8px 10px; background:#09C; color:#FFF; }
.dashboard table td{ padding:8px 10px; }
.l-z-right-menu-item li i{ float:left; margin:4px 6px 0px -12px; min-width:14px; }

.rtl form input:not([name='phone']):not([name='second_phone']),
.rtl form textarea,
.rtl .redactor_box *{
	direction: rtl !important;
    text-align: right !important;
	}
	
.isra{}
.isra th{ padding:5px 10px; }
.isra .o_boxes_img{ position:relative; width:250px; max-width:250px; height:250px; overflow:hidden; }
.isra .o_boxes_img img{ width:100%;}
.isra .o_boxes_img .shadow{ position:absolute; z-index:1; background:#000; opacity:0.7; left:0; top:0; width:100%; height:100%; }
.isra .o_boxes_img .text{ position:absolute; z-index:2; background:transparency; color:#FFF; font-size:22px; line-height: 65px; text-align:center; left:0; top:50px; width:100%; }
input.extra_input {margin-bottom: 20px;}
.btn{ 
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
 }
.btn-primary{background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
	color:#FFF;}
.isra .o_boxes_img .text .option{ margin-top:10px; }
.isra .o_boxes_img .text .macro{  font-size: 65px; font-weight: bold; margin: 40px 10px; display: block; }
.isra td .area{ width:240px; height:200px; padding:5px; }
.isra .comment_response{ text-align:center; display:block; }
.isra .last{ text-align:right;}
.box_gallery{ position:relative; overflow:hidden; padding:10px; }
.box_gallery .item{ float:left; width:140px; margin:5px; border:1px solid #ECECEc; overflow:hidden; }
.box_gallery .item .remove_file{}
.box_gallery .item .theater{ display:block; margin:5px 0px; width:100%; height:100px; overflow:hidden;}
.box_gallery .item .theater img{ width:100%; height:auto; }
.box_gallery .item .header{}
.box_gallery .item textarea{ width:130px; height:40px; line-height:20px; resize: none; padding:5px; }
.box_gallery .item .option{}
.box_gallery .item .option button{}
.box_gallery .item .option .comment_response{}

.isra th, .isra td{ border-bottom:5px solid #FFF !important; }

.order-new{ background:#fcc5d8; }
.order-confirmed{ background:#ffd486; }
.order-active{ background:#bffffe; }
.order-finished{ background:#8cffd2; }
.order-canceled{ background:#a29b9e; }
.order-new td,.order-confirmed td,.order-active td,.order-finished td,.order-canceled td{ font-size:13px; color:#111; }

.payment_status_name{
	padding: 0px 0px 5px 0px !important;
}
.payment_status_name img{
	--box-shadow-color: #7abc75;
	box-shadow: 4px 4px 10px var(--box-shadow-color);
    transition-duration: 0.5s;
    width: 40px;
    height: auto;
}
.payment_status_name:hover > img{
	--box-shadow-color: skyblue;
}
.form-sub-table{
	width: 96%;
	margin: 2%;
}
.form-sub-table td, 
.form-sub-table th{ border:1px solid #686868; padding: 2px 5px; text-align: center;vertical-align: middle;}
.form-sub-table thead{background: #57677e;color: #fff;}