﻿/* DEFAULTS
----------------------------------------------------------*/


body
{
	background: #d5d6d7;
	font-size: 10pt;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	color: #696969;
}

a:link, a:visited
{
	color: #034af3;
	text-decoration: none;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
	color: #034af3;
}
A
{
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

.modalHeader
{
	position: relative;
    color: white; 
    text-shadow: 2px 2px black;
    font-family: Arial;
    font-size: 15pt;
	margin: 0px;
    background: #1f4269;
	width: 100%;	
	--background-image: url('/styles/images/forms/modalbg.png'); /* background: #F9F9F7 url('/styles/images/a1.gif') repeat-x;*/
}



/* Required Fields
-------------------------------*/
.RequiredMarker
{
	color: #0099FF;
	font-weight: bold;
}


/* Details Display
-------------------------------*/

.DetailDisplay
{
	margin-left: 10px;
}

/*
.NavBufferDisplay
{
     background-image: url('/Styles/images/forms/FormNavBuffer.png') ;
     width: 23px; 
     padding-top: 55px;
}
*/


/* Details Lables
-------------------------------*/

.DetailFieldLabel
{
	font-size: 12px;
	color: #1f4269;
	-ms-word-wrap: break-word;
}

.DetailDataLabel
{
	font-size: 12px;
	color: black;
}
.DetailControlDisplay
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; /* added this because the multi line text boxes were not getting the family for some reason */
}

.DetailPageSectionTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #1f4269;
}

.DetailPageSectionSubTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #1f4269;
}

/* Detail Listboxes
---------------------------*/
.DetailListBoxItem
{
	color: red;
}


.DetailPanel
{
	min-height: 300px;
}

/* Detail Banner
---------------------------*/

.DetailBannerName
{
	/*  font-weight: bold;*/
	padding-left: 13px;
	padding-bottom: 30px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: White;
}

/* Footer Lables
-------------------------------*/
.FooterLabel
{
	font-weight: normal;
	font-size: 12px;
	color: White;
	vertical-align: top;
}


/* PRICING EXCEPTIONS
----------------------------------------------------------*/
.PricingExceptionsCatalogViewDiv
{
	border: 1px solid #d7dde3;
	width: 978px;
	height: 350px;
}




/* REPEATER  
----------------------------------------------------------*/
.ScrollingRepeaterDiv
{
	border: 1px solid #ccc;
	width: 400px;
	height: 240px;
	overflow: auto; /* background-color:#e9e9e9;*/
}

.ScrollingQuickLinkRepeaterDiv
{
	border: 1px solid #ccc;
	width: 377px;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden; /* background-color:#e9e9e9;*/
}

.ScrollingOrgRepeaterDiv
{
	width: 400px;
	height: 240px;
	overflow: auto;
}

.ScrollingRoleRepeaterDiv
{
	width: 400px;
	height: 240px;
	overflow: auto;
}


.AlternateRepeaterRow
{
	background-color: #F2FFFF;
}

.AccessRepeaterRow
{
	/*  background-color: #F2FFFF;*/ /*  background-image: url('/styles/images/forms/repeaterrow.png');*/
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666; /* font-variant: small-caps;*/
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 1000px;
	background-color: white;
	margin: 0px auto 0px auto;
	border: 1px solid #547654;
}

.header
{
	position: relative;
	margin: 0px;
	padding-bottom: 10px; /* background: #e4e4e4; gray */
	background: white;
	width: 100%;
	height: 60px; /* z-index: 2200550033;  */
	z-index: 200;
	background-image: url('/styles/images/header/SiteBanner.png');
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: white;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-height: 480px; /* border-left: 1px solid #ccc;     border-right: 1px solid #ccc;*/ /*   z-index: 1; */
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #e4e4e4;
	width: 100%;
	height: 25px;
	background-image: url('/styles/images/forms/footerbg.png'); /* background: #F9F9F7 url('/styles/images/a1.gif') repeat-x;*/
}

