/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:Arial;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:#000;
	font-family:calibri;
	font-size:12px;
	background-color:#fff;
}
table {
	border-collapse:separate;
	border-spacing:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
.ft_lt{float:left}
.ft_rt{float:right;}

/* Form Elements */

input[type="text"], select,  input[type=password] {
    border: 1px solid #CCC;
    line-height:15px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
   border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type="checkbox"]{
	width:20px;
	height:20px;
}

/**** End of Form Elements ****/

/*===================*/
/*=== Main Styles ===*/
/*===================*/
a, a:visited {
	color:#764098;
	text-decoration:none;
	border:none;
}
a:active {
	color:#764098;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.spacer10{
	clear:both;
	height:10px;
	line-height:10px;
	}
#wrapper{
	width:100%;
}
#wrapper-container{
	width:100%;
	background:#fff;
	margin:0px auto 0px auto;
}
/*===================*/
/*=== Top Header ===*/
/*===================*/
#header{
	width:100%;
	float:left;
	background-color:#414142;
}
.headerimg a.logo{
	width:221px;
	color:white;
	font-size:30px;
	margin:20px;
  float:left;
}
.toplinks {
float: right;
margin-top: 5px;
margin-right: 15px;
/* width: 100%; */
text-align: right;
color: #fff;
font-size: 13px;
background: #555;
/* width: 250px; */
padding: 5px 10px;
border-radius: 10px;
font-weight: bold;
}
.toplinks a {
color: #DDD;
text-transform: capitalize;
}
/*====================*/
/*=== Nav Styles ===*/
/*====================*/
#nav-wrapper{
	width:958px;
	background:url(../images/nav-bk.gif) repeat-x;
	height:37px;
	float:left;
	padding:0 21px;
}
#nav-wrapper ul{ list-style-type:none;}
#nav-wrapper ul li{ display:inline;}
#nav-wrapper ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:13px;
	height:37px;
	line-height:37px;
	padding:0 36px;
	background:url(../images/nav-sep.gif) no-repeat top right;
}
#nav-wrapper ul li a:hover{
	color:#fff;
	background:url(../images/nav-bk-hover.gif) repeat-x ;
}
#nav-wrapper ul li a.last{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:13px;
	height:37px;
	line-height:37px;
	padding:0 36px;
	background:none;

}
#nav-wrapper ul li a.last:hover{
	color:#fff;
	background:url(../images/nav-bk-hover.gif) repeat-x ;
}
/*====================*/
/*=== Body Styles ===*/
/*====================*/
.clearall {
width:100%;
height:1px;
clear:both;
}
#body-content{
	min-height:100px;
	height:auto!important;
	height:200px;
	margin:0 auto;
	padding-bottom:30px;
}
#headerbar1 {
  height:50px;
  width:100%;
  float:left;
  background-color:#754099;
}

.page-title {
	padding: 10px;
	line-height: 2.2;
	font-size: 2em;
	font-weight: bold;
	color: #222;
}

.controls {
	text-align: right;
	padding-top: 10px;
	width: 99%;
	margin-bottom:3px;
}

