/*****************************************/
/* Phase 4 Mods                          */
/* By Eric Chamberlin                    */
/*****************************************/

div.clear
{
    clear: left;
}

div#order-info-tab-top-box
{
    margin-bottom: 24px;
}

div.label
{
    width: 140px;
    margin-right: 2px;
    padding-top: 2px;
}

div#bill-to-box, div#ship-to-box, div.field-box 
{
    float: left;
}

div.field-box 
{
    margin-bottom: 18px;
}

div#bill-to-box div.label, div#ship-to-box div.label
{
    width: 70px;
}

div#bill-to-box div.addr-box, div#ship-to-box div.addr-box
{
    width: 280px;
    margin-left: 4px;
}

div#bill-to-box > div, div#ship-to-box > div, div.field-box > div
{
    float: left;
}

div.field-box > div
{
    width: 300px;
}

div.field-box > div.label
{
    width: 140px;
    clear: left;
    padding-top: 3px;
}

div.addr-box
{
    line-height: 16px;
}








/****************************/
/*     Address Tables       */
/****************************/

	table.addrTable tr
	{
		font-size:			10px;
	}
	
	.DItemList table.addrTable tr td {
		display: inline-block;
	}
	
	table.addrTable tr td
	{
		font-size:			11px;
		text-align: center;
	}


.edit
{
	border: 1px solid #cdcdcd;
	text-decoration: none;
	padding: 1px;
	color: #030303;
}
.edit:hover
{
	border: 1px solid #cdcdcd;
	text-decoration: underline;
	background-color: #cdcdcd;
	color: blue;
}
body
{
	font-family: verdana, arial, helvetica, sans;
	/*font-size: .8em;*/
	font-size: 10px;
	color: #030303;
  margin: 0;
}

/* table
{
	background-color: ##C0C27C;
} */

/* Begin form styles here. */

input
{
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;

}

.textbox
{
	border: 1px solid #113311;
	margin: 2px 0 2px 0px;
	padding-left: 3px;
	color: #030303;
	background-color: #eeffee;
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
	width: 250px;
}

.textbox:hover
{
	background-color: #ddeedd;
	color: #000000;
}

.textbox:focus
{
	background-color: #bbddbb;
	color: #000000;
}

.button
{
	border: 1px solid #113311;
	width: 75px;
	cursor: pointer;
	color: #030303;
	background-color: #eeffee;
}

