/***********************************************
 * general tags                                *
 ***********************************************/
*, ::after, ::before {
	box-sizing: revert; /* Correct some bootstrap issues. Remove if it causes more issues than it fixes. Corrects border overlap issue for template edit thumbnail */
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}
input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, input.ui-combobox-input:focus, input.ui-corner-all:focus, .ui-accordion-header:focus {
	border: 1px solid #51c9ee !important;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
	outline: none !important;
}
input[type=text].errorBorder:focus, input[type=password].errorBorder:focus, textarea.errorBorder:focus, input.ui-combobox-input.errorBorder:focus {
	border: 1px solid red;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	outline: none;
}
select:focus {
	border: 1px solid #51c9ee;
	outline: thin solid #51c9ee;
}
.indicate {
	border: 1px #1d78bf dashed;
}

/***********************************************
 * Inline Edit                                 *
 ***********************************************/
.inline-edit {
	position: relative;
}

:not(th).inline-edit:hover,
:not(th)#accountingCodeCell:target,
:not(th)#customerPOCell:target,
:not(th)#quoteNameCell:target,
:not(th)#shipMethodCell:target,
:not(th)#salesRep:target,
:not(th)#csrRep:target,
:not(th)#prepressRep:target,
:not(th)#designerRep:target {
	animation: bluePulseInsetSmall 2s infinite;
	-moz-animation: bluePulseInsetSmall 2s infinite; /* Firefox */
	-webkit-animation: bluePulseInsetSmall 2s infinite; /* Safari and Chrome */
	-o-animation: bluePulseInsetSmall 2s infinite; /* Opera */
}
.ui-box section.inline-edit:hover,
.ui-box section.inline-edit:focus {
	border: 1px solid #3C89CD;
}
label {
	margin: 0;
	line-height: 22px;
	font-size: 12px;
}
.inline-edit input,
.inline-edit select,
.inline-edit span {
	padding: 0;
	margin: 0;
	line-height: 18px;
}
.inline-edit span {
	line-height: 22px;
}
.inline-edit select {
	width: 98%;
}
.inline-edit input {
	width: 98%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.inline-edit input[type='checkbox'] {
	width: auto;
}
.inline-edit input.center { text-align: center; }
.inline-edit input.right { text-align: right; }
.inline-edit-indicator,
.inline-edit-indicator-inline {
	position: relative;
	overflow: hidden;
}
.inline-edit-indicator:after,
.inline-edit-indicator-inline:after {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	background: rgba(0, 156, 222, 0.5);
	position: absolute;
	top: 0;
	right: -5px;
	transform: skewX(45deg);
}
.inline-edit-indicator-inline {
	display: inline-block;
	padding-right: 8px;
	width: 100%;
}
.inline-edit-placeholder {
	color: #c2c2c2;
}
.inline-edit-success,
.inline-edit-success:hover {
	animation: greenPulseInsetSmall 1s ease-out !important;
	-moz-animation: greenPulseInsetSmall 1s ease-out !important; /* Firefox */
	-webkit-animation: greenPulseInsetSmall 1s ease-out !important; /* Safari and Chrome */
	-o-animation: greenPulseInsetSmall 1s ease-out !important; /* Opera */
}
.inline-edit-error,
.inline-edit-error:hover {
	animation: redPulseInsetSmall 1s ease-out;
	-moz-animation: redPulseInsetSmall 1s ease-out; /* Firefox */
	-webkit-animation: redPulseInsetSmall 1s ease-out; /* Safari and Chrome */
	-o-animation: redPulseInsetSmall 1s ease-out; /* Opera */
}

/* Green Pulse Inset */
@-webkit-keyframes greenPulseInsetSmall /* Safari and Chrome */ {
	from { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
	50% { border-color: #6caf48; box-shadow: inset 0 0 4px 4px rgba(108, 175, 72, 0.5); }
	to { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
}
@-moz-keyframes greenPulseInsetSmall /* Firefox */
{
	from { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
	50% { border-color: #6caf48; box-shadow: inset 0 0 4px 4px rgba(108, 175, 72, 0.5); }
	to { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
}
@keyframes greenPulseInsetSmall /* W3C */
{
	from { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
	50% { border-color: #6caf48; box-shadow: inset 0 0 4px 4px rgba(108, 175, 72, 0.5); }
	to { border-color: #6caf48; box-shadow: inset 0 0 1px 1px rgba(108, 175, 72, 0.5); }
}
/* Red Pulse Inset */

@-webkit-keyframes redPulseInsetSmall /* Safari and Chrome */ {
	from { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
	50% { border-color: #7f190d; box-shadow: inset 0 0 4px 4px rgba(127, 25, 13, 0.5); }
	to { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
}
@-moz-keyframes redPulseInsetSmall /* Firefox */
{
	from { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
	50% { border-color: #7f190d; box-shadow: inset 0 0 4px 4px rgba(127, 25, 13, 0.5); }
	to { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
}
@keyframes redPulseInsetSmall /* W3C */
{
	from { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
	50% { border-color: #7f190d; box-shadow: inset 0 0 4px 4px rgba(127, 25, 13, 0.5); }
	to { border-color: #7f190d; box-shadow: inset 0 0 1px 1px rgba(127, 25, 13, 0.5); }
}

/* New Inline Editing*/
.edit-inactive,
.edit-inactive-disable,
select.edit-inactive {
	border:none;
	background-color: transparent;
}
select.edit-inactive{
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
select.edit-inactive::-ms-expand {
	display: none;
}
/* focus */
.edit-inactive:focus, select.edit-inactive:focus{
	border: 1px solid #aaa;
	background-color: inherit;
}
select.edit-inactive:focus {
	-webkit-appearance: revert; -moz-appearance: revert; appearance: revert;
}
.edit-inactive-disable {
	pointer-events: none;
	outline: none !important;
	border: none !important;
	box-shadow: none;
	-moz-appearance: none; /* for Firefox */
	-webkit-appearance: none; /* for Chrome */
}

/***********************************************
 * Jquery Override *
 ***********************************************/
.ui-state-default {
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
	background-image: none !important;
}
.ui-state-active {
	background: #ffffff !important;
	border: 1px solid #aaaaaa !important;
}
/*Fix jQuery dropdown menus on the job editor*/
.ui-menu .ui-state-active {
	border: transparent !important;
}
.ui-menu .ui-menu-item-wrapper {
	line-height: 20px;
}
th.ui-state-default:hover,
h3.ui-state-default:hover {
	background: #dadada !important;
}
.ui-widget-header {
	background: #cccccc !important;
	border: 1px solid #aaaaaa;
}
th.ui-state-default,
h3.ui-state-default {
	padding: 4px;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	background: #e6e6e6;
}

/***********************************************
 * Row Spinner                                 *
 ***********************************************/
tr.e td span.row_spinner, tr.even td span.row_spinner {
	background-image: url("/img/spinner-small-eeeeee.gif");
}
tr.o td span.row_spinner, tr.odd td span.row_spinner {
	background-image: url("/img/spinner-small-000000.gif");
}
tr.oh td span.row_spinner, tr.eh td span.row_spinner {
	background-image: url("/img/spinner-small-ddeeff.gif");
}

/***********************************************
 * Original PressWise CSS                      *
 ***********************************************/
tt, pre, code, .mono {
	font-family: monospace;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
.light {
	font-weight: 100;
}
.heavy {
	font-weight: 900;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.red, .error-text {
	color: #cc0000 !important;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
	font-weight: bold;
	color: #000000;
}
a img {
	border: 0;
}
hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 1px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
button {
	display: inline;
}
.AdminInput {
	font-size: 11px;
	background: #ffffdd;
	color: #000000;
	line-height: normal;
	border: 1px solid #999999;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}
.anchor {
	text-decoration: none;
}
.Body {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.BrightBody {
	font-size: 14px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright, .copyright a {
	font-size: 12px;
	color: #1d78bf;
	font-family: Arial, Helvetica, sans-serif;
}
.refreshTxt, .refreshTxt a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100% !important;
}
.refreshTxt a:hover {
	color: #1d78bf;
	text-decoration: none;
}
.InputBox {
	font-size: 14px;
	width: 200px;
	color: #000000;
	border: 1px solid #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: left;
}
.LargeBody {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.LargeBody .anchor {
	color: #333333;
}
.OptionNames {
	font-weight: bold;
	font-size: 15px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
}
.ReallySmallBody {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.RedLink {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SmallBody {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.SmallBody .anchor {
	color: #666666;
}
.SmallInputBox {
	font-size: 10px;
	color: #000000;
	border: 1px solid #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: left;
}
.SmallSelectBox {
	font-size: 10px;
	border-width: 1px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.quoteTextInput {
	background-color: #fff;
	border: 1px solid #aaaaaa;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 100px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.quoteText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.hangingindent {
	padding-left: 20px;
	text-indent: -10px;
}
.logger p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.logger {
	color: #000000;
	background-color: #ffffee;
	white-space: normal;
	font-family: monospace;
}
div.logger {
	margin: 0.5em 0 0.5em 0;
	border: 1px solid #cccccc;
	padding: 4px 4px 4px 183pt;
	min-height: 400px;
	max-height: 650px;
	text-indent: -178pt;
	white-space: pre-wrap;
	overflow: auto;
}

.logDebug {
	color: #f728ff;
}
.logInfo {
	color: #00aab9;
}
.logNotice {
	color: #1326fc;
}
.logWarn {
	color: #ff9900;
}
.logError {
	color: #c40000;
}
.logCritical {
	color: #b93100;
}
.logAlert {
	color: #f51363;
}
.logPID {
	background-color: #8821d630;
	color: #2100bd;
	font-weight: bold;
}


.txtSmall,
td.txtSmall,
th.txtSmall {
	font-size: 90%;
}

/***********************************************
 * informative boxes                           *
 ***********************************************/
table.tblPage {
	border: 0;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
table.tblPage td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 30px;
}
table.tblPage A:link,
table.tblPage A:visited,
table.tblPage A:active,
table.tblPage A:hover {
	color: #666666;
}
table.tblPage strong {
	color: #cc0000;
}

/***********************************************
 * sidebar styles                        *
 ***********************************************/
.TCCaption {
	color: #666666;
	font-style: italic;
	white-space: pre-wrap;
}

/**********************************************
* message boxes: warning, error, confirmation *
***********************************************/
.notice {
	background: #fbf9ee 50% 50% repeat-x;
	color: #363636;
	border: 1px solid #fcefa1;
	border-radius: 4px;
	padding: 8px;
	margin: 0 0 10px 0;
	display: block;
	text-align: left;
}
.notice:before {
	content: "\f05a";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #1d78bf;
	font-size: 16px;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}
.warning,
.onhold,
.reprint {
	position: relative;
	/*ui-state-error*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
p.warning,
h1.warning,
div.warning {
	display: block;
	text-align: left;
	background: #fbf3e5 url('/img/shared/icon-warning.png') no-repeat 10px 50%;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 36px;
	border: 1px solid #eda600;
}
tr.warning {
	background: #fbf3e5;
	border: 1px solid #eda600;
}
tr.strikethrough{
	text-decoration: line-through;
}

option.warning {
	background-color:#fbf3e5;
	border-left: 2px solid #eda600;
	border-right: 2px solid #eda600;
}
option.warning:before {
	content: '⚠ ';
}
div.onhold {
	text-align: left;
	background: #fbf3e5;
	color: goldenrod;
	margin: 0 0 10px 0;
	padding: 2px 5px 2px 52px;
}
div.onhold h1 {
	color: #eda600;
}
div.onhold:before {
	content: "\f256";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #eda600;
	font-size: 32px;
	position: absolute;
	left: 10px;
	top: calc(50% - 15px);
}
div.reprint {
	margin: 0 0 10px 0;
	color: #f44336;
	background: #fef1ec;
	padding: 2px 5px 2px 52px;
}
div.reprint:before {
	content: "\f2f9";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #f44336;
	font-size: 32px;
	position: absolute;
	left: 10px;
	top: calc(50% - 15px);
}
div.reprint a,
div.onhold a {
	color: #f44336;
	float: right;
}
.error {
	color: #f44336;
	border: 1px solid #f44336;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
h1.error,
div.error {
	display: block;
	text-align: left;
	background: #fef1ec url('/img/shared/icon-error.png') no-repeat 10px 50%;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 36px;
}
.error-small {
	font-weight: bold;
	margin: 5px 0 0 0 !important;
	padding: 4px 0 4px 22px !important;
}
.error-small:before {
	font-size: 18px !important;
	top: calc(50% - 9px) !important;
	left: 4px !important;
}
.confirmation {
	background-color: #ffffcc;
}
div#datatable_progress {
	text-align: center;
}
.edit-table th, label {
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	color: #222222;
}

/***********************************************
 * Template Editor Anchor Grid                 *
************************************************/
.anchorControlTbl,
.cAnchorPoint5 {
	position: relative;
}

.anchorControlTbl tr .cAnchorPoint5 img {
	position: absolute;
	top: 0;
}

/***********************************************
 * System Warning Error Message                *
************************************************/
#systemWarningMSGS {
	position: fixed;
	z-index: 99999;
}
.systemWarningMSG {
	position: fixed;
	top: 10px;
	right: 45px;
	color: orange !important;
	font-weight: bold;
	padding: 0 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.systemWarningMSG a,
.systemWarningMSG i {
	color: orange !important;
	text-decoration: none;
	line-height: 2;
}
.systemWarningMSG img {
	position: relative;
	top: 2px;
}
.systemWarningTxt {
	color: orange !important;
}
#userLicenseWarningCnt {
	font-weight: bolder;
	position: relative;
	top: -1px;
	margin-left: 4px;

	background: #F98805;
	color: #FFF;
	font-size: 12px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 1px;
	z-index: 10;
	max-width: 15px;
	min-width: 15px;
	text-align: center;
}

/***********************************************
 * header search styles                        *
 ***********************************************/
TABLE.search INPUT {
	border: 1px solid #ffffff;
}

/***********************************************
 * PressWise Menu                               *
 ***********************************************/
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.menuG {
	background-color: #cccccc;
	color: #000000;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menuB {
	background-color: #336699;
	color: #ffffff;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/**********************************
* Syntax Highlighter
***********************************/
.dp-highlighter td,
.dp-highlighter tr {
	padding: 0;
	border-spacing: 0;
}
.admin-section {
	border: 1px solid;
	margin-bottom: 11px;
	background-color: #e6e6e6;
}
.admin-section UL {
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
	left: -3px;
}
.admin-heading {
	background-color: #d5dce2;
	padding: 3px 3px 3px 9px;
	font-weight: bold;
	color: #666;
}

/***********************************************
 * Production
 ***********************************************/
.production-section-header {
	display: flow-root;
	border: 1px solid #c2c2c2;
	background: #e6e6e6;
	color: #444;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	min-height: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.statsSection {
	position: relative;
	min-height: 119px;
}
.statsSection a {
	color: #1d78bf;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
.statsSection span.fad {
	margin-left: calc(50% - 10px);
	margin-top: calc(0% + 20px);
}
.prod-box {
	border: 1px solid #ededed;
	border-radius: 6px;
	padding: 8px;
	height: calc(100% - 17px);
}
.chart {
	width: 100%;
}
.chart-header {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.chart-toggles {
	float: right;
}
.apexcharts-legend {
	min-width: 150px;
	right: 0px;
}

/***********************************************
 * Customer Users
 ***********************************************/
table#maintable .tablesorter tbody tr td {
	max-width: 200px;
	overflow-x: hidden;
}

/***********************************************
 * /o/order.php
 ***********************************************/
table#lineItem tbody td {
	padding: 2px;
}
#cLink {
	margin: -6px -3px -6px -6px;
}
#cLink span.ui-button-text {
	padding: 1px 5px 1px 20px;
}
.emInfo {
	background-color: #fff;
}

/***********************************************
 * Jquery Radio Override
 ***********************************************/
#radio {
	margin: 5px 0;
	font-size: 12px;
}
#radio label {
	padding: 4px 25px;
}
#shipFlag {
	font-size: 12px;
}

/***********************************************
 * Data Table / Jquery Override   OLD          *
 ***********************************************/
.table-header {
	display: inline-block;
	width: 99.75%;
	min-height: 10px;
}
.dataTable, .dtContent {
	width: 100%;
	font-size: 12px !important;
}
.dtContent {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.dataTable th.ui-widget-header {
	text-align: left;
	padding: 0;
}
.dataTable th.ui-widget-header div {
	display: block;
}
.dtContent td {
	padding: 4px;
}
.dtContent th.ui-state-default, div.ui-state-default, .dtContent th.ui-state-hover {
	padding: 3px;
}
.dtContent tr.o {
	background-color: #fff;
}
.dtContent tr.e {
	background-color: #eee;
}
.dtContent tr.o > td, .dtContent tr.e > td, .dtContent tr.r > td {
	border-bottom: 1px solid #c2c2c2;
}
.dtContent tr.oh > td, .dtContent tr.eh > td, .dtContent tr.rh > td, .dtContent tr.selected > td {
	background-color: #ddeeff;
	border-bottom: 1px solid #c2c2c2;
}
.dtContent tr.deleted, .dtContent tr.r, .dtContent tr.paper_warning {
	background-color: #ffeeee !important;
}
.dtContent a:hover {
	color: #222222;
}
.dataTable td.txtSmall strong {
	color: red;
}
:not(#datatable).dataTable td a {
	color: #666;
}
.ui-widget-content th.ui-state-default, div.ui-state-default {
	color: #222;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border: none;
}
div.ui-widget-content div.ui-state-default {
	color: #222;
	font-weight: bold;
}
div.ui-widget-content {
	margin-bottom: 10px;
}
.dataTable a, .dtContent a, .ui-widget-content a {
	color: #1d78bf;
	text-decoration: none;
}
.dataTable a:hover, .dtContent a:hover, .ui-widget-content a:hover {
	color: #555;
	text-decoration: underline;
}
.dataTable th span.right {
	float: right;
	line-height: 32px;
	padding-right: 4px;
}
.dataTable th span.left {
	float: left;
	line-height: 32px;
	padding-left: 4px;
}

/***********************************************
 *               UPLOADIFIVE                   *
 ***********************************************/
.uploadifive-button input:hover {
	cursor: pointer;
}

/***********************************************
 *               BOOTSTRAP HACKS               *
 ***********************************************/
body{
	line-height: normal;
}
table.dataTable:not(#datatable) tbody tr {
	background-color: transparent;
}
table.ui-corner-all tbody tr td {
	padding: 4px;
}
table[cellpadding='8'] tbody tr td, table[cellpadding='4'] tbody tr td, table[cellpadding='2'] tbody tr td {
	padding: 2px;
}
input, select { /*Shipping Popup, and other places*/
	display: inline;
	margin: 2px !important;
}
input.checkbox, input[type=checkbox] {
	margin: 4px;
}
table.noPad th, table.noPad td {
	padding: 0 !important;
}
table[class]:not(#datatable):not(.dataTable) {
	border-spacing: 1px;
	border-collapse: separate;
}
table table[cellpadding='10'] {
	border-collapse: collapse;
}
@-moz-document url-prefix() {
	table.tblOrderDashboard tr:last-child td {
		background-position: -.5px;
	}
}


/***********************************************
 *               TABLE SORTER                  *
 ***********************************************/
.tablesorter thead tr th, .tablesorter tfoot tr th {
	font-size: 12px;
	font-weight: bold;
}
.ui-box .tablesorter tbody td {
	vertical-align: middle;
}

/******************************************
* Restore UI from DataTable and Bootstrap *
*******************************************/
.tablesorter th,
.dataTable th,
#datatable th {text-align: center;}

/**********************************
* JQUERY Dialog/Modal   				  *
***********************************/
.ui-dialog {
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	z-index: 9999;
}
.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: transparent;
	border: none !important;
}
.ui-dialog .ui-dialog-titlebar {
	background: #294f75 !important;
	border: 1px solid #294f75;
	color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
	background: transparent !important;
	filter: brightness(85%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ui-dialog-titlebar-close:before {
	font-size: 18px;
	color: #fff;
}


/***********************************************
 *  PRODUCTION                                 *
 ***********************************************/
table td.statsGrid {
	vertical-align: top;
	border-radius: 4px;
	padding: 3px;
	display: table-cell;
}
.pagingTable {
	display: inline-block;
	text-align: center;
}
.pagingTable a,
.pagingTable strong {
	padding: 0 4px;
}
.required_star {
	font-weight: bold;
	color: #f00;
}

/**********************************
* Notice and Alert Boxes
***********************************/
.ui-state-.h1, h1 {
	margin-bottom: 5px;
}
.ui-state-error {
	color: #f44336 !important;
	background: #fef1ec !important;
}
.ui-state-error span {
	margin-right: .3em;
}
.ui-required-r {
	color: #cd0a0a;
	font-weight: bold;
}
.ui-required-b {
	color: #000;
	font-weight: bold;
}
#notice.ui-state-highlight {
	padding: 10px 5px;
	font-weight: bold;
	width: 30em;
	position: absolute;
	right: 10px;
}
#notice.ui-state-highlight span {
	float: left;
	margin: 0 5px;
}
#note.ui-state-highlight {
	padding: 2px 5px;
}
/* Reprint */
.delete-confirm-header {
	text-align: center;
	background-color: #cd0a0a;
	color: #fff;
	text-shadow: 2px 2px 5px #555;
}
#notice-r header {
	text-align: center;
	background-color: #cd0a0a;
	color: #fff;
	text-shadow: 2px 2px 5px #555;
}
#notice-r section {
	padding: 5px;
}

/**********************************
* Popup Windows
***********************************/
#container {
	display: inline-block !important;
	min-width: 500px;
	margin: 4px;
}

/**********************************
* Breadcrumb Menu
***********************************/
#breadcrumb {
	z-index:0;
}

/**********************************
* CAUTION ICON JQUERY OVERRIDE
***********************************/
.caution_info {
	z-index: 100;
	vertical-align: middle;
	padding: 0;
}
.caution_on .ui-icon {
	background-image: none;
}
.ui-state-default.caution_on {
	border: none;
	background: url('../img/thumb-exception_s.png') 50% 50% repeat-x;
	margin-left: 5px;
}
.caution_on.ui-button-icon-only, .caution_info.ui-button-icon-only {
	width: 18px;
	height: 15px;
}
/* to make room for the icon, a width needs to be set here */
.caution_on button.ui-button-icon-only {
	width: 18px;
	height: 15px;
}
/* button elements seem to need a little more width */

/**********************************
* User Logout/Profile             *
***********************************/
#userProfileNotices {
	position: fixed;
	z-index: 103;
}

#userProfile.userLogin {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	z-index: 102;
}
#userProfile.userLogin:hover {
	padding-left: 280px;
}
#headerQL .fas:hover,
#headerQL .far:hover,
#footerQL .fas:hover,
#footerQL .far:hover,
#supportQL .fas:hover,
#supportQL .far:hover {
	-webkit-transform: none;
	transform: none;
}
#footerQL .support .fas:hover,
#headerQL .support .fas:hover{
	-webkit-transform: rotate(var(--fa-rotate-angle, -45deg));
	transform: rotate(var(--fa-rotate-angle, -45deg));
}
.user-circle {
	position: fixed;
	top: 5px;
	right: 4px;
	width: 35px;
	max-width: 35px;
	height: 35px;
	max-height: 35px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-color: #444;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}
.user-circle:hover, .user-circle .user-slideout:hover {
	background-color: #111;
}
.user-slideout {
	display: none;
	opacity: 0;
	position: fixed;
	top: 40px;
	right: 4px;
	padding: 6px;
	background: #fff;
	font-size: 16px;
	color: #333333;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.user-slideout:hover {
	display: block;
	opacity: 1;
}
.user-slideout:after {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	right: 11px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.user-slideout span.logout {
	margin: 0;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	background: #444;
	border-radius: 3px;
	font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.user-slideout span.logout:hover {
	background: #111;
}
#userProfile:hover > .user-slideout {
	display: block;
	opacity: 1;
}
.user-pic {
	position: relative;
	float: left;
	width: 100px;
	max-width: 100px;
	height: 100px;
	max-height: 100px;
	background-color: #444;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 100px;
}
#userContent {
	position: relative;
	display: table-cell;
	min-height: 100px;
	min-width: 150px;
	margin-left: 5px;
	float: right;
}
.userDisplayName {
	font-weight: bold;
	margin: 0 0 2px 6px;
	overflow: hidden;
	max-width: 230px;
}
.userEmail {
	font-size: 12px;
}
a span.logout {
	color: #ddd;
}
a span.logout:hover {
	color: #fff;
	text-decoration: none;
}
span.logout {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
}
#toolsBtns {
	/*margin-left: 6px;
	position: absolute;
	left: 15px;
	top: 98px;*/
}
.noticeCounter {
	position: fixed;
	top: 2px;
	right: 2px;
	background: #1d5ea2;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 1px;
	z-index: 10;
	max-width: 15px;
	min-width: 15px;
	text-align: center;
}
.noticeCounterQL {
	position: absolute;
	top: -2px;
	right: -13px;
	background: #1d5ea2;
	border-radius: 100px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	min-width: 16px;
	text-align: center;
	z-index: 1;
}
span#PWimptracker span.noticeCounterQL,
.noticeCounter.imptracker {
	background: #36006d;
}
span#PWimptracker span.noticeCounterQL {
	right: 37px;
}

/* OTHER Slideouts */

#sourceFilterIcon {
	padding: 0 0 0 5px;
}
#sourceFilterIcon:hover  {
	padding: 0 0 30px 5px;
}
#sourceFilterIcon:hover ~ .user-slideout {
	display: block !important;
	opacity: 1 !important;
}

#filterSlideout.user-slideout {
	position: absolute;
	top: 28px;
	right: -7px;
	padding: 6px 0;
	min-width: unset;
	max-height: 400px;
	overflow: scroll;
	z-index: 999;
}
#filterSlideout ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
}
#filterSlideout ul li {
	display: flex;
	padding: 4px 4px 4px 8px;
}
#filterSlideout ul li a {
	flex: 1;
	margin: 0 -10px 0 0;
	padding: 3px 10px;
	color: #333;
	text-decoration: none;
}
#filterSlideout ul li:hover {
	background: #ededed !important;
	text-decoration: none;
}
#filterSlideout ul li[selected] {
	background: #1d78bf !important;
}
#filterSlideout ul li[selected] a {
	color: #fff;
}
#filterSlideout ul li a span.statusIndicator {
	position: absolute;
	left: 4px;
	margin: 0;
	padding-top: 10px;
	line-height: 5px;
	color: #71ba51;
	font-size: 28px;
}
#filterSlideout ul li.inactive a span.statusIndicator {
	color: #eda600;
}

/**********************************
* END User Logout/Profile         *
***********************************/

.messages, .messageText {
	width: 22px;
	color: #126099;
}
.messageText {
	position: absolute;
	z-index: 100;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
	font-weight: bolder;
	text-align: center;
}
.search {
	background-color: #ededed;
	position: absolute;
	top: 22px;
	right: 10px;
	padding: 5px;
	z-index: 0;
}
input.searchbox {
	width: 262px;
	margin: -2px;
	height: 20px;
}
/* CSS Hacks for Browser Compatibility */
@-moz-document url-prefix() {
	.messageText {
		margin-top: -3px;
	}
	.messages {
		top: 2px;
		position: relative;
	}
	.search {
		top: 25px;
	}
}
/* Firefox */
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
	.messageText {
		margin-top: 2px;
	}
}
/* Opera */
@media \0screen {
	.messageText {
		margin-top: 1px;
	}
}
/* IE8 */
* + html input.searchbox {
	width: 258px;
}

/**********************************
* Main Navigation                 *
***********************************/
#top_wrapper {
	margin: 0 0 5px 5px;
}
#top_wrapper img {
	max-height: 150px;
}
/* navbar classes from bootstrap */
.navbar {
	position: relative;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.navBtn {
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 1rem;
}
.navBtn span,
.navBtn span:hover {
	color: #ffffff;
}
.navbar-toggler {
	display: none;
}
/* PressWise main navigation menu start */
#main-nav-pw {
	height: 46px;
	min-height: 46px !important;
	background-color: rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px rgba(153, 153, 153, 0.47);
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	padding: 0;
	z-index: 101;  /* dialogs should always appear above this main navigation */
}
#main-nav-pw .navbar-flyout {
	position: relative;
	z-index: 10;
}
#main-nav-pw .navbar-flyout a:hover {
	text-decoration: none;
}
#main-nav-pw .navbar-header {
	display: none;
}
.navbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.25s ease;
	width: 100%;
	text-decoration: none;
}
#main-nav-pw.navbar-inverse .navbar-nav>li {
	margin: 5px 0;
}
#main-nav-pw.navbar-inverse .btn-default {
	color: #dddddd;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	margin: 0 0 0 4px;
	padding: 7px;
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
	height: 20px;
	line-height: 20px;

	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;

	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