.header-controls {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.controls2 {
	background-color: #414142;
	min-height: 50px;
	width:100%;
	float:left;
}

.pagination {
margin-top: 10px;
/* padding: 50px; */
background-color: #FFF;
float: left;
height: 20px;
padding: 5px;
margin-left: 20px;
border-radius: 20px;
font-size:1.1em;
font-weight:bold;
}

#headerbar2 {
  height:5px;
  width:100%;
  float:left;
  background-color:#896AA3;
}
#headerbar3 {
  height:5px;
  width:100%;
  float:left;
  background-color:#754099;
}
#headerbar0 {
  height:5px;
  width:100%;
  float:left;
  background-color:#46236d;
}
#body-content p{ line-height:20px; font-size:12px;}
.home-leftPanel{
	width:428px;
	float:left;
	padding:0 49px 0 11px;
	background:url(../images/body-liner.gif) no-repeat center right;
}
.greenH2{
	font-size:13px;
	color:#589403;
	padding-bottom:10px;
	display:block;
}
.home-rightPanel{
	width:340px;
	float:left;
	padding:25px 0 0 48px;
}
.form-bkContainer{
	width:340px;
	height:239px;
	background:url(../images/login-bk.gif) no-repeat;
	margin:0 auto;
	position:relative;
}
.logintxt{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	top:19px;
	left:36px;
	position:absolute;
}
.login-containet{
	width:340px;
	height:183px;
	padding-top:48px;
	float:left;
}
.label{
	width:114px;
	float:left;
	height:35px;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding-right:15px;
}
.labelbtn{
	width:100px;
	float:left;
	height:35px;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding-right:15px;
}
.input-container{
	height:35px;
	width:210px;
	float:left;
}
.btn-container{
	height:36px;
	width:210px;
	float:left;
}
.inputall{
	border:none;
	line-height:35px;
	width:162px;
	padding:0 5px;
	height:35px;
	background:none;
}
.sign-btn-ctr{width:210px; height:35px; float:left; padding-left:10px;}
.sign-btn-ctr a.signin{ width:89px; height:35px; display:block; float:left; float:left; background:url(../images/sign-in-off.gif) no-repeat; text-decoration:none; margin-right:8px;}
.sign-btn-ctr a.signin:hover{background:url(../images/sign-in-on.gif) no-repeat;}
.sign-btn-ctr a.register{ width:89px; height:35px; float:left; display:block; background:url(../images/register-in-off.gif) no-repeat; text-decoration:none;}
.sign-btn-ctr a.register:hover{background:url(../images/register-in-on.gif) no-repeat;}
.btn-all{
	height:35px;
	font-size:14px;
	font-weight:bold;
	width:89px;
	background:none;
	border:none;
	float:left;
	text-indent:-9999px;
	display:block;
	}

.usertxt{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	top:60px;
	left:36px;
	position:absolute;
}
.passwordtxt{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	top:100px;
	left:36px;
	position:absolute;
}
#footerContainer{
	background:#414141;
	width:100%;
	float:left;
  position:fixed;
  bottom:0;
}
#footerContaint{
	/*background:url(../images/footer-linner.gif) no-repeat top center;*/
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	margin-top:10px;
	margin:0 auto;
}
#footerContaint a{ color:#FFFFFF;
font-size:13px;}
#footerContaint a:hover{ color:#000000;}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.cls {
	clear:both;
}
.error_input {
  border:1px solid #cc0000 !important;
}
.column-field-name {
	float:left;
	width:200px;
}
.checkallbox {
  margin-left:  4px;
  margin-right: 2px;
  vertical-align: middle;
}

#tabs {
	margin:20px;
	min-height: 400px;
	float:left;
}

.fieldset1 {
 margin-top:20px;
 }
 .productimage_sku_by_color {
	float:left;
	padding:5px;
	margin:5px;
 }
 .image_sku_color li {
	list-style-type:none;
 }
 #product_image table {
	border-collapse:collapse;
	border-color:#aaaaaa;
 }
 #product_image table tr td{
	border-color:#aaaaaa;
 }
 
.w100 {
	width: 100px;
	float: left;
	padding-top: 4px;
	font-weight: bold;
	margin-right: 10px;
}

#upload{
	float: left;
}

.edit-paing-icons {
cursor:pointer;
margin: 2px 4px;
}

.remove_link {
	cursor:default;
}
#ebay_product {
	width:45%;
	float: left;
}
#ebay_search {
	/*width:50%;*/
	float:right;
}
.go_button form {
    display: inline;
}
#ebay_search_next, #ebay_search_submit {
    display: inline;
    float: right;
}
.go_button form {
    display: inline;
}
.value_yes {
	cursor:pointer;
}
.content .variation {
	vertical-align:top;
}
#item_desc p {
	display:inline;
}

#ebay_search_data {
	border: 1px solid;
    float: left;
    width: 100%;
}

.textbox_mini.sin_code {
	width:115px;
}

#col1 {
	width: 33%;
	float:left;
}

#col2 {
	width: 50%;
	float:left;
}

#col3 {
	width: 50%;
	float: right;
}
#col23 {
	width: 67%;
	float:right;
}

#div_licence {
	float:left;
	width: 100%;
}

#column_container {
	padding-top:12px;
}

.img_show_help {
    padding-left: 10px;
}

