div#miniContainer {
    width: 320px;
    margin: 32px auto 0 auto;
    padding: 20px 20px 20px 20px;
    background-color: #EDEDED;

    font-size: 14px !important;

    border-radius: 6px;

    -webkit-box-shadow: 2px 2px 2px #27415A;
    -moz-box-shadow: 2px 2px 2px #27415A;
}

div#miniContainer input {
    font-size: 14px !important;
}

.center {
    text-align: center;
}

.right{
    text-align: right;
}

div#miniContainer table,
div#miniContainer th,
div#miniContainer td {
    background-color: #EDEDED;
    border-collapse: collapse;
    border: none;
    font-size: 14px !important;
}

div#miniContainer table {
    margin: 12px 0 18px;
    width: 100%;
}

div#miniContainer input[type='text'],
div#miniContainer input[type='password']{
    width: 160px;
}


div#errors {
    width: 340px;
    margin: 20px auto 0 auto;
    padding: 20px 0px 20px 0px;
    color: #E7EDF2;
    font-size: 14px !important;

    font-weight: bold;
    text-align: center;
}

div#errors a:link, div#errors a:visited {
    color: #E7EDF2;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
}

div#errors a:hover {
    color:  #5A80AD;
    text-decoration: none;
    background-color:  #E7EDF2;
}

span.version {
    font-size: 9px;
    color: #E7EDF2;
}

p.title {
    font-weight: bold;
}

div#stackTrace {
    display: none;
    width: 800px;
    margin: 50px auto 0 auto;
    font-size: 12px;
    color: #E7EDF2;
}

div#acceptTerms{
    background-color: #E7EDF2;

    border-radius: 6px;

    width: 800px;
    margin: 32px auto 0 auto;
    padding: 20px 40px 20px;
}

div#terms {
    background-color: white;

    border-radius: 6px;

    padding: 10px 20px 30px;
    margin: -10px -20px;
}

div#acceptTerms h1 {
    margin: 1em 0 0 0;
    padding: 0;
    font-size: 1.25em;
}

div#acceptTerms p {
    margin: 0.5em 0 0 0;
    padding: 0;
}

div#acceptTerms p.termsIntro{
    margin: 20px 0 30px;
}

div#termsButtons {
    margin-top: 30px;
    text-align: center;
}

.hide {
    display: none;
}
body {
    margin: 0;
    background-color: #999999;
    line-height: 16px;
}

div#container {
    padding: 24px;
}

div#header {
    max-width: 1236px;
    min-width: 956px;
    margin: 0 auto 0 auto;
    height: 64px;
    border-bottom: #EDEDED solid 1px;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    padding: 0 0 12px;
    background-color: #EDEDED;
}

div#tabs {
    max-width: 1200px;
    min-width: 920px;
    margin: 0 auto 0 auto;
    background-color: #EDEDED;
    padding: 0 18px 4px;
    line-height: 20px;
}

div#tabs a {
    font-size: 14px;
    margin-left: 3px;
    background-color: #999999;
    padding: 7px 8px;
}

div#tabs a.first {
    margin-left: 0px;
}

div#tabs a:link.active,
div#tabs a:hover.active,
div#tabs a:visited.active {
    background-color: #525157;
    color: #EEC130;
    text-decoration: none;
    font-weight: bold;
    text-shadow: #525157 1px 1px 0px;
}

div#tabs a:link,
div#tabs a:visited {
    color: #EEEEEE;
    text-decoration: none;
    font-weight: bold;
}

div#tabs a:hover {
    background-color: #525157;
    color: white;
    text-decoration: none;
}

div#bar {
    max-width: 1200px;
    min-width: 920px;
    margin: 0 auto 0 auto;
    min-height: 50px;
    background-color: #525157;

    padding: 0 18px;
}

div#main {
    max-width: 1200px;
    min-width: 920px;
    margin: 0 auto 0 auto;
    min-height: 420px;
    height: 420px;
    height: auto !important;
    padding: 12px 18px 12px 18px;

    background-color: white;
}

