@charset "utf-8";

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.combo_box {
	display:inline-block;
	margin-left:10px;
	display:inline-block;
	text-align:left;
	position:relative;
	float:left;
}

.combo_text {
	display:inline-block;	
}

.combo_icon {
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position: -118px -28px;
	width:12px;
	height:12px;
	float:right;
	margin:3px 5px 0 0;
}

.combo_container {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.combo_opened {
	display:block !important;
}

.combo_item {
	display:block;
	border-top:1px solid #fff;
	padding:4px 5px 4px 7px;
	background-color:#fff;
	color:#444;
	font-size:13px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
	cursor:pointer;
	width:118px;
}

.combo_item:hover {
	background-color:#f2f2f2;
}

.combo_selected {
	display:block;
	padding:4px 5px 4px 7px;
	color:#fff;
	font-size:13px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
	cursor:pointer;
	width:120px;
	border-radius:5px;
}

.sel_opened {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

.jqplot-xaxis {
    margin-top: 8px;
}
 
.jqplot-yaxis {
    margin-right: 8px;
}

.jqplot-grid-canvas {
	border:none;	
}

body {
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:13px;
	color:#101010;
	background-color: #ddd;
	margin: 0 auto;
	position:relative;
}

#page-wrap {
    width: 980px;
    margin: 0 auto;
	text-align:left;
}

#notify {
	position:fixed;
	top:10px;
	right:10px;
	background-color:rgba(0, 0, 0, .7);
	color:#fff;
	font-size:16px;
	padding:25px 35px 25px 70px;
	z-index:1000;
	border-radius:12px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
	cursor:default;
	opacity:0;
	display:none;
}

.notify_ok {
	position:absolute;
	top:21px;
	left:20px;
	background-image:url('../imgs/app_sprite.png');
	background-position:-283px 0px;
	width:35px;
	height:29px;
	display:none;
	opacity:0;	
}

h1 {
	vertical-align:top;
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:20px;
	padding:0;
	margin:12px 0 12px 0;
	position:relative;
}

h2 {
	color:#365EAE;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:18px;
	padding:0;
	margin:3px 0 5px 0;
}

h3 {
	border-bottom:1px solid #aaa;
	padding:6px 0 6px 0;
	font-weight:bold;
	margin:40px 10px 4px 0;
	color:#555;
	font-size:16px;
	font-family:"Open Sans", Arial, helvetica;
}

h4 {
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:0 0 5px 0;
}

h5 {
	vertical-align:top;
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:20px;
	padding:0;
	margin:0;
	position:relative;
}

.tip {
	font-size:11px;	
	color:#444;
	padding:0 5px 0 5px;
}

#login_dialog {
	border:1px solid rgb(207, 207, 207);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1.5px 2.598px 5px 0px #c8c8c8;
	width: 680px;
	padding:40px 10px 40px 10px;
	display:block;
	margin:100px auto 0 auto;
}

#login_left {
	border-right:1px solid #e1e1e1;
	padding:20px;
	width:300px;
	height: 250px;
	display: table-cell;
    vertical-align: middle;
}

#login_right {
	padding:20px 20px 20px 30px;
	width:300px;
	display: table-cell;
	text-align:left;
}


#login_logo {
	background-image:url('../imgs/logo.png');
	background-repeat:no-repeat;
	width:225px;
	height:170px;
	display:inline-block;
	margin-left:32px;
}

.btt_white {
	display:block;
	cursor:pointer;
	margin: 12px 0 12px 0;
	line-height:20px;
	font-family:"Open Sans", Arial, helvetica;
	font-size:14px;
	text-align:center;
	padding:6px 25px 6px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #c9c9c9;
	background-color:#e2e2e2;
	color:#333;
	background:#e2e2e2;
	background:-moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f6f6f6));
	background:-webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:-o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:-ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:linear-gradient(top,#fff 0,#f6f6f6 100%);
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	outline: 0;
}
.btt_white::-moz-focus-inner {
	border:0;
	padding:0;
}

.btt_white[disabled] {
	cursor:default;
	color:#aaa;
	background-color:#fff;
	border-color:#e2e2e2;
	background-image:none;
}

.btt_white:not([disabled]):active {
	background-color:#fff;
	background-image:none;
	box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
}