#help_link {
	color:#FFFFFF;
}

.show_border {
	border:1px solid #000;
    border-collapse: collapse;
}

.color_box {
	cursor:pointer;
}

a#api_token {
    cursor: pointer;
}

a#api_token {
    cursor: pointer;
 border-style:solid;
 border-width:1px;
 border-radius: 4px;
 padding: 4px;
 background-color:#E6E6E6;
}

tr#api_token_row > td {
	padding-top: 7px;
}

.contacts {
    background-color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    cursor: move;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 5px;
}
.widget {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 0.2em;
}
.contact_widget_footer {
    background: none repeat scroll 0 0 #666666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 25px;
    text-align: right;
}
.contacts .contact {
    font-size: 1.5em;
    padding-left: 10px;
    vertical-align: top;
}
.widget_remove img {
    cursor: pointer;
    float: right;
}
.loggedin_home_content .left, .center, .right {
    display: inline-block;
    min-height: 100px;
    min-width: 31%;
    vertical-align: top;
    /*width: 33%;*/
}
.configure_widgets {
    padding: 3px 10px 0 0;
    text-align: right;
}
.element.style {
    display: block;
    left: 50%;
    margin-left: -230px;
    margin-top: -107.5px;
    position: fixed;
    top: 50%;
    z-index: 2;
}
/*.modal {
    background: none repeat scroll 0 0 #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    display: none;
    padding: 15px 30px;
    width: 400px;
}*/
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/*.amz_default_info_sku_status {
	display:none;
}*/
#site_psub_cat div#tree_view {
height: 260px;
overflow-y: scroll;
overflow-x: auto;
width: 150% !important;
border: 1px solid #AAA;
margin-left: 0px;
margin-top: 5px;
}
.hover-enabled span, .jstree-icon {
cursor:pointer;
}



/* Login Form CSS */

.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

.login-form {
	background-image: url('../images/cross-background-purple.png');
}

.login-form #wrapper-container {
	background-color: transparent;
}
#product_edit_error_message { 
border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    color: rgb(34, 34, 34);
    float: left;
    margin-top: 20px;
    height: 400px;
    overflow-x: hidden;
	width:15%;
}
.error_msg_header{
    background-color: #dadada;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    margin: 3px;
    padding: 8.5px 0px;
    text-align: center;
}
#main #tabs {
	width:80%;
	margin-bottom:40px;
}
.form_container .form_item_label {
	width:139px;
	float:left;
	font-weight:bold;
	font-size:15px;
	padding-left:10px;
}
.form_item {
	padding:5px;
} 
.form_item_search {
	float:left;
	padding-left:20px;
}
.fieldset_legend {
	font-size:18px;
	padding:0 5px;
	margin-bottom:5px;
}
.label_checkboxes > label {
	display:none;
}
.showing_filtered_results , .showing_filtered_results a {
    color: #DDDDDD;
    font-weight: bold;
    padding-top: 20px;
}

.showing_filtered_results{
	float:left;
	margin-left: 10px;
}

.form_container{
	max-height:400px;
	overflow:auto;
}

.legends {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.print_postage_labels {
	padding:20px;
}
.shipp_address {
	font-weight:bold;
	font-size:18px;
    padding:3px;
}
.dispatch {
	font-size:13px;
}
.shipp_address_border {
	border-bottom:1px dotted #000;
	padding-top:25px;
}
.order_id {
	padding-top:25px;
	font-weight:bold;
	font-size:16px;
}
.del_address_text {
	font-weight:bold;
}
.delievery_address_details {
	border:1px solid #000;
	margin:20px 0;
	padding:10px 5px;
	float:left;
	width:100%;
}
.delievery_address {
	float:left;
	width:50%;
}
.order_details {
	float:left;
	margin-top:24px;
}
.ord_details_sta {
	float:left;
	width:120px;
}
.ord_details_dya {
	float:left;
}
.amz_order_bold, .accordion_title {
	font-weight:bold;
}
.prod_details_amz {
	font-size:12px;
}
.ord_date, .sales_channel {
	padding:0 20px;
}
.order_status {
	float:right;
	padding-right:20px;
}
.text_order_t2t_status {
	float: left;
    padding-left: 10px;
    width: 150px;
}
.ord_sta_rig {
	float:left;
}
.t2t_order_status, .ord_qty, .order_amount {
	float:right;
}
.prd_name_amz_order_listing {
	width:700px;
	padding-top:14px;
}
.barcode_size_col {
	padding-top:5px;
}
table.all_xml_tags tr {
	display:inline-block;
	width:33%;
}
.headerbar-buttons {
 float:right;
 margin:9px;
}
#footerbar {
    background-color: #754099;
    float: left;
    height: 50px;
    width: 100%;
	margin-bottom:40px;
}
.search_criteria{
  margin-left:5px;
  margin-top:20px;
  float:left;
  color:#F1F1F1;
}
.choose_columns{
	height:400px;overflow:auto;float:left;
}