div#footer {
    max-width: 1200px;
    min-width: 920px;
    margin: 0 auto 0 auto;
    border-top: #D88B28 solid 1px;

    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    padding: 0 18px 0 18px;
    height: 64px;
    background-color: #EDEDED;
}

div#search {
    float: right;
    padding: 10px 18px 0 0;
    text-align: right;
}

div#loggedIn {
    padding: 7px 2px 7px;
}

div#loggedIn span {
    font-weight: bold;
    color: #525157;
}

div#footerContact {
    color: gray;
    margin-top: 25px;
    float: right;
}

div#footerPolicies {
    color: gray;
    margin-right: 10px;
    margin-top: 25px;
    float: right;
}

div.footerLinkLimited {
  max-width: 120px;
  float: left;
  text-align: center;
  word-wrap:break-word;
}

div#footerLinks {
    margin-top: 25px;
}

body, td, th {
    font-family: helvetica, arial, sans-serif;
    color: black;
    font-size: 12px;
}

th {
    color: #525157;
}

a:link, a:visited {
    color: #D88B28;
    font-weight: bold;
    padding: 2px;
}

a:link.narrow, a:visited.narrow {
    padding: 2px 0 2px 0;
}

a:hover {
    color: white;
    text-decoration: none;
    background-color: #525157;
}

img#logo {
    padding: 10px 0 0 18px;
}

a img {
    border: 0;
}

button {
    overflow: visible;
    width: auto;
}

input.download {
	background: rgb(221,221,221) url(../images/download-128.png) 2px 1px/14px 14px no-repeat;
    padding-left: 13px;
    vertical-align: bottom;
}

.link {
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #D88B28;
    background: none;
    margin: 0;
    padding: 2px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}

.link:hover, .link:focus {
    color: white;
    text-decoration: none;
    background-color: #525157;
}

.linkImage {
    background: none;
    margin: 0;
    padding: 2px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.linkImage:hover, .linkImage:focus {
    text-decoration: none;
    background-color: white;
}

#logoLink {
    background-color: transparent;
}

h1, h2 {
    font-size: 20px;
    color: black;
    margin: 0 0 9px 0;
}

div#filters {
    max-width: 1200px;
    min-width: 920px;
    padding: 15px 12px 13px 0px;
    color: #E7EDF2; /*position: absolute;*/
}

.gray {
    background-color: #EDEDED;
    border: thin solid silver;
}

div.gray {
    padding: 12px;
}

table.gray input, table.fullWidth input {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

table#orderChange input {
    text-align: right;
}

.description {
    padding-top: 3px;
    padding-bottom: 3px;
}

.productDescription {
    display: block;
}

.productCode {
    display: block;
    /*padding-bottom: 4px;*/
    color: gray;
}

.notes {
    float: left;
    font-size: 10px;
    margin: 2px 0 2px 0;
    padding: 2px;
    background-color: #EDEDED;
    white-space: normal;
}

.lineInfoLabel {
    float: left;
    font-size: 10px;
    margin: 2px 0 2px 0;
    padding: 2px;
    background-color: gray;
    color: white;
    clear: both;
}

.requiredDate {
    float: right;
    font-size: 10px;
    background-color: #E7EDF2;
    margin: 2px 0 2px 0;
    padding: 2px;
}

input.lineItem {
    text-align: right;
}

.topFooter {
    padding: 0 0 2px 0;
    display: block;
}

.bottomFooter {
    clear: both;
    padding: 2px 0 2px 0;
    display: block;
    margin-bottom: 24px;
}

.bottomFooter a {
    padding: 0;
}

#relatedDocuments {
    clear: both;
    margin-top: 36px;
    font-weight: bold;
}

#noRelatedDocuments {
    margin-top: 36px;
}

.relatedDocument {
    font-weight: normal;
    margin: 4px 0 0 0;
}

#status {
    padding-bottom: 10px;
    font-weight: bold;
    color: gray;
}

span.statusLabel {
    text-transform: uppercase;
}

.documentNumber {
    font-family: helvetica, arial, sans-serif;
    color: #E7EDF2;
    display: block;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-shadow: #525157 1px 1px 4px;
}

