﻿tr.AutoFraudActivated td.FraudCount
{
    background-image: url(human_kpi_red.png);
    background-repeat:no-repeat;
    background-position:center center;
}

tr.AutoHoldActivated td.HoldCount
{
    background-image: url(flag_kpi_red.png);
    background-repeat:no-repeat;
    background-position:center center;
}

tr.FromeComFailure td.RecordDirection
{

    background-image: url(from_ecom_failure.png);
    background-repeat:no-repeat;
    background-position:center center;
}

tr.FromeComSuccess td.RecordDirection
{
    background-image: url(from_ecom_success.png);
    background-repeat:no-repeat;
    background-position:center center;
}

tr.ToeComFailure td.RecordDirection
{
    background-image: url(to_ecom_failure.png);
    background-repeat:no-repeat;
    background-position:center center;
}

tr.ToeComSuccess td.RecordDirection
{
    background-image: url(to_ecom_success.png);
    background-repeat:no-repeat;
    background-position:center center;
}

table.SiteActions
{
    visibility: hidden;
}

.WorkflowOrders_editForm1 .RichEditor 
{ 
    width: 400px!important; 
    height: 300px!important;
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}

.WorkflowOrders_convertToOrder .RichEditor 
{ 
    width: 400px!important; 
    height: 400px!important;
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}

.Orders_finalizeQuote .RichEditor 
{ 
    width: 600px!important; 
    height: 300px
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}

.Orders_previewEmail .RichEditor 
{ 
    width: 600px!important; 
    height: 400px!important;
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}

.EmailActivityTrail_orderEmailEditForm1 .RichEditor 
{ 
    width: 600px!important; 
    height: 330px!important;
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}

#StandardNotification div.Header,
#NotificationEmailTemplate div.Header,
#ToEmail div.Header,
#CC div.Header,
#BCC div.Header,
#PaymentMethod div.Header,
#TransportMode div.Header,
#PurchasedGiftCard div.Header,
#ReceivedGiftCard div.Header,
#AccountHolderName div.Header,
#ReferenceNumber1 div.Header,
#PaymentAmount div.Header,
#Action div.Header,
#PaymentTerms div.Header,
#NameOnCard div.Header,
#CCLookup div.Header,
#CCType div.Header,
#CCNumber div.Header,
#CCExpiryMonth div.Header,
#CCCSCCode div.Header,
#BankAccountType div.Header,
#BankAccountNumber div.Header,
#BankABARouting div.Header,
#BankAccountHolderName div.Header,
#BankName div.Header,
.WithLabel .Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 100px; 
}

#ShipToMethodID div.Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 85px; 
}

#ShippingCharges div.Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 85px;
}

#CCExpiryMonth div.Value
{
    float: left;
    width: 85px;
    padding-left: 0px; 
}

#CCExpiryYear div.Value
{
    padding-left: 0px; 
}



#InvoiceLines div.EmbeddedViewPlaceHolder
{
    padding: 0px!important;
}

/*Hiding the Object Reference Popup Arrow link for Store Lookup since Store Lookup is not COTS*/
.Orders_editForm1 .StoreID .ObjectRef
.Orders_editQuote .StoreID .ObjectRef
{
    visibility:hidden!important;
}

table.DataView tr.HeaderTextRow td.HeaderText
{
    color: #696969;
    padding: 0px 4px 4px 4px;
    /*max-width:800px;*/
}
/* core membership styles */

body, input, button, select, textarea
{
    font-family: tahoma;
    font-size: 8.5pt;
}

body
{
    margin-top: 0px;
}

form
{
    margin: 0px;
}

.MembershipBarPlaceholder
{
    height: 22px;
    border-bottom: solid 1px silver;
    background-color: White;
}

div.MembershipBar
{
    font-family: Tahoma;
    font-size: 8.5pt;
    position: absolute;
    height: 0px;
    border-style: none;
    top: 2px;
    right: 10px;
    background-color: transparent;
    position:absolute;
	z-index: 2;
}
table.LoginDialog
{
    border: solid 1px silver;
    float: right;
    position: relative;
    z-index: 102000;
    margin-right: 4px;
    background-color: #F5F5F5;
    color: #000000;
    margin-right: 0px;
}

table.LoginDialogCollapsed
{
    color: Black;
    background-color: transparent;
    border: 1px solid transparent;
    height: 20px;
    margin-top: 0px;
    z-index: auto;
}

table.LoginDialog input#UserName, table.LoginDialog input#Password
{
    width: 90px;
}

table.LoginDialog td
{
    padding: 1px;
}
table.LoginDialog td#LoginControls
{
    padding: 2px 2px 2px 2px;
}

table.LoginDialog td#Anchor
{
    padding-left: 4px;
    padding-top: 2px;
}

div.MembershipBar input, div.MembershipBar button
{
    font-family: tahoma;
    font-size: 8.5pt;
}

div.MembershipBar a
{
    color: #336699;
    text-decoration: none;
}

div.MembershipBar a:hover
{
    text-decoration: underline;
}

.MembershipManager table.ViewSelector
{
    visibility: hidden;
}

div.HelpBar
{
    width: 250px;
    background-color: white;
    border: solid 1px gray;
    padding: 4px;
}

div.HelpBar div.Title
{
    font-weight: bold;
    background-color: Navy;
    color: White;
    padding: 2px 4px 2px 4px;
    margin-bottom: 4px;
}

div.HelpBar iframe
{
    width: 250px;
    height: 280px;
    overflow: auto;
}