#main-nav-pw.navbar-inverse a:not(.no-flyout) .btn-default:first-child {
	border-right: none !important;
}
#main-nav-pw.navbar-inverse .btn-default.dropdown-toggle {
	float: right;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#main-nav-pw.navbar-inverse .btn-default.dropdown-toggle .caret {
	position: relative;
	top: 10px;
	display: inline;
	vertical-align:revert;
}
#main-nav-pw.navbar-inverse li#current .btn-default:first-child,
#main-nav-pw.navbar-inverse li#current .btn-default.dropdown-toggle,
#main-nav-pw.navbar-inverse .btn-default:hover,
#main-nav-pw.navbar-inverse li#current .btn-default:first-child:hover,
#main-nav-pw.navbar-inverse li#current .btn-default.dropdown-toggle:hover {
	background: #1A65A3 !important;
	color: #ffffff;
	overflow: hidden;
}
#main-nav-pw.navbar-inverse.navbar-fixed li#current .btn-default:first-child,
#main-nav-pw.navbar-inverse.navbar-fixed li#current .btn-default.dropdown-toggle {
	background: rgba(29,120,191,0.8) !important;
	color: #ffffff;
	overflow: hidden;
}
#main-nav-pw.navbar-inverse ul li a .icon-text {
	font-size: 12px;
	font-family: "Arial Black", sans-serif;
}
#main-nav-pw .container-fluid {
	padding: 0;
	width: 100%;
	height: 100%;
}
#main-nav-pw .navbar-collapse {
	display: flex !important;
	padding: 0 2px;
}
#main-nav-pw button.navbar-toggle {
	float: left;
	top: -2px;
	padding: 9px;
	margin-left: 22px;
	background: rgba(0, 0, 0, 0.5) !important;
	border-color: #333 !important;
}
#main-nav-pw button.navbar-toggle:hover {
	background: rgba(0, 0, 0, 0.5) !important;
	border-color: #333 !important;
}
.no-flyout {
	padding: 0 !important;
}
.no-flyout button {
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}
.no-flyout span {
	padding: 0 6px;
}
.stuck-placeholder {
	height: 46px;
	margin-bottom: 10px;
}
#main-nav-pw div.container-fluid * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

