@import "jqueryUI/att/jquery-ui-att.css";
@import "style.css";
@import "progressBar.css";

#checkout {
  display: inline;
  float: left;
  margin-right: 0;
  position: fixed;
  right: 10px;
  top: 180px;
  /*width:300px;*/
}
#panel {
  -moz-border-radius: 1em 1em 1em 1em;
  background-color: white;
  border: 1px solid #dddddd;
  position: relative;
}

#redeemInstructions {
  display: none;
}
@media print {
  #redeemInstructions {
    font-size: small;
    display: none;
  }
}

#invoicePanel {
  width: 69%;
  float: left;
}

#instructionspanel {
  -moz-border-radius: 1em 1em 1em 1em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
  float: right;
  width: 30%;
  padding: 5px;
  text-align: justify;
  margin-right: -20px;
}

#cartitem {
  border-top: 1px solid #eeeeee;
  display: block;
}

#cart {
  overflow-y: auto;
}

#cart #devicelist {
  width: 90%;
}

#cartitem .cart-delete {
  cursor: pointer;
}

#cartinit {
  height: 35px;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
}

#carttotal {
  border-top: 1px solid #eeeeee;
  padding: 0.5em;
}
#device-image {
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  text-align: center;
}

#device-list {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

#device-list td {
  padding-bottom: 25px;
  padding-top: 25px;
}
#device-list td:hover,
#device-list td:focus,
#device-list td:active {
  background: url("../images/cartAdd.png") no-repeat scroll right bottom
    transparent;
  border: 1px solid #888888;
  cursor: pointer;
}
.deviceListOnHover {
  background: url("../images/cartAdd.png") no-repeat scroll right bottom
    transparent;
  border: 1px solid #888888;
  cursor: pointer;
}
#device-list .device-name {
  display: block;
  line-height: 1.65;
  text-align: center;
  word-wrap: break-word;
}

#device-list .device-value {
  display: block;
  text-align: center;
  font-weight: bold;
}

body {
  background-color: #fff;
  color: #000;
  font-family: arial;
  font-size: 100%;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  min-width: 760px;
}

body.bkg {
  background-repeat: repeat-y;
}

img {
  vertical-align: middle;
}

body a:link:hover,
body a:visited:hover {
  color: #7ca648;
}

a:link {
  color: #009FDB;
}

a:visited {
  color: #009FDB;
}

.attention {
  color: Red;
  font-weight: bold;
}

.error {
  color: Red;
  font-weight: bold;
  list-style-position: inside;
}
.formError {
  background-color: #ffcccc;
}

#message {
  color: #000000;
  font-weight: bold;
  border: 2px ridge;
  text-align: left;
  vertical-align: middle;
  min-height: 54px;
  padding: 20px;
  padding-left: 90px;
  margin-bottom: 15px;
  background-image: url(../images/icons/message.gif);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  width: 45%;
  white-space: pre-line;
}

#recycleMessage {
  color: #000000;
  font-weight: bold;
  border: 2px ridge;
  text-align: left;
  vertical-align: middle;
  min-height: 54px;
  padding: 20px;
  padding-left: 90px;
  margin-bottom: 15px;
  background-image: url(/images/treeLogo.jpg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

.small,
#slogan {
  font-size: 0.8em;
}

#header {
  background: #fff;
  margin: 0;
  height: 60px;
}

#header img {
  border: none;
  margin-left: 0px;
}

#slogan {
  display: none;
}

#topNav {
  color: #ffffff;
  background: #000000;
  background-repeat: repeat-x;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.47);
  /*background-image:url(../images/v2offRed.gif);*/
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  height: 40px;
  width: 100%;
  min-width: 760px;
  padding: 0 0;
  list-style: none;
  font-size: 1.1em;
  display: block;
  font-weight: normal;
  margin: 0;
}

#topNav li {
  list-style: none;
  float: left;
  height: 40px;
}