.btt {
	display:block;
	cursor:pointer;
	margin: 12px 0 12px 0;
	line-height:20px;
	font-family:"Open Sans", Arial, helvetica;
	font-size:14px;
	text-align:center;
	padding:6px 25px 6px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #2B53A3;
	text-shadow:0 -1px 1px rgba(0,0,0,0.4);
	background-color:#2B53A3;
	color:#fff;
	background:#2B53A3;
	background:-moz-linear-gradient(top,#3D67BB 0,#2B53A3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3D67BB),color-stop(100%,#2B53A3));
	background:-webkit-linear-gradient(top,#3D67BB 0,#2B53A3 100%);
	background:-o-linear-gradient(top,#3D67BB 0,#2B53A3 100%);
	background:-ms-linear-gradient(top,#3D67BB 0,#2B53A3 100%);
	background:linear-gradient(top,#3D67BB 0,#2B53A3 100%);
	outline: 0;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}
.btt::-moz-focus-inner {
	border:0;
	padding:0;
}

.btt[disabled] {
	cursor:default;
	color:#fff;
	background-color:#d2d2d2;
	border-color:#c2c2c2;
	background-image:none;
}

.btt:not([disabled]):hover {
	color:#fff;
	background:#2B53A3;
	background:-moz-linear-gradient(top,#3D67BB 0, #2F58AA 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3D67BB),color-stop(100%,#2F58AA));
	background:-webkit-linear-gradient(top,#3D67BB 0,#2F58AA 100%);
	background:-o-linear-gradient(top,#3D67BB 0,#2F58AA 100%);
	background:-ms-linear-gradient(top,#3D67BB 0,#2F58AA 100%);
	background:linear-gradient(top,#3D67BB 0,#2F58AA 100%);
	text-decoration:none;
}

.btt:not([disabled]):active {
	background-color:#365EAE;
	background-image:none;
	box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);
}

.no-margin {
	margin:0 !important;	
}

.subsection {
	background-color:#fff;
	width:448px;
	display:inline-block;
	text-align:center;
	padding:13px;
	font-size:13px;
	color:#333;
	cursor:pointer;
	border-bottom:3px solid #e2e2e2;
	margin:0 1px 3px 0;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:relative;
}

.subsection .subs_edit {
	background-image:url('../imgs/app_sprite.png');
	background-position:-72px 0px;
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	left:120px;
}

.subsection .subs_add, .add_btt .subs_add {
	background-image:url('../imgs/app_sprite.png');
	background-position:-118px 0px;
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	left:120px;
}

.subsection_active {
	background-color:#365EAE;
	width:448px;
	display:inline-block;
	text-align:center;
	padding:13px;
	font-size:13px;
	color:#fff;
	cursor:default;
	border-bottom:3px solid #365EAE;
	margin:0 1px 3px 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:relative;
}

.subsection_active .subs_edit {
	background-image:url('../imgs/app_sprite.png');
	background-position:-95px 0px;
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	left:120px;
}

.subsection_active .subs_add {
	background-image:url('../imgs/app_sprite.png');
	background-position:-141px 0px;
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	left:120px;
}

.subsection_m {
	background-color:#fff;
	width:210px;
	display:inline-block;
	text-align:center;
	padding:11px 10px 10px 10px;
	font-size:13px;
	color:#333;
	cursor:pointer;
	border-bottom:3px solid #e2e2e2;
	margin:0 1px 10px 0;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:relative;
}

.subsection_m_active {
	background-color:#365EAE;
	width:210px;
	display:inline-block;
	text-align:center;
	padding:11px 10px 10px 10px;
	font-size:13px;
	color:#fff;
	cursor:default;
	border-bottom:3px solid #365EAE;
	margin:0 1px 5px 0;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:relative;
}

.subsection:hover, .subsection_m:hover {
	background-color:#f6f6f6;	
}

button {
	padding:0;
	margin:0;	
}

.subsection_m .subs_inbox {
	background-image:url('../imgs/app_sprite.png');
	background-position:-152px -81px;
	background-repeat:no-repeat;
	width:23px;
	height:20px;
	position:absolute;
	left:20px;
}

.subsection_m_active .subs_inbox {
	background-image:url('../imgs/app_sprite.png');
	background-position:-175px -81px;
	background-repeat:no-repeat;
	width:23px;
	height:20px;
	position:absolute;
	left:20px;
}

.subsection_m .subs_sent {
	background-image:url('../imgs/app_sprite.png');
	background-position:-198px -81px;
	background-repeat:no-repeat;
	width:23px;
	height:20px;
	position:absolute;
	left:20px;
}

.subsection_m_active .subs_sent {
	background-image:url('../imgs/app_sprite.png');
	background-position:-221px -81px;
	background-repeat:no-repeat;
	width:23px;
	height:20px;
	position:absolute;
	left:20px;
}

.subsection_m .subs_new {
	background-image:url('../imgs/app_sprite.png');
	background-position:-152px -101px;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	left:20px;
}

.subsection_m_active .subs_new {
	background-image:url('../imgs/app_sprite.png');
	background-position:-173px -101px;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	left:20px;
}

.subsection_m .subs_sched {
	background-image:url('../imgs/app_sprite.png');
	background-position:-248px -128px;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	left:20px;
}

.subsection_m_active .subs_sched {
	background-image:url('../imgs/app_sprite.png');
	background-position:-269px -128px;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	left:20px;
}

.section_fields {
	width:100%;
}

.categ_sfields {
	display:inline-block;
	vertical-align:top;
	width:465px;
}

.section_block {
    display:inline-block;
    margin-right:5px;
    vertical-align:top;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.add_btt {
	background-color:#fff;
	display:inline-block;
	text-align:center;
	padding:10px 12px 10px 35px;
	width:100%;
	font-size:12px;
	color:#333;
	cursor:pointer;
	border:1px solid #c2c2c2;
	border-radius:4px;
	-webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position:relative;
}

.add_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-94px -23px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	left:8px;
}

.arrow_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-133px -106px;
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	position:absolute;
	top:8px;
	left:6px;
}

.remove_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-142px -125px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	left:8px;
}

.history_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-330px -106px;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top:10px;
	left:9px;
}

.refresh_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-330px -124px;
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	position:absolute;
	top:9px;
	left:8px;
}

.refresh {
	background-color:#fff;
	position:absolute;
	right:-5px;
	top:-5px;
	width:34px;
	height:34px;
	border:1px solid #e2e2e2;
	border-radius:3px;	
	cursor:pointer;
}

.refresh:hover {
	background-color:#f0f0f0;	
}

#add_categ {
	margin:34px 1px 5px 0;	
}

.draw_history {
	width:110px !important;	
}

.add_option {
	width:170px;
}

.add_option_value {
	width:120px;
	margin-left:5px !important;
}

.remove_option {
	margin-top:5px;
	width:275px;
}

.option_name {
	width:272px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option_section {
	background-color:#fff;
	padding:5px 10px 10px 10px;	
	margin:10px 10px 0 0;
	border:1px solid #e2e2e2;
	border-radius:6px;
    display:inline-block;
    vertical-align:top;
}

.option_list {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.option_list li {
	background-color:#fff;
	color:#333;
	border:1px solid #e2e2e2;
	border-radius:4px;
	width: 223px;
	font-size: 12px;
	padding:5px 25px 5px 25px;
	margin:4px 0 4px 0;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	position:relative;
}

.option_value {
	width:125px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drag_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-162px -125px;
	width:18px;
	height:17px;
	display:block;
	position:absolute;
	top:6px;
	left:2px;
	cursor:pointer;
}

.drag_icon:hover {
	background-position:-180px -125px;
}

.option_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-198px -127px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:6px;
	right:4px;
	cursor:pointer;
}

.option_del_icon:hover {
	background-position:-214px -127px;
}

.effect_combo {
	border:1px solid #e9e9e9;
	width:90px;
	position:absolute;
	top:2px;
	right:25px;
}

.combo_outlined {
	border:1px solid #c2c2c2 !important;
	box-shadow: 2px 2px 4px #aaa;
}

.effect_sel {
	background-color:#fff;
	font-size:11px;
	padding:3px 15px 2px 4px;
	cursor:pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.effect:hover {
	background-color:#efefef;
}

.effect_icon {
	position:absolute;
	right:4px;
	top:8px;
	background-image:url('../imgs/app_sprite.png');
	background-position:-70px -131px;
	width:8px;
	height:6px;
	cursor:pointer;
}

.effect_icon:hover {
	background-position:-78px -131px;
}

.effect_list {
	top:20px;
	left:0;
	display:none;
}

.effect_item {
	background-color:#fff;
	font-size:11px;
	border-top:1px solid #e9e9e9;
	padding:3px 15px 2px 4px;
	display:block;
	position:relative;
	cursor:pointer;
}

.effect_item_icon {
	position:absolute;
	right:4px;
	top:8px;
	background-image:url('../imgs/app_sprite.png');
	background-position:-87px -131px;
	width:6px;
	height:6px;
	cursor:pointer;
}

.effect_item_icon:hover {
	background-position:-93px -131px;
}

.effect_item:hover {
	background-color:#efefef;
}

.effect_subitem {
	width:94px;
	background-color:#fff;
	font-size:11px;
	position:absolute;
	border-left:1px solid #e2e2e2;
	padding-left:3px;
	top:0;
	left:100%;
	cursor:default;
	display:none;
	box-shadow: 2px 2px 4px #aaa;
	padding:3px;
}

.effect_subitem:hover {
	background-color:#efefef;
}

.effect_sense {
	display:inline-block;
	padding:3px 5px 3px 5px;
	font-size:11px;
	border:1px solid #E2E2E2;
	background-color:#fff;
	color:#101010;
	cursor:pointer;
	margin-bottom:2px;
}

.add_to_price {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.sub_from_price {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.sense_active {
	border:1px solid #365EAE;
	background-color:#365EAE;
	color:#fff;
}

.add_btt:hover {
	background-color:#e2e2e2;	
}

.label {
	color: #333;
	margin:10px 0 5px 0;	
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.label_b {
	color: #333;
	margin:10px 0 5px 0;	
	font-weight:bold;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.label_s {
	font-size:11px;
	color: #333;
	margin:0 0 3px 0;	
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

a {
	color:#06C;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;	
}

a:hover {
	color:#06C;
	text-decoration:underline;	
}

.field {
	color:#101010;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:13px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.08);
	padding: 8px 9px 8px 9px;
	display:block;
	opacity:1;
}

.option_field {
	color:#101010;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:11px;
	border-radius: 3px;
	border: 1px solid #efefef;
	background-color: #fff;
	padding: 2px 4px 2px 4px;
	display:block;
	opacity:1;
	margin-top:2px;
}

.prod_price_promo {
	display:inline-block !important;	
}

.field[disabled]{
	opacity:0.5;
}

.field_login {
	width:260px;
}

.field_micro {
	width:40px;	
}

.field_micro_s {
	width:57px;	
}

.field_extra_tiny {
	width:75px;	
}

.field_tiny {
	width:82px;	
}

.field_extra_small {
	width:100px;	
}

.field_even_smaller {
	width:115px;	
}

.field_smaller {
	width:130px;	
}

.field_small {
	width:149px;	
}

.field_small_m {
	width:165px;	
}

.field_small_n {
	width:175px;	
}

.field_small_mm {
	width:180px;	
}

.field_medium {
	width:200px;	
}

.field_medium_s {
	width:220px;	
}

.field_medium_s2 {
	width:232px;	
}

.field_medium_x {
	width:255px;	
}

.field_big {
	width:300px;	
}

.field_extrabig {
	width:400px;
}

.field_extrabig2 {
	width:435px;
}

.field_full {
	width:700px;
}

.field_full2 {
	width:900px;
}

.field_area {
	width:911px;	
	margin-bottom:5px;
	resize: vertical;
}

.field_area_section {
	width:503px;
	resize:none;
}

.sfield_area {
	width:430px;	
	margin-bottom:5px;
	resize: vertical;
}

.sfield_area_s {
	width:300px;	
	margin-bottom:5px;
	resize: vertical;
}

.field:not([disabled]):active, .field:not([disabled]):focus {
	outline: 0;
	border:1px solid #365EAE !important;	
}

.new_option_value {
	display:inline-block !important;	
}

.fcheck {
	margin:3px 0 0 0;
	display:none;
	font-size:12px;
	color:#DD4B39;	
}

.fcheck_s {
	margin:3px 0 0 0;
	display:none;
	font-size:11px;
	color:#DD4B39;	
}

.wcheck {
	margin:3px 0 0 0;
	display:none;
	font-size:12px;
	color:#333;	
}

.vspace {
	height:8px;	
}

.menu {
	background-color:#fff;
	width:976px;
	padding:5px;
	color:#101010;
	text-align:left;
	border-radius:6px;
	cursor:default;
	box-shadow: 1.5px 2.598px 5px 0px #c8c8c8;
	z-index:999;
}

.menu_sticked .menu {
	z-index:999 !important;	
	border-top-left-radius:0 !important;;
	border-top-right-radius:0 !important;;
}

.menu_item {
	margin-left:2px;
	display:inline-block;
	cursor:pointer;
	padding:10px 9px 10px 8px;
	background-color:#fff;
	color:#333;
	border-radius:5px;
	font-size:12px;
}

.menu_item:hover {
	background-color:#f2f2f2;
	color:#333;
}

.selected, .selected:hover, .selected:active {
	background-color:#365EAE;
	color:#fff;
	cursor:default !important;
}

.section_icon {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px 3px 0;
	vertical-align:middle;
}

.stats_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-140px -145px;
}

.msgs_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-152px -145px;
}

.categs_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-164px -145px;
}

.prods_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-176px -145px;
}

.orders_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-188px -145px;
}

.rewards_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:0px -174px;
}

.promovare_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-24px -174px;
}

.settings_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-200px -145px;
}

.preview_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-212px -145px;
}

.help_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-224px -145px;
}

.logout_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-236px -145px;
}