input.error,
textarea.error {
    background-color: #FFDDDD !important;
}

label.error {
    color: #880000;
    font-weight: bold;
}

table#orderChange span.error {
    color: #880000;
    font-weight: bold;
    position: relative;
    top: -4px;
}

img#working {
    display: none;
}

span#spinner img#working {
    float: right;
    padding-top: 17px;
    padding-right: 4px;
}

div.messages {
    margin-top: 10px;
    padding: 4px 8px 4px 8px;
    white-space: normal;
}

div#messages {
    position: absolute;
    left: 30%;
    width: 40%; /*margin: 0;*/
    text-align: center;
    background-color: #FEE150;
    display: none;
}

input[type=text].changed {
    background-color: #FEE150;
}

input[type=text][disabled] {
    background-color: #EBEBE4 !important;
    color: #848484 !important;
    -webkit-text-fill-color: #848484;
    opacity: 1;
    border: 1px solid #A9A9A9;
    padding: 1px;
}

textarea[disabled] {
    background-color: #EBEBE4 !important;
    color: #848484 !important;
    -webkit-text-fill-color: #848484;
    opacity: 1;
    border: 1px solid #A9A9A9;
    padding: 1px;
}

select[disabled] {
    background-color: #EBEBE4 !important;
    color: #848484 !important;
    -webkit-text-fill-color: #848484;
    opacity: 1;
}

div#errorMessages {
    clear: both;
    width: 640px;
    margin: 0 auto 0 auto;
    padding: 8px;
    margin-bottom: 12px;
    background-color: #FFDDDD;
}

div#errorMessages ul {
    padding-top: 4px;
    margin: 0;
}

div#errorMessages li {
    padding-bottom: 4px;
}

div#tradingRelationship {
    width: 80%  ;
    margin: 6px 0 12px 0;
}

#tradingRelationship select {
    margin-right: 12px;
}

.relationshipOptions {
    width: 46%;
    padding-right: 2%;
    float: left;
    padding-bottom: 12px;
}

.relationshipOptionsLeft {
    border-right: 1px solid silver;
}

.relationshipOptionsRight{
    padding-left: 2%;
}

.relationshipOptions h3 {
    margin: 24px 0 0 0;
}

.relationshipOptions textarea {
    display: block;
}

.relationshipOption {
    padding-top: 8px;
    padding-bottom: 2px;
    clear: both;
}

.relationshipSubOption {
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 24px;
    clear: both;
}

.relationshipSubOptionTerms {
    padding-top: 14px;
}

.relationshipSubOptionDates {
    padding-top: 10px;
}

.relationshipSubSubOption {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 48px;
    clear: both;
}

.role {
    padding-right: 8px;
    display: inline;
}

.locale {
    clear: both;
    padding-right: 8px;
    padding-bottom: 12px;
}

#alertEvents {
    clear: both;
    padding-bottom: 24px;
}

.alertEvent {
    padding-top: 8px;
}

#alertFrequencies {
    clear: both;
    padding-bottom: 24px;
}

.alertFrequency {
    padding-top: 8px;
}

.emailAlertDestination {
    margin: 0 0 24px 0;
}

.smsAlertDestination {
    margin: 0 0 24px 0;
}

.footNotes {
    clear: both;
    margin: 36px 0 0 0;
}

.smsHint {
    margin: 0 0 6px 0;
}

div#filters {
    /*float: left;*/
    /*margin-bottom: 18px;*/
}

#filters select {
    margin-right: 10px;
}

.filterApplied {
    font-weight: bold;
    color: #E7EDF2;
    margin: 0 0 0 10px;
}

a:link.notImplemented, a:visited.notImplemented {
    color: silver;
    font-weight: bold;
}

a:hover.notImplemented {
    color: white;
    text-decoration: none;
    background-color: silver;
}

div.ui-datepicker {
    font-size: 10px;
}

h1.settings {
    margin-bottom: 12px;
}

.hintText {
    color: gray;
}