/* Main Navigation Icons */
#main-nav-pw.navbar-inverse .btn-default .btnIcon {
	font-size: 20px;
	padding: 0;
}

/* Main Navigation Flyout/Dropdown */
#main-nav-pw .nav .open>a {
	background: transparent;
	border-color: transparent;
}
.nav-item.dropdown {
	position: relative;
}
.dropdown-menu,
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
	display: none;
	background: #ffffff;
	top: 40px;
	border: 1px solid rgba(0,0,0,0.175);
	border-radius: 6px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: max-content;
	padding: 5px 0;
	z-index: 10;
}
.dropdown-menu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 8px;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ffffff;
	bottom: 100%;
	left: 5px;
}
.dropdown-menu>li {
	padding: 0;
	font-size: 13px;
	list-style: none;
	overflow: hidden;
}
.dropdown-menu>li>a {
	position: relative;
	display: block;
	padding: 5px 10px;
	color: #1d78bf;
}
.dropdown-menu>li>a:hover {
	background-color: #ededed;
	color: #043d69;
	text-decoration: none;
}
.dropdown-menu .icon-flyout {
	width: 20px;
}
.dropdown-toggle:after {
	margin: 0;
	display: inline-block;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
/* from bootstrap */
.dropdown-menu.show {
	display: block;
}
#main-nav-pw .btn-group {
	min-width: max-content;
}
/* Main Nav Search */
#main-nav-pw .navbar-form {
	position: absolute;
	right: 2px;
	margin: 0;
	padding: 3px 0;
	z-index: 11;
}
.mainSearch {
	position: relative;
}
#main-nav-pw #search input[type="text"] {
	color: #404040;
	background: #404040;
	border: 1px solid #2D2D2D;
	height: 36px;
	width: 36px;
	padding: 6px 8px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-sizing: border-box;
	z-index: 11;
}
#main-nav-pw #search input[type="text"]:focus {
	color: #444444;
	background: #ffffff;
	border-color: #ffffff;
	width: 120px;
}
#mainSearchIcon {
	position: absolute;
	top: 6px;
	right: 7px;
}
#mainSearchIcon i.fa-search {
	color: #999999;
	font-size: 18px;
	padding: 4px;
	border-radius: 100px;
}
/* Main Search Placholder color */
#main-nav-pw #search input[type="text"]::-webkit-input-placeholder { /* Chrome */
	color: transparent;
}
#main-nav-pw #search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: transparent;
}
#main-nav-pw #search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: transparent;
	opacity: 0;
}
#main-nav-pw #search input[type="text"]:-moz-placeholder { /* Firefox 4 - 18 */
	color: transparent;
	opacity: 0;
}
/* Placeholder Focus */
#main-nav-pw #search input[type="text"]:focus::-webkit-input-placeholder { /* Chrome */
	color: #999999;
}
#main-nav-pw #search input[type="text"]:focus:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
#main-nav-pw #search input[type="text"]:focus::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
	opacity: 1;
}
#main-nav-pw #search input[type="text"]:focus:-moz-placeholder { /* Firefox 4 - 18 */
	color: #999999;
	opacity: 1;
}