.selected .stats_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-140px -157px;
}

.selected .msgs_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-152px -157px;
}

.selected .categs_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-164px -157px;
}

.selected .prods_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-176px -157px;
}

.selected .orders_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-188px -157px;
}

.selected .rewards_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-12px -174px;
}

.selected .promovare_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-36px -174px;
}

.selected .settings_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-200px -157px;
}

.selected .preview_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-212px -157px;
}

.selected .help_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-224px -157px;
}

.selected .logout_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-236px -157px;
}

.nosel {
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

#user {
	display:inline-block;
}

.user_data {
	float:right;
	vertical-align:middle;
}

.content {
	background-color:#fff;
	width:950px;
	min-height:500px;
	padding:3px 18px 20px 18px;
	color:#101010;
	text-align:left;
	border-radius:5px;
	cursor:default;
	margin-top:10px;
	box-shadow: 1.5px 2.598px 5px 0px #c8c8c8;
	position:relative;
}

#section {
	min-height:500px;
	position:relative;
}

.header {
	background-color:#fff;
	color:#333;
	width:950px;
	padding:3px 18px 5px 18px;
	color:#101010;
	text-align:left;
	border-radius:5px;
	cursor:default;
	margin:10px 0 10px 0;
	box-shadow: 1.5px 2.598px 5px 0px #c8c8c8;
	position:relative;
}

.header_left {
	display: table-cell;
    vertical-align: middle;
}

.header_right {
	width:100%;
	padding:5px 7px 5px 0;
	display: table-cell;
    vertical-align: middle;
	text-align:right;
	font-size:13px;
}

.clear {
	clear: both;
}

#logo {
	background-image:url('../imgs/gs_logo.png');
	background-repeat:no-repeat;
	width:100px;
	height:32px;
	display:block;
	margin:8px 0 8px 0;
}

/*
#logo {
	background-image:url('../imgs/p_logo.png');
	background-repeat:no-repeat;
	width:165px;
	height:40px;
	display:block;
	margin:20px 0 23px 0;
}
*/
.copy {
	font-size:12px;
	color:#999;
	margin:15px 0 12px 2px;	
}

.category {
	
}

#categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#categories li {
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f5f5f5));
	background:-webkit-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-o-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-ms-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:linear-gradient(top,#fff 0,#f5f5f5 100%);
	color:#333;
	border:1px solid #e2e2e2;
	border-radius:4px;
	width: 500px;
	height:36px;
	padding:0;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	position:relative;
	opacity:1;
}

.cat {
	margin:5px 0 0 0;
}

.subcat {
	
	margin:5px 0 0 25px;
}

.subcat2 {
	
	margin:5px 0 0 50px;
}

.no-sort {
	/*opacity:0.5 !important;*/
}

#categories li:hover {
	border:1px solid #c2c2c2;
}

.categ_text, .section_text {
	width:250px;
	display:inline-block;	
	vertical-align:middle;
	line-height:22px;
	position:absolute;
	top:7px;
	left:34px;
}

.sub_icon {
	background-image:url('../imgs/subcat.png');
	background-repeat: no-repeat;
	width:16px;
	height:36px;
	float: left;
    clear: left;
}

.sub_icon2 {
	background-image:url('../imgs/subcat.png');
	background-repeat: repeat-x;
	width:32px;
	height:36px;
	float: left;
    clear: left;
}

.reorder_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:0px -22px;
	width:17px;
	height:22px;
	display:inline-block;	
	margin-right:8px;
	cursor:pointer;
	position:absolute;
	top:7px;
	left:5px;
}

.reorder_icon:hover {
	background-position:-17px -22px;
}

.edit_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:-34px 0px;
	width:17px;
	height:22px;
	display:inline-block;
	cursor:pointer;
	margin-right:3px;
	position:absolute;
	top:7px;
	right:30px;
}

.edit_icon:hover {
	background-position:-51px 0px;
}

.del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:17px;
	height:22px;
	display:inline-block;
	cursor:pointer;
	margin-right:3px;
	position:absolute;
	top: 7px;
	right: 2px;
}

.del_icon:hover {
	background-position:-17px 0px;
}

#ecateg_form {
	display:inline-block;	
}

.categ_field {
	width:250px;
	color:#101010;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:13px;
	/*
	background: transparent;
    border: none;
	*/
	border: 1px solid #e2e2e2;
	border-radius: 0.3em;
	background-color: #fff;
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.094);
	
	padding: 0.5em 0 0.5em 8px;
	display:inline-block;
	position:absolute;
	top:2px;
	left:26px;
}

.upl_status {
	color:#333;
	height:15px;
	padding:3px 15px 1px 26px;
	line-height:18px;
	vertical-align:middle;
	border-radius:4px;
	background-color:#fff;
	display:table;
	opacity:0;
	position:relative;
	font-size:13px;
}

.warning_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-134px -23px;
	width:16px;
	height:14px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:5px;
}

.error_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-134px -37px;
	width:14px;
	height:14px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:5px;
}

.ok_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-150px -23px;
	width:14px;
	height:14px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:5px;
}

.product {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:5px;
	padding-bottom:5px;
	position:relative; 
	background-color:#fff;
}

.prod_details {
	position:absolute;
	top: 4px;
	left:115px;
	width:590px;
	padding:0 10px 0 10px;
	/*border:1px solid #d2d2d2;*/
	border-radius:3px;
	display:inline-block;
	vertical-align:top;
}

.prod_descr {
	font-size:12px;
	height:34px;
}

.prod_edit {
	background-color:#fff;
	position:absolute;
	top: 33px;
	left:805px;
	width:60px;
	height:60px;
	/*border:1px solid #d2d2d2;*/
	border-radius:3px;
	vertical-align:top;
	cursor:pointer;
}

.prod_edit:hover {
	background-color:#ccc;	
	border:1px solid #ccc;
}

.prod_edit .prod_edit_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-164px 0px;
	width:40px;
	height:40px;
	margin:10px 0 0 10px;
}

.prod_edit:hover .prod_edit_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-204px 0px;
	width:40px;
	height:40px;
	margin:10px 0 0 10px;
}

.prod_del {
	background-color:#fff;
	position:absolute;
	top: 33px;
	left:870px;
	width:60px;
	height:60px;
	border-radius:3px;
	vertical-align:top;
	cursor:pointer;
}

.prod_del:hover {
	background-color:#ccc;	
	border:1px solid #ccc;
}

.prod_del .prod_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-164px -40px;
	width:34px;
	height:40px;
	margin:10px 0 0 12px;
}

.prod_del:hover .prod_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-198px -40px;
	width:34px;
	height:40px;
	margin:10px 0 0 12px;
}

.prod_special {
	background-color:#fff;
	position:absolute;
	top: 33px;
	left:740px;
	width:60px;
	height:60px;
	/*border:1px solid #d2d2d2;*/
	border-radius:3px;
	vertical-align:top;
	cursor:pointer;
}

.prod_special:not(.is_special):hover {
	background-color:#ccc;	
	border:1px solid #ccc;
}

.prod_special.is_special:hover {
	background-color:#365EAE;	
	border:1px solid #365EAE;
}

.prod_special .prod_special_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:0px -186px;
	width:40px;
	height:40px;
	margin:10px 0 0 10px;
}

.prod_special:hover .prod_special_icon, .prod_special.is_special:hover .prod_special_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-40px -186px;
	width:40px;
	height:40px;
	margin:10px 0 0 10px;
}

.prod_special.is_special .prod_special_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-80px -186px;
	width:40px;
	height:40px;
	margin:10px 0 0 10px;
}

.product_name {
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 5px 0;
}

.product_code {
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-size:12px;
}

.product_stock {
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-size:12px;
}

.product_price {
	font-weight:bold;
	line-height:18px;
	margin-top:15px;
	font-size:18px;
	display:inline-block;
	background-color:#fff;
	color:#000;
}

.product_price .cut {
	display:inline-block;
	color:#B50003;
	text-decoration: line-through;
}