.icon
{
	border: 0px solid black;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.checkbox
{
	width: 25px;
	border: 0px;
	background-color: transparent;
}

.textarea
{
	border: 1px solid #113311;
	background-color: #eeffee;
}

.richtext
{
	border: 1px solid #113311;
	background-color: #eeffee;
}

.selector
{
	border: 1px solid #113311;
	width: auto;
	margin: 2px;
	color: #030303;
	font-family: verdana, arial, helvetica, sans;
	background: #eeffee;
	font-size: 10px;
}

.selector:hover
{
	background-color: #AACCAA;
	color: #000000;
}

.selector:focus
{
	background-color: #AACCAA;
	color: #000000;
}

.radio
{
	border: 1px solid #113311;
	width: 250px;
	margin: 2px;
	color: #030303;
}

fieldset
{

  border: 1px solid #cccccc;
  margin: 10px;
  padding: 3px;
  background: #eeeeee;
}
/* Begin table-handling styles here. */
fieldset legend
{
  font-size: 1.2em;
  font-weight: bold;
  background: #dddddd;
   border: 1px solid #cccccc;
   padding: 3px;
   margin-top: 3px;
}

html fieldset
{
  position:relative;
 margin-top: 35px;
  background:#eeeeee;
  padding-top:10px;
}

html legend {
 position:absolute;
 top:-15px;
 background: #cccccc;
 color:white;
 border:1px solid #bbbbbb;
 padding:2px 5px;

}

fieldset table
{
  background: none;
}

td
{
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
	color: #030303;
}


th
{
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
	color: #030303;
	background-color: #cecece;
}
div
{

	color: #030303;
}
span
{

	color: #030303;
}
tr
{
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
}

a
{
	text-decoration: none;
}
a:link
{
	text-decoration: none;
	color: #030303;
}
a:visited
{
	text-decoration: none;
	color: #030303;
}
a:hover
{
	text-decoration: none;
	color: #cccccc;
}
a:active
{
	text-decoration: none;
	color: #030303;
}

.notes
{
	color: #000000;
	padding: 5px 5px 0 5px;
}

.notes a
{
	text-decoration: none;
}
.notes a:link
{
	text-decoration: none;
	color: #030303;
}
.notes a:visited
{
	text-decoration: none;
	color: #030303;
}
.notes a:hover
{
	text-decoration: none;
	color: #ffffff;
}
.notes a:active
{
	text-decoration: none;
	color: #030303;
}

/* Begin data list handling styles here. */
.DataListMain
{
	color: #030303;
	width: 100%;
	 border: 0;
  border-collapse: collapse;
	margin: auto;
	font-family: verdana,arial,sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.DataListMain a
{
	color: #030303;
	text-decoration: none;
}
.DataListMain a:link
{
	text-decoration: none;
	color: #030303;
}
.DataListMain a:visited
{
	text-decoration: none;
	color: #030303;
}
.DataListMain a:hover
{
	text-decoration: none;
	color: #aaaaaa;
}
.DataListMain a:active
{
	text-decoration: none;
	color: #030303;
}
.DatalistCols
{
	color: #999999;
	text-decoration: none;
}

.DatalistCols a:hover
{
	color: #030303;
}

.DatalistHeader
{
	color: #030303;
	font-weight: 900;
	text-align: center;
}
.DatalistHeader a
{
margin: auto;
display: block;
}
.DatalistSearchBox
{
	color: #030303;
	border: 2px solid #cdcdcd;
	width: 100%
}
.DatalistSearchTitle
{
	color: #030303;
	font-weight: 900;
}

/* Begin navigational menu styles here. */
#navigation_menu
{
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-family: verdana, arial, helvetica, sans;
  font-size: 1.4em;
}
#navigation_menu table
{
border-collapse: collapse;
width: 100%;
}
#navigation_menu td
{
  font-size: 1.0em;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.NavMain
{
	background-color: #999999;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}
.NavItem
{
	color: #FFFFFF;
	border: 0;

	background: #3c3d41;
	filter: alpha(opacity=95);
	-moz-opacity: .95;

}
.NavClick
{
	/*background-color: #0A0A0A;*/
	background-image: url(../_images/nav_click.png);
	background-repeat:  repeat-x;

	color: #fefefe;
	cursor: pointer;
	padding: 0px;
	padding-left: 2px;
	margin: 0px;
	text-align: left;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	height: 18px;
  border: 0;
}
.NavItem a
{
	color: #FFFFFF;
	text-decoration: none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	display: block;
		padding-left: .8em;
	padding-bottom: .2em;
}

.NavItem a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.NavItem a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.NavItem a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.NavItem a:hover
{
	color: #AAAAFF;
	text-decoration: none;
}


/* Begin error handling styles here. */

.ErrorMessage
{
	border: 2px solid #cc0000;
	color: #cc0000;
	background-color: #ffcccc;
	padding: 0px 5px;
	margin: 5px;
}

div.ErrorMessage ul
{
	list-style: disc;
}

div.ErrorMessage li
{
	vertical-align: super;
}

input.ErrorMessage, select.ErrorMessage, checkbox.ErrorMessage, textarea.ErrorMessage
{
	color: #ffffff;
	border: 1px solid #ff6666;
	background-color: #993333;
	margin: 0px;
}
.tabpane
{
	border-bottom: 1px solid #9Aa8b8;

}
.tabtitle
{

	text-align: center;
	color: #030303;
	display: block;
	height: 12px;
	font-weight: bold;
	padding: 3px;
}
.tab
{
	background: #DBE9F9 url(../admin/_images/tab.gif) repeat;
	color: #030303;
	text-align: center;
	width: 150px;
	_width: 150px;
	border-left: 1px solid #bbc9d9;
	font-size: 1.0em;
}

.tab a
{
	color: #030303;
	text-decoration: none;
	cursor: pointer;
	display:block;
}

.tab a:hover
{
	color: #0066dd;
	text-decoration: underline;
	cursor: pointer;
	border: 0px;
	background: #afd0f0 url(../admin/_images/selected_tab.gif) repeat-x;
}

.selectedtab
{
	background: #afd0f0 url(../admin/_images/selected_tab.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	width: 150px;
	_width: 150px;
	text-align: center;
	border-right: 1px solid #8fb0d0;
	font-size: 1.0em;
}

.selectedtab a
{
  color: #000000;
	text-decoration: none;
	cursor: default;

}
.selectedtab a:hover
{

	text-decoration: none;
	cursor: default;
}
.label
{
	font-weight: 900;
	color: #030303;
	text-align: right;
}
.Box
{

	border: 2px solid #cdcdcd;
}
.Statusbar
{
	font-family: verdana, arial, helvetica, sans;
	color: #ffffff;
	font-size: .8em;
	float: left;
}
.Databox
{
	border: 1px solid #cdcdcd;
}

.TimeSelect
{
	width: 40px;
}

table.ThreadEntry
{
	border: 1px solid #cdcdcd;
}

tr.ThreadHeader
{
	background-color: #999999;
}

td.ThreadAuthor
{
	font-weight: bold;
	color: #fefefe;
}

tr.ThreadTitle
{
	border: 1px solid #cdcdcd;
	background-color: #999999;
	font-weight: bold;
}

td.ThreadHighlightColor, a.ThreadHighlightColor
{
	color: #fefefe;
}

tr.ThreadContent
{
	border: 1px solid #cdcdcd;
}

tr.ThreadFooter
{
	border: 1px solid #cdcdcd;
	background-color: #999999;
}



.DataListMain tbody
{

}
.DataListMain td, .DataListMain th
{
  padding: 4px;
  margin: 0;
  border: 0;
  text-align: center;
}

.DataListMain tr
{
  border: 0;
}


.DataListMain
{

}

.DataListMain th
{
  background-color: #7B9CC1;
}
.GridItem td{
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;

}
.GridAltItem td
{
  border: 1px solid #C1DAD7;
  background:#f4f9fe url(../images/datagrid_background.gif) no-repeat;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}



.DatalistHeader
{
    font-weight: bold;
    background-color: #e4e9ee;
}
.DatalistHeader a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    padding: 0px 15px 0px 15px;
}
.DatalistHeader a:hover
{
    text-decoration: underline;

}




#navlist
{
  clear: both;
  float: left;
  width:100%;
  background: transparent url(../_images/menu_bg.png) repeat-x scroll 0%;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #666;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  }
#navlist ul
{
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
}
#navlist li
{
  display:inline;
  margin:0;
  padding:0;
}
#navlist a
{
  float:left;
  background:url(../_images/tableftF.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#navlist a span
{
  float:left;
  display:block;
  background:url(../_images/tabrightF.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navlist a span
{
  float:none;
}
/* End IE5-Mac hack */
#navlist a:hover span
{
  color:#FFF;
}

#navlist a:hover
{
  background-position:0% -42px;
}

#navlist a:hover span
{
  background-position:100% -42px;
}

#navlist a.current
{
   background-position: 0% -42px;

  font-weight: bold;
}
#navlist a.current span
{
 background-position: 100% -42px;
 color: #3E689F;
}
.clearfix:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
table#login
{
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 50%;
}

table#login th
{
  border-bottom: 1px solid #dddddd;
  padding: 4px;
  font-size: .8em;
}
table#login td
{
  width: 50%;
  padding: 5px;
}
table#login td#label
{
  text-align: right;
}
table#login td input
{
  width: auto;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	.ac_results {
	padding: 0px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	overflow: hidden;
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results iframe {
		display:none;/*sorry for IE5*/
		display/**/:block;/*sorry for IE5*/
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		filter:mask();
		width:3000px;
		height:3000px;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: pointer;
		display: block;
		width: 100%;
		font-family:Tahoma,Arial,Sans Serif;
		font-size: 12px;
		overflow: hidden;
	}

	.ac_loading {
		background : Window url('./../_images/indicator.gif') right center no-repeat;
	}

	.ac_over {
		background-color: #FFFFCC;
		color: #000000;
	}


	.listFilter {
		width:350px;
		background-color:#ffffee;
		margin:10px 0 0 20px;
	}


	.nowrap {
		white-space:nowrap;
	}
	
	
/* Navigation Styles */	
.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 152px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
 
.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px arial, Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #C0C27C;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #225B23;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px arial, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: white;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}
	
div.stock-item-controls div.float-left label
{
    display: block;
    font-weight: bold;
}

input.disabled
{
    background-color: #cccccc;
}

input.disabled:hover
{
    background-color: #cccccc;
}

.hiddenForDigital
{
	display: none;
}

/* .magnify>.magnify-lens {
	width: 450px;
	height: 450px;
	border-radius: 0%;
} */

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 55px; /* Location of the box */
	left: 0;
	top: 0;
	right: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4);
	margin: auto;
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 630px;
	max-height: 580px;
}

/* Caption of Modal Image */
#caption-design, #caption-bottom, #caption-logo {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 630px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 20px;
	font-size: 14px;
}

/* Add Animation */
.modal-content, #caption-design, #caption-bottom, #caption-logo {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: relative;
	top: -20px;
	right: 0px;
	left: 375px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

.ShipToLookup 
{
	position:absolute; 
	z-index:500; 
	display:none; 
	top:165px; 
	left:490px;
	width:400px; 
	height:400px; 
	background-color:#ffc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:3px;
}

.CustServiceInfo 
{
	position:absolute; 
	z-index:510; 
	display:none; 
	top:165px;
	margin-left:435px;
	width:600px; 
	height:400px;
	background-color:#ffc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:3px;
}

.dataTables_filter {
    float: left !important;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 3px;
}

.CustMessageInfo 
{
	position:absolute; 
	z-index:500; 
	display:none; 
	top:175px; 
	margin-left:160px;
	width:600px; 
	height:400px; 
	background-color:#ffc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:3px;
}

table.dataTable tr td.sorting_2,
table.dataTable tr td.sorting_1 {
    background-color: unset !important;
}
div.notes h2 {
    margin: 10px 0 15px 0;
    padding-bottom: 10px;
}

div#StockOrderTotal, div#FreeFreightAmount {
    padding-top: 4px;
}

th.sorting_disabled {
    background-color: #fff;
}
