﻿#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;
}

/* =========================================================
   Multi-Account Split Control Styles
   ========================================================= */

.multi-acct-trigger {
    display: inline-block;
}

/* Bootstrap 3 fallback for the TemplateOrder host page only */
.template-order-multi-acct .multi-acct-trigger .btn-outline-primary {
    color: #337ab7;
    background-color: transparent;
    border: 1px solid #337ab7;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
}
.template-order-multi-acct .multi-acct-trigger .btn-outline-primary:hover,
.template-order-multi-acct .multi-acct-trigger .btn-outline-primary:focus {
    color: #fff;
    background-color: #337ab7;
}

.multi-acct-summary {
    display: block;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    min-width: 400px;
}

.multi-acct-summary-details {
    margin-top: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.multi-acct-panel {
    margin-top: 10px;
}

.multi-acct-panel .card {
    border: 1px solid #3A6EA5;
}

.multi-acct-panel .card-header {
    background-color: #3A6EA5;
    padding: 8px 12px;
}

.multi-acct-table {
    margin-bottom: 0;
}

.multi-acct-table th {
    background-color: #e9ecef;
    font-weight: 600;
    font-size: 0.9em;
}

/* Prevent content wrapping in the narrow Percentage, Amount and Actions columns */
.multi-acct-table td:nth-child(2),
.multi-acct-table td:nth-child(3),
.multi-acct-table td:nth-child(4) {
    white-space: nowrap;
}

.multi-acct-row {
    transition: background-color 0.2s ease;
}

.multi-acct-row:hover {
    background-color: #f8f9fa;
}

.multi-acct-row .form-control {
    font-size: 0.9em;
}

.multi-acct-value {
    width: 80px;
}

.multi-acct-amount {
    font-weight: 500;
    color: #495057;
}

/* Progress bar styling */
.multi-acct-panel .progress {
    border-radius: 4px;
    overflow: hidden;
}

.multi-acct-panel .progress-bar {
    transition: width 0.3s ease, background-color 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Validation states */
.multi-acct-valid {
    color: #198754;
}

.multi-acct-invalid {
    color: #dc3545;
}

/* Autocomplete styling (matches existing patterns) */
.multi-acct-panel .autocomplete_completionListElement {
    background-color: white;
    color: black;
    border: solid 1px #444;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    position: absolute;
}

.multi-acct-panel .autocomplete_listItem {
    padding: 4px 8px;
    cursor: pointer;
}

.multi-acct-panel .autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 4px 8px;
    cursor: pointer;
}

/* Recent accounts chips */
.multi-acct-panel .btn-outline-info {
    font-size: 0.8em;
    padding: 2px 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .multi-acct-table th,
    .multi-acct-table td {
        padding: 6px 4px;
        font-size: 0.85em;
    }
    
    .multi-acct-value {
        width: 60px;
    }
}