.prod_del_confirm {
	z-index: 10001;
	position: absolute;
	top:0;
	left:0;
	width:940px;
	height:115px;
	padding:10px 5px 5px 5px;
	font-size:14px;
	color:#555;
	background-color:rgba(255, 255, 255, 0.9);
	border:1px solid #e2e2e2;
	text-align:center;
}

.prod_del_text {
	font-weight:bold;
	font-size:16px;
	margin:18px 0 16px 0;
}

.action_btt {
	width:80px;
	font-size:12px;
	border-radius:3px;
	padding:10px 20px 10px 18px;
	color:#333;
	background-color:#fff;
	border:1px solid #c2c2c2;
	display:inline-block;
	margin:0 5px 0 3px;
	cursor:pointer;
	text-align:center;
}

.action_btt:hover {
	color:#fff;
	background-color:#365EAE;
	border:1px solid #365EAE;
}

.relative {
	position:relative !important;	
}

.uploadForm {
	display:inline-block;
}

.add_photos_btt {
	display:inline-block;
	border:1px solid #e2e2e2;
	border-radius:4px;
	margin:6px 6px 0 0;
	background-color:#fff;
	font-size:12px;
	width:110px;
	height:110px;
	text-align:center;
	position:relative;
	cursor:pointer;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.add_photos_btt:hover {
	background-color:#e2e2e2;	
}

.add_photos_btt .btt_overlay {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:110px;
	cursor:default;
	z-index:1000;
	background-color:#fff;
	opacity:0.6;
}

.add_photos_btt .add_icon {
	position:absolute;
	background-image:url('../imgs/app_sprite.png');
	background-position:-244px -0px;
	background-repeat:no-repeat;
	width:33px;
	height:33px;
	display:block;
	top:25px;
	left:38px;
}

.add_photos_btt .btt_text{
	top:72px;
}

.add_photos_btt input {
    cursor: inherit;
    display: block;
    font-size: 0;
    filter: alpha(opacity=0);
	opacity: 0;
	min-width:112px;
	min-height: 112px;
	text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}

.upl_photos_btt {
	vertical-align: top;
	margin:6px 6px 0 0;
	background-color:#fff;
	display:inline-block;
	width:112px;
	height:112px;
	font-size:12px;
	color:#333;
	cursor:pointer;
	border:1px solid #c2c2c2;
	border-radius:4px;
	opacity:1;
	background-color:#f5f5f5;
	position:relative;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.upl_photos_btt .btt_text{
	top:68px;
}

.upl_photos_btt:hover {
	background-color:#e2e2e2;	
}

.upl_photos_btt .icon_upl {
	background-image:url('../imgs/app_sprite.png');
	background-position:-244px -33px;
	background-repeat:no-repeat;
	width:33px;
	height:33px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:22px;
	left:39px;
}

.upl_photos_btt .icon_upl_active {
	background-image:url('../imgs/app_sprite.png');
	background-position:-244px -65px;
	background-repeat:no-repeat;
	width:33px;
	height:33px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:22px;
	left:39px;
}

.icon_upl_busy {
	width:33px;
	height:33px;
	display:block;
	position:absolute;
	top:22px;
	left:39px;
}

.upl_photos_btt[disabled] {
	background-color:#fff;
	cursor:default;
	opacity:0.4;
}

.upl_photos_btt[disabled]:hover {
	background-color:#fff;
	cursor:default;
	opacity:0.4;
}

.btt_text {
	position:absolute;
	left:0px;
	width:110px;
	display:block;
	text-align:center;
}

#progress {
	display:none;	
}

.pb {
	position:absolute;
	left:5px;
	top:75px;
	background-color:#fff;
	width: 100px;
	height: 8px;
	border:1px solid #e2e2e2;
}

.pbar {
	width:0px;
	height: 8px;
	background:#0aa5fa;
	background:-moz-linear-gradient(top,#0aa5fa 0,#146af4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0aa5fa),color-stop(100%,#146af4));
	background:-webkit-linear-gradient(top,#0aa5fa 0,#146af4 100%);
	background:-o-linear-gradient(top,#0aa5fa 0,#146af4 100%);
	background:-ms-linear-gradient(top,#0aa5fa 0,#146af4 100%);
	background:linear-gradient(top,#0aa5fa 0,#146af4 100%);
}

.percent {
	display:none;	
}

.upload_container {
	margin-bottom:25px;
}

.photo_thumb{
	-webkit-transition: width .3s, height .3s, margin .3s;
    transition: width .3s, height .3s, margin .3s;
	display:inline-block;
	border:1px solid #e2e2e2;
	border-radius:4px;
	margin:6px 6px 0 0;
	background-color:#fff;
	width:110px;
	height:110px;
	text-align:center;
	position:relative;
}

.photo_del_confirm {
	position: absolute;
	top:0;
	left:0;
	width:100px;
	height:95px;
	padding:10px 5px 5px 5px;
	font-size:14px;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:1000;
}

.photo_del_text {
	margin-top:15px;
}

.photo_btt {
	font-size:12px;
	border-radius:3px;
	padding:6px 10px 6px 13px;
	color:#333;
	background-color:#f5f5f5;
	border:1px solid #e2e2e2;
	display:inline-block;
	margin:12px 5px 0 3px;
	cursor:pointer;
	text-align:center;
}

.photo_btt:hover {
	color:#fff;
	background-color:#555;
	border:1px solid #999;
}

.thumb {
	position: absolute;
	top:0;
	left:0;
	width:110px;
	height:110px;
	cursor:pointer;
	-webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
	background-repeat:no-repeat;
}

.anim_implode {
	animation: implode 0.4s;
	-webkit-animation: implode 0.4s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.anim_explode {
	animation: explode 0.5s;
	-webkit-animation: explode 0.5s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

@keyframes implode {
    from { transform: scale3d(2, 2, 2); opacity:0; }
    to { transform: scale3d(1, 1, 1); opacity:1; }
} 

@-webkit-keyframes implode {
    from { -webkit-transform: scale3d(2, 2, 2); opacity:0; }
    to { -webkit-transform: scale3d(1, 1, 1); opacity:1; }
} 

@keyframes explode {
    0% { transform: scale3d(1, 1, 1); opacity:1; }
    30% { transform: scale3d(1.2, 1.2, 1.2); opacity:.9; }
	100% { transform: scale3d(0, 0, 0); opacity:0; }
}

@-webkit-keyframes explode {
    0% { -webkit-transform: scale3d(1, 1, 1); opacity:1; }
    30% { -webkit-transform: scale3d(1.2, 1.2, 1.2); opacity:.9; }
	100% { -webkit-transform: scale3d(0, 0, 0); opacity:0; }
} 

.anim_fade_in {
	animation: fade_in 0.25s;
	-webkit-animation: fade_in 0.25s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

@keyframes fade_in {
    from { transform: scale3d(0, 0, 0); opacity:0; }
    to { transform: scale3d(1, 1, 1); opacity:1; }
} 

@-webkit-keyframes fade_in {
    from { -webkit-transform: scale3d(0, 0, 0); opacity:0; }
    to { -webkit-transform: scale3d(1, 1, 1); opacity:1; }
}

.anim_fade_out {
	animation: fade_out 0.25s;
	-webkit-animation: fade_out 0.25s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

@keyframes fade_out {
    from { transform: scale3d(1, 1, 1); opacity:1; }
    to { transform: scale3d(0, 0, 0); opacity:0; }
} 

@-webkit-keyframes fade_out {
    from { -webkit-transform: scale3d(1, 1, 1); opacity:1; }
    to { -webkit-transform: scale3d(0, 0, 0); opacity:0; }
}

.photo_del {
	position: absolute;
	display:inline-block;
	width:30px;
	height:30px;
	bottom:0;
	right:0;
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:-34px -24px;
	cursor:pointer;
	display:none;
	opacity:0;
}

.photo_del:hover {
	background-position:-64px -24px;
}

#gallery {
	font-size:0px;
	background:transparent;
	width:680px;
	height:600px;
	line-height:600px;
	display:block;
	margin:0;
	padding:0;
	border:none;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

#gallery_img_wrap {
	width:600px;
	height:600px;
	display:inline-block;
	line-height:600px;
	text-align:center;
	border:none;
	border-radius:4px;
	background:rgba(255, 255, 255, 0);
}

#gallery_img {
	vertical-align:middle;
	display:none;
}

.left_arrow {
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:0px -54px;
	width:25px;
	height:39px;
	margin-right:15px;
	cursor:pointer;
	vertical-align:middle;
}

.left_arrow_empty {
	display:inline-block;
	width:25px;
	height:39px;
	margin-right:15px;
	vertical-align:middle;
}

.left_arrow:hover {
	background-position:-50px -54px;
}

.right_arrow {
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:-25px -54px;
	width:25px;
	height:39px;
	margin-left:15px;
	cursor:pointer;
	vertical-align:middle;
}

.right_arrow_empty {
	display:inline-block;
	width:25px;
	height:39px;
	margin-left:15px;
	vertical-align:middle;
}

.right_arrow:hover {
	background-position:-75px -54px;
}

#loader_img {
	vertical-align:middle;
	display:none;
}

#browser {
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
	margin-top:20px;
	padding:30px;
	text-align:center;
	display:block;
	background-color:#fff;
}

.order {
	margin-top:10px;
	border-bottom:1px solid #e2e2e2;
	padding:10px;
	border-radius:4px;
}

.order:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.3);	
}

.ordered_products {
	float:right;
	width:650px;
	margin-top:15px;	
	border-radius:4px;
}

.order_user_details{
	width:250px;
	float:left;
}

.ordered_list {
	border-spacing:5px;
	display:table;
	border-collapse: collapse;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}

.ordered_item {
	display: table-row;
	border-bottom: 1px solid #e2e2e2;
}

.ordered_item:hover {
	background-color:#fff;	
}

.ordered_item_name {
	width:400px;
	display: table-cell;
	margin-right:5px;
	padding:5px;
	cursor:pointer;
}

.ordered_item_extra {
	font-size:11px;
	margin-left:10px;
	display:block;	
	color:#555;
}

.ordered_item_quant {
	width:50px;
	display: table-cell;
	padding-left:10px;
	text-align:right;
}

.ordered_item_price {
	width:100px;
	display: table-cell;
	text-align:right;
	padding-right:15px;
}

.customer_name {
	color:#333;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:bold;
	font-size:16px;
	margin:5px 0 5px 0;
}

.customer_phone {
	color:#555;
	font-weight:bold;
	font-size:18px;	
	margin-top:10px; 
}

.price_sub {
	text-align:right;
	padding-right:15px;
}

.top_row {
	background-color:#555;
	color:#fff;
}

.order_ref {
	padding:4px 15px 4px 0;
	text-align:right;
	font-size:14px;
	color:#777;
}

.order_total {
	border:1px solid #e2e2e2;
	border-radius:4px;
	padding:8px 15px 8px 0;
	text-align:right;
	font-size:18px;
	color:#333;
	background-color:#fff;
}

.in_asteptare {
	background-color:#EDA806;
}

.preluata {
	background-color:#333;
}

.livrata {
	background-color:#00a859;
}

.anulata {
	background-color:#E34345;
}

.filtreaza_comenzi {
	margin-top:32px;	
}

.order_filters{
	padding-bottom:5px;
	border-bottom:2px solid #e2e2e2;
}

.collapse_icon_up {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-125px -51px;
	width:25px;
	height:25px;
	display:inline-block;
	float:left;
	clear:left;
	margin-left:10px;
	cursor:pointer;
}

.collapse_icon_up:hover{
	background-position:-125px -76px;
}

.collapse_icon_down {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-100px -51px;
	width:25px;
	height:25px;
	display:inline-block;
	float:left;
	clear:left;
	margin-left:10px;
	cursor:pointer;
}

.collapse_icon_down:hover {
	background-position:-100px -76px;
}

#orders_section {
	margin-top:5px;	
}

.msg {
	line-height:26px;
	padding-bottom:2px;
	background-color:#fff;	
	border-bottom:1px solid #e2e2e2;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
	cursor:pointer;
}

.msg:hover {
	background-color:#f6f6f6;	
}

.unread {
	font-weight:bold;	
}

.msg_sender {
	vertical-align:middle;
	display:inline-block;
	width:270px;
	padding:0 10px 0 20px;
	text-align:left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg_subject {
	vertical-align:middle;
	display:inline-block;
	width:424px;
	padding:0 10px 0 10px;
	text-align:left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg_date {
	vertical-align:middle;
	display:inline-block;
	width:170px;
	text-align:right;
    overflow: hidden;
}

.msg_head {
	padding:10px 0 10px 0;	
	border-bottom:1px solid #e2e2e2;
}

.msg_rcpt {
	display:inline-block;
	font-size:12px;
	background-color:#fff;
	color:#444;
	border:1px solid #e2e2e2;
	margin:4px 4px 0 0;
	padding:3px 5px 3px 5px;
	border-radius:3px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	cursor:pointer;
}

.msg_rcpt:hover {
	background-color:#aaa;
	border:1px solid #aaa;
	color:#fff;
}

.user-name {
	display:inline-block;	
}

 .user-email {
	display:none;
 }

.one_subject {
	display:block;
	width:770px;
	font-size:20px;	
	line-height:22px;
	float:left;
}

.one_sender {
	margin-top:8px;
	display:inline-block;
	border-radius:5px;
	padding:1px 8px 5px 50px;
	max-width:740px;
	position:relative;
}

.one_sender_label {
	position:absolute;
	left:5px;
	top:8px;
	display:inline-block;
	color:#999;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.one_date {
	display:block;
	float:right;
	padding-right:5px;
}

.one_msg {
	display:block;
	margin-top:10px;
	padding:0 4px 0 4px;
}

.msg_actions{
	display:block;
	float:right;
	margin-top:5px;
}

.msgs_options {
	margin-bottom:10px;	
}

.checkbox {
	vertical-align:middle;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-194px -101px;
	width:26px;
	height:26px;
	cursor:pointer;
}

.checkbox:hover {
	background-position:-220px -101px;
}

.checkbox_active {
	vertical-align:middle;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-246px -101px;
	width:26px;
	height:26px;
	cursor:pointer;
}

.checkbox_active:hover {
	background-position:-272px -101px;
}

.btt_x {
	display:inline-block;
	border:1px solid #C2C2C2;
	border-radius:5px;
	padding:6px 10px 6px 10px;
	line-height:19px;
	margin:0 0 0 5px;
	background-color:#fff;
	cursor:pointer;
	opacity:1;
}

.btt_x:not(.x_disabled):hover{
	background-color:#E2E2E2;
}

.reply_icon {
	vertical-align:middle;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-115px -106px;
	width:18px;
	height:16px;
	margin:0 10px 0 0;
}

#msg_reply {
	margin:13px 0 5px 0;
	padding:0 4px 0 4px;
}

.fwd_icon {
	display:inline-block;
	vertical-align:middle;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-133px -107px;
	width:18px;
	height:16px;
	margin:0 10px 0 0;
}

.x_del_icon {
	display:inline-block;
	vertical-align:middle;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-101px -105px;
	width:14px;
	height:16px;
	margin:0 10px 0 0;
}

.search_icon {
	display:inline-block;
	vertical-align:middle;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-83px -105px;
	width:17px;
	height:16px;
	margin:0 10px 0 0;
}

#user_search {
	margin-top:33px !important;	
}

.x_text {
	vertical-align:middle;
	display:inline-block;	
	font-size:12px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.x_disabled {
	opacity:0.4  !important;
	cursor:default !important;
}

#search_results {
	margin-top:10px;	
}

.user_details {
	background-color:#f9f9f9;
	color:#333;
	display:inline-block;
	border:1px solid #e2e2e2;
	padding:5px 8px 5px 8px;
	border-radius:4px;
	margin:0 5px 5px 0;
	cursor:pointer;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.user_details:hover {
	background-color:#f2f2f2;
}

.user_details_active {
	background-color:#365EAE;
	border:1px solid #365EAE;
	color:#fff;
	display:inline-block;
	padding:5px 8px 5px 8px;
	border-radius:4px;
	margin:0 5px 5px 0;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.user_details .user_email {
	font-size:11px;	
	color:#444;
	display:none;
}

.user_details_active  .user_email {
	font-size:11px;	
	color:#fff;
	display:none;
}

.n_results {
	display:block;
	padding:4px 0 5px 0;	
	font-size:12px;
}

.paging {
	display:block;
	margin-top:10px;
}

.paging_top {
	display:block;
	padding-bottom:8px;
	border-bottom:1px solid #e2e2e2;
}

.page_no {
	background-color:#fff;
	color:#333;
	display:inline-block;
	border:1px solid #e2e2e2;
	border-radius:4px;
	padding:5px 8px 5px 8px;
	margin:5px 5px 0 0;
	cursor:pointer;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.page_no_active {
	background-color:#365EAE;
	border:1px solid #365EAE;
	color:#fff;
	display:inline-block;
	border-radius:4px;
	padding:5px 8px 5px 8px;
	margin-right:5px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.page_no:hover {
	background-color:#f2f2f2;
}

#msgs_section {
	position:relative;	
}

.checkbox_big, .radio_big {
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.094);
	vertical-align:top;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-position:0px -104px;
	width:35px;
	height:35px;
	margin-right:5px;
	cursor:pointer;
}

.checkbox_big:hover {
	background-position:-35px -104px;
}

.radio_big_active {
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.094);
	vertical-align:top;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-position:-70px -139px;
	width:35px;
	margin-right:5px;
	height:35px;
	cursor:default;
}

.radio_big_active:hover {
	background-position:-105px -139px;
}

.checkbox_big_active {
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.094);
	vertical-align:top;
	display:inline-block;
	background-image:url('../imgs/app_sprite.png');
	background-position:-0px -139px;
	width:35px;
	height:35px;
	margin-right:5px;
	cursor:pointer;
}

.checkbox_big_active:hover {
	background-position:-35px -139px;
}

.big_label {
	height:35px;
	line-height:35px;
	display:inline-block;
	margin:0 8px 0 3px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;
    user-select: none;	
	cursor:pointer;
}

.big_label_inactive {
	cursor:default !important;
}

.valign {
	vertical-align:middle;
}

iframe {
	margin:5px 0 5px 0;	
}

.phone iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 320px;
	height: 568px;
}

.device_wrap {
	width:940px;
}

.phone {
	margin-left:auto;
	margin-right:auto;
	padding:142px 0 0 75px;
	width: 400px;
	height: 705px;
	background-image:url('../imgs/iphone_prototype.jpg');	
}

.shipping_method {
	margin-top:8px;	
}

.no_margins {
	margin:0 !important;	
}

.add_shipping_section {
	margin:4px 0 8px 0;
	padding:8px 0 8px 0;
	border-top:1px solid #e2e2e2;
	width:100%;
}

.shipping_section {
	margin:4px 0 8px 0;	
}

.shipping_name {
	color:#333;
	font-weight:bold;
	font-size:14px;	
	padding-left:22px;
	position:relative;
}

.shipping_icon {
	position:absolute;
	top:4px;
	left:3px;
	background-image:url('../imgs/app_sprite.png');
	background-position:-325px -40px;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
}

.shipping_cost {
	font-size:12px;	
	margin:4px 10px 4px 0;
	padding:4px 0 4px 0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.shipping_free {
	font-size:12px;
	padding:4px 0 4px 0;
}

.paymode_option {
	margin:4px 0 4px 0;
	border:1px solid #e2e2e2;
	border-radius:4px;
	padding:5px 30px 5px 5px;
	width:182px;
	position:relative;
}

.paymode_option_name {
	float:left;	
}

.paymode_option_cost {
	float:right;	
}

.paymode_option_text {
	font-size:10px;
	color:#999;
	margin:3px 0 3px 0;
}

.free_shipping_threshold {
	display:none;	
}

.small_area {
	width:205px;
	color:#101010;
	font-family:"Open Sans", Arial, helvetica;
	font-weight:normal;
	font-size:11px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 0, 0, 0.08);
	padding: 5px 6px 5px 6px;
	display:block;
	opacity:1;
	margin-bottom:5px;
	resize: vertical;
}

.small_area:not([disabled]):active, .small_area:not([disabled]):focus {
	outline: 0;
	border:1px solid #819E14 !important;	
}

.soption_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-198px -127px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:6px;
	right:4px;
	cursor:pointer;
}

.soption_del_icon:hover {
	background-position:-214px -127px;
}

.selected_zones {
	font-size:13px;
	color:#555;
	border:1px solid #cfcfcf;
	padding:8px 8px 8px 7px;
	border-radius:4px;
	width:200px;
	margin:3px 0 4px 0;	
	position:relative;
}

.edit_zones_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-325px 0px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:7px;
	right:7px;
	cursor:pointer;
}