div.HelpBar div.Buttons
{
    margin-top: 4px;
    border-top: solid 1px silver;
    padding-top: 4px;
}

div.HelpBar div.Buttons button
{
    margin-right: 4px;
}

div.HelpLink
{
    position: relative;
    top: 4px;
    background-color: transparent;
}

div.FixedDialog.UserIdle div.Text
{
    padding-bottom: 8px;
    background-image: url(<%= WebResource("MyCompany.Theme.Information.gif") %>);
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.FixedDialog.UserIdle div.Buttons
{
    text-align: center;
}

div.BookmarkBar
{
    float:left;
    margin-top: -2px;
    font-family: Tahoma;
    font-size: 8.5pt;
    padding: 0px 10px;
    color: #696969;
}

div.BookmarkBar a
{
    color: #336699;
    text-decoration: none;
}

div.BookmarkBar a:hover
{
    text-decoration: underline;
}

div.BookmarkBar table.Frame
{
    border-collapse: collapse;
}

div.BookmarkBar table.Frame tr td
{
    padding: 3px 2px;
    height: 22px;
}

div.BookmarkBar div.BookmarkControls 
{
    position:relative;
    display:inline;
    padding-top: 4px;
}

div.BookmarkBar input
{
    width: 350px;
    height: 12px;
    padding:1px 2px;
    font-size:7pt;
    border: solid 1px gray;
    color: gray;
    margin-left:4px;
}

div.BookmarkBar a.AddBookmark
{
    font-size:1px;
    display:block;
    height: 15px;
    width: 16px;
    background-image: url(<%= WebResource("MyCompany.Theme.AddBookmark.gif") %>);
    background-repeat: no-repeat;
    cursor:pointer;
}
div.BookmarkBar a.CancelBookmark
{
    font-size:1px;
    display:block;
    height: 15px;
    width: 16px;
    background-image: url(<%= WebResource("MyCompany.Theme.Undo.gif") %>);
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
}
div.BookmarkBar a.AddBookmark:hover, div.BookmarkBar a.CancelBookmark:hover{text-decoration:none;}
a.RotateHistory{text-decoration:none;}
div.RotateHistory{background-image:url(<%= WebResource("MyCompany.Theme.Search.png") %>); width:48px; height: 48px;cursor:pointer;}
div#maincontainer div#Header{width:100%; overflow:hidden}
div#maincontainer div#PageHeaderBar {padding:7px;margin-bottom:18px}
div#maincontainer div.login_aspx div.ProductLogo img{display:none}
div.ProductLogo{ left: 260px; position: absolute; top: 4px;}
#PageHeader{float:left;position:relative; min-height:30px; width:100%; background:#fff}
table#PageBody tr td#PageHeaderContent div.Header{padding:16px 8px 8px}	
div#maincontainer div.PageMenuBar {bottom:0px;clear: left;position:absolute;z-index:9;}
.help_integrationhelp_aspx td#PageHeaderContent div.Header div.Title{float:left;padding: 2px 0 8px;}
.help_operatorhelp_aspx #PageHeader,.help_integrationhelp_aspx #PageHeader{height:88px;}
.help_operatorhelp_aspx .SiteMapPath,.help_integrationhelp_aspx .SiteMapPath{height:20px; background:url("../_Shared/TabsInactiveTab.gif") repeat-x 0 3px; margin-top:-36px; width:634px; position:absolute}
.MembershipBarPlaceholder { float: right;/*width:300px*/}
table#PageBody {clear: both;width: 100%;}

/*------------------CSS For SEO related page on manager panel------------------------------*/
div.seo{color:#444; font-size:12px}
div.seo dl.seo_suppserchengine dd ol li a,
div.seo dl.seo_suppserchengine dd p a,
div.seo dl.seo_suppserchengine dd ul li a {text-decoration:underline;}

div.seo dl.seo_suppserchengine dd ol li a:hover,
div.seo dl.seo_suppserchengine dd p a:hover,
div.seo dl.seo_suppserchengine dd ul li a:hover { color:#2562A0; text-decoration:none;}

div.seo dl.seo_suppserchengine dd ul li a#btnviewstore
{
    background-image: url("normaluser.png");
    background-repeat:no-repeat;
    padding:5px 0 0px 40px;
    display:table;
    height:20px;
    cursor:pointer;
    font-weight:bold;
    margin-bottom:10px;
}


div.seo h2.seo_optimizeheading,
div.seo dt.seo_optimizeheading

{
    background-color: #B9D1F4;
    background-image: url("../_Shared/eComImages/partgrad.gif");
    background-repeat: repeat-x;
    padding: 4px 5px;
    margin-top: 9px;
    
}

div.seo dl.seo_suppserchengine dt.seo_optimizeheading
{
    color:#1159B2; 
    line-height:20px; 
    font-weight:700;
    
}
div.seo dl.seo_suppserchengine dd
{margin:1px; overflow:hidden;}

div.seo dl.seo_suppserchengine dd p
{color:#000; line-height:18px}

div.seo dl.seo_suppserchengine ol
{
    margin:10px 0 0 30px; 
    padding:0px
}
div.seo dl.seo_suppserchengine ol li
{
    line-height:22px;
}
div.seo dl.seo_suppserchengine dd ul li.seosubmit
{ float:left;}



div.seo dl.seo_suppserchengine ol li b{font-weight:100; color:#000}

div.seo dl.seo_suppserchengine dd ul,
div.seo dl.seo_suppserchengine dd ul li
{ list-style:none; margin:0;}

div.seo dl.seo_suppserchengine dd ul 
{
    width:100%;
    overflow:hidden;
    border-top:1px dashed #E2E2E2;
    padding:15px 0 !important;
    
}
div.seo dl.seo_suppserchengine dd ul.bordernone
{
    border:none;
    padding-top:0px !important;
}
div.seo dl.seo_suppserchengine dd ul.viewstoreplaceholder
{
    padding:0px !important;
    border:none;
}
div.seo dl.seo_suppserchengine dd ul li input
{
    color: #000;
    font-family: Tahoma,Arial,Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}
div.seo dl.seo_suppserchengine dd ul li.googlelogo
{
    background:url("Google_Logo.png") no-repeat 40px 45px;
    display:block;
    width:250px;
    height:160px;
    float:left;
    text-indent:-9999px;
    
}
div.seo dl.seo_suppserchengine dd ul li.binglogo
{
    background:url("bing_Logo.png") no-repeat 40px 45px;
    display:block;
    width:250px;
    height:160px;
    float:left;
    text-indent:-9999px;
}
div.seo dl.seo_suppserchengine dd ul li.yahoologo
{
    background:url("yahoo_Logo.png") no-repeat 40px 45px;
    display:block;
    width:250px;
    height:160px;
    float:left;
    text-indent:-9999px;
    
}
div.seo dl.seo_suppserchengine dd ul li a#btnGooglebot
{
    background: url("icons.png") no-repeat scroll 0 0px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 25px;
    padding: 10px 0 0 50px;
  
}
div.seo dl.seo_suppserchengine dd ul li a#btnGoogleSubmit
{
    background:url("icons.png") no-repeat 0px -122px;
    background-repeat:no-repeat;
    height: 25px;
    padding: 10px 0 0 50px;
    float:left;
    cursor:pointer;
    font-weight:bold;
    clear:left;
}

div.seo dl.seo_suppserchengine dd ul li a#btnBingbot
{
    background: url("icons.png") no-repeat scroll 0 -44px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 25px;
    padding: 10px 0 0 50px;
 
}
div.seo dl.seo_suppserchengine dd ul li a#btnMsnSubmit
{
    background:url("icons.png") no-repeat 0px -162px;
    height:25px;
    padding: 10px 0 0 50px;
    cursor:pointer;
    float:left;
    clear:left;
    font-weight:bold;
}
div.seo dl.seo_suppserchengine dd ul li a#btnYahoolebot
{
    background: url("icons.png") no-repeat scroll 0 -81px;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    padding: 10px 0 0 50px;
    float:left;
}
div.seo dl.seo_suppserchengine dd ul li a#btnYahooSubmit
{
    background:url("icons.png") no-repeat 0px -200px;
    background-repeat:no-repeat;
    height: 25px;
    padding:10px 0 0 50px;
    cursor:pointer;
    font-weight:bold;
    clear:left;
    float:left;
}
/*------------------CSS For SEO related page on manager panel------------------------------*/
 tr.RegisteredCustomers td.customer_no
{
    background-image: url(human_kpi_green.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer td.customer_no
{
    background-image: url(human_kpi_red.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.GuestCustomers td.customer_no
{
    background-image: url(human_kpi_yellow.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer td.customer_no
{
    background-image: url(human_kpi_denied.png);
    background-repeat:no-repeat;
    background-position:right center;
}


table.DataSheetType tr.ExpressListInvalidItems td.Cell 
{   /*#f3f1b2  #f7f6cc */
    background-color:#efed99!important;    
} 
tr.ExpressListSessionItems td.Quantity
{ 
  font-weight:bold     
}
 tr.WorkInProduct td.SkuId2
{
    background-image: url(wip_red.png);
    background-repeat:no-repeat;
    background-position:right center;
}

 tr.RelatesOrderLines td.SkuId2
{
   /* background-image: url(node-select-all.png); */
    background-image: url(hierarchy.png);
    background-repeat:no-repeat;
    background-position:left center;
    color:Red;
    background-color:Yellow;
    text-align:right;
    text-decoration:underline;
    
    
}
table.FieldWrapper tr td.Item div.Content div.Value{ width:700px; height:400px; overflow:scroll;} 
tr.ContentBlock td.Cell
{
    background-color:#FBB117!important;
}
table.StaticContent_grid4 .ViewSelectorControl
{
    visibility: hidden;
}
 .RelatesOrderLines td.Cell
{
   /* background-image: url(node-select-all.png); */
   /* background-image: url(hierarchy.png);*/
    background-repeat:no-repeat;
    background-position:left center;
  /*  background-color: #FFCCCC!important; */
    background-color:#FBB117!important;
    color: Black !important;
    /* text-decoration:underline; */
    
}


tr.RelatesOrderLines 
{
   color:Yellow; 
}

tr.NegetiveAmt td.Restriction
{
    color: red;
} 
div.seo dl.seo_suppserchengine dd ul li span.successmsg
{
    color:Green;
    display:block;
    clear:left;
    padding:5px 0 0 242px;
    line-height:17px;
    float:left;
    width:100%
}
div.seo dl.seo_suppserchengine dd ul li span.ErrorMessage
{
    display:block;
    clear:left;
    padding:5px 0 0 242px;
    line-height:17px;
    float:left;
    width:100%
}

/* Create Customer and Edit Customer Form Changes */
#i_account_status div.Header,
#g_shipping_address_id div.Header,
#create_sub_customers div.Header,
#invoice_options div.Header,
#IsGuestCustomer div.Header,
#u_email_address div.Header,
#IsManualCustomerNo div.Header,
#customer_no div.Header,
#u_first_name div.Header,
#u_last_name div.Header,
#g_org_id div.Header,
#SalesPersonID div.Header,
#SendWelComeEmail div.Header,
#security_answer div.Header,
#security_question div.Header,
#ConfirmPassword div.Header,
#u_user_security_password div.Header,
#PrimaryStoreId div.Header,
#CompanyId div.Header,
#PRICE_LIST_ID div.Header,
#PrimaryContactId div.Header,
#u_logon_name div.Header,
#LoginProviderId div.Header,
#Name div.Header,
.WithLabel .Header
{
    display: block;
    float: left;
    margin-left: 2px;
    width: 100px; 
  
}
#customer_no div.Item div.Value
{font-weight: bold; font-size: 12pt;
    }
#PRICE_LIST_ID .Item.PRICE_LIST_ID {
    margin-left:12px;
}
#PRICE_LIST_ID .Value {
    display:inline-block;
}
#u_country_code div.Header,
#u_address_name div.Header,
#u_address_line1 div.Header,
#u_address_line2 div.Header,
#u_address_line3 div.Header,
#u_city div.Header,
#u_region_code div.Header,
#u_county_code div.Header,
#residential_address div.Header,
#g_primary_address_id div.Header,
.WithLabel .Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 52px; 
  
}

 
#AddressFName div.Header,
#u_org_name div.Header, 
#u_tel_number div.Header,
#u_tel_number2 div.Header,
#u_tel_number3 div.Header,
#u_fax_number div.Header, 
.WithLabel .Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 65px; 
 
}


table.DataView tr.CategoryRow td.Fields div.AddressLName div.Value,
table.DataView tr.CategoryRow td.Fields div.AddressFName div.Value
{padding:0px!important; margin:0px!important; } 

 table.DataView tr.CategoryRow td.Fields div.AddressFName div.Value input
{width:96px;}  

.StoreAccessHeader
{
      width: 100%; border-bottom-style: dotted; border-bottom-width: 1.5px;  
}
.PrimaryAddressHeader
{
      width: 100%; border-bottom-style: dotted; border-bottom-width: 1.5px;    
}
.BillToContactHeader
{
      width: 100%; border-bottom-style: dotted; border-bottom-width: 1.5px;    
}
/* for create Customer form*/
#u_country_code1 div.Header,
#u_address_name1 div.Header,
#AddressFName1 div.Header,
#AddressLName1 div.Header,
#u_org_name1 div.Header,
#u_address_line11 div.Header,
#u_address_line21 div.Header,
#u_address_line31 div.Header,
#u_city1 div.Header,
#u_region_code1 div.Header,
#u_postal_code1 div.Header,
#u_county_code1 div.Header,
#u_tel_number1 div.Header,
#u_tel_number21 div.Header,
#u_tel_number31 div.Header,
#u_fax_number1 div.Header,
#residential_address1 div.Header,
#AddressSharing div.Header,
.WithLabel .Header
{ display: block;
    float: left;
    margin-left: 12px;
    width: 90px;        
} 

table.FieldWrapper tr td div.Value{line-height:19px}
table.FieldWrapper tr td div.Value input,table.FieldWrapper tr td div.Value table tr td a{line-height:12px}
/* Create Customer and Edit Customer Form Changes End */


div.ModalPlaceholder div.ActionBarHidden{width:860px!important}
tr.FieldWrapper td.Item div.Value .RichEditor{width: 695px !important;}
.RichEditor 
{ 
     height: auto!important;
    /*for height control, you need to modify Controls/RichEditor.ascx.cs as well*/
}
table.DataView td.Fields table.FieldWrapper iframe.FieldEditor{
    height: 379px !important;
    width: 695px !important;
}
.EditorContainer{ overflow:hidden !important;}

/*Twitter Box*/
#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #333;
    display: none;
}

#boxes .window
{
    position: absolute;
    left: 0;
    top: 0;
    width: 574px;
    height: 274px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #dialog
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    height: 240px;
    left: 31% !important;
    padding: 10px;
    width:500px;
}

#boxes #dialog #dialog_content
{
    padding-left: 150px;
    padding-top: 100px;
}

#dialog_content input
{
    position: relative;
    left: 200px;
}

.twClose
{
    margin: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.clearit
{
    clear: both;
}

.ShareWithFacebookButtonIcon
{
    background-image: url(facebook_16.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    border: solid #c0c0c0;
    border-width:0 2px 2px 0;
}

.TweetWithTwitterButtonIcon
{
    background-image: url(tweeter-logo.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    border: solid #c0c0c0;
    border-width:0 2px 2px 0;
}

.CRM2011SmallIcon
{
    background-image: url(crm2011icon.jpg);
    background-repeat: no-repeat;
    background-position: 3px center;
    border: solid #c0c0c0;
    border-width:0 0px 0px 0;
}

.MoveUpIcon
{
    background-image: url(move-up.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.ShipIcon
{
    background-image: url(ship.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.EmailIcon
{
    background-image: url(email.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.PaymentIcon
{
    background-image: url(payment.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.ChangeStatusIcon
{
    background-image: url(changestatus.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.ApproveIcon
{
    background-image: url(approve.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.PasswordIcon
{
    background-image: url(password.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.RenumberIcon
{
    background-image: url(renumber.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.DiscountIcon
{
    background-image: url(discount.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.CopyIcon
{
    background-image: url(copy.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.ActivateIcon
{
    background-image: url(activate.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.ConvertIcon
{
    background-image: url(convert.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.PrintPreviewLargeIcon
{
    background-image: url(print-preview.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.ImportSmallIcon
{
    background-image: url(ImportSmall.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.GenerateCatalogIcon
{
    background-image: url(CatalogIcon_16.jpg);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.WarmupIcon
{
    background-image: url(warmup.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.SampleDataIcon
{
    background-image: url(SampleData.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

/*
/// For Position fixed  HeaderContainer ///


div.HeaderContainer{height:86px}
#PageHeader{position:fixed!important}
div.ProductLogo{z-index:2}
div.MembershipBar{position:fixed!important}
table#PageBody tr td#PageHeaderContent{height:64px}
.help_operatorhelp_aspx .SiteMapPath,.help_integrationhelp_aspx .SiteMapPath{margin-top:-48px!important; z-index:8}
*/
/* reward images registered customers starts here*/
 tr.RegisteredCustomers1 td.customer_no
{
    background-image: url(human_kpi_green_Gold.png);
    background-repeat:no-repeat;
    background-position:right center;
}
  tr.RegisteredCustomers2 td.customer_no
{
    background-image: url(human_kpi_green_Silver.png);
    background-repeat:no-repeat;
    background-position:right center;
}
   tr.RegisteredCustomers3 td.customer_no
{
    background-image: url(human_kpi_green_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 tr.RegisteredCustomers4 td.customer_no
{
    background-image: url(human_kpi_green_Pink.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 tr.RegisteredCustomers5 td.customer_no
{
    background-image: url(human_kpi_green_RoyalBlue.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 /* reward images registered onhold customers starts here*/                      
tr.OnHoldRegisteredCustomer1 td.customer_no
{
    background-image: url(human_kpi_red_Gold.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer2 td.customer_no
{
    background-image: url(human_kpi_red_Silver.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer3 td.customer_no
{
    background-image: url(human_kpi_red_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer4 td.customer_no
{
    background-image: url(human_kpi_red_Pink.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer5 td.customer_no
{
    background-image: url(human_kpi_red_RoyalBlue.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 
/* reward images Guest customers starts here*/     
tr.GuestCustomers1 td.customer_no
{
    background-image: url(human_kpi_yellow_Gold.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers2 td.customer_no
{
    background-image: url(human_kpi_yellow_Silver.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers3 td.customer_no
{
    background-image: url(human_kpi_yellow_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers4 td.customer_no
{
    background-image: url(human_kpi_yellow_Pink.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers5 td.customer_no
{
    background-image: url(human_kpi_yellow_RoyalBlue.png);
    background-repeat:no-repeat;
    background-position:right center;
} 

/* reward images store front restricted customers starts here*/     
tr.RestrictedCustomer1 td.customer_no
{
    background-image: url(human_kpi_denied_Gold.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer2 td.customer_no
{
    background-image: url(human_kpi_denied_Silver.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer3 td.customer_no
{
    background-image: url(human_kpi_denied_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer4 td.customer_no
{
    background-image: url(human_kpi_denied_Pink.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer5 td.customer_no
{
    background-image: url(human_kpi_denied_RoyalBlue.png);
    background-repeat:no-repeat;
    background-position:right center;
} 

/* Reward Tier Indicator images starts here*/     
tr.RewardTierIndicator1 td.RewardTierIndicator
{
    background-image: url(RewardTierIndicator_Gold.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RewardTierIndicator2 td.RewardTierIndicator
{
    background-image: url(RewardTierIndicator_Silver.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RewardTierIndicator3 td.RewardTierIndicator
{
    background-image: url(RewardTierIndicator_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RewardTierIndicator4 td.RewardTierIndicator
{
    background-image: url(RewardTierIndicator_Pink.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RewardTierIndicator5 td.RewardTierIndicator
{
    background-image: url(RewardTierIndicator_Blue.png);
    background-repeat:no-repeat;
    background-position:right center;
} 


 
/********************CSS for Facebook Canvas App *************************/
div.publishstoreonfacebook
{
    color: #444444;
    font-size: 12px;
}
.mart10
{
    margin-top:10px !important;
}
    div.publishstoreonfacebook a
    {
        text-decoration:underline;
        font-size:12px;
    }
    div.publishstoreonfacebook p
    {
        margin-left:10px;
    }
div.publishstoreonfacebook h2 {background-color: #B9D1F4;
    background-image: url("../_Shared/eComImages/partgrad.gif");
    background-repeat: repeat-x;
    margin-top: 9px;
    padding: 4px 5px;}
div.publishstoreonfacebook div.listcontainer {padding:10px; border:1px solid #ccc; background:#f7f7f7; margin:0 0 10px 10px; text-align:right;}
div.publishstoreonfacebook img {margin:10px 0}
    div.publishstoreonfacebook ol
    {
        margin:0px;
        padding:0 0 0 25px;
        text-align:left;
     }
        div.publishstoreonfacebook ol li
        {
            margin-bottom:7px;
        }
            div.publishstoreonfacebook ol li u
            {
                display: inline-block;
                font-style: italic;
                text-decoration: none;
                color:#000;
            }
    div.publishstoreonfacebook img
    {
        display:block;
    }
div.publishstoreonfacebook h3 {color: #1D6F9E;font-size: 14px;font-weight: 700; padding:10px 0 5px}
div.publishstoreonfacebook h4 {color: #1D6F9E;font-size: 12px;font-weight: 700; text-transform:uppercase; padding:5px; background:#f7f7f7; border-bottom:1px solid #ccc; margin:10px 0 5px}
div.publishstoreonfacebook code span.codehighlight {background:#fff600}
    div.publishstoreonfacebook span.codecontainer
    {
        padding:10px 0 0 20px;
     }

    div.publishstoreonfacebook div.listcontainer p
    {
        margin:0px
    }
div.publishstoreonfacebook ol.howtopublisstoresteps
{
    list-style-type: lower-alpha;
    margin-left:20px;
}

#GiftCertificateCode div.Header,
.WithLabel .Header
{
    display: block;
    float: left;
    margin-left: 12px;
    width: 125px; 
}

tr.ActiveConnectionStatus td.IsActive
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.IdleConnectionStatus td.IsActive
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}
tr.Attention td.StoreId
{
    background-image: url(../_Shared/Attention.gif);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.Attention1 td.Customer_Class 
{
    background-image: url(../_Shared/Attention.gif);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.EcomPricing td.price_list_id 
{
    background-image: url(eCom_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.ERPPricingConnectionIsMissing td.price_list_id 
{
    background-image: url(ERP_Red.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.ERPPricingConnectionIsExist td.price_list_id 
{
    background-image: url(ERP_Green.png);
    background-repeat:no-repeat;
    background-position:right center;
}
table#PageBody tr td#PageHeaderContent div.Header div.Title
{
    float:left;
}

table#PageBody tr td#PageHeaderContent div.Header div.CSRSecurityIndicator a
{
color:#DAAD2F;
float:right;
margin-top:10px;
text-shadow:0 -1px 0 rgba(252, 220, 134, 0.8), 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.processingbody .processingaction
{
    float:right;
    margin:-3px;
}

div.processingbody .upgradeprocessingaction
{
    float:right;
    margin:-3px;
    min-height: 29px;
}

div.processingbar
{   
    clear: both;
    margin: 0 auto;
    width: 500px;
   
}

tr.ActiveUserStatus td.IsActive
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.InActiveUserStatus td.IsActive
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}
tr.RoleAppliedToCSR td.IsRolesApplied
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.RoleNotAppliedToCSR td.IsRolesApplied
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.CompanyAppliedToCSR td.AR_User_Local_CompanyRelationship
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.CompanyNotAppliedToCSR td.AR_User_Local_CompanyRelationship
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.StoreAppliedToCSR td.AR_User_Local_tblStoresRelationship
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.StoreNotAppliedToCSR td.AR_User_Local_tblStoresRelationship
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:center;
}

tr.ActiveCompanyStatus td.Active
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.InActiveCompanyStatus td.Active
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

.RefreshIcon
{
    background-image: url(refresh.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

tr.ActiveChannelStatus td.Status
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.InActiveChannelStatus td.Status
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

.ExportSmallIcon
{
    background-image: url(ExportSmall.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.UnLockIcon
{
    background-image: url(unlock.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    border: hidden;
    border-width:0 2px 2px 0;
}
.RepeatIcon
{
    background-image: url(Repeat.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
/*Application setups status */
tr.ReadyAppSetup td.Status
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:left;
    width:70px;
    text-align:right;
 
}
tr.NotReadyAppSetup td.Status
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:left;
    width:70px;
    text-align:right;
 
}

tr.StartedBatchProcess td.Status
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right;
}

tr.StoppedBatchProcess td.Status
{
    background-image: url(stopped_process_status.png);
    background-repeat:no-repeat;
    background-position:right;
}

tr.CompletedBatchProcess td.Status
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right;
}

tr.WarningAppSetup td.Status
{
    background-image: url(warning_icon.png);
    background-repeat:no-repeat;
    background-position:left;
    width:70px;
    text-align:right;
 
}

tr.ParemenentLockStatus td.EmailAddress
{
    background-image: url(lock_fadding.png);
    background-repeat:no-repeat;
    background-position:70% center;
}

tr.TemporaryLockStatus td.EmailAddress
{
    background-image: url(lock.png);
    background-repeat:no-repeat;
    background-position:70% center;
}

tr.warningAddressNameLength td.u_address_name
{
    background-image: url(../_Shared/Attention.gif);
    background-repeat:no-repeat;
    background-position:70% center;
}

tr.ActivePaymentGatewaysStatus td.IsActive
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.InActivePaymentGatewaysStatus td.IsActive
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.ActivePaymentConfiguration td.IsActive
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}

tr.InActivePaymentConfiguration td.IsActive
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right center;
}


div.welcomewrap{color: #444;font-family: Verdana;font-size: 12px;line-height:20px;text-align:justify; padding:10px;}
div.welcomewrap h2{font-family: Verdana;font-size: 16px;}
div.welcomewrap dl, div.welcomewrap dt, div.welcomewrap p{margin: 0;padding: 0;}
div.welcomewrap div dl dt{font-weight: 700;}
div.welcomewrap div p.congratulation{color:#2562a0; font-size:14px;}
    div.welcomewrap div p.congratulation a
    {
        font-size:14px; font-weight:700;
        text-decoration:underline;
    }
    div.welcomewrap a
    {
        font-size:12px;
        text-decoration:underline;
    }
div.welcomewrap div p.congratulation ~ p{margin-top: 12px;}
div.welcomewrap div dl dt{background-image: url("org_db_icon.jpg");background-repeat: no-repeat;color:#2562a0;margin-top: 9px;padding:4px 0 4px 45px; font-size:14px;}
div.welcomewrap div dl.organization dt{margin: 12px 0 0;}
div.welcomewrap div dl.organization dd{margin: 8px 0 0 0;}
div.welcomewrap div dl.organization dd.imageholder{margin:30px 0 0 0;}
    div.welcomewrap div dl.organization dd ul
    {
         list-style: none outside none;
            margin: 0 auto;
            padding: 0;
            text-align:center;
            width:1190px;
    }
        div.welcomewrap div dl.organization dd ul li:first-child
        {
            margin:0;
        }
    div.welcomewrap div dl.organization dd ul li
    {
        display:inline-block;
        margin-left:20px;
    }
div.welcomewrap a.createorgdb,div.welcomewrap a.createorgdb:hover
{
     background:url(creare_orgdb.png) no-repeat 0 0;
     width:579px;
     height:198px;
     display:block;

}
div.welcomewrap a.logintoorgdb,div.welcomewrap a.logintoorgdb:hover
{
     background:url(login_to_orgdb.png) no-repeat 0 0;
     width:579px;
     height:198px;
     display:block;

}

    div.welcomewrap a.createorgdb:hover,div.welcomewrap a.logintoorgdb:hover
    {
        background-position:0 -198px
    }
span.currentorganization 
{ 
     color: #444444;
    font-size:12px;
}
    span.currentorganization strong
    {
        margin-right:5px;
    }
tr.CreationCompleted td.Status
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right;
}
tr.CreationPending td.Status
{
    background-image: url(idle_connection_status.png);
    background-repeat:no-repeat;
    background-position:right;
}

.welcometext
{
    background:url(welcometext.jpg) no-repeat 0 0;
    width:388px;
    height:33px;
    display:block;
}
a.changeorg
{
    background:url(changeorg_db.png) no-repeat;
    padding-left:30px;
    text-decoration:underline !important; 
    font-size:12px;
    
}

.changeorg a:hover 
{ 
    text-decoration:none; 
}
#PageFooterBar
{
    font-size:12px !important;
    color:#444 !important;
}
#PageFooterBar a
{
    font-size:12px !important;
    text-decoration:underline
}
#PageFooterBar a.companyname
{
    font-weight:700;
    margin-right:5px;
    text-decoration:none
}
#PageFooterBar a.emailus
{
    background:url(../Signup/images/emailIcons.png) no-repeat 0 2px;
    padding-left:20px;
    margin-right:5px;
}
    #PageFooterBar table tr td
    {
        padding:5px 3px;
    }
#PageFooterBar strong.callus
{
    background:url(../Signup/images/phoneIcons.png) no-repeat;
    padding-left:20px;
}
div#PageFooterBar .greytext
{
    font-weight:700;
}
span.currentorganization label
{
    float: left;
    font-weight: 700;
}
span.currentorganization span.organizationname
{
     float: left;
    margin-left: 5px;
    width: 42%;
}
.appsetupcontainer {
    margin: 0px 0px;
}
.businesssteps li {
    margin-bottom:10px;
}
.orginfo
{
    position:relative;
}
.tooltipmsg
{    
    background:#efefef;
    border: 1px solid #cfcfcf;
    font-size: 11px;
    font-weight:700;
    border-radius:3px;
    box-shadow:2px 2px 2px #cfcfcf; 
    left: 31px;
    padding: 3px;
    position: absolute;
    bottom: 22px;
    visibility:hidden;
    
}
    .tooltipmsg .tooltiparrow
    {
        background: url("tooltiparrow.jpg") no-repeat scroll 0 0 transparent;
        bottom: -9px;
        height: 9px;
        left: 10px;
        position: absolute;
        width: 8px;
    }
a.changeorg:hover + .tooltipmsg
{
    visibility:visible;
}
.addSampleCatalogButton {
    background-color: #93BB40;
    border: 1px solid #ACACAC;
    font-size: 13px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    width: 189px !important;
    cursor: pointer !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.removeSampleCatalogButton {
    background-color: #E60707;
    border: 1px solid #ACACAC;
    font-size: 13px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    width: 178px !important;
    cursor: pointer !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.ValidateButtonIcon{
    background-image: url(Validate.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    border-width:0 2px 2px 0;
}

.editable {
    background: none repeat scroll 0 0 #E6E6E6;
    border-top: 2px inset #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px inset #ccc;
    border-bottom: 2px solid #ccc;
    color: #5d5df3;
    font-family: Verdana;
    font-size: 12px;
    height: 273px;
    line-height: 20px;
    margin-top: 10px;
    padding: 20px 0 20px 20px;
    text-align: justify;
    width: 1266px;
}

.dontshowthepage {
    background:url("human_kpi_denied.png") no-repeat transparent;
    border: 0 none;
    color: #0000FF;
    cursor:pointer;
    font-size: 13px;
    padding-left:16px;
    text-decoration: underline;
}

.dontshowthepage:hover {
    color: #fc7007;
    text-decoration: none;
}

.executeupgradescript {
    background: url("upgrade_business.png") no-repeat; 
    float:right;
    text-indent:-99999px;
    cursor:pointer;
    height:54px;
    width:250px;
    border:0 none;
}

.executeupgradescript.disabled {
    opacity:0.5;
    filter:alpha(opacity=50);
}
.upgradebtnaction {
    margin-top:10px;
}

.upgrademessage {
    clear: right;
    float: right;
    padding-right: 3px;
}

.upgradeerrormessage {
    color: red;
    clear: right;
    float: right;
    padding-right: 3px;
}

.upgradesuccessmessage {
    color: green;
    clear: right;
    float: right;
    padding-right: 3px;
}

.upgradeprogress {
    float:right;
    margin: 18px 7px;
}

.debugmodemsg {
    background: url("debugON.png") no-repeat;
    height: 19px;
    left: 653px;
    position: absolute;
    top: 44px;
    width: 147px;
}
.ReportAsCsv16X16Icon
{
    background-image: url(Csv16x16.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.upgradeinprogress > span span span,.upgradeinprogress:hover span.Inner {
    background:#DADADA!important;
    color: #999999;
    cursor: default!important;
}

tr.RestrictedCatagory td.IsCategoryRestricted
{
    background-image: url(Restriction.png);
    background-repeat:no-repeat;
     background-position:right;
}
tr.NotRestrictedCatagory td.IsCategoryRestricted
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
     background-position:right;
}
tr.RestrictedProduct td.IsProductRestricted
{
    background-image: url(Restriction.png);
    background-repeat:no-repeat;
    background-position:right;
}
tr.NotRestrictedProduct td.IsProductRestricted
{
    background-image: url(active_connection_status.png);
    background-repeat:no-repeat;
    background-position:right;
}
 
.RefreshCatalogIcon
{
    background-image: url(refresh.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.RefreshSalesIcon
{
    background-image: url(refresh.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

 /* reward images registered onhold customers starts here*/     
 tr.OnHoldRegisteredCustomer_Primary td.customer_no
{
    background-image: url(human_kpi_red_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}                 
tr.OnHoldRegisteredCustomer1_Primary td.customer_no
{
    background-image: url(human_kpi_red_Gold_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer2_Primary td.customer_no
{
    background-image: url(human_kpi_red_Silver_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer3_Primary td.customer_no
{
    background-image: url(human_kpi_red_Green_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer4_Primary td.customer_no
{
    background-image: url(human_kpi_red_Pink_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.OnHoldRegisteredCustomer5_Primary td.customer_no
{
    background-image: url(human_kpi_red_RoyalBlue_primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
/* Regiusterd Primary*/
 tr.RegisteredCustomers_Primary td.customer_no
{
    background-image: url(human_kpi_green_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 tr.RegisteredCustomers1_Primary td.customer_no
{
    background-image: url(human_kpi_green_Gold_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
  tr.RegisteredCustomers2_Primary td.customer_no
{
    background-image: url(human_kpi_green_Silver_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
   tr.RegisteredCustomers3_Primary td.customer_no
{
    background-image: url(human_kpi_green_Green_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 tr.RegisteredCustomers4_Primary td.customer_no
{
    background-image: url(human_kpi_green_Pink_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
 tr.RegisteredCustomers5_Primary td.customer_no
{
    background-image: url(human_kpi_green_RoyalBlue_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
/*guest customer*/
tr.GuestCustomers_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers1_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_Gold_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers2_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_Silver_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers3_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_Green_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers4_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_Pink_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.GuestCustomers5_Primary td.customer_no
{
    background-image: url(human_kpi_yellow_RoyalBlue_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
/*restricted customer*/
tr.RestrictedCustomer_Primary td.customer_no
{
    background-image: url(human_kpi_denied_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
tr.RestrictedCustomer1_Primary td.customer_no
{
    background-image: url(human_kpi_denied_Gold_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer2_Primary td.customer_no
{
    background-image: url(human_kpi_denied_Silver_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer3_Primary td.customer_no
{
    background-image: url(human_kpi_denied_Green_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer4_Primary td.customer_no
{
    background-image: url(human_kpi_denied_Pink_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 
tr.RestrictedCustomer5_Primary td.customer_no
{
    background-image: url(human_kpi_denied_RoyalBlue_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
} 

  tr.Contact_FacebookProvider td.Username
{
    background-image: url(SocialMedia/facebookloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.Contact_GmailProvider td.Username
{
    background-image: url(SocialMedia/googleloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.Contact_TwitterProvider td.Username
{
    background-image: url(SocialMedia/twitterloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}
   
    tr.Contact_WebProvider td.Username
{
    background-image: url(SocialMedia/webstoreloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

    tr.ContactClass_FacebookProvider td.LoginProviderName
{
    background-image: url(SocialMedia/facebookloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.ContactClass_GmailProvider td.LoginProviderName
{
    background-image: url(SocialMedia/googleloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.ContactClass_TwitterProvider td.LoginProviderName
{
    background-image: url(SocialMedia/twitterloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}
   
    tr.ContactClass_WebProvider td.LoginProviderName
{
    background-image: url(SocialMedia/webstoreloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.FacebookProvider td.ProviderName
{
    background-image: url(SocialMedia/facebookloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.GmailProvider td.ProviderName
{
    background-image: url(SocialMedia/googleloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

   tr.TwitterProvider td.ProviderName
{
    background-image: url(SocialMedia/twitterloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}
   
    tr.WebProvider td.ProviderName
{
    background-image: url(SocialMedia/webstoreloginprovider.png);
    background-repeat:no-repeat;
    background-position:right center;
}

     tr.Contact_RegisteredCustomers_Primary td.Name
{
    background-image: url(human_kpi_green_Primary.png);
    background-repeat:no-repeat;
    background-position:right center;
}
  .ModalPlaceholder .Category_grid4 td.ViewSelectorControl
{
    display:none;
}
#ctl00_PageContentPlaceHolder_tabContainer2_TabPanel2.ajax__tab_panel {
    height: 101%;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ModalPlaceholder .tblStores_webChannel td.ViewSelectorControl
{
    display:none;
}
.CacheWarnningMessage {
    background-color: infobackground !important;
    background-image: url("../_Shared/Attention.gif");
    background-position: 4px 5px;
    background-repeat: no-repeat;
    border: 1px solid #777777;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #888888;
    color: #000000;
    padding: 2px 0 3px 24px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 32%;
}