/* Form Header
------------------------------------------------*/

div.FormHideSkiplink /* menu bg unused space */
{
	/* background-color: #e4e6e6;*/
	width: 100%; /* background-image: url('/styles/images/forms/formBanner.png');*/ /*  background-image: url('/styles/images/forms/formBanner3.bmp');*/
	height: 25px;
}

div.EditFormHideSkiplink /* menu bg unused space */
{
	/* background-color: #e4e6e6;*/
	width: 100%;
	background-image: url('/styles/images/forms/banner5.png');
	height: 60px;
	background-repeat: no-repeat;
}

div.EditFormReport /* menu bg unused space */
{
	/* background-color: #e4e6e6;*/
	width: 100%;
	background-image: url('/styles/images/forms/banner_long.png');
	height: 50px;
}


/* TAB MENU   
----------------------------------------------------------*/

.dynamic
{
	width: 100%;
}

.clear
{
	clear: both;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div.hideSkiplink
{
	width: 100%;
	height: 10;
	background-image: url('/styles/images/menu/bluemenubg.png');
	background-repeat: repeat-x; /*background-color: #3a4f63;*/
}

div.menu
{
	/* padding: 4px 0px 0px 8px;*/ /* background-image: url('/styles/images/forms/formNavBG.png');*/ /* font-weight: bold;*/
	font-family: tahoma,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 25px;
	padding-left: 10px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	/*  background-color: red;*/
	background-image: url('/styles/images/menu/bluemenubg.png'); /*  border: 1px #c6c9cb solid;*/
	color: white;
	display: block;
	line-height: .5em;
	padding: 7px 13px 0px 2px;
	text-decoration: none;
	white-space: nowrap;
	height: 18px;
}

div.menu ul li a:hover
{
	background-color: white;
	color: white;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
	height: 18px;
}

.menu ul li
{
	position: absolute;
	float: left;
	list-style: none;
	top: 0px;
	right: 10px;
}

.menu ul li ul
{
	display: none;
	padding-left: 5px;
}


div.menu ul li.dynamic
{
	right: 10px;
	box-shadow: 10px 20px 10px #5e5d5d;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.FormLinkButton
{
	text-decoration: none;
	color: White;
}
.FormLinkButton a:visited
{
	text-decoration: none;
	color: White;
}

.FormNavTabText
{
	text-decoration: none;
	color: Red;
}
.navLink
{
	color: #76919c;
}
fieldset
{
	/*  margin: 1em 0px;*/
	padding: 1em;
	border: 1px solid #ccc;
}

.ContactFieldset
{
	/*  margin: 1em 0px;*/ /* padding: 2em;*/
	margin: 0;
	border: 1px solid #ccc;
}


.EditSection
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
}

.ExceptionList
{
	background-color: #EEEEEE;
	color: Red;
}


.EditTextBox
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}

.EditSectionHeader
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #3d4d42;
}

.EditSectionLegend
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	font-weight: 500;
}


fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

/*legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}*/

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

.controlMask
{
	position: absolute;
	z-index: 9000;
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}
/* MODAL
----------------------------------------------------------*/

#mask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#PriceCategoryMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#ProductCostControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}


#PricingControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}



#POGControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#ClientProductControlMask {
    position: absolute;
    z-index: 9000; /*z-index:2200550035;*/
    background-color: gray;
    display: none;
    right: 0;
    top: 0;
}

#OperationPersonnelControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#CustomerAccountAssigmentSearchControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}


#RouteAssociatedRouteControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#RouteAssociatedLocationControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#MarketOrderSearchControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#ModifySalesTicketControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#DeliveryLocationSearchControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#boxes #DeliveryLocationExportCatalogModal
{
	width: 375px;
	height: 270px;
	border: 1px solid #1f4269;
}


#dialogMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#slickGridDataRequestMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#quickLinkMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	left: 0;
	top: 0;
}