/* System Warning Styles */
#main-nav-pw.offline {
	background-color: rgba(217, 30, 0, 0.45);
}
#main-nav-pw.lowspace {
	background-color: rgba(232, 228, 39, 0.67);
	box-shadow: 0 0 5px rgba(158, 148, 24, 0.64);
}
#main-nav-pw.critspace {
	background-color: rgb(255, 0, 0);
	box-shadow: 0 0 5px rgba(158, 148, 24, 0.64);
}
#main-nav-pw.sessionlimit {
	background-color: rgba(217, 135, 3, 0.45);
}
#main-nav-pw.offline.lowspace {
	background: repeating-linear-gradient(
			45deg,
			rgba(217, 30, 0, 0.45),
			rgba(217, 30, 0, 0.45) 10px,
			rgba(232, 228, 39, 0.67) 10px,
			rgba(232, 228, 39, 0.67) 20px
	);
	background-size: 200% 100%;
	-webkit-animation: sticky_navigationBackground 20s linear infinite;
	-moz-animation: sticky_navigationBackground 20s linear infinite;
	animation: sticky_navigationBackground 20s linear infinite;
}
#main-nav-pw.offline.critspace {
	background: repeating-linear-gradient(
			45deg,
			rgba(217, 30, 0, 0.45),
			rgba(217, 30, 0, 0.45) 10px,
			rgb(255, 0, 0) 10px,
			rgb(255, 0, 0) 20px
	);
	background-size: 200% 100%;
	-webkit-animation: sticky_navigationBackground 20s linear infinite;
	-moz-animation: sticky_navigationBackground 20s linear infinite;
	animation: sticky_navigationBackground 20s linear infinite;
}
#main-nav-pw.sessionlimit.lowspace {
	background-image: repeating-linear-gradient(
			45deg,
			rgba(217, 30, 0, 0.45),
			rgba(217, 30, 0, 0.45) 10px,
			rgba(217, 158, 0, 0.45) 10px,
			rgba(217, 158, 0, 0.45) 20px
	);
	background-size: 200% 100%;
	-webkit-animation: sticky_navigationBackground 20s linear infinite;
	-moz-animation: sticky_navigationBackground 20s linear infinite;
	animation: sticky_navigationBackground 20s linear infinite;
}
#main-nav-pw.sessionlimit.critspace {
	background-image: repeating-linear-gradient(
			45deg,
			rgba(217, 30, 0, 0.45),
			rgba(217, 30, 0, 0.45) 10px,
			rgb(255, 0, 0) 10px,
			rgb(255, 0, 0) 20px
	);
	background-size: 200% 100%;
	-webkit-animation: sticky_navigationBackground 20s linear infinite;
	-moz-animation: sticky_navigationBackground 20s linear infinite;
	animation: sticky_navigationBackground 20s linear infinite;
}