#next a:link, #next a:hover, #next a:visited,
#previous a:link, #previous a:hover, #previous a:visited {
    text-decoration: none;
    font-weight: bold;
}

span#next, span#previous {
    vertical-align: middle;
    font-size: 12px;
}

span#number {
    vertical-align: middle;
}

select#navigation {
    margin-left: 4px;
}

label#filterOrderArchivedLabel {
    margin-right: 12px;
}

div#hiddenNotes {
    clear: left;
}

div#toggleNotes {
    clear: both;
    margin-bottom: 18px;
}

div#hiddenHeader {
    clear: left;
}

div#toggleHeader {
    clear: both;
    margin-bottom: 18px;
}

div#more textarea {
    margin: 0;
}

div#more th {
    padding-bottom: 0;
}

td select {
    margin-left: 0;
}

img.status {
    padding: 0 2px 0 2px;
}

html {
    overflow-y: scroll;
}

input#searchBox {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    margin-left: 4px;
}

.ui-datepicker-trigger {
    padding: 0 0 3px 3px;
    vertical-align: middle;
}

span.statusContainer {
    display: block;
    padding: 4px 0 0 0;
}

span.statusContainer span {
    display: block;
    color: gray;
}

#printerLink {
    display: inline;
    background-color: white;
}

img#printer {
    vertical-align: bottom;
}

#manuallyComplete {
    display: inline;
}

#undoManualCompletion {
    display: inline;
}

span.dropDownGray {
    padding: 12px;
    background-color: #EDEDED;
    border: thin solid silver;
}

a.dropDownNotesToggle {
    text-decoration: none;
    background-color: white;
}

.lineNotesLabel {
    font-weight: bold;
    padding-right: 4px;
}

.noRows {
    clear: both;
    display: block;
    margin: 9px 0 36px 0;
}

.subTitle {
    margin: 9px 0 36px 0;
}

.adjustmentsTable {
    background-color: white;
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 24px;
}

.lineAdjustmentsTable {
    background-color: white;
    width: 100%;
    clear: both;
    margin-top: 60px;
    margin-bottom: 48px;
}

table {
    border-collapse: collapse;
    margin-bottom: 24px;
    background-color: white;
}

th, td {
    padding: 6px 6px 6px 6px;
    border: thin solid silver;
}

table.fullWidth th,
table.fullWidth td {
    white-space: nowrap;
}

th {
    text-align: left;
    background-color: #EDEDED;
}

table.gray th, table.gray td {
    background: transparent;
    border: none;
    padding: 6px 12px 6px 12px;
}

table.gray tr:last-child td,
table.gray tr:last-child th {
    padding-bottom: 12px;
}

tr.top td, tr.top th {
    padding-top: 12px;
}

tr.fat td, tr.fat th {
    padding-top: 12px;
    padding-bottom: 12px;
}

table.gray th.wideRight, table.gray td.wideRight {
    padding-right: 18px;
}

table.gray th.wideLeft, table.gray td.wideLeft {
    padding-left: 18px;
}

table.gray th.wideBoth, table.gray td.wideBoth {
    padding-right: 18px;
    padding-left: 18px;
}

table.fullWidth {
    width: 100%;
    clear: both;
    margin-bottom: 12px;
    height: 23px;
}

table.list {
    width: 100%;
    clear: both;
    margin-bottom: 12px;
}

table.noTotals {
    margin-bottom: 40px;
}

table.fullWidth td {
    background-color: white;
}

table.list th {
    height: 23px;
}

th.center, td.center {
    text-align: center;
}

th.right, td.right {
    text-align: right;
}

th.left, td.left {
    text-align: left;
}

td.concatenatedLeft {
    text-align: right;
    padding-right: 1px;
    border-right: none;
}

td.concatenatedRight {
    text-align: right;
    padding-left: 4px;
    border-left: none;
}

td.concatenatedRightAlignLeft {
    text-align: left;
    padding-left: 4px;
    border-left: none;
}

tr.totals td {
    text-align: right;
    border: none;
    font-weight: bold;
    padding-top: 24px;
}

tr.invoiceTotals td {
    text-align: right;
    border: none;
    color: gray;
}

