﻿#info, #stock, #FinishShippingMisc, #AddOns, #attachments
{
	width: 98%;
	padding: 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

#MailingDetail
{
	width: 98%;
	padding: 0;
	
}


td.separatorTop
{
	border-top: solid 1px black;
}

#attachments, #projects
{
	border-bottom: solid 1px black;
}

.searchRow
{
	background-color: #ddd;
}

#stockContainer
{
	width: 95%;
	height: 200px;
	overflow: auto;
	border: solid 1px black;
}

#stockContents
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

#stock .leftHeading
{
	padding: 3;
	float: left;
	height: 100%;
}

.leftHeading
{
	background-color: #ccc;
	width:25px; 
	text-align: center;
	vertical-align: middle;
}

.label
{
	font-weight: bold;
}

.rightAlign
{
	text-align: right;
}

.leftAlign
{
	text-align: left;
}

#printOrderFixedOrderHeader
{
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 75px;
	border-top: solid 1px black;
    z-index: -1;
    overflow: auto;
    font-size: 12px;
}

#printOrder_scrolled_content 
{
	position: fixed;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: -1;
}

/* Manager styles MIKE */
.BlueHeaderTable
{ 
    background-color: #677CD6;
    font-size: x-large;
	color: white;
	font-weight: bold;
}



.BeigeSubHeaderTable
{
	background-color: Beige;
    width: 100%;
    font-size: large;
}

.BeigeSubHeaderTable input, .BeigeSubHeaderTable select 
{
	/*font-size: large;*/
}

.BlueTable td
{
    padding: 2px 2px 2px 5px; 
}


.lblLargeBlue
{
/*	background-color: #19578D; */
	color: #19578D;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
}

.lblMediumBlue
{
/*	background-color: #19578D; */
	color: #19578D;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
}


.lblLgBlue
{
/*	background-color: #19578D; */
	color: #19578D;
	font-family: verdana;
	font-size: Large;
	font-weight: bold;
}


.lblLargeWhite
{
/*	background-color: #19578D; */
	color: white;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
}

.lbSelectedHeader
{
	font-size: larger;
	font-weight: bold;
}

.lbLargeMessage
{
	font-size: Large;
	font-weight: bold;
}


.lbUnselectedHeader
{
	font-size: medium;
}


.TableWithBlueHeader
{
	    padding: 2px 2px 2px 5px; 
}



.TableWithBlueHeader td
{
    padding: 2px 2px 2px 5px;
  
}



.TableWithBlueHeaderHeaderRowtd
{
	text-align: center;
	border: solid 1px black;
	background-color: #677CD6;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
}

.lblSectionTitleBlue
{
/*	background-color: #19578D; */
	color: #677CD6;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
}

.txtAmountTextbox
{
	width: 50px
}
	
.tableView {
    color:#333333;
    border-collapse:separate;
    white-space:nowrap;
}
.tableView caption {
    background-color: #677CD6;
    color: White;
    font-size: 8pt;
    font-weight:bold;
}
.tableView textarea 
{
    white-space: normal;
}

.wrapRow {
    white-space: normal;
}

.hidden
{
    visibility: hidden;
    display: none;
}

.faux_spacing
{
	border-top: 1px solid white;
}

.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: visible;
  display: block;
  width: 10000px;
  height: 10000px;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=66);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
  -moz-opacity:0.66;
  -moz-opacity:0.66;
  opacity: 0.66;
}

.InnerFreezePane
{
  text-align: center;
  position: fixed;
  text-align: center;
  top: 30%;
  left: 25%;
  width: 50%;
  background-color: #eee;
  color: Black;
  font-size: large;
  border: dashed 2px #111;
  padding: 9px;
  z-index: 1000;   
}
.autocomplete_completionListElement 
{  
	background-color : white;
	color : black;
	border : solid 1px #444;
	border-width : 1px;
	border-style : solid;
	height: 200px;
	cursor : 'default';
    text-align : left; 
    list-style-type: none;
    font-size: 90%;
    white-space: nowrap;
    overflow: auto;
    margin: 0px;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding : 2px 1px 2px 5px;
}

.autocomplete_listItem 
{
	padding : 2px 1px 2px 5px;
}

.ChangeBindery {
    cursor: pointer;
}

.clickable { cursor: pointer; }

.help { cursor: help; }

.SubMenuDynamicMenuStyle
{
    z-index: 1000;
}

.TextBoxAlignRight
{
    text-align : right;
}

label.lblPSP { display: inline-block; }

.get-reader 
{
    margin-top: 15px;
    font-size: 12px;
    font-style: italic;
}

.BinderyImageForPDFViewer img 
{
    max-width: 300px;
    max-height: 200px;
}

img.bizcard-thumbnail
{
    max-width: 400px;
}    

img.bizcard-thumbnail-border
{
    border: 1px solid #333 !important;
}

img.po-attachment 
{
    border: 1px solid #333 !important;
    max-width: 250px;
    max-height: 200px;
}    

.truncate-400 { max-width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }

img.delivery-signature-image {
    max-width: 250px;
    max-height: 75px;
    border: 1px dotted #333;
}

#concurrency-warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13pt;
    border-top: 2px solid #555;
}

#concurrency-warning.warning {
    background-color: #FFB200;
    color: #666;
}

#concurrency-warning.error {
    background-color: #d9534f;
    color: #fff;
}

a i.fa-dashboard {
    color: rgb(85, 26, 139);
}

.ag-attached-thumbnail {
	display: flex;
	align-items: center;
}

.ag-attached-thumbnail img {
	margin: 10px;
	border: 1px solid #CCC;
	border-width: 1px !important;
}
