*{margin:0;}
.clear{clear:both;width:100%;min-height:1px;display:block;}
.clearfix::after{content:'';display:block;width:100%;min-height:1px;clear:both;}
.fl-rt{float:right;}
input[type="url"], input[type="email"], input[type="tel"]{direction:ltr !important;text-align:right;}
input[type="url"]::-webkit-input-placeholder{direction:rtl;}
input[type="email"]::-webkit-input-placeholder{direction:rtl;}
input[type="tel"]::-webkit-input-placeholder{direction:rtl;}
input[type="url"]::-moz-placeholder{direction:rtl;}
input[type="email"]::-moz-placeholder{direction:rtl;}
input[type="tel"]:-moz-placeholder{direction:rtl;}
::selection{background:#00ccff;color:#fff;}
textarea{overflow:auto;resize:vertical;}
input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"], input[type="image"], input[type="reset"], a, select{cursor:pointer;}
html, body{height:100%;}
body{
font-family:arial;
font-size:13px;
line-height:20px;
text-align:right;
margin:0px;
background:url(/admin/masters/images/bg.gif) top center repeat;
color:#333;
}
img{max-width:100%;}
body.login{
font-family:arial;
font-size:13px;
line-height:20px;
text-align:right;
margin:0px;
background:#000 url(/admin/masters/images/admin_bg.png) repeat center top;
color:#333;
width:100%;
}
input[type="checkbox"], input[type="radio"]{vertical-align:middle;}
.xmlClass{width:102px;}
.xmlClass a{font-weight:bold;font-size:14px;}
.xmlClass a img{margin:0 0 -5px 0;height:30px;}
.login_panel{
background:url(/admin/masters/images/login_panel.png) no-repeat center top;
width:547px;
height:241px;
margin:200px auto 0;
}
#treePlaceHolder{
float:right;
width:400px;
}
.jsTree.jstree.jstree-0.jstree-focused.jstree-default-rtl{
float:right;
width:100%;
}
.jsTree.jstree.jstree-0.jstree-focused.jstree-default-rtl ul{
float:right;
width:100%;
}
.ip{
background:#242528;
float:left;
width:248px;
height:52px;
color:#fff;
margin:0 0 0 40px;
padding:5px;
direction:rtl;
font-size:12px;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
padding:5px 15px 0;
}
.login_panel_con{
float:right;
width:500px;
margin:20px 30px 0 0;
height:211px;
}
.login_panel_con p{
font-size:26px;
color:#282828;
}
.login_panel_con table{
width:360px;
direction:rtl;
float:right;
margin:17px 120px 0 0;
color:#282828;
font-size:13px;
font-weight:bold;
text-align:right;
}
.login_panel_con input{
width:232px;
float:right;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border:1px solid #c0c0c0;
padding:8px 5px;
}
.no_pass{
color:#26b7dd;
text-decoration:underline;
position:relative;
top:5px;
font-weight:bold;
float:right;
}
.login_panel_con input.login_submit{
background:#26b7dd;
color:#fff;
-moz-border-radius:7px;
-webkit-border-radius:7px;
width:82px;
height:33px;
line-height:33px;
border:0px;
cursor:pointer;
font-size:20px;
padding:0 0 5px 0;
float:left;
}
.main{
position:relative;
top:152px;
height:auto;
margin:0 2%;
width:96%;
float:right;
}
.tdright{
background:none repeat scroll 0 0 #EBEBEB;
border-left:1px solid #BFC4C7;
vertical-align:top;
width:20%;
}
#opennewsletter{
padding:0 15px;
font-size:15px !important;
height:25px;
line-height:25px;
margin:6px 0 0 10px !important;
font-family:tahoma;
border-radius:5px;
background:#26B9DF;
background:-moz-linear-gradient(top, #26B9DF 0%, #008DE5 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#26B9DF), color-stop(100%,#008DE5));
background:-webkit-linear-gradient(top, #26B9DF 0%,#008DE5 100%);
background:-o-linear-gradient(top, #26B9DF 0%,#008DE5 100%);
background:-ms-linear-gradient(top, #26B9DF 0%,#008DE5 100%);
background:linear-gradient(to bottom, #26B9DF 0%,#008DE5 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b9df', endColorstr='#008de5',GradientType=0 );
}
#opennewsletter:hover{
background:#008DE5;
background:-moz-linear-gradient(top, #008DE5 0%, #26B9DF 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#008DE5), color-stop(100%,#26B9DF));
background:-webkit-linear-gradient(top, #008DE5 0%,#26B9DF 100%);
background:-o-linear-gradient(top, #008DE5 0%,#26B9DF 100%);
background:-ms-linear-gradient(top, #008DE5 0%,#26B9DF 100%);
background:linear-gradient(to bottom, #008DE5 0%,#26B9DF 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008de5', endColorstr='#26b9df',GradientType=0 );
line-height:27px;
}
.checkBadEmails{
	float:left;
	padding:0 10px;
	height:25px;
	line-height:24px;
	color:#fff;
	font-family:tahoma;
	border-radius:5px;
	font-size:13px;
	margin:6px 0 0 10px;
	background:#FF0000;
	background:-moz-linear-gradient(top, #FF0000 0%, #9D0000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#9D0000));
	background:-webkit-linear-gradient(top, #FF0000 0%,#9D0000 100%);
	background:-o-linear-gradient(top, #FF0000 0%,#9D0000 100%);
	background:-ms-linear-gradient(top, #FF0000 0%,#9D0000 100%);
	background:linear-gradient(to bottom, #FF0000 0%,#9D0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#9D0000',GradientType=0 );
}
.checkBadEmails:hover{
	color:#fff;
	line-height:26px;
	background:#FF0000;
	background:-moz-linear-gradient(top, #9D0000 0%, #FF0000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9D0000), color-stop(100%,#FF0000));
	background:-webkit-linear-gradient(top, #9D0000 0%,#FF0000 100%);
	background:-o-linear-gradient(top, #9D0000 0%,#FF0000 100%);
	background:-ms-linear-gradient(top, #9D0000 0%,#FF0000 100%);
	background:linear-gradient(to bottom, #9D0000 0%,#FF0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D0000', endColorstr='#FF0000',GradientType=0 );
}
.tdleft{
width:80%;
background:#fff;
vertical-align:top;
}
.notregisteredtoanalytics{
background:url(/admin/masters/images/aaa.png) repeat;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
height:337px;
position:absolute;
right:1px;
top:39px;
width:100%;
z-index:1;
}
.notregisteredtoanalytics table{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #AAAAAA;
-moz-border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
margin:40px auto 0;
padding:20px;
width:460px;
}
.content{
width:98%;
height:auto;
position:relative;
float:right;
min-height:500px;
padding:15px 1%;
}
.rightmenu{
float:right;
height:auto;
margin:16px 4% 0;
padding:0 1%;
width:90%;
}
.slide_left{
width:247px;
height:150px;
left:-220px;
z-index:1;
position:fixed;
top:167px;
}
.inslide_left_tab{
background:url(/admin/masters/images/slide_left.png) no-repeat left 35px;
width:27px;
float:right;
height:160px;
cursor:pointer;
z-index:2;
position:relative;
}
.printOrder{
background:url(/admin/masters/images/print.png) no-repeat left top;
float:left;
width:32px;
height:32px;
}
.adminContactTable td{
line-height:20px !important;
padding-top:5px !important;
padding-bottom:5px !important;
}
.footer{
color:#FFFFFF;
float:right;
height:45px;
margin:0 0 10px;
padding:20px 2%;
position:relative;
text-align:left;
width:96%;
z-index:1;
background:url(/admin/masters/images/inheader.gif) repeat-x;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
}
#side{
width:100%;
}
a{text-decoration:none;color:#00ccff;outline:0;font-family:arial;} 
a:hover{color:#333;} 
a img{border:0px solid;}
hr{background:none;height:1px;border:0px;border-top:1px solid #ccc;}
iframe{}
form{display:inline;}
p{margin:0px;padding:0px;}
input.b2{
background:transparent;
width:69px;
height:32px;
color:rgb(255, 255, 255);
font-size:15px;font-weight:bold;
}
h1{
font-size:18px;
line-height:22px;
margin:0;
padding:0;
color:#000;
font-family:arial;
}
h2{
font-size:22px;
line-height:22px;
font-weight:normal;
margin:0 0 10px;
color:#a96a31;
font-family:tahoma;
}
h3{
font-size:20px;
line-height:20px;
font-weight:normal;
margin:0 0 10px;
font-family:tahoma;
}
.search{
width:15%;
float:left;
height:30px;
margin:15px 0 0 1%;
background:#454e51;
border-bottom:1px solid #7f8d8c;
border-top:0;
border-right:0;
border-left:0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
.inputsearch{
padding:0 5px 0 0;
width:75%;
height:30px;
line-height:30px;
float:right;
background:none repeat scroll 0 0 transparent;
border:0 none;
color:#fff;
}
.submitsearch{
width:24px;
padding:0;
height:31px;
line-height:31px;
float:left;
background:url(/admin/masters/images/search.png) center center no-repeat;
border:0 none;
margin:0 0 0 1%;
cursor:pointer;
}
.mini_master ul{
margin:0px;
padding:0px;
}
.mini_master li{
padding:0px;
float:right;
display:block;
width:198px;
margin:0px 0px 10px 0;
padding:0px 20px 10px 0;
border-bottom:1px solid #D0D0D0;
line-height:25px;
}
.mini_master li img{
height:25px;
float:right;
margin:0 0 0 5px;
}
.mini_master a{
color:#4E585B;
}
.mini_master p{
float:right;
line-height:25px;
}
.inslide_left{
background:#EFEFEF;
border:1px solid #D0D0D0;
width:218px;
float:left;
max-height:459px;
overflow:hidden;
margin:15px 0 0 0;
padding-top:10px;
padding-bottom:10px;
-moz-border-radius:0 7px 7px 0;
-webkit-border-radius:0 7px 7px 0;
}
.custdetails{
padding:0;
list-style:none;
float:right;
margin:0 20px 20px 0;
width:95%;
}
.custdetails li{
font-size:16px;
line-height:30px;
background:#fff;
}
.custdetails li span{
padding:3px 10px;
}
.custdetails li h3{
background:none repeat scroll 0 0 #DDDDDD;
padding:3px 10px;
line-height:30px;
border:1px solid #ccc;
}
input, textarea, select{font-family:arial;font-size:13px;}
.container{
direction:rtl;
width:auto;
text-align:right;
padding:0;
margin:0px auto;
position:relative;
min-width:1004px;
_width:1004px;
min-height:95%;
height:auto !important;
height:100%;
}
.editrowtext:hover{
background:#f5f5f5 url(/admin/masters/images/editrow.png) no-repeat 10px 10px;
cursor:pointer;
}
.header{
right:0;
width:96%;
position:fixed;
top:0;
padding:0 2%;
height:152px;
margin:0;
background:url(/admin/masters/images/header.gif) top center repeat;
z-index:5;
}
.inheader{
width:100%;
height:152px;
}
.logo{
float:left;
width:40%;
height:67px;
}
.logo img{
float:left;
margin:15px 0 0 0;
}
.login{
width:40%;
float:right;
margin:35px 0 0 0;
color:#fff;
}
.login span.log{
margin:0 3% 0 0;
padding:0 20px;
background:url(/admin/masters/images/login.png) no-repeat center right;
}
.login span.help{
padding:0 25px;
background:url(/admin/masters/images/help.png) top right no-repeat;
}
.log a{
color:#fff;
text-decoration:underline;
font-weight:bold;
}
.help a{
color:#fff;
font-weight:bold;
}
.menu{
float:right;
height:60px;
background:url(/admin/masters/images/inheader.gif) repeat-x;
padding:12px 1% 13px 1%;
width:98%;
-moz-border-radius:7px 7px 0 0;
-webkit-border-radius:7px 7px 0 0;
}
.alert{
background:url(/admin/masters/images/alert.png) no-repeat;
color:#FFFFFF;
font-size:0.9em;
font-weight:bold;
height:22px;
position:absolute;
right:23%;
top:2px;
width:22px;
}
.alertx{
background:url(/admin/masters/images/alertx.png) no-repeat;
color:#FFFFFF;
font-size:0.9em;
font-weight:bold;
height:22px;
position:absolute;
left:-10px;
top:-10px;
width:22px;
text-indent:-9999px;
}
.menu a{
float:right;
display:block;
padding:0 10px;
position:relative;
height:60px;
color:#fff;
text-align:center;
margin:0 0 0 10px;
cursor:pointer;
}
.menu a img{
height:23px;
margin:7px 0 0;
}
.menu a p{
width:100%;
color:#fff;
margin:5px 0 0;
display:block;
}
.menu a:hover{
background:#454e51;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-bottom:1px solid #8b8f97;
}
.toolbar form{float:right;width:409px;}
.menu a.active{
background:#454e51;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-bottom:1px solid #8b8f97;
}
.afterfooter{
float:right;
width:100%;
z-index:1;
position:relative;
height:15px;
background:url(/admin/masters/images/bg.gif) top center repeat;
}
.rightmenu ul{
margin:0;
padding:0;
list-style:none;
}
.rightmenu ul li{
width:100%;
float:right;
height:auto;
line-height:38px;
text-align:right;
margin:0 0 5px;
}
.rightmenu ul li a span{
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #DDDDDD;
-moz-border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
font-size:11px;
padding:0 10px;
color:#4E585B;
position:absolute;
left:20px;
height:17px;
line-height:17px;
top:8px;
}
.rightmenu ul ul{
display:none;
float:right;
width:94%;
padding:0 3%;
margin:5px 0 0 0;
background:#fff;
border:1px solid #c9c9c9;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
.rightmenu ul li li{
width:100%;
float:right;
min-height:35px;
line-height:35px;
text-align:right;
margin:0 0 5px;
background:url(/admin/masters/images/arrow3.png) no-repeat scroll 1% center transparent;
}
.rightmenu ul li a{
display:block;
min-height:38px;
color:#fff;
font-size:13px;
background:url(/admin/masters/images/pas.gif) repeat-x;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:0 10px 0 0;
border-left:1px solid #52615f;
border-right:1px solid #52615f;
position:relative;
}
.rightmenu ul li a:hover{
background:url(/admin/masters/images/pashover.gif) repeat-x;
}
.rightmenu ul li a p{
background:url(/admin/masters/images/arrow2.png) no-repeat scroll 3% center transparent;
}
.rightmenu ul li a p:hover{
background:url(/admin/masters/images/arrow1.png) no-repeat scroll 3% center transparent;
}
.rightmenu ul li a.active p{
background:url(/admin/masters/images/arrow1.png) no-repeat scroll 3% center transparent;
}
.rightmenu ul li a.active{
background:url(/admin/masters/images/pashover.gif) repeat-x;
}
.rightmenu ul li li a:hover{
background:none;
}
.rightmenu ul li li a{
display:block;
color:#000;
font-size:13px;
padding:0 10px;
background:none;
border-bottom:1px solid #c9c9c9;
border-left:0;
border-right:0;
-moz-border-radius:0px;
-webkit-border-radius:0px;
}
.rightmenu ul li .last a{
border-bottom:0;
}
.shortcuts{
width:100%;
height:auto;
float:right;
margin:0 0 15px 0;
}
.analytics{
width:100%;
height:auto;
float:right;
margin:0 0 15px 0;
position:relative;
}
.ptitle{
font-size:16px;
line-height:30px;
color:#4e585b;
padding:0 5% 0 0;
}
.pnumber{
font-size:24px;
line-height:35px;
color:#4e585b;
font-weight:bold;
padding:0 7% 0 0;
}
.leads{
width:49%;
height:auto;
float:right;
margin:0 0 0 2%;
}
.grid{
width:100%;
height:auto;
float:right;
margin:0;
}
.general{
width:49%;
height:auto;
float:right;
}
.pas{
float:right;
width:100%;
height:38px;
color:#fff;
background:url(/admin/masters/images/pas.gif) repeat-x;
border-left:1px solid #555f63;
border-right:1px solid #555f63;
-moz-border-radius:7px 7px 0 0;
-webkit-border-radius:7px 7px 0 0;
}
.toolbar{
float:right;
width:98%;
height:50px;
line-height:50px;
margin:0 0 15px 0;
padding:0px 1%;
color:#fff;
background:#EFEFEF;
border:1px solid #D0D0D0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
.toolbar label{
color:#333;
}
.toolbar checkbox{
padding:0px 1%;
}
.searchbox{
border:1px solid #D0D0D0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:0 8px;
width:15%;
height:30px;
float:none;
}
.cobox{
border:1px solid #D0D0D0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:6px 8px;
width:40%;
float:none;
}
.pas p{
line-height:35px;
font-size:20px;
padding:0 10px 0 0;
position:relative;
}
.editbig{
float:left;
width:52px;
height:24px;
background:url(/admin/masters/images/editbig.png) no-repeat;
margin:7px 0 0 1%;
}
.plus{
float:left;
width:27px;
height:24px;
background:url(/admin/masters/images/plus.png) no-repeat;
margin:7px 0 0 1%;
}
.plus3{
float:left;
width:24px;
height:24px;
background:url(/admin/masters/images/plus3.png) no-repeat;
margin:7px 0 0 1%;
}
.save{
float:left;
width:24px;
height:24px;
background:url(/admin/masters/images/save.png) no-repeat;
margin:7px 0 0 1%;
}
.allleads{
background:url(/admin/masters/images/allleds.png) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
float:left;
font-size:13px;
height:24px;
line-height:24px;
margin:7px 0 0 1%;
text-align:center;
width:81px;
}
.toolbar_submit{
width:81px;
height:32px;
background:url(/admin/masters/images/toolbar_submit.png) no-repeat;
margin:7px 0 0 1%;
border:0px;
color:#fff;
text-align:center;
font-family:arial;
font-size:16px;
padding:0px 0px 5px 0;
cursor:pointer;
position:relative;
bottom:1px;
margin:0 1% 0 0;
}
.border{
float:right;
width:100%;
height:auto;
border:1px solid #a3b8c0;
padding:15px 0 0 0;
position:relative;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
}
.borderleadses{
padding:0;
}
.borderleadses2{
padding:0;
}
.borderanalytics{
height:322px;
}
.border_grid{
padding:0px;
}
.border_edit{
padding:15px 1.5%;
width:97%;
}
.bordershortcuts{
border-bottom:2px solid #454e51;
-moz-border-radius:0 ;
-webkit-border-radius:0;
height:100px;
position:relative;
overflow:hidden;
}
.openshortcuts{
float:right;
height:27px;
width:100%;
}
.openshortcuts a{
background:url(/admin/masters/images/opensumsum.png) no-repeat 0 0;
color:#FFFFFF;
display:block;
height:27px;
line-height:24px;
margin:0 auto;
padding:0 15px 0 0;
width:110px;
}
.borderleades{
padding:0;
}
.borderleades2{
padding:0;
}
.border table tr.ezoogi{
background:#efefef;
}
.borderleades img{
width:13px;
height:14px;
}
.borderleades2 img{
width:13px;
height:14px;
}
.border table{
height:auto;
}
.border_grid table{
text-align:center;
}
.border_grid table tr{
background:#fff;
}
.border_grid table tr:nth-child(even),
.border_grid table tr.tr_even{
background:#efefef;
}
.border_grid table tr:nth-child(even):hover,
.border_grid table tr:hover{
	background:#E3F0F4;
}
.ckeditor{
height:312px;
}
.border_grid table th{
background:#D6D8D9;
line-height:35px;
padding:0 14px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
border-left:1px solid #aaa;
border-bottom:1px solid #aaa;
}
.border table tr td{
border-bottom:1px solid #d0d0d0;
}
.tab_content table tr td{
border-bottom:0px;
}
.border table tr td a.editBtn{
	display:block;
	height:35px;
	line-height:35px;
	font-size:0;
}
.border table tr td a.editBtn:after{
	content:'&nbsp;';
	vertical-align:middle;
	display:inline-block;
}
.border table tr td a.editBtn img.editBtnImg{
	vertical-align:middle;
}
.tab_content table tr td{
border-bottom:0px;
}
.border table td{
border-left:1px solid #d0d0d0;
line-height:35px;
padding:0 14px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
text-align:center;
}
.border table th:nth-child(2),
.border table td:nth-child(2){
	text-align:right;
}
.shortcutsicons{
float:right;
list-style:none outside none;
margin:0;
padding:0 2%;
width:96%;
}
.shortcutsicons li:hover{
background:#d6d8d9;
}
.shortcutsicons li{
width:12%;
height:85px;
float:right;
background:#efefef;
-moz-border-radius:7px;
-webkit-border-radius:7px;
margin:0 1% 22px 1%;
border:1px solid #d0d0d0;
text-align:center;
cursor:pointer;
position:relative;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}
.shortcutsicons li p{
color:#4E585B;
font-size:13px;
font-weight:bold;
height:30px;
line-height:30px;
overflow:hidden;
text-align:center;
}
.shortcutsicons li img{
margin:7px 0 0;
width:34px;
}
.analyticsicons{
float:right;
list-style:none outside none;
margin:0;
padding:0 2%;
width:96%;
}
.analyticsicons li{
width:17.7%;
height:70px;
float:right;
background:#efefef;
-moz-border-radius:7px;
-webkit-border-radius:7px;
margin:0 1% 0 1%;
border:1px solid #d0d0d0;
}
#loader{
width:100%;
height:100%;
position:absolute;
right:0;
top:0;
background:url(/admin/masters/images/ajax-loader.gif) no-repeat center center;
}
#loader p{
font-size:20px;
margin:100px 0 0;
text-align:center;
}
.analyticsicons li.active{
background:url(/admin/masters/images/analyticstab.gif) repeat-x;
}
.analyticsicons li.active p{
color:#fff;
}
#holder{
float:right;
width:96.3%;
padding:0 1.5%;
height:250px;
}
.graf{
height:200px;
margin:20px 3.5% 0;
width:93%;
}
.ingraf{
float:right;
width:100%;
height:auto;
border:1px solid #a3b8c0;
margin:0 0 15px 0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
.notregisteredtoanalytics{
background:url(/admin/masters/images/aaa.png) repeat;
-moz-border-radius:0 0 7px 7px;
-webkit-border-radius:0 0 7px 7px;
height:337px;
position:absolute;
right:1px;
top:39px;
width:100%;
z-index:1;
}
.notregisteredtoanalytics table{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #AAAAAA;
-moz-border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
margin:40px auto 0;
padding:20px;
width:460px;
}
.done td{
text-decoration:line-through;
background:#eee;
color:#999;
}
.close td{
background:#99ff85;
color:#555;
}
.folowpast td{
background:red;
color:#555;
}
.new td{
background:yellow;
color:#000;
}
.addtask select.error{border:1px solid red;}
label.my_error,
label.error{
float:right !important;
width:100% !important;
color:red !important;
font-weight:normal !important;
text-align:left !important;
}
.addtask{
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #CCCCCC;
float:right;
margin:0 0 15px;
padding:10px 0;
width:100%;
}
.dash{
width:100%;
height:auto;
float:right;
margin:0 0 20px;
}
.dash div{
width:100%;
height:auto;
float:right;
margin:0 0 20px;
font-size:16px;
font-weight:bold;
}
.dash ul{
margin:0;
padding:0;
list-style:none;
}
.dash ul li{
padding:10px 20px;
width:45%;
height:auto;
float:right;
margin:0 0 0 3%;
background:#eee;
border:1px solid #ddd;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.dash ul li h1{
margin:0 0 10px;
}
.dash ul li p{
font-size:13px;
line-height:30px;
}
.taskempright{
float:right;
height:auto;
width:15%;
}
.taskempright ul{
margin:0;
padding:0;
list-style:none;
}
.taskempright li{
line-height:30px;
width:80%;
float:right;
margin:0 0 10px;
}
.taskempright li a{
display:block;
width:100%;
float:right;
padding:0 10px 0 0;
background:#eee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.taskempright li a:hover{
background:#ddd;
}
.taskempright li a.active{
background:#ddd;
}
.taskempleft{
float:right;
height:auto;
width:85%;
}
.addtask input{
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
border:0 none;
font-family:arial;
font-size:13px;
padding:10px 11px;
margin:0 10px 0 0;
}
.addtask select{
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
border:0 none;
font-family:arial;
font-size:13px;
padding:10px 11px;
margin:0 10px 0 0;
}
.hpbox{
width:45%;
height:auto;
float:right;
background:#eee;
border:1px solid #ddd;
padding:10px 20px;
margin:0 0 0 3%;
font-size:16px;
line-height:30px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.hpbox table{
width:100%;
padding:0;
}
.hpbox table td{
width:50%;
text-align:right;
}
.hpbox table td small{
color:#555;
}
.h1statustitle{
border:0px;
margin:0 10px 10px;
padding:0;
background:none;
}
ul{margin:0;padding:0;list-style:none;}
.statusbox{
float:right;
margin:0 10px 85px 0;
text-align:right;
width:19%;
}
.statustitle{
background:#555;
color:#fff;
line-height:35px;
padding:0 10px;
font-size:16px;
}
.statusproject{
background:#eee;
border:1px solid #DDDDDD;
line-height:35px;
padding:0 10px;
margin:5px 0 0;
position:relative;
height:120px;
}
.statusproject b{
font-size:16px;
}
.statusproject p{
line-height:30px;
}
.statusproject a{
color:#555;
}
.statusproject a:hover{
color:#999;
}
.editstatus{
position:absolute;
top:0px;
left:5px;
}
.toolbartop{
width:100%;
height:45px;
background:#000;
-moz-border-radius:4px 4px 0 0;
-webkit-border-radius:4px 4px 0 0;
}
.toolbartop h1{
color:#FFFFFF;
font-family:arial;
font-size:18px;
font-weight:normal;
line-height:45px;
margin:0 10px 0 0;
float:right;
width:400px;
}
.toolbartop a{
color:#FFFFFF;
float:left;
font-size:16px;
line-height:43px;
padding:0 30px 0 10px;
min-width:50px;
white-space:nowrap;
background:url(/admin/masters/images/icon_add.png) 100% 60% no-repeat;
}
.toolbartop a:hover{
text-decoration:underline;
}
.toolbarbottom{
width:100%;
height:45px;
background:#ECECEC;
-moz-border-radius:0 0 4px 4px;
-webkit-border-radius:0 0 4px 4px;
}
.toolbarbottom h2{
color:#484848;
font-family:arial;
font-size:16px;
font-weight:normal;
line-height:45px;
margin:0;
float:right;
}
.toolbarbottom span{
color:#484848;
font-family:arial;
font-size:16px;
font-weight:normal;
line-height:45px;
height:45px;
margin:0 10px 0 0;
float:right;
}
.toolbarbottom span select{
border:1px solid #CCCCCC;
font-family:arial;
font-size:13px;
margin:12px 0 0;
padding:2px;
color:#555;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.toolbarbottom span input{
border:0;
font-family:arial;
font-size:13px;
margin:12px 0 0;
padding:3px 11px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.toolbarbottom input[type="submit"]{
background:#000;
color:#FFF;
cursor:pointer;
}
.toolbarbottom span input[type="submit"]:hover{
background-color:#00CCFF;
}
.filters_group .filter{
float:left;
}
.export_formats_list{
margin:3px 0 0 0;
padding:0;
list-style:none;
float:left;
width:450px;
}
.export_formats_list li{
float:left;
margin:0px 5px 0 0;
width:140px;
}
.export_file{
display:block;
width:27px;
height:32px;
background:url(/admin/masters/images/export_formats.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;	
float:left;
margin:7px 8px 0 0;
}
.addto_fav{
background:url(/admin/masters/images/addto_fav.png) no-repeat center top;
height:32px;
width:135px;
padding:0 18px 0 0;
display:block;
line-height:32px;
margin:6px 5px 0 0;
color:#fff;
border:0px;
cursor:pointer;
}
.addto_fav_msg{
background:url(/admin/masters/images/addto_fav.png) no-repeat center top;
height:32px;
width:108px;
padding:0 27px 0 0;
display:block;
line-height:32px;
margin:6px 5px 0 0;
color:#fff;
border:0px;
}
.msg{
position:absolute;
top:200px;
right:32%;
background:url("/admin/masters/images/header.gif") repeat scroll center top transparent;
padding:20px 40px;
color:#fff;
font-size:22px;
font-family:tahoma;
-moz-border-radius:5px;
border-radius:5px;
}
.addto_fav:hover{
color:#0F5286;
}
.export_xlc{
background-position:right top;
}
.export_xls:hover{
background-position:0 bottom;
}
.export_doc{
background-position:right top;
}
.export_doc:hover{
background-position:right bottom;
}
.admin_icons{
background:url(/admin/masters/images/admin_icons.png) no-repeat 0 0;
height:26px;
overflow:hidden;
text-indent:-9999px;
display:block;
width:24px;
margin:0 auto;
}
.page_plus{
background-position:-375px 3px;
float:right;
margin:0 0 0 5px;
}
.page_minus{
background-position:-375px -19px;
}
.page_plus:hover{
background-position:-375px -41px;
}
.page_minus:hover{
background-position:-375px -19px;
}
.order_sons{
background-position:-302px 0;
}
.order_sons:hover{
background-position:-302px bottom;
}
.edit_page{
background-position:-226px 0;
}
.edit_page:hover{
background-position:-226px bottom;
}
.duplicate_page{
background-position:-146px 0;
}
.duplicate_page:hover{
background-position:-146px bottom;
}
.page_is_active{
background-position:-67px 0;
}
.page_is_active:hover{
background-position:-67px bottom;
}
.page_delete{
background-position:0 0;
}
.page_delete:hover{
background-position:0 bottom;
}
.cell_header_id{
text-align:center;
}
.cell_header_name{
padding:0 20px 0 0;
}
.cell_header_lang{
text-align:center;
}
.cell_header_order{
text-align:center;
}
.cell_header_order_sons{
text-align:center;
}
.cell_header_edit{
text-align:center;
}
.cell_header_duplicate{
text-align:center;
}
.cell_header_active{
text-align:center;
}
.cell_header_delete{
text-align:center;
}
.editor_wrap{
width:55%;
float:right;
margin:0 1% 0 0;
padding:0 0 95px;
}
.editor_header{
background:#000;
-moz-border-radius:4px 4px 0 0;
-webkit-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0;
float:right;
width:100%;
margin:0;
padding:0;
}
.editor_header h1{
margin:0 10px;
float:right;
font-size:16px;
color:#FFF;
line-height:40px;
}
.editor_content{
float:right;
width:70%;
-moz-border-radius:7px;
-webkit-border-radius:7px;
background:#ECECEC;
padding:0;
border:1px solid #D0D0D0
}
.editor_content table{
}
.editor_fields{
margin:20px 2% 0 0;
padding:0;
list-style:none;
width:97%;
float:right;
}
.editor_fields li{
float:right;
width:100%;
margin:5px 0;
}
.editor_fields label{
float:right;
width:25%;
line-height:25px;
margin:0 0 0 0;
font-weight:bold;
}
.editor_field_input{
	float:right;
	width:60%;
	border:1px solid #bababa;
	padding:6px;
	font-family:tahoma, sans-serif;
	text-align:right;
	direction:rtl !important;
}
.editor_field_input_small{
	float:right;
	width:30%;
	border:1px solid #bababa;
	padding:6px;
	font-family:tahoma, sans-serif;
}
.editor_field_input2{
	float:right;
	width:70%;
	border:1px solid #ccc;
	padding:6px;
	font-family:tahoma, sans-serif;
}
.editor_browser_button{
	float:right;
	height:30px;
	width:30px;
	font-weight:bold;
	background:#EFEFEF;
	border:1px solid #ccc;
	margin:0 3px 0 0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.Dynamic_Row{width:100%;}
.Dynamic_RowDelete{
float:left;
height:15px;
width:15px;
margin:7px 0 0 7px;
background:url(/Master/Content/js/jstree_pre1.0_stable/themes/default-rtl/d.png) 70px -55px;
}
.Dynamic_RowUpdate{
float:left;
height:14px;
width:13px;
margin:7px 0 0 7px;
background:url(/admin/masters/images/editsmall.png) 0 0;
}
.AddSelectAjax,
.AddSelectAjax2,
.Dynamic_AddButton{
background:#F5F5F5;
border-radius:5px;
border:1px solid #333;
color:#333;
padding:5px 10px;
font-weight:bold;
float:left;
margin:15px 0 10px 0;
line-height:20px;
-webkit-transition:all 0.2s ease;
transition:all 0.2s ease;
}
.AddSelectAjax:hover,
.AddSelectAjax2:hover,
.Dynamic_AddButton:hover{
background:#DBDBDB;
}
.Dynamic_Row{
width:100%;
height:auto;
margin:0 0 5px;
}
div.Dynamic_Row{float:right;}
.Dynamic_Row_Imgbox{
border:1px dotted #DDDDDD;
float:right;
margin:0;
padding:2% 1%;
width:98%;
}
.Dynamic_Row_Imgbox  input[type="text"]{
width:65%;
}
.Page/admin/masters/imagesAdddiv{
width:100%;
float:right;
}
.PageVideosAdddiv{
width:100%;
float:right;
}
.editor_field_select{
float:right;
width:40%;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #bababa;
padding:6px;
font-family:tahoma, sans-serif;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
.useritemdiv{
float:right;
line-height:33px;
margin:0 0 5px;
width:100%;
}
.editor_field_select2{
float:right;
width:80%;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #bababa;
padding:6px;
font-family:tahoma, sans-serif;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
.PermissionParametersRow{
width:100%;
float:right;
margin:0 0 10px;
padding:0 0 5px;
border-bottom:1px dotted #aaa;
}
.editor_field_select3{
float:left;
width:100%;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #bababa;
padding:6px;
font-family:tahoma, sans-serif;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
.editor_field_submit{
cursor:pointer;
float:left;
font-family:arial;
font-size:16px;
margin:0 0 0 10px;
padding:5px 20px;
}
.helper{
background:url(/admin/masters/images/btn_help.png) no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:31px;
overflow:hidden;
text-indent:-9999px;
width:31px;
margin:0 10px;
}
.helper:hover{
background-position:100% 0;
}
.text_editer{
margin:0;
float:right;
width:96%;
}
.text_editer img{
width:100%;
}
.editor_sidemenu{
float:left;
width:28.5%;
margin:0;
}
.editor_sidemenu_list{
margin:0;
padding:0;
list-style:none;
float:right;
width:100%;
}
.editor_sidemenu ul{
margin:0;
padding:0;
list-style:none;
}
.editor_sidemenu ul ul li{
/* background:url("/admin/masters/images/rightmenu.gif") repeat-x scroll 0 0 transparent;*/
border-bottom:1px solid #FFFFFF;
float:right;
height:auto;
line-height:37px;
text-align:right;
width:100%;
}
.editor_sidemenu_list  .editor_father_li{
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
min-height:38px;
width:100%;
float:right;
border:1px solid #d0d0d0;
}
.editor_father_li{
margin:0 0 5px;
}
.editor_father_li > a{
background:#EFEFEF url(/admin/masters/images/arrow.gif) no-repeat 10px center;
color:#50585a;
display:block;
width:100%;
height:38px;
line-height:38px;
-webkit-transition:all 0.2s ease;
transition:all 0.2s ease;
}
.editor_father_li>a:hover{
background-color:#D8D8D8;
}
.editor_father_li>a.active_side{
background:#D8D8D8 url(/admin/masters/images/arrowh.gif) no-repeat 10px center;
}
.editor_father_li>a>img{
float:right;
vertical-align:middle;
padding:9px;
}
.editor_father_li>a>span{
display:block;
padding:0 38px 0 0;
}
.tab_content{
height:auto;
border-top:1px solid #d0d0d0;
width:98%;
display:none;
background:transparent;
float:right;
text-align:right;
padding:5px 1%;
}
.tab_content table td{
border:0px;
text-align:right;
}
.tab_content table{
width:100%;
}
.status{
width:49%;
height:auto;
background:#ececec;
border:1px solid #ccc;
float:left;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.status h2{
background:url(/admin/masters/images/rightmenu.gif) repeat-x;
height:37px;
line-height:37px;
color:#fff;
font-size:16px;
font-weight:normal;
font-family:arial;
padding:0 10px 0 0;
margin:0;
-moz-border-radius:4px 4px 0 0;
-webkit-border-radius:4px 4px 0 0;
}
.new_call{
text-align:center;
}
.hpboxes{
margin:0;
padding:0;
list-style:none;
}
.hpboxes li{
height:40px;
line-height:40px;
border-top:1px solid #fff;
border-bottom:1px solid #ccc;
padding:0 15px;
}
.hpboxes li.last{
border-bottom:0px solid #ccc;
}
.hpboxes li p{
float:right;
margin:0;
line-height:40px;
width:25%;
height:40px;
overflow:hidden;
}
.hpboxes li p a{
color:#333;
display:block;
}
.hpboxes2{
margin:0;
padding:0;
list-style:none;
}
.hpboxes2 li{
height:40px;
line-height:40px;
border-top:1px solid #fff;
border-bottom:1px solid #ccc;
padding:0 5px;
}
.hpboxes2 li.last{
border-bottom:0px solid #ccc;
}
.hpboxes2 li p{
float:right;
margin:0;
line-height:40px;
width:43%;
}
.hpboxes2 img{
float:right;
margin:0 0 0 5px;
}
.dooble{float:left;font-family:Century Gothic;margin:20px 0 0 20px;}
.dooble span{color:#00ccff;}
.dooble a{font-size:12px;color:#000000;}
.dooble a:hover{text-decoration:none;color:#00ccff;}
.sf-menu29{
float:right;
margin:26px 0 0 0px;
list-style:none;
width:544px;
padding:0 38px 0 0;
}
.sf-menu29 li{
float:right;
position:relative;
margin:0 0 0 3px;
}
.sf-menu29 a{
display:block;
font-size:13px;
line-height:31px;
text-align:center;
height:32px;
color:#2e2e2e;
font-weight:normal;
padding:0 10px;
white-space:nowrap;
_width:1px;
}
.sf-menu29 li.active, .sf-menu29 li:hover{
outline:0;
background:url(..//admin/masters/images/menuright.gif) right top no-repeat;
color:#fff;
text-decoration:none;
}
.sf-menu29 li.active a, .sf-menu29 a:hover{
outline:0;
background:url(..//admin/masters/images/menuleft.gif) left top no-repeat;
_background:url(..//admin/masters/images/menuright.gif) right top no-repeat;
color:#fff;
text-decoration:none;
}
.sf-menu29 ul{
position:absolute;
top:-999em;
width:150px;
margin:0;
padding:0;
list-style:none;
}
.sf-menu29 ul li{
width:100%;
height:34px;
text-align:left;
background:red;
}
.sf-menu29 li li:hover, .sf-menu29 li.sfHover{
outline:0;
visibility:inherit;
background:pink;
}
.sf-menu29 li:hover ul,
.sf-menu29 li.sfHover ul{
left:0;
top:2.5em;
z-index:99;
}
ul.sf-menu29 li:hover li ul,
ul.sf-menu29 li.sfHover li ul{
top:-999em;
}
ul.sf-menu29 li li:hover ul,
ul.sf-menu29 li li.sfHover ul{
left:150px;
top:0;
}
ul.sf-menu29 li li:hover li ul,
ul.sf-menu29 li li.sfHover li ul{
top:-999em;
}
ul.sf-menu29 li li li:hover ul,
ul.sf-menu29 li li li.sfHover ul{
left:10em;
top:0;
}
.sf-menu10{
float:right;
margin:0;
padding:0;
list-style:none;
width:100%;
}
.sf-menu10 li{
background:url(..//admin/masters/images/li_border.gif) right bottom no-repeat;
padding:0 0 0 0;
}
.sf-menu10 a{
background:url(..//admin/masters/images/li.gif) right center no-repeat;
display:block;
padding:8px 10px 8px 0;
width:170px;
}
.sf-menu10 a:focus, .sf-menu10 a:hover, .sf-menu10 a:active{
outline:0;
color:#d80681;
}
.sf-menu10 li.active a{
color:#d80681;
}
.sf-menu10 ul{
position:absolute;
top:-999em;
width:150px;
margin:0;
padding:0;
list-style:none;
}
.sf-menu10 ul li{
width:100%;
height:34px;
text-align:left;
background:red;
}
.sf-menu10 li li:hover, .sf-menu10 li.sfHover{
outline:0;
visibility:inherit;
background:pink;
}
.sf-menu10 li:hover ul,
.sf-menu10 li.sfHover ul{
left:0;
top:2.5em;
z-index:99;
}
ul.sf-menu10 li:hover li ul,
ul.sf-menu10 li.sfHover li ul{
top:-999em;
}
ul.sf-menu10 li li:hover ul,
ul.sf-menu10 li li.sfHover ul{
left:150px;
top:0;
}
ul.sf-menu10 li li:hover li ul,
ul.sf-menu10 li li.sfHover li ul{
top:-999em;
}
ul.sf-menu10 li li li:hover ul,
ul.sf-menu10 li li li.sfHover ul{
left:10em;
top:0;
}
#marqueecontainer{
position:relative;
width:180px;
height:195px;
overflow:hidden;
border:0px dotted #ccc;
direction:rtl;
font-size:13px;
text-align:right;
padding:0 10px
}
#newstitle{
font-weight:bold;
color:#22A7E2;
padding:0 10px 0 0;
background:#fff url(..//admin/masters/images/li.gif) no-repeat 100% 7px;
}
#newscontent{
line-height:20px;
color:#656565;
margin:0 0 10px;
padding-bottom:10px;
border-bottom:1px dotted #aaa;
}
#contactform{
direction:ltr;
width:291px;
}
#contactform textarea{height:50px;}
#contactform input, #contactform textarea{border:1px solid #D5D5D5;}
#newscontent a{
color:#656565;
}
#newscontent a:hover{
color:#22A7E2;
}
#cff{
margin:2px 0px;
}
#send{
background:url(..//admin/masters/images/send.gif) no-repeat;
border:0px;
cursor:pointer;
width:52px;
height:32px;
text-indent:9999px;
}
#contact{
direction:rtl;
color:#fff;
position:relative;
width:180px;
height:125px;
overflow:hidden;
text-align:right;
padding:10px;
}
#ci1, #ci3{
width:125px;
border:1px solid #D5D5D5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
}
.ci1{
width:136px;
border:1px solid #D5D5D5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
}
.sellectone{
width:148px;
border:1px solid #D5D5D5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
}
#ci2{
width:266px;
border:1px solid #D5D5D5;
font-size:13px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
height:60px;
}
.ci2{
width:288px;
border:1px solid #D5D5D5;
font-size:13px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
height:60px;
}
#captchacode{
width:90px;
direction:rtl;
}
#imgCaptcha2{
width:100px;
}
input.my_error, input.error{border:1px solid red;}
select.error{border:1px solid red;}
.customform{
width:376px;
float:right;
font-size:13px;
}
.question{
width:100%;
float:right;
padding:0 0 10px 0;
font-weight:bold;
}
.question p{
width:150px;
float:right;
padding:0 0 0 20px;
font-weight:normal;
}
.customform #send{float:left;}
#tooltip{
display:none;
background-color:white;
font-size:12px;
height:170px;
width:280px;
padding:10px;
direction:ltr;
text-align:left;
font-size:14px;
line-height:30px;
}
#tooltip div.body{
display:none;
background-color:white;
font-size:12px;
height:176px;
width:320px;
padding:10px;
direction:ltr;
text-align:left;
font-size:14px;
line-height:30px;
}
.goodinputlong{
	background:#EEEEEE url(/admin/masters/images/inpubg.gif) repeat-x;
	float:right;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	font-family:Arial;
	line-height:30px;
	padding:0 10px;
	font-size:13px;
}
.goodinputlongbig{
	background:#EEEEEE url(/admin/masters/images/inpubg.gif) repeat-x;
	float:right;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	font-family:Arial;
	line-height:25px;
	padding:2px 10px;
	font-size:13px;
}
.k2mSettings{
float:right;
}
.k2mmeun{
list-style:none outside none;
margin:0 20px 0 0;
padding:0;
}
.k2mmeun li{
float:right;
}
.k2mmeun li a{
padding:0 20px;
font-size:16px;
background:#ddd;
color:#000;
margin:0 0 0 5px;
display:block;
line-height:36px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.k2mmeun li a:hover{
background:#eee;
}
.tr_allow_drop{
color:Blue;
}
.adminTable{
margin:10px 0 !important;
border-collapse:collapse !important;
}
.adminTable tr td,
.adminTable2 tr td,
.adminTable3 tr td{
border-bottom:none !important;
border-left:none !important;
padding:0 7px !important;
}
.adminTable tr td{
border-bottom:1px solid #AAAAAA !important;
}
.adminTable tr th{
text-align:center;
background:none repeat scroll 0 0 #D6D8D9;
border-bottom:1px solid #AAAAAA;
border-left:1px solid #AAAAAA;
line-height:35px;
padding:0 7px;
}
.adminTable2{
margin:5px 0 !important;
}
.adminTable2 tr td{
line-height:18px;
}
h3.InPageH3{
color:#666666;
font-size:18px;
margin-top:25px;
}
h2.InPageH2{
color:#A5A505;
font-size:20px;
margin-top:10px;
}
a.AdminATag{
color:#A5A505 !important;
}
a.AdminATag2{
color:#666666 !important;
font-size:14px;
text-decoration:underline;
}
a.AdminATag3{
color:#00AA00 !important;
}
hr.AdminHR{
margin:15px 0 5px 0;
}
input.defaultVal{
color:#AAAAAA;
}
.rememberme{
width:30px !important;
}
.cartDicountsCombo2 option{
max-width:340px;
}
.uniEditLink{
float:left;
top:38px;
position:relative;
}
.uniEditText{
color:black
}
.uniFancyBox{
width:800px;
height:600px;
overflow:auto;
font-size:20px;
line-height:26px;
direction:rtl;
text-align:center;
}
.uniSmallLabel{
font-size:12px;
}
.uniCategoryBox{
background-color:cyan;
color:black;
display:inline-block;
width:96px;
height:60px;
z-index:10;
margin:0 2px;
text-align:center;
}
.uniTypeContainer{
border:1px solid black;
margin-bottom:10px;
width:800px;
}
.uniTypeContainer>div{
margin-right:25px
}
.uniItemBigLabel{
width:40% !important
}
.jOrgChart .node{
font-size:12px
}
#pager{
float:right;
width:100%;
padding:20px 0;
text-align:center;
}
#pager a{
padding:7px 10px;
background:#444;
color:#fff;
-moz-border-radius:5px;
border-radius:5px;
text-decoration:none;
}
#pager a:hover{background:#605D5D;}
#pager a.active{background:#4ca6c8;}
#pager a.n{
background:#444 url(/Master/admin/masters/images/n.gif) right center no-repeat;
padding:7px 22px 7px 10px;
}
#pager a.n:hover{
background:#605D5D url(/Master/admin/masters/images/n.gif) right center no-repeat;
}
#pager a.p{
background:#444 url(/Master/admin/masters/images/p.gif) left center no-repeat;
padding:7px 10px 7px 22px;
}
#pager a.p:hover{
background:#605D5D url(/Master/admin/masters/images/p.gif) left center no-repeat;
}
.pages_navigator img{
	vertical-align:middle;
}
.pagesEditIcon{
	display:block;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	font-size:0;
}
.pages_navigator tr:hover td{
background:#e3f0f4;
}
.cartCheckboxes{
padding:10px 0 !important;
float:right;
width:100%;
}
.cartCheckboxes li{
background:none !important;
line-height:20px !important;
width:32% !important;
margin:0 0 0 1%;
}
.cartCheckboxes li label{cursor:pointer;display:block;}
.cartCheckboxes li label:hover{background:#eee;color:#000;}
.cartCheckboxes li input[type="checkbox"]{
position:relative;
bottom:-2px;
margin:0 0 0 5px;
}
/* רקע אדום למספר פניות */
.yalert{
border-radius:5px;
position:absolute;
right:0;
top:-7px;
padding:0 10px;
border:1px solid #52565B;
background:#f18769;
background:-moz-linear-gradient(top,  #f18769 0%, #e9471a 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18769), color-stop(100%,#e9471a));
background:-webkit-linear-gradient(top,  #f18769 0%,#e9471a 100%);
background:-o-linear-gradient(top,  #f18769 0%,#e9471a 100%);
background:-ms-linear-gradient(top,  #f18769 0%,#e9471a 100%);
background:linear-gradient(to bottom,  #f18769 0%,#e9471a 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18769', endColorstr='#e9471a',GradientType=0 );
}
.editFooterWrapper.border.border_grid table td a{
	display:inline-block;
}
/* תמונה מייצגת */
.displayIMGwrapper{
	display:block;
	max-height:200px;
	overflow:hidden;
	text-align:center;
	margin:0 0 15px 0;
	clear:both;
	position:relative;
	line-height:1px;
}
.displayIMG{
	max-width:100%;
	vertical-align:top;
}
/* מפה */
.btn_send{padding:1px 9px;float:left;border:1px solid;width:auto;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;background:url(/admin/masters/images/map_button_bg.png) repeat-x;height:27px;color:#fff;line-height:24px;}
.mapdata_table{border:none !important;width:95% !important;margin:55px 0 15px 0;}
.mapdata_table td{border:none !important;}
.mapDetails_container{background:#ECECEC;float:none;display:block;overflow:hidden;clear:both;margin:0 auto 15px auto;border:1px solid #bbb;box-shadow:1px 1px 1px #DDD;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;line-height:18px;width:100%;max-width:500px;}
/* הוסף הוסף - כותרת */
.itemsTopStrip{
	background:#eee;
	min-height:29px;
	padding:0 10px 0 0;
}
.labels{cursor:pointer;}
.labels:hover{color:#00CCFF;}
.yUl{
	float:right;
	width:50%;
}
.yUl .labels{width:auto;}
.yDiv{float:right;width:70%;}
.fancybox-inner{height:auto !important;}
.delRows{
	background:transparent url(/content/images/del.png) no-repeat 0 0;
	width:24px;
	height:23px;
	border:none;
	float:left;
	padding:0;
	margin:7px 0 0 7px;
	cursor:pointer;
}
.selectAllCheckboxes{
	float:left;
	cursor:pointer;
	margin:7px 0 0 7px;
	font-size:16px;
	line-height:23px;
	height:23px;
	color:#000;
	border-radius:5px;
	padding:0 12px;
	background:#ffffff;background:-moz-linear-gradient(top,  #ffffff 36%, #c9c9c9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(36%,#ffffff), color-stop(100%,#c9c9c9));
	background:-webkit-linear-gradient(top,  #ffffff 36%,#c9c9c9 100%);
	background:-o-linear-gradient(top,  #ffffff 36%,#c9c9c9 100%);
	background:-ms-linear-gradient(top,  #ffffff 36%,#c9c9c9 100%);
	background:linear-gradient(to bottom,  #ffffff 36%,#c9c9c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=0 );
}
.linksModuleTD{text-align:right;}
.editor_field_input2.linksModuleImgField{
	float:right;
	width:50%;
}
.editor_field_input2.linksModuleImgField + .editor_browser_button{
	float:right;
}
.linksModuleImgWrapper{
	float:left;
	width:160px;
	height:80px;
	border-radius:5px;
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
.linksModuleImg{
	height:100%;
	min-width:100%;
	max-width:none;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.youtubeIcon{
	height:25px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.newLangBtn{
	background:#5a6a67;
	background:-moz-linear-gradient(top,  #5a6a67 0%, #2E3037 100%);
	background:-webkit-linear-gradient(top,  #5a6a67 0%,#2E3037 100%);
	background:linear-gradient(to bottom,  #5a6a67 0%,#2E3037 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6a67', endColorstr='#2E3037',GradientType=0 );
	padding:5px 15px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-decoration:none;
	border:1px solid #516161;
	border-radius:5px;
}
.newLangBtn:hover{
	color:#fff;
	background:#2E3037;
	background:-moz-linear-gradient(top,  #2E3037 0%, #5a6a67 100%);
	background:-webkit-linear-gradient(top,  #2E3037 0%,#5a6a67 100%);
	background:linear-gradient(to bottom,  #2E3037 0%,#5a6a67 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E3037', endColorstr='#5a6a67',GradientType=0 );
}
#urlsFbox{
	display:none;
}
.urlsFbox{
	width:300px;
	max-width:100%;
	direction:rtl;
	text-align:right;
}
.urlsFbox *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.urlsFbox_urlHeadline{
	clear:both;
	font-weight:bold;
}
.urlsFbox_urlInput{
	width:100%;
	direction:ltr !important;
	text-align:left;
}
.urlsFbox_save{
	margin:10px 0 0 0;
}
.langImgWrap{
	display:inline-block;
	padding:8px;
	background:#DDDDDD;
	border:1px solid #ccc;
	margin:0 5px 0 0;
	width:29px;
	text-align:center;
	line-height:0;
}
.changeUrl{background:#ddd !important;}
.changeUrl.active{background:#fff !important;}
.changeUrl.active ~ .langImgWrap{background:#fff;}
.changeURLbtn{margin:5px 0;}
.translationsLangCombo{
	float:right;
	width:540px;
	direction:rtl;
	margin:10px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #bababa;
	padding:6px;
	font-family:tahoma, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.traslation_wrapper{
	float:right;
	margin:0 3px 0 0;
}
.translationFlagWrapper{
	background:#fff;
	float:right;
	height:26px;
	border:1px solid #ccc;
	padding:1px;
	position:relative;
	margin:0 0 0 3px;
}
.showTransWrapper{
	float:right;
}
.showTransWrapper .translationFlags{
	height:100%;
}
.showTransWrapper .translationFlags a.showTrans{
	background:#fff;
	float:right;
	height:100%;
	padding:8px 4px;
	border:1px solid #ccc;
	position:relative;
	line-height:0;
	margin:0 0 0 3px;
}
.showTransWrapper .translationFlags a.showTrans img{
	position:relative;
	z-index:2;
}
.showTransWrapper .translationFlags a.showTrans:before,
.translationFlagWrapper:before{
	background:#DDDDDD;
	border:1px solid #ccc;
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.showTransWrapper .translationFlags a.showTrans:hover:before,
.translationFlagWrapper:hover:before{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.translationPlus{
	height:24px;
	position:relative;
	z-index:1;
}
.traslation_wrapper.translatorUnderContent{
	float:left;
	margin:10px 0 0 0;
}
.translatorUnderContent .translationFlagWrapper{
	float:left;
	margin:0;
}
.translatorUnderContent .showTransWrapper{
	float:left;
}
.fw{float:right;width:100%;}
.blocksImage{
	float:right;
	border-radius:5px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.translatorInPage2{margin:5px 0;}
.footerImgfieldWrap{
	float:right;
	width:calc(100% - 180px);
	padding:35px 0 0 0;
}
.footerImgfieldWrap .editor_field_input2.linksModuleImgField{
	width:70%;
}
.shortTextClass{
	width:100% !important;
	height:90px;
	margin-top:10px;
	font-size:12px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.translatorTextArea{
	margin:10px 0;
	float:right;
	height:120px;
	width:526px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #bababa;
	padding:6px;
	font-family:tahoma, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.select2li2{padding:0 0 10px 0;}
.select2label2{
	float:right;
	width:90%;
	padding:0 0 0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select2label2 + .deleteItem{
	float:right;
	width:10%;
}
.pagestree_wrapper{
	width:96%;
	float:right;
}
.PagesTree{
	list-style:none;
	font:bold 16px arial;
}
.PageTreeItem{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(/Admin/Masters/Images/Folders/folder_empty.png) no-repeat 0 0 transparent;
}
.PageTreeItem.has_childrens.inHierarchy{background:url(/Admin/Masters/Images/Folders/folder_hierarchy.png) no-repeat 0 0 transparent;}
.PageTreeItem.has_childrens.isParent{background:url(/Admin/Masters/Images/Folders/folder_selected.png) no-repeat 0 0 transparent;}
.PageTreeItem.has_childrens{background:url(/Admin/Masters/Images/Folders/folder_full.png) no-repeat 0 0 transparent;}
.pagestree_wrapper ul{
	clear:both;
	float:right;
	direction:rtl;
	margin:initial !important;
	padding:0;
}
.pagestree_wrapper ul ul{padding:0 40px 0 0;}
.pagestree_wrapper ul li{
	clear:both;
	float:right;
	direction:rtl;
	text-align:right;
	width:auto;
}
.pagestree_wrapper ul li label{
	float:right;
	width:auto;
	line-height:37px;
	height:32px;
	margin:0 5px 0 0;
	font-size:12px;
}
.pagestree_wrapper ul li a{
	float:right;
}
.treeHtml{
	float:right;
	width:70%;
}
.textDivInTD{
	overflow:auto;
	max-height:300px;
	max-width:300px;
	white-space:pre-wrap;
	text-align:right;
}
.CartPropertiesAdd{
	display:inline-block;
	vertical-align:top;
	height:35px;
	line-height:35px;
	border:1px solid #222;
	font-size:16px;
	color:#000;
	padding:0 15px;
	margin:10px 0 0 0;
	border-radius:5px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.CartPropertiesAdd:before{
	content:'';
	background:url(/Admin/Masters/images/plus3.png) right top no-repeat;
	background-size:auto 100%;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:13px;
}
.CartPropertiesAdd:hover{background:#eee;}
.addSearchGroup_btn{
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	height:30px;
	line-height:30px;
	margin:3px 0 0 0;
	color:#fff;
	font-size:15px;
	border-radius:20px;
	background:#7db9e8;
	background:-moz-linear-gradient(top, #7db9e8 0%, #2989d8 46%, #1e5799 100%);
	background:-webkit-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%);
	background:linear-gradient(to bottom, #7db9e8 0%,#2989d8 46%,#1e5799 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
}
.addSearchGroup_btn:hover{
	color:#fff;
	line-height:31px;
	background:#1e5799;
	background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
	background:-webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	background:linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.fTable{margin:0 0 5px;border:1px solid #ddd;background:#eee;}
.fTable:hover, .fTable.Tactive{background:#e2e2e2;}
.blocksLittleImg{
	display:inline-block;
    max-width:18%;
    overflow:hidden;
}
.blocksLittleImg img{vertical-align:top;}
.alignRight{text-align:right !important;padding:0 20px;}
.ltr{
	text-align:left !important;
	direction:ltr !important;
}
.select2-selection__choice {
	line-height: 1 !important;
	padding: 4px 7px !important;
}
html:not([lang="he-IL"]) input[type="text"],
html:not([lang="he-IL"]) textarea,
html:not([lang="he-IL"]) select {
	direction: ltr !important;
	text-align: left;
}