/* mobile friendly commands */
@keyframes sticky_navigationBackground {
	from { background-position: -360px 0; }
	to { background-position: 0 0; }
}
@-webkit-keyframes sticky_navigationBackground {
	from { background-position: -360px 0; }
	to { background-position: 0 0; }
}
@-moz-keyframes sticky_navigationBackground {
	from { background-position: -360px 0; }
	to { background-position: 0 0; }
}


/* Screen Width Modifiers */
@media only screen and (max-width : 1330px) {
	#main-nav-pw.navbar-inverse .btn-default {
		font-size: 15px;
	}
}
@media only screen and (max-width : 1282px) {
	#main-nav-pw.navbar-inverse .btn-default {
		margin: 0 0 0 2px;
		padding-right: 4px;
		padding-left: 4px;
	}
}
@media only screen and (max-width : 1200px) {
	#main-nav-pw.navbar-inverse .btn-default {
		font-size: 14px;
	}
}
@media only screen and (max-width : 1130px) {
	#main-nav-pw.navbar-inverse .btn-default {
		font-size: 13px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 1072px) {
	#main-nav-pw.navbar-inverse .btn-default {
		font-size: 12px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 1015px) {
	#main-nav-pw.navbar-inverse .btn-default {
		font-size: 11px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 954px) {
	#main-nav-pw.navbar-inverse .btn-default .btnText {
		display: none;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnIcon {
		display: block !important;
		padding: 0 10px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 900px) {
	#main-nav-pw.navbar-inverse .btn-default .btnText {
		display: none;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnIcon {
		display: block !important;
		padding: 0 8px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 850px) {
	#main-nav-pw.navbar-inverse .btn-default .btnText {
		display: none;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnIcon {
		display: block !important;
		padding: 0 6px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 805px) {
	#main-nav-pw.navbar-inverse .btn-default .btnText {
		display: none;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnIcon {
		display: block !important;
		padding: 0 4px;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: 120px;
		font-size: 14px;
	}
}
@media only screen and (max-width : 767px) {
	.navbar-toggler {
		display: block;
		background: #404040;
		border: 1px solid #2D2D2D !important;
		color:	rgba(255, 255, 255, 0.55);
		font-size: 1.25rem;
		padding: 0.25rem 0.75rem;
		line-height: 1;
		border-radius: 4px;
		position: relative;
		top: 0;
		left: 3px;
		z-index: 5;
	}
	.navbar-toggler:hover,
	.navbar-toggler.active {
		background: #1d78bf  !important;
		color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.3) !important;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-toggler.active {
		top: 2px;
	}
	#main-nav-pw .navbar-collapse,
	#main-nav-pw ul.navbar-nav,
	#main-nav-pw.navbar-inverse .navbar-nav>li {
		display: inline;
		background: #404040;
		padding: 0;
		margin: 0;
	}
	#main-nav-pw div.btn-group {
		width: 100%;
		position: relative;
		display: inline-block;
	}
	#main-nav-pw div.btn-group a {
		width: 100%;
	}
	#main-nav-pw.navbar-inverse .btn-default {
		background: #404040;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		text-align: left;
		border-radius: 0;
		border: none !important;
		width: calc(100% - 48px);
		padding-right: 0;
	}
	#main-nav-pw.navbar-inverse .btn-default:hover {
		background: #000000;
	}
	#main-nav-pw.navbar-inverse .btn-default:nth-child(2) {
		float: right;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 36px;
		text-align: center;
	}
	#main-nav-pw.navbar-inverse .btn-default.dropdown-toggle .caret {
		left: 15px;
	}
	#main-nav-pw.navbar-inverse .btn-default.no-flyout {
		width: 100%;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnText {
		display: block !important;
	}
	#main-nav-pw.navbar-inverse .btn-default:hover .btnText {
		opacity: 1;
	}
	#main-nav-pw.navbar-inverse .btn-default .btnIcon {
		display: block !important;
		padding: 0 6px;
		float: left;
		width: 25px;
	}
	#main-nav-pw.navbar-inverse .btnIcon.fas.fa-dollar-sign {
		padding: 0 0 0 12px !important;
	}
	#main-nav-pw.navbar-inverse .btn-default.dropdown-toggle:hover {
		background: #000000;
	}
	.navbar-flyout {
		position: relative;
		display: none;
		top: 4px;
		width: 100%;
	}
	.navbar-flyout.navbar-show {
		display: block;
	}
	.dropdown-menu {
		position: relative !important;
		top: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		width: 100% !important;
	}
	.dropdown-menu>li {
		padding: 0;
	}
	.dropdown-menu>li>a {
		background: #ffffff !important;
		color: #404040 !important;
	}
	.dropdown-menu>li:hover,
	.dropdown-menu>li:hover>a {
		background: #ededed !important;
	}
	.dropdown-menu:after {
		border: none;
	}
	#main-nav-pw .navbar-form {
		position: absolute;
		top: 0;
		border: 0;
		right: initial;
	}
	#mainSearchIcon {
		top: 7px;
		right: 7px;
	}
	#main-nav-pw #search {
		right: 2px;
		position: absolute;
		width: calc(100% - 70px);
	}
	#main-nav-pw #search input[type="text"] {
		float: right;
	}
	#main-nav-pw #search input[type="text"]:focus {
		width: calc(100% - 22px);
	}
	/* navbar-fixed */
	#main-nav-pw.navbar-fixed #search {
		right: 15px;
	}
	#main-nav-pw.navbar-fixed #search input[type="text"]:focus {
		width: calc(100% - 52px);
	}
	#main-nav-pw.navbar-fixed .navbar-toggler {
		top: 0;
	}
	#main-nav-pw.navbar-fixed .navbar-toggler.active {
		top: 2px;
	}
	#main-nav-pw.navbar-fixed .navbar-flyout {
		top: 4px;
	}
}
@media only screen and (max-width : 650px) {
	.navbar-header {
		display: block;
	}
	#footerPWLogo a {
		width: 62px !important;
		overflow: hidden !important;.navbar-toggler
	}
}