.edit_zones_icon:hover {
	background-position:-325px -20px;
}

.zones_section {
	width:476px;
	height:476px;	
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	position:relative;
	text-align:left;
	padding:12px;
}

.selection_footer {
	position:absolute;
	bottom:0;
	left:12px;
}

.countries_list {
	vertical-align:top;
	width:230px;
	border:1px solid #e2e2e2;
	margin-top:5px;
	overflow-x:hidden;	
	overflow-y:scroll;	
	display:inline-block;
	font-size:12px;
	color:#444;
}

.all_countries {
	height:320px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.sel_countries {
	height:392px;	
	border-radius:4px;
}

.zone_entry {
	display:block;
	padding:6px;
	cursor:pointer;
	border-bottom:1px solid #f2f2f2;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;	
	position:relative;
}

.zone_entry:hover {
	color:#333;	
	background-color:#f9f9f9;
}

.zone_entry_sel {
	background-color:#f2f2f2;
	color:#333;	
	display:block;
	padding:6px 6px 6px 20px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:1px solid #f2f2f2;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.country_sentry {
	display:block;
	padding:6px;
	cursor:pointer;
	border-bottom:1px solid #f2f2f2;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;	
	position:relative;
}

.sentry_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-198px -127px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:6px;
	right:4px;
	cursor:pointer;
}