#topNav a {
  text-align: center;
  float: left;
  height: 40px;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: bold;
  border-left-color: #FFFFFF ;
  border-left-style: ridge;
  border-left-width: 1px;
  border-right-color: #FFFFFF ;
  border-right-style: ridge;
  border-right-width: 1px;

}

#topNav a:link {
  color: #ffffff;
}

#topNav a:visited {
  color: #ffffff;
}

#topNav a:hover {
  background-color: #ffffff;
  display: block;
  color: #009FDB;
}

#topNav a.topNavActive {
  background-color: #ffffff;
  font-weight: bold;
  color: #009FDB;
}

#topNav a span {
  display: block;
  padding-top: 4px;
  margin-right: 10px;
  margin-left: 10px;
}

#home a {
  background-position: 0 0;
}

#home {
  margin-left: 5px;
}

html > body #home {
  /*margin-left: 180px;*/
}

#itemdescription a {
  background-position: 0 0;
}

#discrepancyDetails {
  margin-left: 90px;
}

html > body #discrepancyDetails {
  margin-left: 180px;
}

#invoicedescription a {
}

#workflowDetails a {
}

#invoice a {
}

#discrepancyDetails a {
}

#itemcontent {
  float: left;
  width: 98%;
  margin: 65px 0 35px 10px;
  font-size: 0.8em;
}

#priceGuide a {
  width: 90px;
}

#workflow a {
}

#bulkitem a {
}

#admin a {
}

#preferences a {
}

#paymentAdmin a {
}

#inventoryAdmin a {
}

#userInfo {
  z-index: 100;
  position: absolute;
  right: 15px;
  top: 135px;
  margin: 0;
  height: 40px;
  color: #000000;
  font-size: 0.7em;
  line-height: 1.5;
}

.trOver {
  cursor: pointer;
}

#content {
  float: left;
  width: 73%;
  margin: 115px 0 0 103px;
  font-size: 0.8em;
}

html > body #content {
  margin: 140px -203px 0 203px;
}

#moduleHeader {
  position: absolute;
  top: 140px;
  left: 200px;
}

#submoduleHeader {
  position: relative;
  text-align: center;
  font-size: 1.8em;
  color: #009FDB;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
}

th {
  /*background-image: url(../images/red_1px.gif); 
background-color:rgb(140,140,140);*/

  background-color: #cccccc;
  height: 20px;
  vertical-align: middle;
  font-weight: bold;
  color: black;
  padding-top: 3px;
}

table {
  border-collapse: collapse;
  border-color: rgb(219, 219, 219);
}

#ebayLogo {
  clear: both;
  padding-top: 4em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
  display: none;
}

#content h3 {
  margin: 0 0 0;
  color: #636563;
  font-size: 1.3em;
}

#news {
  width: 83%;
}

#news .content {
  margin: 0.6em 0 1.6em 0;
}

#rightSection {
  position: absolute;
  right: 6px;
  top: 125px;
  width: 160px;
  z-index: 100;
}

#rightSection .section {
  border: 1px solid #4682b4;
  margin-bottom: 10px;
  background-color: #fff;
}

#rightSection .header {
  background-color: #4682b4;
  color: white;
  font-weight: bold;
  height: 20px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.85em;
}

#rightSection ul.noList {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0.8em;
}

#rightSection li {
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

#rightSection .header a {
  font-weight: normal;
  color: white;
  font-size: 0.9em;
  text-decoration: none;
  padding-left: 30px;
}

#rightSection .header a:hover {
  text-decoration: underline;
}

#leftNav {
  position: absolute;
  top: 165px;
  width: 165px;
  left: 6px;
}

#leftNav li {
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: white;
  border-bottom: 1px solid #fff;
}

#leftNav li a {
  overflow/**/: hidden;
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 30px;
}

/*#leftNav li.over, .trOver {
    background-color:   #e6e6e6;
}*/

#leftNav a.item {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#leftNav a.item:hover {
  text-decoration: none;
  color: rgb(4, 92, 135);
}