/**********************************
* Sticky Drag Container           *
***********************************/
#stickyDragContainer {
	position: fixed;
	bottom: 50px;
	background-color: rgba(64, 64, 64, .5);
	right: 0;
	left: 0;
	height: 160px;
	z-index: 999;
}
#stickyDragTitle {
	color: #ffffff;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.2);
}
.dragDropZone {
	animation: bluePulseInsetSmall 2s infinite;
	-moz-animation: bluePulseInsetSmall 2s infinite; /* Firefox */
	-webkit-animation: bluePulseInsetSmall 2s infinite; /* Safari and Chrome */
	-o-animation: bluePulseInsetSmall 2s infinite; /* Opera */
}
.dragDropZoneOver {
	border-color: #749a02;
	box-shadow: inset 0 0 6px 6px #91bd09;
}
/* change scroll bars */
div.dragndropContainer div.note {
	overflow-x: hidden;
	overflow-y: scroll;
	cursor: pointer;
}
div.dragndropContainer div.note::-webkit-scrollbar {
	width: 4px;
}
div.dragndropContainer div.note::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
div.dragndropContainer div.note::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: 10px;
}

/**********************************
* Catalog Edit Dark                *
***********************************/
.template-err-container {
	border: 1px solid #000;
	width: 150px;
	height: 150px;
	text-align: left;
}
.catalogCell {
	position: relative;
	border: 1px solid #c2c2c2;
}
.catalogCell span.designID,
.catalogCell span.zoom,
.catalogCell span.setting,
.catalogCell span.artwork {
	display: none;
}
.catalogCell:hover span.designID, .catalogCell:hover span.designIDDark,
.catalogCell:hover span.zoom, .catalogCell:hover span.zoomONDark,
.catalogCell:hover span.setting, .catalogCell:hover span.settingONDark,
.catalogCell:hover span.artwork {
	display: inline;
	cursor: hand;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.catalogCell span.zoom, .catalogCell span.zoomDark,
.catalogCell span.setting, .catalogCell span.settingDark,
.catalogCell span.artwork {
	position: absolute;
	z-index: 2;
	float: right;
	top: 4px;
	right: 4px;
}
.catalogCell span.zoom, .catalogCell span.zoomDark {
	right: 25px;
	top: 5px;
}
.catalogCell span.artwork, .catalogCell span.artworkDark {
	right: 50px;
	top: 5px;
}
.designID, .designIDDark {
	color: #808080;
}
.catalogCell span.designID,
.catalogCell span.designIDDark {
	font-size: 12px;
	position: relative;
	left: -10px;
}
.darkCell {
	background: #333 !important;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.darkCell, .darkCell .designIDDark {
	color: #fff !important;
}
.darkCell img#thumb,
.darkCell img.finishedGoodThmb {
	opacity: 0.1;
}
.hideCell {
	background: #e6e6e6;
	color: #808080;
}
.hideCell img#thumb {
	opacity: 0.5;
}
#releaseNoteAlert {
	position: fixed;
	bottom: -125px;
	left: 50%;
	margin-left: -78px;
	font-size: 18px;
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.90);
	background-color: rgb(25, 25, 25);
	background-color: rgba(25, 25, 25, 0.8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 101;
}