.sentry_del_icon:hover {
	background-position:-214px -127px;
}

.selected_count {
	border:1px solid #e2e2e2;
	border-top:none;
	font-size:13px;
	padding:8px 0 8px 0;
	margin-bottom:5px;	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	text-align:center;
}

.no_zones_alert {
	margin-top:20px;
	color:#777;
	text-align:center;
	font-size:14px;
}

.radio_group {
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 0;
	display:block;
}

.radio_group li {
	background-color:#fff;
	display:inline-block;
	padding:9px 0 9px 0;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin:0;
	cursor:pointer;
	float:left;
	border-right:1px solid #cfcfcf;
	color:#555;
	text-align:center;
	font-size:11px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.radio_n li {
	width:74px;	
}

.radio_m li {
	width:83px;	
}

.radio_l li {
	width:95px;	
}

.radio_s li {
	width:119px;	
}

.radio_group li:first-child {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-left:1px solid #cfcfcf;
}

.radio_group li:last-child {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-right:1px solid #cfcfcf;
}

.option_sel {
	background-color:#ededed !important;
	font-weight:bold;
	cursor:default !important;
	color:#333 !important;
}

.code_exp_date {
	display:none;	
}

.code_expiring_date {
	text-align:center !important;	
}

.add_code_section {
	margin:8px 0 8px 0;
	padding:8px;
	border-top:1px solid #e2e2e2;
	width:938px;
}

.add_sched_section {
	margin:8px 0 22px 0;
	padding:8px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	width:938px;
}

.add_code_section_active, .add_sched_section_active {
	border: 1px solid #e2e2e2;
	background-color: #f6f6f6;
	border-radius:4px;
}

.promo_codes, .sched_msgs {
	margin:10px 0 10px 0;
	display:table;
	border:1px solid #e2e2e2;
	border-radius:5px;
	width:100%;
}

.promo_codes_head {
	display:table-row;
	text-align:center;
}

.sched_msgs_head {
	display:table-row;
	text-align:left;
}

.promo_code, .sched_msg {
	display:table-row;
	border:1px solid #ccc;
	padding:5px 5px 3px 5px;
	margin-bottom:5px;
}

.promo_code:hover, .sched_msg:hover {
	background-color:#f6f6f6;	
}

.promo_codes_head .promo_entry {
	display:table-cell;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding:4px 10px 4px 10px;
	border-bottom:1px solid #e2e2e2;
	color:#333;
	font-weight:bold;
}

.sched_msgs_head .sched_entry {
	vertical-align:middle;
	display:table-cell;
	font-size:12px;
	text-align:left;
	padding:4px 10px 4px 10px;
	border-bottom:1px solid #e2e2e2;
	color:#333;
	font-weight:bold;
}

.promo_entry {
	display:table-cell;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	padding:4px 10px 4px 10px;
}

.sched_entry {
	vertical-align:top;
	display:table-cell;
	font-size:11px;
	text-align:left;
	padding:6px 12px 6px 12px;
}

.no_promo_codes, .no_sched_msgs {
	display:inline-block;
	font-size:11px;
	text-align:center;
	padding:8px 5px 8px 0;
	width:110px;
}

.promo_codes_head .promo_entry:not(:last-child),
.sched_msgs_head .sched_entry:not(:last-child) {
	border-right:1px solid #e2e2e2;
}

.promo_code:not(:last-child) .promo_entry,
.sched_msg:not(:last-child) .sched_entry {
	border-bottom:1px solid #e2e2e2;
}

.promo_code .promo_entry:not(:last-child),
.sched_msg .sched_entry:not(:last-child) {
	border-right:1px solid #e2e2e2;
}

.promo_edit, .sched_edit {
	background-image:url('../imgs/app_sprite.png');
	background-position:-303px -55px;
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}

.promo_edit:hover, .sched_edit:hover {
	background-position:-327px -55px;
}

.promo_del, .sched_del {
	background-image:url('../imgs/app_sprite.png');
	background-position:-303px -79px;
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}

.promo_del:hover, .sched_del:hover {
	background-position:-327px -79px;
}

.promo_active, .sched_active {
	background-color:#f6f6f6 !important;
}

.promo_active:hover, .sched_active:hover {
	background-color:#f6f6f6 !important;
}

.promo_active .promo_entry, .sched_active .sched_entry {
	border-color:#fff !important;
}

.promo_inactive, .sched_inactive {
	/*opacity:.25;*/
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.promo_inactive:hover, .sched_inactive:hover {
	background-color:#fff !important;
}

.small_entry {
	width:50px !important;
	text-align:center !important;
	vertical-align:middle !important;
}

.med_entry {
	width:150px !important;	
}

.cancel_promo, .cancel_sched {
	display:none;
}

.new_sched_msg {
	border-top:1px solid #e2e2e2;
	margin-top:8px;
}

.sched_specifics {
	display:inline-block;
}

.sched_to_all {
	display:inline-block;	
	color:#999;
	font-size:11px;
}

.points_layer, .points_no_layer {
	display:none;	
}

.sent_points {
	border-bottom:1px solid #E2E2E2;
	padding:0 0 13px 5px;
	color:#999;
}

.sent_points strong {
	color:#333;	
}

.stats_title {
	color:#444;	
	font-weight:bold;
}

.stats_value {
	color:#555;	
	margin-bottom:12px;
	font-size:14px;
}

.empty {
	color:#777;	
	margin-top:5px;
	font-size:13px;
	padding:10px 40px 10px 40px;
	background-color:#f8f8f8;
	border:1px solid #e2e2e2;
	border-radius:4px;
	display:inline-block;
}

#plot {
	display:block;
	width:640px;
	height:160px;
	position:absolute;
	top:0;
	left:0;
	z-index:1003;
}

#plot2 {
	width:950px;
	height:180px;
}