#leftNav .header {
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #009FDB;
  font-size: 16px;
}

.lowpriorityalert {
  color: rgb(4, 92, 135);
  margin: 1em 40em 0em 0em;
}

.menuGroup {
  list-style: none;
  width: 100%;
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.7em;
}

#leftNav #help {
  display: none;
  background-image: url(../images/icons/help.gif);
}

#leftNav #orderSupplies {
  background-image: url(../images/icons/supplies.gif);
}
#leftNav #schedulePickup {
  background-image: url(../images/icons/supplies.gif);
}
#leftNav #schedulePickupInstructions {
  background-image: url(../images/icons/clock.gif);
}

#leftNav #contactUs {
  background-image: url(../images/icons/contactUs.gif);
}

#leftNav #logout {
  background-image: url(../images/icons/logout.gif);
}

#companyTree {
  overflow: scroll;
  position: absolute;
  text-align: left;
  width: 600px;
  height: 400px;
  padding: 5px 5px 5px 5px;
  z-index: 400;
  background-color: white;
  border: 1px solid Silver;
  left: 50%;
  font-size: 1.2em;
}

.companyTree {
  overflow: scroll;
  position: absolute;
  text-align: left;
  width: 600px;
  height: 400px;
  padding: 5px 5px 5px 5px;
  z-index: 400;
  background-color: white;
  border: 1px solid Silver;
  left: 50%;
  font-size: 1.2em;
}

.important {
  font-weight: bold;
}

.modelDetails {
  line-height: 1.6em;
  padding: 5px;
  border: 1px solid #000;
  background-color: #fffff0;
  font-size: 1.2em;
  margin-top: 75px;
}

.modelDetails .price {
  color: #8b0000;
}

.questionHelp {
  display: none;
  position: absolute;
  border: 1px solid #000000;
  background-color: #f5fffa;
  text-align: left;
  /*width: 25em;*/
  z-index: 1005;
  padding: 5px;
  color: #000000;
}

#questionIntro {
  border: 1px solid #bdb76b;
  padding: 0 0 0 75px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
  background: #f3f3f3 url(../images/icons/largeHelp.gif) no-repeat;
}

#itemAlert {
  border: 1px solid #bdb76b;
  padding: 15px 0 0 90px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
  background: #fffff0 url(../images/icons/exclamation.gif) no-repeat 10px 10px;
}
#disclosure {
  padding-top: 10px;
  text-align: justify;
  font-weight: bold;
}

#disclaimer {
  display: none;
}
.company-inactve {
  color: #bebebe;
}

.printOnly {
  display: none;
}

#questionRequired {
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#chatIntro {
  padding: 5px;
  font-size: 0.9em;
}

#chatImg {
  text-align: center;
  padding: 10px 0 10px 0;
}

#maniFestImg {
  height: 450;
  width: 600;
}

#packingList {
  display: none;
}

#packingInstructions {
  display: none;
}
#chatAvailability {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 10px;
}

#modelSearch {
  position: absolute;
  right: 50px;
  top: 20px;
  border: 1px solid silver;
  border-bottom: 0px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  height: 26px;
  font-size: 0.7em;
  font-weight: bold;
  background-image: url(../images/topRibbon.jpg);
  visibility: hidden;
}

#tradein-logo {
  position: absolute;
  right: 0px;
  top: 18px;
  height: 62px;
  width: 160px;
  padding-left: 231px;
  background-image: url(../images/attTradeinLogo.png);
  background-repeat: no-repeat;
}

.note {
  position: relative;
  font-size: 0.9em;
  background-color: #ffffa4;
}

#modelSearch form {
  margin-bottom: 2px;
}

#getStartedSearch {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  padding: 8px;
  margin-bottom: 30px;
  background-color: #eee;
  font-weight: bold;
  width: 400px;
}

#messageTable {
  cellspacing: 0px;
  cellpadding: 0px;
  padding: 5px;
  border: 1px solid;
  width: 450px;
  background-color: #e7e7e7;
}