/* TODO - remove - Adjustments page only */
tr.subTotals td {
    text-align: right;
    border: none;
    padding-top: 24px;
}

tr.totalsAbove td {
    text-align: right;
    border: none;
    font-weight: bold;
    padding-bottom: 24px;
}

th.sorted {
    background-color: #dddddd;
}

table.displayTag th a:hover, table.displayTag th a:link, table.displayTag th a:visited {
    color: #525157;
    text-decoration: none;
    background-color: transparent;
}

th.sorted a, th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    padding-right: 12px;
}

th.sortable a {
    background-image: url(../images/arrow_off.png);
}

th.order1 a {
    background-image: url(../images/arrow_down.png);
}

th.order2 a {
    background-image: url(../images/arrow_up.png);
}

table.admin td {
    border: none;
    font-size: 14px;
    text-align: left;
    margin: 12px 0 12px 0;
    padding-left: 0;
}

tr.archived td {
    color: gray;
}

tr.unread {
    font-weight: bold;
}

td.dropDownCell {
    border: none;
    text-align: right;
    vertical-align: top;
    height: 40px;
    padding: 18px 0 1px 0;
}

table.gray th.divider, table.gray td.divider {
    border-left: thin solid silver;
}

.lineNumber {
    color: gray;
}

div#filters label {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal !important;
}

span.status {
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 14px;
}

span.new {
    background-image: url(../images/new.gif);
}

span.processing {
    background-image: url(../images/processing.gif);
}

span.finalized {
    background-image: url(../images/finalized.gif);
}

span.completed {
    background-image: url(../images/completed.gif);
}

span.rejected {
    background-image: url(../images/rejected.gif);
}

span.cancelled {
    background-image: url(../images/cancelled.gif);
}

span.archived {
    background-image: url(../images/archived.gif);
}

span.strikethrough {
    text-decoration: line-through;
    display: block;
}

span.convertedCurrency {
    display: block;
}

div#bar span.documentStatus {
    float: right;
    color: #E7EDF2;
}

.white {
    color: white;
}

div#bar a:link,
div#bar a:visited {
    color: #E7EDF2;
    padding: 2px 0 2px 0;
}

div#bar a:hover {
    padding: 2px 0 2px 0;
}

input.quantityTolerance {
    text-align: right;
}

#quantityTolerance {
    clear: both;
}

.invoiceInfo {
    padding-top: 3px;
    display: block;
    color: gray;
}

#ordersButtons {
    margin-bottom: 8px;
}

#selections {
    display: inline;
    padding-left: 10px;
    padding-right: 6px;
}

form#orders {
    margin: 0;
    padding: 0;
}

div#buttonContainer {
    float: left;
    margin-bottom: 36px;
    clear: both;
}

div#invoiceTerms {
    margin-bottom: 24px;
}

div#invoiceTerms span.label {
    display: block;
    margin-left: 2px;
    margin-bottom: 2px;
}

div#paymentDate {
    margin-left: 2px;
    margin-bottom: 36px;
}

div#bar span.PendingResponse {
    color: #FFE763;
}

div#bar span.Shipped {
    color: #FFE763;
}

div#bar span.Processing {
    color: #FFE763;
}

div#bar span.Finalized {
    color: #FFE763;
}

div#bar span.PendingChanges {
    color: #FFE763;
}

div#bar span.Completed {
    color: #08F10C;
}

div#bar span.Rejected {
    color: #FE1A19;
    text-shadow: black 1px 1px 4px;
}

div#orderHeader {
    float: left;
    font-family: helvetica;
    font-size: 12px;
    border: thin solid silver;
    background-color: #EDEDED;
    padding: 6px 0px;
    margin-bottom: 24px;
}

div#orderHeader div#columns, div#orderHeader div#columns_r2 {
    margin-bottom: 12px;
}

div#orderHeader div {
    float: left;
}

div#orderHeader hr {
    clear: both;
    background-color: silver;
    height: 1px;
    border-style: none;
    margin-bottom: 12px;
}

