/**************************************
MEYER CSS RESET
**************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*************************************
TYPE VARIABLES
**************************************/
/*************************************
COLOR VARIABLES
**************************************/
/*************************************
COLOR VARIABLES
**************************************/
.bggreen {
  background-color: #27AE60;
}

.bgred {
  background-color: #900;
}

.green {
  color: #27AE60;
}

.white {
  color: white;
}

/*************************************
SIZE VARIABLES FOR MEDIA QUERIES
**************************************/
/*************************************
BASIC FOR EVERY PAGE STYLES
REGARDLESS OF MEDIA QUERIES OR SECTION
**************************************/
body {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

p {
  line-height: 140%;
  padding-bottom: 10px;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.thick {
  font-weight: 700;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 10px;
}
@media only screen and (min-width: 480px) {
  .inner {
    padding: 10px 10px;
  }
}

.inner-modal {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 10px;
}
@media only screen and (min-width: 480px) {
  .inner-modal {
    padding: 10px 10px;
  }
}

.hidden {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.footnote {
  font-size: 12px !important;
  line-height: 120% !important;
}

div.footnote {
  font-size: 12px !important;
  line-height: 120% !important;
}

/*************************************
BANNER ADVERTISING
**************************************/
.adspace-leaderboard {
  width: 980px;
  display: none;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.adspace-med-rect {
  float: none;
  width: 300px;
  margin: 0px auto;
}

.adspace-med-rect.right {
  float: right;
}

.adspace-skyscraper {
  width: 120px;
  padding: 10px;
}

.adspace-smallbanner {
  width: 300px;
  padding: 10px;
  display: none;
}

.adspace-attachment {
  width: 150;
  padding: 10px;
}

.skin {
  position: relative;
}
.skin .left-side-skin {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -915px;
  margin-top: -113px;
  background-color: #ccc;
}
.skin .right-side-skin {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: 616px;
  margin-top: -113px;
  background-color: #ccc;
}

/*************************************
CLASSES FOR COLOR OVERRIDES
**************************************/
.white {
  color: white;
}

.bgblue {
  background-color: #36F;
}

/*************************************
CUSTOM RULES FOR HYPERLINKS AND BUTTONS
**************************************/
a {
  color: #196090;
  line-height: 140%;
}

a.button, div.button, input.button, button.button {
  font-size: 14px;
  display: inline-block;
  margin: 8px 5px;
  padding: 9px 10px;
  border-radius: 5px;
  background-color: #7F8C8D;
  color: white;
  text-decoration: none;
  cursor: pointer;
  line-height: 140%;
}

a.button.selected {
  background-color: #ccc;
  color: black;
}

a.button.proxibid {
  background-color: #0099d5;
}

.button:hover {
  background-color: #95A5A6;
}

.button.blue, .button-a.blue {
  background-color: #2472a4;
}

.button.blue:hover, .button-a.blue:hover {
  background-color: #5faee3;
}

.button.green {
  background-color: #16A085;
}

.button.green:hover {
  background-color: #1ccdaa;
}

.button.red {
  background-color: #C0392B;
}

.button.red:hover {
  background-color: #d65548;
}

.button.orange {
  background-color: #E67E22;
}

.button.orange:hover {
  background-color: #eb9950;
}

.button.large-text {
  font-size: 16px;
}

.button.full {
  width: 100%;
  text-align: center;
  margin: 0px 0px;
  padding: 10px 0px;
}

.loggedin-bar {
  font-size: 14px;
  text-align: right;
  background-color: black;
  color: white;
}
.loggedin-bar .inner {
  padding: 5px 10px;
}
.loggedin-bar a.logout {
  margin-left: 20px;
  color: white;
}

.header {
  background-color: #f2f2f2;
}
.header img {
  max-width: 400px;
}

.dealer-portal-navigation {
  margin: 10px 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  padding: 5px 0px;
  line-height: 140%;
}

h2 span {
  font-size: 20px;
  color: gray;
  padding-left: 10px;
  text-transform: uppercase;
}

li {
  line-height: 140%;
  padding: 3px 0px;
}

select {
  background-color: white;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  border: none;
  border: 1px solid #cccccc;
  margin: 0px 0px 10px 0px;
  max-width: 400px;
}

body.dealer-portal .password-updated, body.dealer-portal .request-response, body.dealer-portal .login-response {
  color: #E74C3C;
  padding: 10px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
body.dealer-portal input[type=text], body.dealer-portal input[type=password] {
  font-size: 14px;
  margin: 5px 0px;
  padding: 3px;
}
body.dealer-portal div.login-area {
  width: 500px;
  margin: 0 auto;
  margin-top: 75px;
}
body.dealer-portal div.login-area img {
  max-width: 90%;
  margin-bottom: 20px;
}
body.dealer-portal div.login-area span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 160px;
}
body.dealer-portal div.login-area input[type=text], body.dealer-portal div.login-area input[type=password] {
  width: 95%;
  padding: 5px 2%;
  margin: 10px 0px;
}
body.dealer-portal div.dealer-portal-navigation a {
  background-color: #3498db;
  font-size: 13px;
  padding: 5px 10px;
  margin-right: 3px;
  color: white;
  text-decoration: none;
}
body.dealer-portal table tr:first-of-type {
  font-weight: 700;
}
body.dealer-portal table tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
body.dealer-portal table td {
  font-size: 14px;
  padding: 6px 8px;
  line-height: 200%;
}
body.dealer-portal table td.actions a {
  display: inline-block;
  margin-right: 10px;
}
body.dealer-portal table tr.paused {
  color: #b3b3b3;
}
body.dealer-portal table tr.categories {
  font-weight: 700;
  background-color: white;
}
body.dealer-portal table tr.categories td {
  padding: 20px 0px;
  font-size: 18px;
}
body.dealer-portal div.location div.address {
  font-weight: 700;
  padding-bottom: 20px;
}
body.dealer-portal div.location div.address span {
  color: gray;
  font-weight: 400;
  padding-left: 10px;
}

body.edit-machine h4 {
  border-bottom: 2px solid black;
  padding: 10px;
  margin: 30px 0px;
}
body.edit-machine input:disabled {
  background-color: #e6e6e6;
}
body.edit-machine span.property {
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  width: 150px;
}
body.edit-machine div.add-photo {
  width: 200px;
  height: 100px;
  background-color: #3498db;
  float: left;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
body.edit-machine div.photos {
  border: 1px solid black;
}
body.edit-machine div.photos img {
  max-height: 100px;
  padding-right: 5px;
  padding-bottom: 5px;
}
body.edit-machine div.specific-conditions h6 {
  padding: 15px 0px;
}
body.edit-machine div.specific-conditions div.option {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
body.edit-machine div.specific-conditions div.option div.icon {
  padding-right: 10px;
}
body.edit-machine div.specific-conditions div.option div.icon svg {
  display: inline-block;
  font-size: 15px;
  width: 30px;
}
body.edit-machine div.specific-conditions div.option label {
  width: 160px;
  font-size: 13px;
  line-height: 140%;
  padding-right: 5px;
}
body.edit-machine div.specific-conditions div.option input {
  width: 250px;
  height: 30px;
}
body.edit-machine div.specific-conditions div.option select {
  height: 30px;
  margin: 5px 0px 5px 0px;
  width: 250px;
}

body.subscription .plans .plan, body.credits .plans .plan {
  width: calc(50% - 50px);
  float: left;
  margin: 10px;
  border: 2px solid lightgrey;
  padding: 10px;
  cursor: pointer;
}
body.subscription .plans .plan .plan-name, body.credits .plans .plan .plan-name {
  font-size: 16px;
  color: gray;
}
body.subscription .plans .plan .plan-price, body.credits .plans .plan .plan-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0px;
}
body.subscription .plans .plan .plan-time, body.credits .plans .plan .plan-time {
  font-size: 12px;
  color: gray;
}
body.subscription .credits, body.credits .credits {
  width: 175px;
  margin: 20px;
  border: 1px solid black;
  padding: 10px;
}
body.subscription .credits .plan-name, body.credits .credits .plan-name {
  font-size: 16px;
  color: gray;
}
body.subscription .credits .plan-price, body.credits .credits .plan-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0px;
}
body.subscription .credits .add-subtract-credits, body.credits .credits .add-subtract-credits {
  margin: 10px;
}
body.subscription .credits .add-subtract-credits .add-credits, body.subscription .credits .add-subtract-credits .subtract-credits, body.credits .credits .add-subtract-credits .add-credits, body.credits .credits .add-subtract-credits .subtract-credits {
  float: left;
  font-size: 28px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid black;
  background-color: #e6e6e6;
  cursor: pointer;
}
body.subscription .credits .credits-to-purchase, body.credits .credits .credits-to-purchase {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
}
body.subscription .credits .plan-time, body.credits .credits .plan-time {
  margin-top: 5px;
  font-size: 12px;
  color: gray;
}
body.subscription .checkout-button, body.credits .checkout-button {
  margin-left: 20px;
  display: none;
}
body.subscription .card-entry-area, body.credits .card-entry-area {
  display: none;
  margin: 10px;
  max-width: 600px;
}
body.subscription .card-entry-area label, body.credits .card-entry-area label {
  font-weight: 700;
}
body.subscription .card-entry-area #card-errors, body.credits .card-entry-area #card-errors {
  margin: 10px 0px;
  color: red;
}

body.dealer-info p.label {
  font-weight: 700;
  font-size: 15px;
}
body.dealer-info input[type=text] {
  padding: 5px;
  font-size: 14px;
  width: 400px;
  max-width: 90%;
}
body.dealer-info textarea {
  width: 600px;
  height: 100px;
  max-width: 90%;
}
body.dealer-info .save-button {
  width: 120px;
  margin: 10px 0px;
  padding: 10px;
  background-color: #3498db;
  color: white;
  cursor: pointer;
}
body.dealer-info .message {
  font-weight: 700;
  padding: 10px 0px;
  color: #3498db;
}

body.dealer-data div.custom-dates label {
  font-weight: 700;
  padding: 0px 10px;
}
body.dealer-data div.custom-dates input[type=date] {
  padding: 5px;
  font-size: 14px;
}
body.dealer-data div.equipment-details, body.dealer-data div.phone-details {
  height: 300px;
  width: 90%;
  overflow: auto;
}
body.dealer-data div.equipment-details table, body.dealer-data div.phone-details table {
  width: 95%;
}

body.dealer-portal.change-password div.reset-password {
  max-width: 600px;
  margin: 20px auto;
}
body.dealer-portal.change-password div.reset-password p {
  font-size: 16px;
}
body.dealer-portal.change-password div.reset-password input {
  width: 300px;
  padding: 8px;
  font-size: 16px;
}