.button2 {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: BLACK !important;
    display: inline-block;
    font-weight: bold;
    margin: 2px 1px 1px;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}
.button3 {
    background-color:#B5B5B5;
    border-color: '';
    border-radius: 0.5em;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: BLACK !important;
    display: inline-block;
    font-weight: bold;
    margin: 2px 1px 1px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}
.button4 {
    background-color: #754099;
    border-color: #A182BB #3E1661 #3E1661 #A182BB;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    margin: 2px 1px 1px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}
.button3:hover {
	text-decoration:none;
}

.button4:hover {
    background-color: #8960A8;
    border-color: #3E1661 #A182BB #A182BB #3E1661;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    margin: 1px 1px 2px;
	text-decoration:none;
}
#tab_buttons{
 margin-top:5px;
 float:left;
}
.widget_refresh img {
    cursor: pointer;
    float: right;
}


/********************** make ul li in select ***********/

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
.dropdown dt a {background:#fff url(../images/arrow.png) no-repeat scroll right center; display:inline-block; padding-right:20px;
				border:1px solid #aaa; width:300px;padding:5px;}
.dropdown dt a span {cursor:pointer; display:block; padding:2px;}
.dropdown dd ul { background:#fff none repeat scroll 0 0; border:1px solid #aaa; color:#C5C0B0; display:none;
				  left:0px; padding:5px 0px; /*position:relative;*/ float:left; top:2px; width:auto; min-width:310px; list-style:none;position:absolute;z-index:20;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#fff;}
.dropdown dd ul li a > span { margin:0 10px; }

dl.dropdown { margin-left: 3px; float:left; }

dl.dropdown li {
	line-height: 10px;
}

.sts_select {
	float:left;
	margin:0 7px;
	width:10px;
	height:10px;
}

/********************** make ul li in select ***********/

#widget_5 .list_scroller {
    height: 310px;
    overflow: auto;
}
.widget_remove img, .widget_refresh img {
	padding:4px;
}
.textbox_small {
	width:135px !important;
}
.order_filter {
	display:inline-block;
	float:none;
}
.order_id_acc_header {
	float:left;
	display:block;
	/*width:250px;*/
	width:275px;
}
.bulkupdate_shop {
	float:left;
}
.bulkupdate_parent > span {
    display: block;
    float: left;
    width: 200px;
	text-align:center;
}
.bulkupdate_parent {
	padding:20px;
}
.shop_dropdown_links_button {
	float: left;
    margin-left: 20px;
    margin-top: 15px;
}
.shop_dropdown_links_button img.last_links, .shop_dropdown_links_button img.previous_links {
	opacity:0.5;
	cursor:default;
}
.amz_par_selet {
	padding-left:12px;
}
.sale {
	color:green;
	font-weight:bold;
}
.return {
	color:red;
	font-weight:bold;
}
.main_cb_hidden {
	display:none;
}
.price_list_active_th {
	vertical-align: calc(6px);
}
.amazon_autoassign_codes {
	opacity:0.5;
}
.default_info_enc_code {
	display:none;
}
.order_sent_status {
	float:right;
	padding:1px 10px;
	margin-top: 10px;
}
.order_not_sent {
	background-color: #A01A0E;
    /*border-radius: 50px;*/
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.order_sent {
	background-color: #76BA43;
   /* border-radius: 50px;*/
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.order_sent_forcefully {
	background-color: #F8B72C;
   /* border-radius: 50px;*/
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.updated_widget_table_row tr{
	height:	20px;
}
/* for product info  tabs */
#main .ui-widget-header {
  border:none !important;
   background-color: #ffffff !important;
}
#main .ui-tabs-anchor{
   background-image: linear-gradient(#f4f4f4, #eee 50%, #d9d9d9 50%, #f4f4f4);
}
#main .ui-state-active > a{
   background-image: none !important;
}
#main .ui-tabs .ui-tabs-panel {
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
	margin-left: 2px;
	padding: 4px;
}
#main #tabs {
 border:none;
 
}

