﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

input.invisible
{
    opacity:0;
    filter:alpha(opacity=0);
}

div.unClickable
{
    width: 0;
    overflow: hidden;
}

div.results
{
    height = 500px;
}

a.lightHref
{
    color: #FFFFFF;
}

div.content
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
}

div.formHeader
{
	background-color: #465C71;
	border-top: 1px solid #465C71;
	border-bottom: 8px solid #BFCBD6;
	color: #FFFFFF;
	font-size: large;
	padding: 7px 0px 10px 10px;
	text-align: left;
}

div.loginContent
{
	padding-left:270px;
}
         
div.configureSettings
{
	width:50%;
	border: 1px solid #465C71;
	padding:10px;
}
         
div.configureBillOfMaterial
{
	width:80%;
	border: 1px solid #465C71;
	padding:10px;
}
 
div.search
{
	padding: 8px 0px 10px 8px;
}

.tabsHeader
{
	height: 20px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    clear: both;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

h1
{
    font-size: 15px;
    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;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

div.newPage
{
    width: 960px;
    height: 580px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

div.newPage2
{
    width: 960px;
    height: 600px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

div.newPage3
{
    width: 960px;
    height: 630px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

div.submitDiv
{
    padding-right: 10px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    background-color: #FFF;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.leftColumnSmall
{
	float: left;
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 100px;
}

.leftColumnMedium
{
	float: left;
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 120px;
}

.leftColumnLarge
{
	float:left;
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 300px;
}

.leftColumnExtraLarge
{
	float:left;
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 500px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.itemManageHeader
{
	border-top: 1px solid #496077;
	border-bottom: 1px solid #496077;
	height: 35px;
	padding: 5px;
	width: 950px;
}

.FindButton
{
	background-image: url(Images/magnify_small.png);
	width: 30px;
	height: 30px;
	border: 0px;
	padding: 12px;
	background-repeat: no-repeat;
	background-color: white;	
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.iconMenuBar
{
	background-color: #F9F9F9;
	height: 60px;
}

div.iconMenuBar2
{
	background-color: #F9F9F9;
	height: 20px;
    border-bottom: 1px solid #496077;
    padding: 10px;
}

div.iconMenuBar3
{
	background-color: #F9F9F9;
	height: 26px;
    border-bottom: 1px solid #496077;
    padding-right: 5px;
    padding-bottom: 10px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

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: #3A4F63;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.float-right{
	float:right;
}

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: 60%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.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;
}

.lookupTextBox
{
	float: left;
	height: 40px;
	padding: 20px 0px 0px 10px;
	width: 100px;
}

.mainlookupTextBox
{
	float: left;
	height: 18px;
	margin-top: 20px;
	width: 85px;
}

.lookupSeparator
{
	background: url(../Images/vertical_separator.png) no-repeat;
	float: left;
	height: 60px;
	width: 3px;
	padding-right: 10px;
}

.imageButton, .imageButton:visited
{
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 59px;
	width: 50px;
	padding-left: 5px;
	padding-right: 10px;
}

.imageButton:hover
{
	background-color: #BFDAFF;
	border: 1px solid #BFCBD6;
	height: 57px;
	width: 48px;
}

.imageButton1, .imageButton1:visited
{
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	width: 50px;
	padding-left: 3px;
	padding-right: 8px;
	padding-top: 5px;
}

.imageButton1:hover
{
	background-color: #BFDAFF;
	border-bottom:1px solid #BFCBD6;
	border-right: 1px solid #BFCBD6;
	width: 49px;
	height: 53px;
}

.boxButton
{
	background-image: url(../Images/small_box.png);
}

.shippingButton
{
	background-image: url(../Images/small_shipping.png);	
}

.workOrderButton
{
	background-image: url(../Images/small_workorder.png);	
}

.reportsButton
{
	background-image: url(../Images/small_reports.png);	
}

.itemsButton
{
	background-image: url(../Images/small_item.png);	
}

.lookupBoxButton
{
	background-image: url(../Images/small_lookup_box.png);
}

.lookupSalesOrderButton
{
	background-image: url(../Images/small_lookup_salesorder.png);
}

.lookupLineItemButton
{
	background-image: url(../Images/small_lookup_lineitem.png);
}

div.AddItemDiscardChanges
{
	position: fixed;
	left: 760px;
}

/* ITEM VARIANT
------------------------------------------------------------------------------*/

div.VariantItemContainer 
{
    padding-left: 60px; 
    margin-top: 60px;
    width: 500px;
}

table.VariantItem 
{
    border-spacing: 3px;
}

div.VariantAttributeValue 
{
	border-bottom: 1px solid #F4F7FC;
	float: right;
	font-size: 10px;
    height: 14px;
    width: 200px;
}

input.VariantAttributeDataValue
{
	float: left;
	font-size: 10px;
	border: 0px;
	margin-left: 6px;
	width: 200px;
}

select.VariantAttributeDataValue
{
	float: left;
	font-size: 10px;
	border: 0px;
	margin-left: 2px;
	width: 200px;
}

input.VariantAttribute 
{
    width: 200px;
}

select.VariantItemList 
{
    height: 300px;
    width: 440px;
}

div.elementName
{
	border: 1px solid #F4F7FC;
	float: left;
	font-size: 10px;
	width: 147px;
}


/* PROGRESS (for updating pages)
------------------------------------------------------------------------------*/
div.progress
{
	text-align: center;
	margin: auto;
	width: 300px;
}

/* PROGRESS (update panel progress div)
------------------------------------------------------------------------------*/
div.progressMessage
{
	background-color: #465C71;/*#BFDAFF; Light Blue*/
	color: #FFFFFF;
	height: 20px;
	position: fixed;
	text-align: center;
	top: 235px;
	width: 960px;
}

.error
{
	color: #F00;	
}

.ok
{
	color: #0A0;
}

.largeText
{
	font-size: large;
	color: #FFFFFF;	
}

.center
{
	text-align: center;	
}

.SaveMessage
{
	border: 1px solid #FFFFFF;
	background-color: #3B2415;
	color: #FFFFFF;	
	font-size: 20px;
	height: 25px;
	right: 0px;
	position: fixed;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

.LoadingMessage
{
	border: 1px solid #FFFFFF;
	background-color: #4B6C9E;
	color: #FFFFFF;	
	font-size: 20px;
	height: 25px;
	right: 0px;
	position: fixed;
	text-align: center;
	bottom: 100px;
	width: 100%;
}
.forgotPasswordPage{
	margin:0 auto;
	width:500px;
	margin-top:100px;
	border: 1px solid gray;
}

.displayTable{
	display:table;
	width:100%;
}

.pnlHeaderTitle {
	float: left;
	color: white;
	margin-top:8px;
	font-size:14px;
	margin-left:12px;
}

.btnRemoveHold {
	font-size:10px !important;
}

#divSendBackOrderEmail {
	background-color: white;
	min-width:300px;
	height: 200px;
	border: 1px solid gray;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 12px;
	overflow: auto;
}

#tblBackOrderItems{
	width:100%;
}

.btnViewAssociatedItem, .btnRemoveAssociatedItem {
	cursor: pointer;
}

	/* AWESOME BUTTONS
------------------------------------------------------------------------------*/
	.awesome, .awesome:visited {
		background: #222 url(/Images/Buttons/alert-overlay.png) repeat-x;
		display: inline-block;
		padding: 5px 10px 6px;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
	}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.awesome:disabled						{ background-color: #888; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: 0px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }
.delsol.awesome, .delsol.awesome:visited		{ background-color: #B03718; }
.delsol.awesome:hover							{ background-color: #AC0D00; }
.darkblue.awesome, .darkblue.awesome:visited	{ background-color: #313B84; }
.darkblue.awesome:hover							{ background-color: #374496; }



/* AWESOMECUSTOM BUTTONS
------------------------------------------------------------------------------*/
.awesomeCustom, .awesomeCustom:visited {
	background: #222 url(/Images/Buttons/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesomeCustom:hover							{ background-color: #111; color: #fff; }
.awesomeCustom:active							{ top: 1px; }
.medium.awesomeCustom:disabled						{ background-color: #888; }
.small.awesomeCustom, .small.awesomeCustom:visited 			{ font-size: 11px; padding: 0px; }
.awesomeCustom, .awesomeCustom:visited,
.medium.awesomeCustom, .medium.awesomeCustom:visited 		{ font-size: 10px; font-weight: bold; line-height: .75; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesomeCustom, .large.awesomeCustom:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesomeCustom, .green.awesomeCustom:visited		{ background-color: #91bd09; }
.green.awesomeCustom:hover						{ background-color: #749a02; }
.blue.awesomeCustom, .blue.awesomeCustom:visited		{ background-color: #2daebf; }
.blue.awesomeCustom:hover							{ background-color: #007d9a; }
.red.awesomeCustom, .red.awesomeCustom:visited			{ background-color: #e33100; }
.red.awesomeCustom:hover							{ background-color: #872300; }
.magenta.awesomeCustom, .magenta.awesomeCustom:visited		{ background-color: #a9014b; }
.magenta.awesomeCustom:hover							{ background-color: #630030; }
.orange.awesomeCustom, .orange.awesomeCustom:visited		{ background-color: #ff5c00; }
.orange.awesomeCustom:hover							{ background-color: #d45500; }
.yellow.awesomeCustom, .yellow.awesomeCustom:visited		{ background-color: #ffb515; }
.yellow.awesomeCustom:hover							{ background-color: #fc9200; }
.delsol.awesomeCustom, .delsol.awesomeCustom:visited		{ background-color: #B03718; }
.delsol.awesomeCustom:hover							{ background-color: #AC0D00; }
.darkblue.awesomeCustom, .darkblue.awesomeCustom:visited	{ background-color: #313B84; }
.darkblue.awesomeCustom:hover							{ background-color: #374496; }