/******************************************************************************************************************
* iOS CSS                                                                                                         *
*******************************************************************************************************************/
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	/* JQUERY Select Menu */
	.ui-select-menu {
		border: 1px solid #444;
	}
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
}
/**********************************
* DatePicker Inline CSS Overwrite *
***********************************/
#ui-datepicker-div[style] {
	z-index: 99999 !important;  /* data needs to always display above ui-dialog */
}
/**********************************
* Page Disabling and Error Styles *
***********************************/
.pageBlackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 10000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}
.pageMessageContainer {
	position: fixed;
	top: 20px;
	left: 50%;
	margin-left: -180px;
	border: 4px solid #ffffff;
	background: #cccccc;
	width: 350px;
	height: auto;
	z-index: 100000;
	color: #3f3f3f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	display: none;
}

/**********************************
* ScrollTop                       *
***********************************/
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.cd-top {
	display: inline-block;
	position: fixed;
	height: 45px;
	width: 40px;
	right: 35px;
	bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, .5) url(../img/scrollTopArrow.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top.sticky {
	height: 40px !important;
	width: 40px !important;
	right: 5px !important;
	bottom: 5px !important;
}
.no-touch .cd-top:hover {
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 45px;
		width: 40px;
		right: 35px;
		bottom: 20px;
	}
}

/**********************************
* CODE MIRROR                     *
***********************************/
div.CodeMirror {
	border: 1px solid #dddddd;
	padding: 0;
	margin: 0;
}

/**********************************
* CLOUD ZOOM                      *
***********************************/
#show_sample {
	position: relative;
	z-index: 0;
}

/**********************************
* FOOTER                        *
***********************************/
/*	FOOTER STYLES */
footer { background: #494a4c; color: #fff; width: 100%; height: 80px; overflow: hidden; position: absolute; bottom: 0; }
footer h2 { margin: 0; }
footer a { color: #1d78bf; font-weight: 400; }
footer div#copyright a { color: #fff; }
#footerPWLogo a { image-rendering: optimizeQuality; }
/* Footer Nav */
#footerNav { background: #343435; min-height: 47px; color: #fff; position: relative; }
#footerNav .window { width: 340px; min-height: 56px; position: relative; overflow: hidden; margin: 0 auto; }
#footerMisc { width: 810px; margin: 0 auto; text-align: left; }
#footerMisc > div { float: left; padding: 15px; }
#footerMisc h2 { text-transform: lowercase; font-size: 2em; line-height: 1; font-weight: 100; }

/* Copyright */
#copyright { clear: both; background: #5b5c5c; height: 22px; line-height: 22px; }
#copyright p { background: #5b5c5c; text-align: center; padding: 2px 0; margin: 0; }

/**********************************
* END FOOTER                      *
***********************************/

/**********************************
* QUICK LINK ICONS                *
***********************************/

/* SUPPORT PAGE Quick Links - Newer 2025 */
#supportQL div.quickLink {
	position: relative;
	display: grid;
	border-radius: 100%;
	width: 46px;
	height: 46px;
	margin: 0 auto;
	color: #fff;
}
#supportQL div.quickLink i {
	position: relative;
	color: #fff;
	font-size: 32px;
}
#supportQL div.quickLink i:hover {
	transform: none;
	filter: brightness(100%);
}
/* icon centering tweaks */
#supportQL .kbase {
	line-height: 42px;
}
#supportQL .learn i {
	left: 0.5px;
}
#supportQL .support i {
	top: 1px;
	left: 1px;
}
#supportQL .imptracker i {
	top: 2px;
}
#supportQL .release i {
	font-size: 40px !important;
	top: -2px;
}
#supportQL .release span {
	font-size: 11px;
	font-family: "Arial Black", sans-serif;
	font-weight: bold;
	color: #8bc34a;
	position: absolute;
	top: 15px;
	left: 9px;
}
#supportQL .eula i {
	top: 1.5px;
}
#supportQL .licensing i {
	top: 1.5px;
	left: -2px;
}

/* COMMON - Quick Links - Styling */
#footerQL,
#footerQL ul { list-style: none; margin: 0; }
#footerQL ul li,
#headerQL ul li { float: left; width: 46px; height: 46px; overflow: hidden; margin-right: 12px; background-color: #393939; border-radius: 100px; border: 1px solid transparent; }
#footerQL ul li a { display: block; width: 100%; height: 100%; }
#footerQL ul li:hover a,
#headerQL ul li:hover a,
#footerQL ul li:hover a i,
#headerQL ul li:hover a i {
	color: #ffffff !important;
}

/* Knowledge Base QL */
#footerQL ul li.kbase:hover,
#headerQL ul li.kbase:hover,
#supportQL .kbase {
	background: #eda600;
	border: 1px solid #eda600 !important;
}
#footerQL ul li.kbase a,
#headerQL ul li.kbase a,
#supportQL .kbase{
	color: #5a5b5d;
	font-size: 20pt;
	font-family: "Arial Black", sans-serif;
	text-decoration: none;
	margin: 2px 5px;
}
#headerQL ul li.kbase a {
	font-size: 16pt;
	margin: 1px 3px !important;
	padding: 0 !important;
}
#headerQL ul li.kbase:hover a {
	font-size: 16pt;
	margin: 1px !important;
	padding: 0 2px !important;
}

/* Support QL */
#footerQL ul li.support:hover,
#headerQL ul li.support:hover,
#supportQL .support {
	background: #f44336;
	border: 1px solid #f44336 !important;
}
#footerQL ul li.support a i,
#headerQL ul li.support a i {
	color: #5a5b5d;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	top: 6.5px;
	left: 4px;
}
#supportQL .support i {
	transform: rotate(-45deg) scale(1) !important;
}
#headerQL ul li.support a i {
	font-size: 24px;
	top: 4.5px;
	left: 3px;
}

/* Implementation Tracker QL */
#footerQL ul li.imptracker:hover,
#footerQL ul li.imptracker.active,
#headerQL ul li.imptracker:hover,
#headerQL ul li.imptracker.active,
#supportQL .imptracker {
	background: #ab47bc;
	border: 1px solid #ab47bc !important;
}
#footerQL ul li.imptracker a i,
#headerQL ul li.imptracker a i {
	color: #5a5b5d;
	font-size: 23pt;
	text-decoration: none;
	position: relative;
	top: 7.5px;
	left: 5.5px;
}
#headerQL ul li.imptracker a i {
	font-size: 19pt;
	top: 5px;
	left: 4px;
}

