/*******************
| GENERAL ELEMENTS |
*******************/
body {
	margin: 0px;
	padding: 0px;
	background: #E5E5E5  url("admin/images/bg_body.gif") repeat-x;
}

p, td, div {
	font: 11px Verdana, Arial, Helvetica;
	color: #464646;
}

li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #464646;
	margin-bottom: 4px;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #DE0D12;
	margin: 0px 0px 0px 4px;
	margin-top: 20px;
}

h3 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #DE0D12;
	margin: 0px;
	margin-top: 5px;
}

h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin: 5px 0 0px 0;
}

input, textarea {
	font: 11px Verdana, Arial;
	color: #000000;
	width: 250px;
	background: #EEEEEE;
	border: solid 1px #CCCCCC;
}

input[disabled], textarea[disabled], select[disabled] {
	color: silver;
}

option {
	font: 11px Verdana, Arial;
	color: #000000;
	width: 150px;
	background: #EEEEEE;
}

select {
	font: 11px Verdana, Arial;
	color: #000000;
	width: 150px;
	background: #EEEEEE;
	border: solid 1px #CCCCCC;
	padding-bottom: 1px;
}

a:link, a:visited {
	color: #29677d;
}

a:hover {
	color: #b44a0f;
}

/*****************
* SITEWIDE USAGE *
*****************/
#navBarMain {
	width: 100%;
	text-align: left;
}

.navLogo {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #8b8b8b;
	padding: 10px;
	background: #ffffff;
}

.navButtons {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #8b8b8b;
	background: #ffffff;
	padding: 5px 10px;
}

#page {
	width: 900px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	border: solid 1px #8b8b8b;
	margin-top: 20px; 
	margin-bottom: 50px;
}

.pageHead {
	width: auto;
	background: #800080;
	padding: 15px 15px 10px 15px;
	border-bottom: solid 1px #8b8b8b;
	text-align: left;
}

.pageSubhead {
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #8b8b8b;
}

#pageWide {
	width: auto;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	border: solid 1px #8b8b8b;
	margin-top: 20px;
	margin-bottom: 50px;
}

#pageWide1 {
	width: 1300px;
	display: inline-table;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	border: solid 1px #8b8b8b;
	margin-top: 20px;
	margin-bottom: 50px;
}

#pageWideNoMargin {
	width: 1000px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	padding: 0px 15px 25px 15px;
	background: #FFFFFF;
	text-align: left;
	position: relative;
}

.subnav {
	padding: 5px 0px;
	background: #cbd3d6 url(images/bg_subnav.gif) repeat-x;
	width: 100% !important;
}

.ubercolortabs ul
{
	margin: 3px;
	padding: 0;
	list-style: none;
}

.ubercolortabs li
{
	font: bold 10px Arial;
	color: white;
	display: inline;
	margin: 1px 1px 0 0;
	padding: 2px 1px;
	text-transform: uppercase;
}

.ubercolortabs a, .ubercolortabs a:link, .ubercolortabs a:visited
{
	font: bold 10px Arial;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background: #888888;
	padding: 2px 5px;
	border: solid 1px #CCCCCC;
}

.ubercolortabs a:hover, .ubercolortabs li.selected a
{
	background-color: #DE0D12; /*background color of tabs onMouseover*/
	color: white;
}

#navSubTab {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 20px;
}

#navSubTab ul, #navSubTab li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navSubTab a:link, #navSubTab a:visited {
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navSubTab a:link.active, #navSubTab a:visited.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#navSubTab a:hover {
	color: #DE0D12;
}

#navSubTab .selectedTab a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

.AOA_table_header_top_border {
	border-bottom: 1px solid #D4D4D4;
}

.tableSection {
	border-bottom: solid 1px #8b8b8b;
	padding-top: 15px;
	font-weight: bold;
}

.tableHead {
	background: #f2f5f6;
	text-align: left;
	color: #333333;
	padding: 4px 2px;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:700;
}

.tableHeadRight {
	background: #f2f5f6;
	text-align: right;
	color: #333333;
	padding: 4px 3px 4px 2px;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:700;
}

.tableHeadCenter {
	background: #f2f5f6;
	text-align: center;
	color: #333333;
	padding: 4px 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:700;
}

#footer {
	margin-top: 5px;
	text-align: left;
	border-top: solid 1px #8b8b8b;
	padding: 5px 15px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

/*********************
| SPECIFIC UTILITIES |
*********************/
.top {
	vertical-align: top;
}

.left {
	text-align: left;
}

.end {
	border-right: 1px solid #999999;
}

.hide {
	display: none;
}

.fixedHide {
	display: none;
	position: fixed;
}

.absoluteHide {
	display: none;
	position: absolute;
}

@media print
{
	.noprint, .noprint *
	{
		display: none !important;
	}

	#pageWide1 {
		display: block;
	}
}

.box {
	background: #BBBBBB;
	border: solid 1px #666666;
	text-align: center;
}

.split {
	display: flex;
}

.split > * + * {
	margin: 0 0 0 2rem;
}