#messageTable P {
  font-size: 1em;
  font-weight: bold;
}

#startTradingMessage {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  padding: 7px;
}

.colorMap {
  border: 1px solid #000;
  border-collapse: collapse;
  empty-cells: show;
}

.colorMap tr th {
  border: 1px solid #000;
}

.colorMap tr th div {
  text-align: center;
  font-weight: bold;
  color: #000;
  border: 1px;
}

.colorMap tr {
  height: 30px;
}

.colorMap td {
  text-align: left;
  vertical-align: middle;
}

.colorMap div {
  margin: 0pt 25pt 0pt 25pt;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#textSubHeader {
  color: #000000;
  font-size: 2.2em;
  text-decoration: underline;
  /*display: inline;	*/
  margin: 10px 0 0 5px;
}

#orderSupplies,
#shippingLabel,
#schedulePickup,
#bigOrderSupplies {
  display: none;
}

thead td {
  background-color: #cccccc;
  height: 20px;
  vertical-align: middle;
  font-weight: bold;
  color: black;
  padding-top: 3px;
}
#moduleHeaderImage {
  display: none;
}

#customerDecline {
  display: none;
}

#commonHeader {
  display: none;
}

#receiptConfirmation {
  display: none;
}

.receiptPrinter {
  width: 75mm;
  height: 280mm;
  overflow: hidden;
  padding-bottom: 50px;
}

.receiptPrinter ul,
.receiptPrinter li {
  margin-left: 0px;
  padding-left: 0px;
}

.cancelTradeColumn {
  display: none;
}

.categoryQuestionTd {
  text-align: right;
}

.categoryQuestionRespTd {
  width: 28%;
}
#homePageLogo {
  display: none;
}

#agreeToTerms {
  display: none;
}

#bigUserGuide {
  display: none;
}

.cartDeleteImg {
  cursor: pointer;
}

.qnaBlock {
  display: none;
}
#footer {
  display: none;
}

#userInfo #logout {
  display: none;
}

.dashboard ul {
  padding: 0;
  list-style-type: none;
  margin-top: 3% !important;
}

.termsWithoutHeader h2 {
  display: none;
}

.placeholder {
  color: #aaa;
}

#printableDiv {
  display: none;
}

.recycleModelText {
  display: block;
  width: 450px;
}

.receiptQuestions {
  font-weight: bold !important;
}
.receiptAnswers {
  text-align: left;
}

#headerMessage {
  margin-top: -40px;
  margin-left: -100px;
  color: red;
  font-weight: bold;
}

.menuGroup #accordion li a {
  font-size: 10px;
}
.menuGroup #training li a {
  font-size: 10px;
}
#shippingdeclaration {
  display: none;
}

.showCustomerContact {
  display: none;
}

#collapsible {
  display: none;
}
#faq {
  display: none;
}
#identityDocumentLabel {
  display: none;
}
#clientLabel {
  display: none;
}

.atleastOneRequired {
  display: none;
}
#dontSeeModelOFR {
  display: none;
}

.customInvoiceModal {
  width: 400px !important;
}
#blockZeroTradeCenterDiv {
  display: none !important;
}
.apiSalesRep {
  display: show;
}
.legend {
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 5px 1px 2px;
}
.legend span {
  position: relative;
}
.legend span.accepted {
  background-color: #ffffaa;
  border: 1px solid darkgray;
  padding: 4px 12px;
  margin: 4px 6px;
}
.legend span.received {
  background-color: #aaccff;
  border: 1px solid darkgray;
  padding: 4px 12px;
  margin: 4px 6px;
  display: none;
}
.legend span.inspected {
  background-color: #f9966b;
  border: 1px solid darkgray;
  padding: 4px 12px;
  margin: 4px 6px;
  display: none;
}
.legend span.paid {
  background-color: #ccffaa;
  border: 1px solid darkgray;
  padding: 4px 12px;
  margin: 4px 6px;
}
.legend span.shipped {
  background-color: #ffffff;
  padding: 4px 0px;
  margin: 4px 6px;
}
#invalidApplyToType {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}
#noCategorySelected {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}