/* New Release Notes QL */
#footerQL ul li.release:hover,
#footerQL ul li.release.active,
#headerQL ul li.release:hover,
#headerQL ul li.release.active,
#supportQL .release {
	background: #8bc34a;
	border: 1px solid #8bc34a !important;
}
#footerQL ul li.release a i,
#headerQL ul li.release a i {
	color: #5a5b5d;
	font-size: 30pt;
	text-decoration: none;
	position: relative;
	top: 3px;
	left: 3px;
}
#headerQL ul li.release a i {
	display: inline; /* Google Chrome requires this */
	font-size: 22pt;
	top: 2px;
	left: 2px;
}
#footerQL ul li.release a span,
#headerQL ul li.release a span {
	font-size: 8pt;
	font-family: "Arial Black", sans-serif;
	font-weight: bold;
	position: relative;
	left: -34px;
	top: -11px;
}
#footerQL ul li.release a span,
#headerQL ul li.release a span {
	color: #393939;
}
#footerQL ul li.release.active a span,
#footerQL ul li.release:hover a span,
#headerQL ul li.release.active a span,
#headerQL ul li.release:hover a span {
	color: #77ad3d;
}
#headerQL ul li.release a span {
	font-size: 5.8pt;
	left: -24.5px;
	top: -7.75px;
}

/* Messenger QL */
#footerQL ul li.messenger:hover,
#footerQL ul li.messenger.active,
#headerQL ul li.messenger:hover,
#headerQL ul li.messenger.active {
	background: #03a9f4;
	border: 1px solid #03a9f4 !important;
}
#footerQL ul li.messenger a i,
#headerQL ul li.messenger a i {
	color: #5a5b5d;
	font-size: 25pt;
	text-decoration: none;
	position: relative;
	top: 3px;
	left: 3px;
}
#headerQL ul li.messenger a i {
	font-size: 18pt;
	top: 4px;
	left: 4px;
}

/* Learning Center QL */
#footerQL ul li.learn:hover,
#footerQL ul li.learn.active,
#headerQL ul li.learn:hover,
#headerQL ul li.learn.active,
#supportQL .learn {
	background: #26a69a;
	border: 1px solid #26a69a !important;
}
#footerQL ul li.learn a i,
#headerQL ul li.learn a i {
	color: #5a5b5d;
	font-size: 23pt;
	text-decoration: none;
	position: relative;
	line-height: 45px;
	left: 4px;
}
#headerQL ul li.learn a i {
	font-size: 18pt;
}

/* Webinar QL */
#footerQL ul li.webinar:hover,
#footerQL ul li.webinar.active,
#headerQL ul li.webinar:hover,
#headerQL ul li.webinar.active,
#supportQL .webinar {
	background: #00aeef;
	border: 1px solid #008ec1;
}
#footerQL ul li.webinar a i,
#headerQL ul li.webinar a i {
	color: #5a5b5d;
	font-size: 23pt;
	text-decoration: none;
	position: relative;
	top: 10px;
	left: 6.5px;
}
#headerQL ul li.webinar a i {
	font-size: 18pt;
}

/* EULA QL */
#footerQL ul li.eula:hover,
#footerQL ul li.eula.active,
#headerQL ul li.eula:hover,
#headerQL ul li.eula.active,
#supportQL .eula {
	background: #3a444e;
	border: 1px solid #3a444e !important;
}
#footerQL ul li.eula a i,
#headerQL ul li.eula a i {
	color: #5a5b5d;
	font-size: 25pt;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 10px;
}
#headerQL ul li.eula a i {
	font-size: 18pt;
}

/* Licensing QL */
#footerQL ul li.licensing:hover,
#footerQL ul li.licensing.active,
#headerQL ul li.licensing:hover,
#headerQL ul li.licensing.active,
#supportQL .licensing {
	background: #03a9f4;
	border: 1px solid #03a9f4 !important;
}
#footerQL ul li.licensing a i,
#headerQL ul li.licensing a i {
	color: #5a5b5d;
	font-size: 25pt;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 3px;
}
#headerQL ul li.licensing a i {
	font-size: 18pt;
}
#footerQL ul li:hover,
#footerQL ul li a:hover,
#footerQL ul li.active a,
#footerQL ul li a:hover i,
#footerQL ul li.active a i,
#headerQL ul li:hover,
#headerQL ul li a:hover,
#headerQL ul li.active a,
#headerQL ul li a:hover i,
#headerQL ul li.active a i {
	filter: brightness(100%);
	color: #ffffff;
	text-decoration: none;
}

/* HEADER ONLY - Quick Links - Styling */
#headerQL {
	position: relative;
}

#headerQL ul {
	margin: 0;
	padding: 0;
}

#headerQL ul li	{
	width:34px;
	height:34px;
	margin: 0 1px;
}

#sticky_navigation #headerQL > ul li a {background-color: transparent;}

#headerQL ul li a {
	width:100%;
	height:100%;
	margin: 0 !important;
	padding: 0 !important;
}

/* FOOTER ONLY - Quick Links - Styling */
#footerQL {
	margin: 4px 0 0 0;
}

/**********************************
* END QUICK LINK ICONS            *
***********************************/

/**************************
* Active/Inactive UI *
**************************/
.activeInactiveUI strong {
	float: left;
	line-height: 24px;
}
.activeInactiveUI .quickSearch {
	float: right;
}

/**************************
* Bootstrap Modification *
**************************/
.input-group .form-control {
	margin: 0 !important;
	padding: 0 4px;
	height: 25px;
}

.input-group-addon {
	padding: 4px;
}

textarea {
	resize: both;
}

/************************/
/* Bootstrap Extensions */
/************************/
@media (max-width: 768px){
	.float-right-xs-only {
		float: right;
	}
}

@media (min-width: 768px){
	input.input-large{
		width: 250px;
	}
}

/*Use these for aligning labels*/
.float-right-xs {
	float: right;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.float-right-sm {
		float: right;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.float-right-md {
		float: right;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.float-right-lg {
		float: right;
	}
}

div.pw-label{
	padding-right: 0;
}

/*
	Autocomplete widget for form link search
 */
.ui-autocomplete {
	background-color: white;
	color: black;
	z-index: 1000;
}

/***********************************
          IE 10+ CSS Hacks
********* **************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */

	/* orders dashboard (o/index.php) */
	.tblOrderDashboardMain {
		width: 845px;
	}
	.tblOrderDashboard tr:nth-child(3) td:nth-child(7) a {
		position: relative;
		left:-26px;
	}
	.tblOrderDashboard tr:nth-child(2) td:nth-child(6) table {
		position: relative;
		left:-82px;
	}

	/* Microsoft Edge Browser 13+ */

	@supports (-ms-ime-align:auto) and (color:unset) { .tblOrderDashboardMain { width: 845px; } }
}

/**********************************/
/*   TODO REMOVE W/ BOOTSTRAP 4   */
/**********************************/
@media print { /*https://github.com/twbs/bootstrap/issues/17788*/
	a[href]:after {
		content: '';
	}
}

/**********END REMOVE**************/

#tablesorter .shipment_tr td {
	vertical-align:top;
}

#l_device option:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f02f";
	font-weight: 900;
	font-size: 12px;
	margin: 0 6px 0 0;
	color: #555;
}
#l_device option[value='-1']:before {
	content: "\f0b0";
}
#l_device option[value='i']:before {
	content: "\f187";
}
#l_device option[value='s']:before {
	content: "\f7d9";
}

.hidden {
	display: none;
}