.flow > * + * {
	margin-top: var(--flow-spacer, 0.25em);
}

.flex {
	display: flex;
	align-items: center;
}

.flex > * + * {
	margin: 0 0 0 0.25rem;
}

.col-3.flow {
	--flow-spacer: 1em;
}

.btn-container {
	margin-left: 1rem;
}

.xl-space {
	margin-top: 3rem;
}

span.loadingText
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #DE0D12;
	font-weight:bold;
}

#divider {
	height: 25px;
	background: url(admin/images/bg_divider.jpg) repeat-x;
	clear: both;
}

.pricedParts, a.pricedParts:link, a.pricedParts:visited
{
	color:#000000;
}

.unpricedParts, a.unpricedParts:link, a.unpricedParts:visited
{
	color:#FF5C00;
}

a.unpricedParts:hover
{
	color:#29677D;
}

.response_msg {
	color: red;
	font-weight: bold;
	text-align: center;
}

input.requiredInputError
{
	background: #FFAAAA;
	border: solid 2px #FF0000;
}

input.checkbox {
	width: 10px;
	font: 11px Verdana, Arial;
	color: #000000;
	width: 15px;
	background: transparent;
	border: none 0px #FFFFFF;
}

input.btn {
	font: bold 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #888888;
	padding: 0px;
	border: solid 1px #EFEFEF;
	width: 70px;
}

div.btn {
	font: bold 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	background: #888888;
	padding: 0px;
	border: solid 1px #EFEFEF;
	width: 70px;
}

.totalRow {
	border-top: solid 1px #CCCCCC;
}

.selectWide {
	font: 11px Verdana, Arial;
	color: #000000;
	width: 230px;
	background: #EEEEEE;
}

.selectWide option {
	font: 11px Verdana, Arial;
	color: #000000;
	width: 230px !important;
	background: #EEEEEE;
}

a.logoff:link, a.logoff:visited {
	color: #eeeeee;
}

a.logoff:hover {
	color: #FFFFFF;
}

a.HyperLink:link, a.HyperLink:visited {
	color: #333333;
	text-decoration: none;
}

a.HyperLink:hover {
	color: #DE0D12;
	text-decoration: none;
}

a.btn:link, a.btn:active, a.btn:visited, button.btn, button.btn:active, button.btn:visited, span.btn {
	font: bold 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #888888;
	padding: 2px 5px;
	border: solid 1px #CCCCCC;
	white-space: nowrap;
	cursor: pointer;
}

a.btn2:link, a.btn2:visited, span.btn2 {
	font: bold 10px Arial;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: #888888;
	padding: 1px 5px;
	display:inline-block;
	cursor: pointer;
}

a.btn:hover, button.btn:hover, span.btn:hover, a.btn2:hover, span.btn2:hover, input.btn:hover, div.btn:hover {
	background: #DE0D12;
	color:#ffffff;
}

span.btn_disabled, a.btn_disabled, input.btn_disabled {
	font: bold 10px Arial;
	color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
	background: #999999;
	padding: 2px 5px;
	border: solid 1px #CCCCCC;
	white-space: nowrap;
	cursor: default;
}

input.label
{
	background: rgba(0,0,0,0);
	border: none;
}

/* Table can have the header row in <thead> or in <tbody>, which determines if the first data row is odd or even */
table.alternatingRowsOdd tr:nth-child(odd) {
	background: #EEE;
}

table.alternatingRowsEven tr:nth-child(even) {
	background: #EEE;
}

.centerImg {
	text-align: center; /* horizontal in all browsers */
	display: table-cell;
	vertical-align: middle; /* ~= valign=center in CSS2 browsers */
}

.centerImg img {
	vertical-align: middle; /* center img in line box */
}

span.loadingtextMSG {
	color: #DE0D12;
	font: bold 11px/24px Arial;
}

.popupLOADING {
	width: 850px;
	height: 300px;
}

.divPopUp {
	position: fixed;
	width: 600px;
	height: 600px;
	background-color: white;
	border: 5px solid #c6c6c6;
	padding: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.DialogBackdrop {
	visibility: hidden;
	position: absolute;
	z-index: 999;
	background-color: #000;
	opacity: 0.25;
	top: 0px;
	left: 0px;
}

.DialogWindow {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
}

#loadingContainer {
	position: fixed;
	z-index: 1010;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: wait;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
}

.loadingMessage {
	width: 30%;
	background-color: black;
	color: white;
	opacity: 0.5;
	text-align: center;
	border: none;
	border-radius: 10px;
	z-index: 2000;
	padding: 15px;
}

#incompleteBOXdship {
	text-align: center;
	vertical-align: top;
	padding: 15px 10px;
	background: #FFFCD3;
	border: 1px solid #999999;
	margin: 20px 17px;
	color: #000000;
}