div#orderHeader div span {
    float: none;
    display: block;
    padding: 6px 24px;
}

div#orderHeader div#labels span, div#orderHeader div#labels_r2c1 span, div#orderHeader div#labels_r2c3 span {
    padding: 6px 3px 6px 12px;
}

div#orderHeader div#values span, div#orderHeader div#values_r2c2 span, div#orderHeader div#values_r2c4 span {
    padding: 6px 24px 6px 3px;
}

div#orderHeader .label {
    font-weight: bold;
    color: #525157;
}

div#orderHeader span.subHeader {
    padding-top: 18px;
}

div#orderHeader div.orderHeaderNotes {
    clear: both;
}

div#orderHeader div.orderHeaderNotes span {
    padding: 6px 2px 6px 12px;
    float: left;
}

div#orderHeader div.orderHeaderNotes span.label {
    min-width: 100px;
}

div#orderHeader div.orderHeaderNotes span.value {
    width: 500px;
    padding-left: 14px;
}

div#orderHeader div#shipTo,
div#orderHeader div#carrier,
div#orderHeader div#supplier {
    max-width: 200px;
}

div#additionalNotes {
    width: 100%;
    clear: both;
}

div#additionalNotes .label {
    float: left;
    padding: 10px 2px 6px 12px;
    min-width: 100px;
}

div#additionalNotes .value {
    float: left;
    padding: 6px 2px 6px 12px;
}

div#additionalNotes .readonly {
    padding: 10px 2px 6px 14px;
}

div#additionalNotes textarea {
    width: 450px;
}

div#additionalNotes .value input {
    width: 500px;
}

div#additionalNotes .button {
    float: left;
    padding: 12px 2px 2px 4px;
    margin: 0 9px 0 4px;
}

div#existingUser {
    position: absolute;
    margin-top: -150px;
    left: 30%;
    width: 45%;
    text-align: center;
    background-color: #FFFFCC;
    display: none;
    padding: 4px 8px 4px 8px;
    white-space: normal;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.terms {
    padding: 10px 160px 80px 0;
}

.hide {
    display: none;
}

.envLabel {
    position: relative;
    color: white;
    background-color: #525157;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.25);
}

span.unreadCount {
    background-color: orange;
    font-weight: bold;
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
    position: relative;
    left: -12px;
    top: -14px;
    text-align: center;
}

/*workaround for datepicker display issue in chrome*/
.ui-helper-hidden-accessible {
    left: -9999999px;
}

img.Flextronics {
    padding: 4px 6px;
    border-radius: 3px;
    background-color: white !important;
}

table.orderChange {
    margin-bottom: 20px;
}

table.orderChange td.valid {
    background-color: #dff0d8 !important;
}

table.orderChange td.invalid {
    background-color: #f2dede !important;
}

table.orderChange th {
    min-width: 120px;
}

table.orderChange span.label {
    font-weight: bold;
}

table.orderChange span.value {
    padding-right: 16px;
}

div.orderChangeContainer {
    margin-bottom: 20px;
}

div#buttons {
    clear: both;
    padding: 12px 0 12px;
}

div#archive {
    display: inline;
}

table#orderChange span.original {
    text-decoration: line-through;
    display: block;
}

table#orderChange span.changed {
    background-color: #ffc;
}

table#orderChange tr.valid td {
    background-color: #dff0d8 !important;
}

table#orderChange tr.invalid td,
table#orderChange tr.invalid td div,
table#orderChange tr.invalid td span {
    color: #880000 !important;
}


table#orderChange tr.unchanged td,
table#orderChange tr.unchanged td div,
table#orderChange tr.unchanged td span {
    color: gray !important;
}

table#orderChange tr.cancelled td {
    text-decoration: line-through;
}

table#orderChange tr.new td {
    font-weight: bold;
}

.invalidHint {
    color: #880000;
    /*font-weight: bold;*/
}

.inline {
    display: inline !important;
}

.orderExtraInfoContainer {
    margin-bottom: 8px;
}

.orderExtraInfo {
    background-color: #ffc;
    padding: 4px 2px;
}