.border-top{
 border-top: 1px solid #CCC; 
}

.width100per{
 width:100%;
}

/*****************************************/

fieldset#import_settings, fieldset#export_settings, fieldset#shop_licence, fieldset#mdt_licence, fieldset#other_notification {
	border: 1px solid #ccc;
    margin: 10px;
    padding: 10px; 
	border-radius:5px;
	/*min-height: 321px;*/
}
.ebay_compatible_logo_footer {
	float: right;
    height: 25px;
    padding-right: 20px;
}
/********** search form code 8********/
.item_search {
  position: absolute;
    float: left;
    margin-left:10px;
}
.item_search .button1 {
    display: none;
}
.item_search input[type="text"] {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: block;
    padding: 5px;
    margin-right: 5px;
    width: 180px;
    float: left;
}
img#search_image {
    margin-left: -30px;
    margin-top: 10px;
    display: none;
}
#amazon_accordion h3 span{
  word-wrap:break-word;
}
.order_note {
    font-size: 16px;
}
.updated_table_view td {
    padding: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.updated_table_view th {
    border: 1px solid #CCCCCC;
    padding: 5px !important;
}

.updated_table_view {
	border-collapse:collapse;
}
.updated_table_view th {
  background-color: #F0F0F0 !important;
  border-radius:4px !important;
}
#div_licence #tabs {
  width:97%;
}
#div_licence .ui-tabs-panel {
   width:60em;
}
#div_licence #tabs .tabs-list {
   width:300px;
}
#div_licence #tabs fieldset legend {
    cursor:pointer;
	color:#764098;
}
#div_licence #tabs fieldset legend:hover {
	text-decoration:underline;
}
.unknown_barcode{
  background:#A01A0E;
  color:white;
}
.color_attribute{
   background-color:#754099;
   color:white;
}
.found_cl{
  background-color:#a89e2d !important;
  color:white;
  border:1px solid #ccc;
}
th.found_cl{
  background-color:#a89e2d !important;
  color:white;
  border:1px solid #ccc;
}
.fav_cat_div {
    width: 70%;
    border: 1px solid;
    overflow: scroll;
}
.fav_cats_ul{
	list-style:none !important;
}
.fav_cats_ul li{
	cursor:pointer;
}
.jstree-clicked1 {
    background-color: #A2E9FF;
    width: max-content;
    padding: 5px;
    border-radius: 6px;
}
.textbox_small{
        min-width:98% !important;
}
.order_partial_sent {
	background-color: #FFBF00;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.color_box3 {
  height: 25px;
  width: 25px;
}
.link-active{
  color:red !important;
}
/*start for shopify collection tab*/
.shopify_info_divs {
    padding-top: 20px;
    margin-left: 20%;
}
.sh_info_ch_div1 {
    float: left;
    width: 21%;
}
.sh_info_mid_div {
    width: 2%;
    float: left;
}
/*end for shopify collection tab*/
/* for easles page accordians*/
.esales_accordian{
  background:#7145997d !important;
}
{% comment %} overlay css for id overlay {% endcomment %}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
{% comment %} PleaseWait css for id PleaseWait {% endcomment %}
#PleaseWait {
  display: none;
  position: fixed;
  top: 50%;
  left:50%;
  margin-right: -32px;
  margin-top: -32px;
}

#warning_message_4_return_branch_code {
  color: red;
  margin: 0;
}

input.productstatus_ready,
select.productstatus_ready,
textarea.productstatus_ready,
input[type="checkbox"].productstatus_ready {
  pointer-events: none;
  opacity: 0.6;
  background-color: #f5f5f5;
}