.tipfor_product {
	float: right;
	overflow: auto;
	overflow-x: hidden;
	height: 250px;
	vertical-align: top;
	margin: 10px 0px 18px 17px;
	background: #fffcd3;
	border: 1px solid #888;
	padding: 10px;
	clear: right;
}
.tipfor_productSEChead {
	font: bold 11px Arial;
	text-align: left;
	padding: 5px 0px 0px 0px;
	color: #000000;
}

.stateSupplier {
	color: #D0D0D0;
	text-transform: uppercase;
	padding: 1px 2px 1px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.stateSupplierNextLine {
	color:#6B6C6E;
	text-transform: uppercase;
	padding: 7px 2px 8px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #F3F4F6;
}

.stateSupplierValues {
	color: #6B6C6E;
	padding: 7px 2px 8px 1px;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
}

.closeBtn {
	text-align: right;
	vertical-align: top;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #800080;
	padding: 10px 5px 10px 15px;
	border-bottom: solid 1px #8b8b8b;
}

.closeBtn a {
	color: #ffffff;
	text-decoration: none;
}

/***********************************
| MAKE/MODEL/YEAR CHECKBOXES TABLE |
***********************************/
.maintablealign {
	text-align: left;
	vertical-align: top;
	padding: 15px 25px;
	background: #ffffff;
}

.step1generateprodct {
	text-align: left;
	vertical-align: top;
	color: #333333;
	padding: 2px 5px 2px 8px;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #DE0D12;
}

.step2generateprodct {
	text-align: left;
	vertical-align: top;
	padding: 2px 1px;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DE0D12;
}

.simpletextTD {
	text-align: left;
	vertical-align: top;
	padding: 15px 3px 25px 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

.SHmakesModelsNewstyle {
	text-align: center;
	vertical-align: top;
	padding: 4px 1px 4px 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #F4F4F4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.SHpartsnameSKU {
	text-align: left;
	vertical-align: top;
	padding: 12px 1px 2px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
}

.SHmakesModelsValues {
	text-align: left;
	vertical-align: top;
	padding: 1px 1px 2px 0px;
}

.SHmakesModels_unatchdParts {
	text-align: left;
	vertical-align: top;
	padding: 15px 1px 12px 0px;
}

.makeDivmngVeh1 {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #999999;
	padding: 1px;
	margin-right: -1px;
}

.makeDivmngVehModel1 {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #999999;
	padding: 1px;
	margin-left: 0px;
	margin-right: -1px;
}

.makeDivmngVehMID1 {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #999999;
	padding: 1px;
	margin-left: 0px;
}

#manageVehMakeTrim ul {
	margin-left: -2px;
	margin-top: 3px;
	padding: 0px;
}

ul#manageVehMakeTrim{
	list-style: none;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow: auto;
	margin: 0px;
	padding: 2px 2px 2px 0px;
}

#manageVehMakeTrim li {
	list-style: none;
}

#manageVehMakeTrimList li {
	list-style: none;
}

#manageVehMakeTrim ul.hide {
	display: none;
}

.onlypartnme {
	width: 180px;
	text-align: left;
}

.unattachdPARTS {
	display: block;
	padding-left: 16px;
	text-indent: -15px;
	padding-top: 0px;
}

.newchkalignBox {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: 1px;
	background: transparent;
	border: 0;
}

/*************
| PATTACH.JS |
*************/
.partCreatorNamesManu {
	text-align:left;
	vertical-align:top;
	padding:6px 2px 4px 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
	background:#F4F4F4;
}

.exportexcelpartsName {
	text-align:right;
	vertical-align:top;
	padding:6px 5px 10px 0;
	font:11px Arial, Helvetica, sans-serif;
}

a.exportexcelpartsName:link, a.exportexcelpartsName:active, a.exportexcelpartsName:visited, a.exportexcelpartsName:link {
	color:#0000ff;
	text-decoration:underline
}

.serialpartchkboxValue {
	text-align:left;
	vertical-align:top;
	padding:3px 1px 4px 0;
}

.serialsplpartNamesValues {
	text-align:left;
	vertical-align:top;
	padding:6px 1px 1px 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}

.serialpartNamesValues {
	text-align:left;
	vertical-align:top;
	padding:6px 2px 1px 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}

.serialcategryValues {
	text-align:left;
	vertical-align:top;
	padding:6px 1px 1px 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}

.serialmanupartNamesValues {
	text-align:left;
	vertical-align:top;
	padding:6px 1px 1px 7px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}

.btnextasgnVeh {
	font: bold 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #888888;
	padding: 0px;
	border: solid 1px #CCCCCC;
	width: 210px;
}

.DevHead {
	width: auto;
	background: #DE0D12 url(admin/images/bg_TDtop.gif) repeat-x;
	padding: 5px 5px 15px 5px;
	border-bottom: solid 1px #8b8b8b;
	text-align: left;
}

a.closeDIV:link, a.closeDIV:active, a.closeDIV:visited, a.closeDIV:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
	float: right;
	padding: -20px 5px 8px 5px;
}

.loginWidth {
	width:35%;
}

.blockUILayer {
	display: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-aspect-ratio: 990/550) {
	.loginWidth {
		width: 65%;
	}
}