#pie {
	display:block;
	width:180px;
	height:160px;
	position:absolute;
	top:0;
	left:641px;
}

.legend {
	display:block;
	width:120px;
	height:145px; 
	position:absolute;
	top:0;
	left:820px;
	padding:15px 0 0 0;	
}

.legend_name {
	line-height:3px;
	height:20px;
	vertical-align:middle;
	display:inline-block;
	margin-left:3px;
	color:#555;	
}

.color_box {
	width:13px;
	height:13px;
	border:1px solid #e2e2e2;
	padding:4px;
	background-color:#fff;
	display:inline-block	
}

.android_color {
	width:13px;
	height:13px;
	background-color:#8FB017;
}

.ios_color {
	width:13px;
	height:13px;
	background-color:#1794D3;
}

.slider_wrap {
	display:inline-block;	
}

.slider {
	width:210px;
	height:15px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	position:relative;
	margin:25px 0 10px 0;
}

.slider_c {
	width:10px;
	height:25px;
	position:absolute;
	top:-5px;
	left:100px;
	background-color:#ededed;
	border:1px solid #cfcfcf;
	cursor:pointer;
	border-radius:3px;
}

.scroll_drag {
	background-color:#ccc !important;
	cursor:default !important;
}

.slider_c:hover {
	background-color:#e0e0e0;
}

.slider_left, .slider_right {
	font-size:11px;
	color:#555;	
}

.slider_left {
	float:left;	
}

.slider_right {
	float:right;	
}

.fixed_save {
	position:fixed;
	bottom:0;
	padding:8px 20px 6px 20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.59);
}

.draws_section {
	width:676px;
	height:376px;	
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	position:relative;
	text-align:left;
	padding:12px;
}

.draws_list_wrapper {
	margin-top:5px;
	width:100%;
	height:340px;
	display:block;
	overflow-x:hidden;
	overflow-y:scroll;
}

.draws_list {
	width:100%;
	display:table;
	border:1px solid #e2e2e2;
}

.draw_tr, .draw_th, .draw_te {
	display:table-row;		
}

.draw_tr:hover {
	background-color:#f6f6f6;
}

.draw_th .draw_td  {
	display:table-cell;
	font-weight:bold;
	padding:5px;
	font-size:14px;
}

.draw_tr .draw_td {
	display:table-cell;
	padding:5px;
}

.draw_te .draw_td {
	display:table-cell;
	padding:5px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.draw_td:not(:last-child){
	border-right:1px solid #e2e2e2;
}

.draw_th:not(:last-child) .draw_td,
.draw_tr:not(:last-child) .draw_td,
.draw_te:not(:last-child) .draw_td {
	border-bottom:1px solid #e2e2e2;	
}

.no_draws {
	position:absolute;
	left:250px;
	top:200px;
	font-size:16px;
	font-weight:bold;
	color:#999;
	display:none;
}

.draws_loader {
	position:absolute;
	left:320px;
	top:210px;
}

.new_section {
	width:524px;
	height:576px;
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	position:relative;
	text-align:left;
	padding:12px;
}

.aux_sections, .shop_aux_sections {
	list-style-type: none;
	margin: 15px 0 20px 0;
	padding: 0;
}

.aux_sections li, .shop_aux_sections li {
	background-color:#fff;
	color:#333;
	border:1px solid #ccc;
	border-radius:4px;
	width: 100%;
	height:36px;
	padding:0;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	position:relative;
	margin-top:5px;
}

.aux_sections li:hover, .shop_aux_sections li:hover {
	border:1px solid #aaa;
}

.no_aux_sections, .no_shop_aux_sections {
	margin:0 0 20px 5px;
	color:#777;
	font-size:15px;
	display:none;	
}

.confirm_dialog {
	width:376px;
	height:126px;	
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	position:relative;
	text-align:center;
	padding:12px;
	border-radius:6px;
}

.confirm_msg {
	display:block;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:bold;
	margin:10px 0 20px 0;	
}

.confirm_wrap {
	display:inline-block;
	margin:10px 0 10px 0;
}

.wait_dialog {
	width:180px;
	height:30px;	
	border-radius:5px;
	border:1px solid #999;
	position:relative;
	text-align:left;
	border-radius:6px;
	padding:10px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.wait_msg {
	display:inline-block;	
	margin-left:7px;
	width:130px;
	height:30px;
	line-height:30px;
	vertical-align:top;
	text-align:center;
	color:#000;
}

.alert_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-252px -154px;	
	width:16px;
	height:14px;
	position:absolute;
	left:7px;
	top:6px;
}

.smtp_alert {
	position:absolute;
	display:none;
	top:0;
	right:15px;
	padding:6px 10px 6px 30px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color:#fff;
	background-color:#555;
	font-size:11px;
}

.overlay {
	background-color:rgba(0,0,0,.4);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.layer {
	position:absolute;
	background-color:#fff;
	border-radius:5px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
}

#new_section_content {
	opacity:0 !;	
}

.select_img {
	position:relative;
	box-sizing:border-box !important;
}

.select_img input {
    cursor: inherit;
    display: block;
    font-size: 0;
    filter: alpha(opacity=0);
	opacity: 0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}

.img_progress {
	display:none;	
}

.overlay_opened .mce-menu, .overlay_opened .mce-tooltip { position:fixed !important; }

.subsection_m_active .inbox_refresh {
	background-image:url('../imgs/app_sprite.png');
	background-position:-303px -141px;
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	top:9px;
	right:10px;
	cursor:pointer;
}

.subsection_m_active .inbox_refresh:hover {
	border-radius:20px;
	background-color:#fff;
	background-position:-327px -141px;
}

p {
	padding:0;
	margin:0;
	word-wrap: break-word;
}

.sched_entry h1, .one_msg h1 {
	font-family:"Open Sans", Arial, sans-serif;
	font-size:26px;
	color:#8DAE17;
	padding:0;
	margin:0;
	font-weight:bold;
}

.sched_entry h2, .one_msg h2 {
	font-family:"Open Sans", Arial,sans-serif;
	font-size:18px;
	color:#333;
	padding:0;
	margin:0;
	font-weight:bold;
}

.sched_entry ul, .sched_entry ol, .one_msg ul, .one_msg ol, #rewards_section ol, #rewards_section ul {
	padding:0;
	list-style-position:inside;
	margin: .3em 0 0 0;
}

.sched_entry img {
	margin:5px 0 5px 0;	
}

.sched_entry img, .sched_entry table img {
	width:100% !important;	
}

.sched_entry table, .one_msg table {
	word-wrap: break-word;
	table-layout:fixed;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	margin:.7em 0 .7em 0;
	width:100%;
}

.sched_entry table td, .one_msg table td {
	padding:.4em;
	text-align:left;
	border-color:#ccc;
}

.sched_entry table th, .one_msg table th  {
	padding:.4em;
	text-align:left;
	border-color:#ADD51B;
	font-weight:bold;
}

.sched_entry table th h1, .sched_entry table th h2, .sched_entry table th p,
.one_msg table th h1, .one_msg table th h2, .one_msg table th p {
	color:#fff !important;
}