.resetPasswordButton {
     margin-top: 10px;
     background: none;
     border: none;
     color: #D88B28;
     text-decoration: underline;
     cursor: pointer;
     font-size: 14px;
}

ol#privatePolicyTopList > li {
	font-size: 1.17em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

ol#privatePolicyLetteredList > li {
	font-size: 1.17em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

td.noBorder {
     border: 0px;
}

input.shipmentLotButtonsPading {
     padding-left: 10px !important;
     padding-right: 10px !important;
}

.markToRemove {
    background-color: #FFE0E0;
}

.linesToDeleteInfo {
    font-weight: bold;
    color: #CC7777;
}

.lineThrough {
    text-decoration: line-through;
}

div#termsButtons {
    width:100%;
    text-align:center;
}

div#termsButtonBarLeft {
    float:left;
    width:100px;
    height: 20px;
}

div#termsButtonBarCenter {
    display: inline-block;
    margin:0 auto;
    height: 20px;
}

div#termsButtonBarRight {
    float:right;
    width:100px;
    height: 20px;
}

p.termsIntro { 
	font-weight: bold;
}

input.scorecard[type='radio'] {
    -webkit-appearance:none;
    width:17px;
    height:17px;
    border:2px solid orange;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px red inset;
}
input.scorecard[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}
input.scorecard[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input.scorecard[type='radio']:checked:before {
    background:black;
}

td.separator {
    padding: 1px 1px 1px 1px !important;
}

.scorecardRatingLastestSummaryOdd {
    background-color: #E2E2E2;
    color: #525157;
}

input.button,
button.button {
    background-color: #D88B28;
    color: #FFFFFF;
}

input.goToPageButton,
button.goToPageButton {
    padding: 1px 1px !important;
}

input.button:hover,
button.button:hover{
    background-color: #C87B18;
    cursor: pointer;
}

input.button:active,
button.button:active{
    background-color: #C87B18;
    padding: 2px 5px;
}

input.download:active {
    padding-left: 13px !important;
}

input.button:disabled,
input.button[disabled],
button.button:disabled,
button.button[disabled]{
    border: 2px solid #ededed;
    background-color: #CCCCCC;
    color: #ffffff;
    cursor: not-allowed;
}

/* charts */
/*
.arc text {
  font: 12px sans-serif;
  text-anchor: middle;
}

.arc path {
  stroke: #fff;
}
*/
/*
.chart1Text {
    font: 10px sans-serif;
    text-anchor: middle;
}
*/
#myChart_1_legend {
    padding: 0px;
    max-height: 192px;
    overflow-y: scroll;
    border: 1px solid white;
}

#myChart_1_legend .legend1 {
    fill: black;
    font: 14px sans-serif;
    text-anchor: start;
    font-size: 9px;
}

.homeTable3Td {
    border: 0px;
}

.homeTable3TdValue {
    padding: 0px;
}

.chart4 .legend {
    fill: black;
    font: 14px sans-serif;
    text-anchor: start;
    font-size: 10px;
}

.chart4 text {
    fill: white;
    font: 9px sans-serif;
    text-anchor: end;
}

.chart4 .label {
    fill: black;
    font: 12px sans-serif;
    text-anchor: end;
}

.chart4 .label2 {
    fill: black;
    font: 12px sans-serif;
    text-anchor: end;
}

.chart4bar:hover {
    fill: #999999;
}

.chart4axis path,
.chart4axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.chart5 .title5 {
    fill: black;
    font: 14px sans-serif;
    text-anchor: start;
    font-size: 12px;
}

.chart5 .legend5 {
    fill: black;
    font: 14px sans-serif;
    text-anchor: start;
    font-size: 9px;
}

.chart5 text {
    fill: white;
    font: 10px sans-serif;
    text-anchor: end;
}

.chart5 .label {
    fill: black;
    font: 12px sans-serif;
    text-anchor: end;
}

.chart5 .label2 {
    fill: black;
    font: 12px sans-serif;
    text-anchor: end;
}


.chart5bar:hover {
    fill: #999999;
}

.chart5axis path,
.chart5axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