#boxes
{
	box-shadow: 10px 10px 5px #5e5d5d;
}


#boxes .window
{
	/*padding: 0px;*/
	position: absolute;
	width: 400px;
	height: 190px;
	display: none;
	z-index: 9999;
	border-color: black;
	border: 1px;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes .standardDialogWindow
{
	position: absolute;
	width: 560px; /*height: 190px;*/
	display: none;
	z-index: 9999;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: auto;
}

#boxes .quickLinkDialogWindow
{
	position: absolute;
	width: 379px; /*height: 350px;*/
	display: none;
	z-index: 9999;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
}

#boxes .errorWindow
{
	position: absolute;
	width: 440px;
	height: 190px;
	display: none;
	z-index: 9999;
	padding: 15px;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
}



#boxes #dialog
{
	width: 375px;
	height: 200px;
}

#boxes #logonDialog
{
	width: 400px;
	height: 210px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}



#boxes #DataRequestDialog
{
	padding: 0px;
	width: 34px;
	height: 60px;
	background-color: transparent;
}



#boxes #settingsDialog
{
	width: 400px;
	height: 145px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #gridDisplaySettingsDialog
{
	width: 400px;
	height: 380px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #PricingControlSlickGridColumnSettingsModal
{
	width: 400px;
	height: 400px;
	border: 1px solid #1f4269;
	z-index: 2200550036;
}



#boxes #standardDialog
{
	width: 375px; /*height: 150px;*/
	border: 1px solid #1f4269;
}


#boxes #siteErrorDialog
{
	width: 375px;
	height: 200px;
}

#boxes #addressDialog
{
	width: 375px;
	height: 390px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #contactDialog
{
	width: 385px;
	height: 570px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #noteDialog
{
	width: 375px;
	height: 270px;
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #quickLinkDialog
{
	width: 379px; /*height: 350px;*/
	border: 1px solid #1f4269;
	box-shadow: 10px 10px 5px #5e5d5d;
}

#boxes #PriceCategoryDifferencesModal
{
	width: 850px;
	height: 470px;
	border: 1px solid #1f4269;
}

#boxes #PricingControlCopyModal
{
	width: 375px;
	height: 200px;
	border: 1px solid #1f4269;
}

#boxes #POGControlCopyModal
{
	width: 375px;
	height: 300px;
	border: 1px solid #1f4269;
}

#boxes #ClientProductControlCopyModal {
    width: 375px;
    height: 300px;
    border: 1px solid #1f4269;
}

#boxes #POGControlMassUpdateModal
{
	width: 375px;
	height: 300px;
	border: 1px solid #1f4269;
}

#boxes #POGControlPOSButtonModal
{
	width: 375px;
	height: 350px;
	border: 1px solid #1f4269;
}

#boxes #PricingControlProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #OperationPersonnelSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #CustomerAccountAssignmentSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #RouteAssociatedRouteSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #RouteAssociatedLocationSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #POGControlProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #ClientProductControlProductSearchModal {
    width: 800px;
    min-height: 430px;
    height: auto;
    border: 1px solid #1f4269;
}

#boxes #InventoryPhysicalDetailGridControlProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderMarketSearchModal
{
	width: 800px;
	min-height: 430px;
	height:auto;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderSearchMassUpdateModal
{
	width: 375px;
	height: 307px;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderChangeStatusModal
{
	width: 375px;
	height: 330px;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderRecallOrderModal
{
	width: 375px;
	height: 255px;
	border: 1px solid #1f4269;
}

#boxes #MarketOrderScheduleModal
{
	width: 375px;
	height: 200px;
	border: 1px solid #1f4269;
}

#boxes #POSAutoGenModal
{
	width: 375px;
	height: 200px;
	border: 1px solid #1f4269;
}


#boxes #PriceProtectionModal
{
	width: 375px;
	height: 400px;
	border: 1px solid #1f4269;
}

#boxes #DeliveryLocationEquipmentSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #DeliveryLocationPOSSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #InventoryTransferProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #MarketServiceProductSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #MarketServiceTheftProductSearchModal {
    width: 800px;
    min-height: 430px;
    height: auto;
    border: 1px solid #1f4269;
}

#boxes #DiscountItemSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #DiscountManufacturerSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #DiscountAssignmentSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #OperationPrinterAddModal
{
	width: 375px;
	height: auto;
	border: 1px solid #1f4269;
}

#boxes #MarketEventAddModal 
{
    width: 375px;
    height: auto;
    border: 1px solid #1f4269;
}

#boxes #ModifySalesTicketModal
{
	width: 900px;
	height: 450px;
	border: 1px solid #1f4269;
}

#boxes #MarketGroupsModal {
        width: 300px;
        min-height: 150px;
        height: auto;
        border: 1px solid #545455;
}
/* CONTROLS  
----------------------------------------------------------*/
#dropDown10
{
	font-size: 10px;
}

/* CSS used to style tabs on details pages: Contact, Pricing*/

.tabSpanDetails
{
	padding: 1px 0px 0px 6px;
	margin: 0px 5px 0px 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: White;
	float: left;
}

.tabDetails
{
	width: 90px;
	padding-top: 2px;
	margin: 5px;
	height: 28px;
	background-image: url('/Styles/images/forms/FormNavTab.png');
	background-repeat: repeat-x;
}

.navBufferRight
{
	width: 60px;
	padding-top: 2px;
	margin: 5px;
	height: 28px;
	background-image: url('/Styles/images/forms/FormNavBufferRight.png');
	background-repeat: no-repeat;
}

.navBufferLeft
{
	width: 25px;
	padding-top: 2px;
	height: 28px;
	background-image: url('/Styles/images/forms/FormNavBuffer.png');
	background-repeat: repeat-x;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
	height: 45px;
}

.tab
{
	background-image: url('/styles/images/forms/tab.png');
	height: 35px;
	width: 95px; /* background:red;*/
}



.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}




.DialogGridDiv
{
	overflow-x: auto;
	overflow-y: auto;
	width: 360px;
	height: 300px;
}

.DialogGridHeader
{
	/*background: #F9F9F7 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat-x;*/
	background: #1f4269;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px; /*  cursor: pointer; */
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	border-right: 2px solid gray;
}



.DialogGridCell
{
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}


/*---------------------------------------------------------- 
GRID
----------------------------------------------------------*/

.ScrollingGridDiv
{
	/* border: 1px solid #ccc;*/
	width: 1000px;
	overflow: auto;
	height: 50px; /* background-color:#e9e9e9;*/
}

#block_top
{
	margin: 5px;
	background-color: #d0d0d0;
	border: 0px solid #000;
}

#block_left
{
	margin-left: 5px;
	left: 0px;
	background-color: #76808b;
	border: 1px solid #000;
	float: left;
	width: 15%;
}

#block_middle
{
	width: 20000;
}

.block
{
	margin: 5px;
	border: 0px solid #000;
}

a
{
	text-decoration: none;
	margin-left: 5px;
}

a:hover
{
	text-decoration: underline overline;
}

/* Menu */
.menu_title
{
	margin: 4px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #454545;
	color: white;
	font-weight: bold;
}

/* Description Menu */
.descr_menu
{
	border: 1px solid black;
	background-color: #353535;
}
.descr_menu th
{
	width: 150px;
	background: #8080ff;
}
.descr_menu th a
{
	text-decoration: none;
	color: #000000;
}
.descr_menu td
{
	font-weight: bold;
	background: #add8e6;
	padding: 5px;
}

/* Form 1 */
.form1
{
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
	background-color: #a5a5cc;
	display: none;
}

.field_descr
{
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}

.code
{
	padding: 5px;
	margin: 5px;
	font-family: courier;
	background: #ccccff;
	white-space: pre;
}

.result
{
	padding: 0px;
	margin: 0px; /* background: #eee;*/
	background: white;
}

.note
{
	padding: 5px;
	margin: 2px;
	background: #ffaaaa;
	border: solid;
	border-width: 1px;
}


.g_table
{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 10px;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.g_header_Parent
{
	background: #1f4269;
}

.g_header
{
	background: #1f4269; /*  background: #1f4269 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat;*/
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; /* font-weight:bold;*/
}

.g_resize
{
	width: 1px;
	cursor: e-resize;
	padding-right: 1px;
	padding-left: 1px;
	background: #F9F9F7;
	background: #F9F9F7 url('/styles/images/grid/columnResize.png') repeat-x; /*  background: #F9F9F7 url('/styles/images/grid/columnHeaderBG.png') repeat-x;         background-image: url('/styles/images/header/headerbgLong.png');*/
}

.g_header_down
{
	/* background: #F9F9F7 url('/styles/images/grid/columnHeaderBGGray.png') repeat-x;*/
	background: #416c9b;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 2px;
	cursor: pointer;
	text-align: left;
	color: white;
	font-size: 10px;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.g_cell
{
	/* background: #F9F9F7 url('/styles/images/grid/CellBG.png') repeat-x;*/
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	padding: 4px;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}

.g_cell_hl
{
	border: dashed;
	border-width: 1px;
	border-color: #f00;
	background-color: #ddd;
}

.g_edit_box
{
	border: solid;
	border-width: 1px;
	border-color: #999;
	padding: 3px;
	background: white;
}

.PagerLabel
{
	/* font-family: Arial,"Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/ /*   font-weight:bold; */
	font-size: 13px;
}

.FilterControl
{
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}





.scrollingControlContainer
{
	overflow-x: hidden;
	overflow-y: scroll;
}

.scrollingCheckBoxList
{
	border: 1px #808080 solid;
	margin: 0px 0px 0px 0px;
	height: 300px;
}

.PageFind
{
	background-image: url('/Styles/images/Icons/Grid-Find.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	background-color: transparent;
}
/*---------------------------------------------------------- 
END GRID
----------------------------------------------------------*/


.TDSelectedTab
{
	background: white url('/styles/images/tabs/SelectedTab150x25.png') repeat-x;
	width: 148px;
	height: 24px;
	color: white;
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: bold;
}

.TDUnSelectedTab
{
	background: white url('/styles/images/tabs/UnSelectedTab150x25.png') repeat-x;
	width: 148px;
	height: 24px;
	color: white;
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: bold;
}



/*---------------------------------------------------------- 
PRICING Grid CONTROL
----------------------------------------------------------*/

#PricingEntryTable
{
	border-width: 1px;
	border: solid;
	border-color: #e0dfdf;
}

#PricingEntryTable td
{
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}




#PricingEntryTable th
{
	/*background: #F9F9F7 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat-x;*/
	background: #1f4269;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px; /*  cursor: pointer; */
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	border-right: 2px solid gray;
}



#PricingEntryReadOnlyTable
{
	border-width: 1px;
	border: solid;
	border-color: #e0dfdf;
}

#PricingEntryReadOnlyTable td
{
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}




#PricingEntryReadOnlyTable th
{
	/* background: #F9F9F7 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat-x;*/
	background: #1f4269;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px; /* cursor: pointer; */
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	border-right: 2px solid gray;
}




#PricingProductSearchTable th
{
	/* background: #F9F9F7 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat-x;*/
	background: #1f4269;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	border-right: 2px solid gray;
}



#PricingProductSearchTable td
{
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}





/*
.PG_cell 
{
  
    border: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #e0dfdf; 
    font-size: 12px;
    font-family: Tahoma;
    color:black;
  }
  */

/*
  .PG_cell_RO 
{
   
    border: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #e0dfdf; 
    font-size: 12px;
    font-family: Tahoma;
    color:black;
    width:60px;
  
    
  }
  */


.PG_Cntrl
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; /* added this because the multi line text boxes were not getting the family for some reason */
}


/*---------------------------------------------------------- 
END PRICING CONTROL
----------------------------------------------------------*/




.detailGridTable
{
	border-width: 1px;
	border: solid;
	border-color: #e0dfdf;
}

.detailGridCell
{
	border: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #e0dfdf;
	font-size: 12px;
	font-family: Tahoma;
	color: black;
}


.detailGridHeader
{
	/*background: #F9F9F7 url('/styles/images/grid/ColumnHeaderBGGray.png') repeat-x;*/
	background: #1f4269;
	height: 20px;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px; /* cursor: pointer; */
	text-align: left;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
}





/*---------------------------------------------------------- 
JQUERY
----------------------------------------------------------*/
.ui-datepicker
{
	background: #f0eded;
}
.ui-datepicker .ui-datepicker-header
{
	background: #334b68;
	color: White;
}


/*-----------------------------------------------------
TREE VIEW
------------------------------------------------------*/

.treeview, .treeview ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul
{
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea
{
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea
{
	display: inline;
	float: none;
}

.treeview li
{
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected
{
	background-color: #eee;
}

#treecontrol
{
	margin: 1em 0;
	display: none;
}

.treeview .hover
{
	color: red;
	cursor: pointer;
}

.treeview li
{
	background: url(images/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable
{
	background-position: 0 -176px;
}

.treeview .expandable-hitarea
{
	background-position: -80px -3px;
}

.treeview li.last
{
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable
{
	background-image: url(images/treeview-default.gif);
}
.treeview li.lastCollapsable
{
	background-position: 0 -111px;
}
.treeview li.lastExpandable
{
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea
{
	background-position: 0;
}

.treeview-red li
{
	background-image: url(images/treeview-red-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable
{
	background-image: url(images/treeview-red.gif);
}

.treeview-black li
{
	background-image: url(images/treeview-black-line.gif);
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable
{
	background-image: url(images/treeview-black.gif);
}

.treeview-gray li
{
	background-image: url(images/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable
{
	background-image: url(images/treeview-gray.gif);
}

.treeview-famfamfam li
{
	background-image: url(images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable
{
	background-image: url(images/treeview-famfamfam.gif);
}

.treeview .placeholder
{
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

/* SCREEN --------------------------------------------
------------------------------------------------------*/


/*html, body {height:100%; margin: 0; padding: 0; }

html>body {
	font-size: 16px; 
	font-size: 68.75%;
} 

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 68.75%;
	background: #fff;
	color: #333;
}

h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }

#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }

#main { padding: 1em; }

a img { border: none; }*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header
{
	margin-bottom: 8px;
}
.ui-timepicker-div dl
{
	text-align: left;
}
.ui-timepicker-div dl dt
{
	height: 25px;
	margin-bottom: -30px;
}
.ui-timepicker-div dl dd
{
	margin: 0 8px 8px 60px;
}
.ui-timepicker-div td
{
	font-size: 75%;
}
.ui-tpicker-grid-label
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#ui-datepicker-div
{
	z-index: 9999 !important;
	clip: auto;
}

#ProductListParameterControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#boxes #RptParameterMarketSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#MarketListParameterControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#boxes #RptParameterAccountSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#AccountListParameterControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#boxes #RptParameterCustomerSearchModal
{
	width: 800px;
	min-height: 430px;
	height: auto;
	border: 1px solid #1f4269;
}

#CustomerListParameterControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#boxes #ProductCostDetailControlMassUpdateModal
{
	width: 375px;
	height: 190px;
	border: 1px solid #1f4269;
}

#ProductCostControlMask
{
	position: absolute;
	z-index: 9000; /*z-index:2200550035;*/
	background-color: gray;
	display: none;
	right: 0;
	top: 0;
}

#DeliveryLocationControlMask
{
    position: absolute;
    z-index: 9000; /*z-index:2200550035;*/
    background-color: gray;
    display: none;
    right: 0;
    top: 0;
}

#boxes #TransferSearchModal
{
	width: 800px;
	min-height: 430px;
	height:auto;
	border: 1px solid #1f4269;
}

#divSpinner {
    position: fixed;
    z-index: 1000001;
	background-color: gray;
    color: white;    
    text-shadow: 2px 2px black;   
    font-family: Tahoma, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 18pt;    
    text-align: center;
	display: none;
	left: 0;
	top: 0;   
}


.verify-tax-location-dialog .wrapper {
    padding: 5px;
}

.verify-tax-location-dialog .wrapper div {
    margin: 5px 0;
}

.verify-tax-location-dialog .wrapper select {
    overflow-y: auto;
    border: solid 1px lightgrey;
    outline: none;
    width: 100%;
    font-size: 100%;
}

.verify-tax-location-dialog .ui-widget-header {
    background-image: url('/styles/images/modal/ModalHeaderSalesTaxLocation.png');
    height: 28px;
    background-position-y: 0;
}

.verify-tax-location-dialog button[icon=ui-icon-ok] {
    height: 43px;
    width: 43px;
    background: url('/Styles/images/Icons/IconOK.png') 0;
    border: none;
}

.verify-tax-location-dialog button[icon=ui-icon-cancel] {
    background: url('/Styles/images/Icons/IconCancel.png') 0;
    height: 43px;
    width: 43px;
    border: none;
}

.verify-client-owned-market-dialog .wrapper {
	padding: 0;
}

.verify-client-owned-market-dialog .wrapper div {
	padding: 0;
	border: 0;
	margin: 5px 0;
}

	.verify-client-owned-market-dialog .wrapper select {
		overflow-y: auto;
		border: solid 1px #1f4269;
		outline: none;
		width: 100%;
		font-size: 100%;
	}

.verify-client-owned-market-dialog .ui-widget-header {
	border-top: none;
	background-image: url('/styles/images/modal/ModalHeaderMarket.png');
	height: 28px;
	background-position-y: 0;
}

.ui-dialog.verify-client-owned-market-dialog {
	padding: 0;	
}

.ui-widget.verify-client-owned-market-dialog {
	font-size: 10pt;
}

.verify-client-owned-market-dialog .ui-dialog-buttonpane {
	border-top: none;
}

.verify-client-owned-market-dialog button[icon=ui-icon-ok] {
	height: 43px;
	width: 43px;
	background: url('/Styles/images/Icons/IconOK.png') 0;
	border: none;
}

.verify-client-owned-market-dialog button[icon=ui-icon-cancel] {
	height: 43px;
	width: 43px;
	background: url('/Styles/images/Icons/IconCancel.png') 0;
	border: none;
}




.mdm-integration-dialog .ui-widget-header {
	background-image: url('/styles/images/modal/ModalHeaderBG.png	');
	height: 28px;
	background-position-y: 0;
}

.mdm-integration-dialog .ui-widget-header .ui-dialog-title {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #322848,
	2px 3px 2px #392d53,
	1px 1px 1px #3c2f59
}

.mdm-integration-dialog button[icon=ui-icon-ok] {
	height: 43px;
	width: 43px;
	background: url('/Styles/images/Icons/IconOK.png') 0;
	border: none;
}

.mdm-integration-dialog button[icon=ui-icon-cancel] {
	background: url('/Styles/images/Icons/IconCancel.png') 0;
	height: 43px;
	width: 43px;
	border: none;
}

.mdm-integration-dialog .wrapper {
	padding: 5px;
	color: #545455;
}

.mdm-integration-dialog .wrapper div {
	margin: 5px 0;
}

.mdm-integration-dialog .wrapper .h1 {
	color: #51415b;
	text-shadow: 1px 1px 1px #bdbdbd;
	font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;;
	font-size: 15pt;
	padding-left: 10px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.mdm-integration-dialog .wrapper .h2 {
	color: #51415b;
	text-shadow: 1px 1px 1px #bdbdbd;
	font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;;
	font-size: 12pt;
	padding-left: 12px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

.mdm-integration-dialog .wrapper .content {
	padding: 0.9rem;
	margin-right: 0;
	margin-left: 0;
	border: .2rem solid #f7f7f9;
}

.mdm-integration-dialog .wrapper table {
	border-collapse: collapse;
}

.mdm-integration-dialog .wrapper table ::after, ::before {
	box-sizing: border-box;
}

.mdm-integration-dialog .wrapper .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.mdm-integration-dialog .wrapper .table-hover tbody tr:not(.sub-head):hover {
	background-color: rgba(0,0,0,.075);
}

.mdm-integration-dialog .wrapper .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.mdm-integration-dialog .wrapper .table .sub-head th {
	padding-top: .75rem;
	border-top: 0;
}

.mdm-integration-dialog .wrapper .table .sub-head h2 {
	padding-left: 4px;
	padding-top: 10px;
	margin-bottom: 0;
}

.mdm-integration-dialog .wrapper .table td, .mdm-integration-dialog .wrapper .table th {
	padding: .5rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.mdm-integration-dialog .wrapper th {
	text-align: inherit;
}

.mdm-integration-dialog .wrapper .different td {
	background-color: lightgoldenrodyellow;
}

.mdm-integration-dialog .wrapper .table-hover tbody tr:not(.sub-head):hover.different td {
	background-color: rgba(255,255,0,.30);
}

.mdm-integration-dialog .confirmation {
	padding: 10px 10px 5px 10px;
}

.mdm-integration-dialog .info {
	padding: 10px 10px;
}

.mdm-integration-dialog .ui-dialog-titlebar-close {
	display: none;
}

.mdm-integration-dialog .ui-dialog-buttonset button:focus {
	outline: none;
}

.mdm-integration-dialog .wrapper .content table td {
	white-space: pre-wrap;
}

.mdm-integration-alert {
	background-color: #ff9;
	box-shadow: 0 0 1px #ffc107;
	border-radius: 0.25rem;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0.75rem;
}

.mdm-integration-banner {
	border: 1px solid #545455;
	color: black;
}

.mdm-integration-banner > * {
	background-color: #ff9;
	padding: 1.0rem;
}

.mdm-integration-banner:hover > * {
	background-color: #ffc107;
	color: black;
	cursor: pointer;
}

.mdm-integration-banner-wait:hover > * {
	cursor: wait !important;
	background-color: #ff9;
	color: inherit;
}

.mdm-integration-banner-wait > * {
	pointer-events: none !important;
}

/*Fix for overlapping toolbar buttons.*/
div.EditFormHideSkiplink + .mdm-integration-banner {
	margin-top: 11px;
}

a.hyperlink {
	text-decoration: none;
	text-decoration: underline;
	font-weight:800;
	color:#1F4269;
}

.unauthorized-note {
	margin-top:5px;
	margin-left:20px;
	border:1px solid #e6e6e6;
	border-radius:10px;
	width:600px;
	padding:5px;
	font-style:italic;
}

.star-container {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.red-star {
	width: 14px;
	height: 14px;
	background-color: red;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#custom-tooltip {
	position: absolute;
	padding: 10px;
	background-color: white;
	border: 1px solid red;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: none;
	z-index: 1000;
	width: 200px;
}

	#custom-tooltip p {
		margin: 0;
		line-height: 1.4;
	}

	#custom-tooltip .highlight {
		color: red;
		font-weight: bold;
	}

.info-row {
	padding-left: 5px;
}

.pog-action {
	text-decoration: underline black;
}

.exception-message {
	padding-bottom: 10px;
}