.sched_entry table td:not(:last-child), .sched_entry table th:not(:last-child),
.one_msg table td:not(:last-child), .one_msg table th:not(:last-child) {
	border-right-style:solid;
	border-right-width:1px;
}

.sched_entry table tr,
.one_msg table tr {
	border-bottom:1px solid #ccc;
}

.sched_entry table th,
.one_msg table th {
	background-color:#365EAE;
	color:#fff;
	text-align:left;
}

.notify_section {
	display:none;	
}

.upgrade_btt {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.upgrade_btt:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.upgrade_btt:active {
	position:relative;
	top:1px;
}

.upgrade_label {
	display:inline-block;
	margin:0 20px 0 0;
	color:#333;	
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.upgrde_limit_label {
	display:inline-block;
	margin:0 15px 0 0;
	color:#E94032;	
	font-weight:bold;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
}

.limit_warning {
	display:inline-block;
	background-color:#E63F31;
	color:#fff;
	padding:5px 10px 5px 10px;
	margin-left:10px;
	border-radius:5px;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;	
	cursor:pointer;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { color:#fff; }
    50% { color:#E63F31; }
    100% { color:#fff; }
}

@-webkit-keyframes blinker {  
    0% { color:#fff; }
    50% { color:#E63F31; }
    100% { color:#fff; }
}

@keyframes blinker {  
    0% { color:#fff; }
    50% { color:#E63F31; }
    100% { color:#fff; }
}

/* REWARD SYSTEM CSS */

.reward_total_extra {
	margin-top:10px;
}

.rewards_quant_extra, .rewards_total_extra {
	display:none;	
}

.rewards_dsp {
	height:15px;
	background: #fff;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
	margin:20px 0 5px 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.rewards_categs {
	margin:12px 0 0 0;
}

.rewards_categ {
	font-size:13px;
	position:relative;
	color:#101010;
	margin:2px 5px 2px 0;
	display:inline-block;
	padding:8px 12px 8px 31px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rewards_categ:hover {
	background-color:#f5f5f5;	
}

.rewards_categ_del_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-198px -127px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:9px;
	left:8px;
	cursor:pointer;
}

.rewards_categ_del_icon:hover {
	background-position:-214px -127px;
}

.no_rewards_categs {
	color:#999;
	font-size:13px;
	border:1px solid #e2e2e2;	
	border-radius:5px;
	display:inline-block;
	padding:10px 15px 10px 15px;
}

.rewards_prods_box {
	border:1px solid #e2e2e2;
	border-radius:5px;
	padding:3px;
	width:435px;
	height:180px;
	margin-right:5px;
	overflow-x:hidden;	
	overflow-y:scroll;
}

.no_rw_prods {
	color:#999;
	font-size:13px;
	display:inline-block;
	padding:5px 0 0 5px;
}

.rw_prod, .rws_prod {
	font-size:13px;
	border-radius:5px;
	border:1px solid #f4f4f4;
	padding:7px 10px 7px 10px;
	cursor:pointer;
	background-color:#fff;
	position:relative;
	margin-bottom:2px;
}

.rw_prod:hover, .rws_prod:hover {
	border:1px solid #e2e2e2;
	background-color:#f5f5f5;
}

.rw_prod:hover:after, .rws_prod:hover:after {
	content:"+ adauga";
	font-size:11px;
	color:#999;
	position:absolute;
	right:6px;
	top:8px;
}

.rws_prod:hover:after {
	content:"- elimina";
	font-size:11px;
	color:#999;
	position:absolute;
	right:6px;
	top:8px;
}

#rewards_section {
	margin-top:10px;	
}

.rwp_options {
	padding:0 8px 0 0;
	width:345px;
	height:300px;
	margin-right:5px;
	overflow-x:hidden;	
	overflow-y:scroll;
}

.rwp_option {
	font-weight:bold;
	margin-top:10px;
	color:#101010;
	font-size:13px;
	padding-left:3px
}

.rwp_option_x {
	background-color:#fff;
	color:#101010;
	border:1px solid #e2e2e2;
	border-radius:5px;
	padding:8px 10px 8px 10px;
	cursor:pointer;
	-webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
	margin-top:5px;
	position:relative;
}

.rwp_option_x:hover {
	background-color:#f0f0f0;
}

.rwp_option_sel {
	border:1px solid #365EAE !important;
	background-color:#365EAE !important;
	color:#fff !important;
	position:relative;
}

.rwp_option_sel:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:7px;
	margin:auto 0;
	background-image:url('../imgs/app_sprite.png');
	background-repeat: no-repeat;
	background-position:-51px -174px;
	width:12px;
	height:12px;
}

.rws_prod_options {
	font-size:11px;
	color:#777;
	margin-top:4px;
}

.reward_entry {
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f5f5f5));
	background:-webkit-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-o-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:-ms-linear-gradient(top,#fff 0,#f5f5f5 100%);
	background:linear-gradient(top,#fff 0,#f5f5f5 100%);
	color:#333;
	border:1px solid #e2e2e2;
	border-radius:4px;
	padding:10px 15px 10px 15px;
	margin-bottom:5px;
	-webkit-user-select: none;  
    -moz-user-select: none;   
    -ms-user-select: none;      
    user-select: none;	
	opacity:1;
	position:relative;
}

.reward_entry:hover {
	border:1px solid #c2c2c2;
}

.reward_entry img {
	width:35%;	
}

.order_rewards {
	margin:0 0 4px 10px;
	padding:15px 0 15px 0;
	border-top:1px solid #E2E2E2;
	text-align:left;
	font-size:13px;
	color:#444;
}

.order_rewards_title {
	font-size:13px;
	font-weight:bold;	
	margin-bottom:5px;
	color:#101010;
}

.qr {
	width:150px;
	height:150px;
}

.x_btt {
	background-color:#fff;
	display:inline-block;
	text-align:center;
	padding:10px 25px 10px 45px;
	margin-top:10px;
	font-size:12px;
	color:#333 !important;
	cursor:pointer;
	border:1px solid #c2c2c2;
	border-radius:4px;
	-webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position:relative;
	text-decoration:none !important;
}

.x_btt:hover {
	background-color:#e2e2e2;
	text-decoration:none !important;
	color:#333 !important;	
}

.order_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-334px -186px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:10px;
	left:10px;
}

.dw_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-330px -166px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	left:8px;
}

.ios_x_icon {
	background-image:url('../imgs/app_sprite.png');
	background-position:-310px -166px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	left:8px;
}

.shop_filter2 {
	display:none;	
}

.order_shop {
	background-color:#333;
	color:#fff;
	padding:5px 10px 5px 10px;
	display:inline-block;
	border-radius:5px;
	font-size:11px;
	margin-top:	10px;
}

.shop_aux_link {
	color:#101010;
	margin:10px 0 2px 0;	
	height:15px;
	font-weight:bold;
	font-size:13px;
}

.order_invoice {
	width:130px !important;
	display:block;
	margin-top:10px;
}

.upgrade_table {
	border:1px solid #e2e2e2;
	width:100%;	
	border-collapse:collapse;
}

.upgrade_table th {
	padding:4px;
	border:1px solid #e2e2e2;
	font-weight:bold;
	text-align:left;
}

.upgrade_table th:not(.x_feature) {
	padding:4px;
	border:1px solid #e2e2e2;
	font-weight:bold;
	text-align:center;
}

.upgrade_table td {
	padding:4px;
	border:1px solid #e2e2e2;	
	text-align:left;
	font-size:13px;
}

.upgrade_table td:not(.x_feature) {
	padding:4px;
	border:1px solid #e2e2e2;	
	text-align:center;
	font-size:12px;
}

.upgrade_table tbody tr:nth-child(odd) {
   background-color: #fafafa;
}

.yes_icon {
	margin-top:2px;
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-150px -23px;
	width:14px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
}

.no_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-134px -37px;
	width:14px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
}

.prod_reorder {
	background-color:#fff;
	position:absolute;
	top: 11px;
	left:0;
	width:50px;
	height:50px;
	border-radius:3px;
	vertical-align:top;
	cursor:pointer;
	display:none;
}

.prod_reorder .prod_reorder_icon {
	background-image:url('../imgs/app_sprite.png');
	background-repeat:no-repeat;
	background-position:-125px -181px;
	width:35px;
	height:35px;
	margin:8px 0 0 8px;
}

.prod_reorder:hover .prod_reorder_icon {
	background-position:-160px -181px;
}

.reorder_wrap {
	width:100%;
	display:block;
	padding-bottom:8px;
	border-bottom:1px solid #e2e2e2;
}

.photo_entry {
	border:1px solid #e2e2e2;
	border-radius:5px;
	background-repeat:no-repeat;
	background-size:content;
	background-position:center center;	
	cursor:pointer;
}