@CHARSET "UTF-8";
/* Harris Christiansen */
/* Project: Aga Portal */
/* June 2013 */

:root {
	--table-panelWhite-bg-color: rgba(236,248,253,.95); /*Why haven't they been using these the whole time?  Styling this site is a nightmare.*/
	--regGreen-color: rgba(88,183,75,1);
	--msgTableHead-bg-color: var(--regGreen-color);
	--darkGreen-color: rgba(31,57,29,1);
}

.contentPanel {
	padding: 10px;
	margin: 6px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	font-size: 13px;
}
.contentPanelParts {
	padding: 10px;
	margin: 6px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	font-size: 10px;
}
.linkText {
	color: #853AFF;
}
.linkText:hover {
	text-decoration: underline;
}
.contentPanel.whitePanel a {
	color: #000000;
}
.contentPanel.redPanel a {
	color: #FFFFFF;
}
.contentPanel a:hover {
	text-decoration: underline;
}
.contentPanelTitle {
	font-size: 16px;
}
#leftPanel {
	width: 207px;
	float: left;
}
#centerPanel {
	position: absolute;
	left: 207px;
	right: 230px;
	z-index: 0;
	padding-bottom: 40px;
}
#wideCenterPanel {
	position: absolute;
	left: 30px;
	right: 30px;
	z-index: 0;
	padding-bottom: 40px;
}
#wideCenterPanel {
	position: absolute;
	left: 30px;
	right: 30px;
	z-index: 0;
	padding-bottom: 40px;
}
#centerPanel2 {
	position: absolute;
	top:  120px;
	left: 207px;
	right: 250px;
	height: 76%;		
	overflow-x:auto;
	overflow-y:auto;
	z-index: 0;
	
}
#rightPanel {
	width: 230px;
	float: right;
}
.whitePanel {
	background-color: #FFFFFF;
	color: #000000;
}
.greenPanel {
	background-color: var(--regGreen-color);
	color: #FFFFFF;
}
.redPanel {
	background-color: #C00;
	color: #FFFFFF;
}
.contentPanel .recentLink {
	color: #000000;
	display: block;
}
.leftSearchField input[type="text"] {
	width: 110px;
}
.leftSearchField input[type="submit"] {
	width: 60px;
}
.leftNavItem {
	width: 187px;
	padding: 8px 4px 8px 4px;
	margin: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 14px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.leftNavDropdown, .leftNavDropdownClosed {
	width: 185px;
	padding-left: 20px;
}
.leftNavDropdownClosed {
	display: none;
}
.leftNavDropdownItem {
	width: 165px;
	padding: 6px 5px 4px 5px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 21px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.closeableItemTrigger {
	background-image: url(/Resources/images/plusBtn.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
}
.panelTitle {
	font-size: 18px;
	color: #256c89;
	text-align: left;
}
.centerPanelTable {
	width: 98%;
	margin-left: 1%; margin-right: 1%;
}
.centerPanelFormTable {
	width: 90%;
	margin-left: 1%; margin-right: 1%;
}

th {
	font-weight: normal;
}
.centerPanelTableHead {
	background-color: #60c8f2;
	height: 40px;
	color: #039;
	font-size: 16px;
}
.centerPanelFormTableHead {
	background-color: #60c8f2;
	height: 34px;
	color: #039;
	font-size: 16px;
}
.centerPanelFormTableHead17 {
	background-color: #003366;
	height: 17px;	
}
.centerPanelFormTableHead34 {
	background-color: #003366;
	height: 34px;	
}
.centerPanelFormTableHead80 {
	background-color: #003366;
	height: 80px;	
}
.centerPanelTDBlue {
	background-color: #60c8f2;
	height: 34px;
	color: white;
	font-size: 16px;
	width: 25%;
	text-align: center
}
.centerPanelTDWhite {
	background-color:  var(--table-panelWhite-bg-color);
	height: 34px;
	color: #4c85af;
	font-size: 16px;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
}
.centerPanelTDWhite75 {
	background-color:  var(--table-panelWhite-bg-color);
	height: 34px;
	color: #4c85af;
	font-size: 16px;
	padding-left: 10px;	
	text-align: left
}
.searchPOButton {
	background-color: #60c8f2;
	color: white;
	letter-spacing: 1px;	
}

.imptMsgTableHead {
	background-color: var(--msgTableHead-bg-color);
	height: 27px;
	color: #FFF;
	font-size: 14px;
}
.centerPanelTableHead td:first-child, .imptMsgTableHead td:first-child, .centerPanelTableHead th:first-child, .imptMsgTableHead th:first-child {
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
.centerPanelTableHead td:last-child, .imptMsgTableHead td:last-child, .centerPanelTableHead th:last-child, .imptMsgTableHead th:last-child {
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
.centerPanelTableHead td, .centerPanelTableHead th, .centerPanelTableRow td, .imptMsgTableHead td, .imptMsgTableHead th {
	padding: 5px;
	text-align: left;
}
.centerPanelTableRow {
	background-color: var(--table-panelWhite-bg-color);
	height: 40px;
	color: #669;
	font-size: 13px;
}
.centerPanelTableRow2 {
	background-color: var(--table-panelWhite-bg-color);
	height: 26px;
	color: #669;
	font-size: 13px;
}
.centerPanelTableRow3 {
	background-color: var(--table-panelWhite-bg-color);
	height: 50px;
	color: #669;
	font-size: 13px;
}

.centerPanelTableRow a {
	color: #5959c9;
}
.centerPanelTableRow a:hover {
	text-decoration: underline;
}
.clickableTableRow:hover {
	background-color: #D4DFE4;
	cursor: pointer;
}
.dtcSolutionTableRow {
	background-color: #c9efff;
	color: #000000;
}
.dtcSolutionTableRow:hover {
	background-color: #d4dee3;
	cursor: pointer;
}
.imptRow {
	background-color: red;
}
.subTable {
	color: #669;
	border: none;
	font-size: 13px;
}
.centerPanelButton {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
	float: right;
	height: 30px;
	font-size: 18px;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-right: 20px;
	color: #FFFFFF;
}
.rightNavItem {
	width: 225px;
	padding: 8px 5px 8px 5px;
	margin: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 14px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.rightNavDropdown {
	width: 225px;
	padding-left: 20px;
}
.rightNavDropdownClosed {
	width: 225px;
	padding-left: 20px;
	display: none;
}
.rightNavDropdownItem {
	width: 205px;
	padding: 6px 5px 4px 5px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 21px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.addCompanyFormInput {
	width: 50%;
}
td.addCompanyFormInput {
    padding: 0px;
}

.condensedFileField {
	color: transparent;
}
.condensedFileField::-webkit-file-upload-button {
  	visibility: hidden;
}
.condensedFileField::before {
  content: 'Select File';
  color: #000000;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.condensedFileFieldChanged::before {
	content: 'File Selected';
	margin-left: 0px;
}
.condensedFileField:hover::before {
  border-color: black;
}
.condensedFileField:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.formButton {
	font-weight: bold;	
	height: 30px;
	font-size: 18px;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-right: 20px;
	color: #FFFFFF;	
}
.formButton2 {	
	font-weight: normal;	
	height: 24px;
	font-family: "Helvetica Neue","Lucida Console", Monaco, monospace, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 1px 10px 0px 10px;
	margin-right: 20px;
	color: #FFFFFF;	
}
.dealerOrder {
    font-weight:medium;
	text-align:center;
	width:180px;
	padding:0px;
	background-color: #60c8f2;
	color:white	
}
td:hover { 
  position: relative;
}
.tooltip1:hover:after {
  content: attr(title1);
  color: #fff;
  background-color:#000;
  position: absolute;
  left: 0;  
}
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;	
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;  
}


.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-dialog .ui-dialog-buttonpane button.ui-button {
	color: #FFF;
	text-align: center;
	background: var(--regGreen-color);
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

.productEditInput {
	width: 100%;
	padding: 10px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}