.viewDataWipe {
  font-size: 0.7em;
  white-space: normal;
  width: 104px;
}
.showDataWipeImage {
  display: none;
}
#quoteSearchDiv {
  display: none;
}

/* @group dropdown */
.dropdown {
  margin-right: 10px;
}
.dropdown a {
  text-decoration: none;
  color: #000000;
}
.dropdown .dropdown_button {
  border: 1px solid #aaa;
  width: 230px;
  display: block;
  font-weight: normal;
  font-style: normal;
  padding: 7px;
  background: #fff url(../images/down_button.gif) repeat-y right center;
}
.dropdown .face {
  padding: 6px;
  width: 175px;
  background-color: #fff;
}
.dropdown .title {
  margin-right: 5px;
  font-weight: bold;
}
.dropdown .num_of_selections {
  font-weight: normal;
  color: #666;
  font-style: normal;
  font-size: 0.9em;
}
.ss_searchselect {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #aaaaaa;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 2px;
  position: absolute;
  width: 500px;
  z-index: 100;
}
.ss_searchselect li {
  padding: 3px;
}
.ss_closebutton {
  background-image: url("../images/cross_grey.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0);
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
}
.ss_searchbox {
  background-color: #eeeeee;
  padding: 3px;
}
.ss_searchbox input {
  color: #666666;
  font: 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  width: 450px;
}
.ss_results {
  overflow: hidden;
  padding: 1px;
}
.ss_results li {
  display: block;
  overflow: hidden;
  padding: 3px;
}
.ss_selectedbox {
  background-color: #eeeeee;
  padding: 3px;
}
.ss_selectedbox li.empty {
  color: #aaaaaa;
  font-style: italic;
}
#companyResult,
#companyResultSelected {
  padding: 5px;
}
ol,
ul {
  list-style: none outside none;
}
#showHideProcessedRadio {
  display: block;
}
#discrepancyReportSummaryTable {
  display: block;
}
#inspectionReportSummaryTable {
  display: none;
}
#pdfPrintButton {
  display: inline !important;
}
#printButton {
  display: none;
}

.submoduleHeaderLeft {
  position: relative;
  text-align: left;
  font-size: 1.8em;
  color: rgb(4, 92, 135);
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
}

.submoduleHeaderRight {
  position: relative;
  text-align: right;
  font-size: 1.8em;
  color: rgb(4, 92, 135);
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
}

.attFontColor {
  color: rgb(4, 92, 135);
}
.modelInfoViewId td {
  text-align: left;
  vertical-align: top;
}

.modelInfoViewId #modelButtonId {
  text-align: center;
  position: relative;
}
#modelAttrList {
  display: inline;
  list-style: none;
}
#modelAttrList span:after {
  content: ",";
}
#modelAttrList span:last-child:after {
  content: "";
}
#checkClearId {
  display: none !important;
}
#modelDeleteDisplay {
  display: none !important;
}
#modelCheckHeaderId {
  display: none !important;
}
#modelCheckContentId {
  display: none !important;
}
#loadingContent {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity = 60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}

.loadingCenter {
  z-index: 1000;
  margin: 30% auto;
  width: 130px;
  filter: alpha(opacity = 100);
  opacity: 1;
  -moz-opacity: 1;
}

.loadingCenter img {
  height: 128px;
  width: 128px;
}
.shippingAdminTD {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.provider-text {
  display: none;
}

.five9-chat-button {
  background: #045c87 !important;
}
.header-background {
  background-image: -webkit-linear-gradient(#636363, #000000);
  background-image:  linear-gradient(#636363, #000000);
  background: #000000;
}
.promo-modal-top-header {
  color: #009FDB;
}

div.message-container-agent div.message-container {
  background-color: #009FDB !important;
}

.five9-chat-button {
  background: #045c87 !important;
}
