﻿.dashboard h1 {
  text-transform: uppercase;
  font-size: 2.4rem;
  text-decoration: none;
  display: block;
  color: #b11f25;
  font-weight: 500; }

.dashboard form.upload-picture,
.dashboard form.delete-picture {
  margin-bottom: 50px; }

.dashboard form.change-password {
  max-width: 350px; }

.dashboard .company__account-number {
  font-size: 1.2rem; }
  .dashboard .company__account-number:before {
    content: 'Account #';
    margin-right: 10px;
    font-weight: 500; }

.dashboard .company__section-label {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd; }

.dashboard .company__bill-to {
  background-color: rgba(112, 112, 112, 0.15);
  border-radius: 15px;
  padding: 10px;
  overflow: hidden; }

.dashboard .company__ship-to {
  background-color: rgba(112, 112, 112, 0.15);
  border-radius: 15px;
  padding: 10px;
  overflow: hidden; }

.dashboard .company__edit-address-button {
  clear: both;
  margin-top: 10px;
  font-size: .65rem; }

.dashboard .company__add-address-button {
  font-size: .65rem;
  margin-left: 15px; }

.dashboard .company .location {
  display: inline-block;
  position: relative; }
  .dashboard .company .location__name {
    font-weight: 600; }
  .dashboard .company .location--default:before {
    content: 'default';
    font-size: .65rem;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    background-color: #ccc;
    padding: 2px 8px;
    border-radius: 2px; }

.dashboard .searchvalue-autocomplete {
  position: absolute;
  margin: 10px 0 0 0;
  min-width: 250px;
  max-width: 100%; }
  .dashboard .searchvalue-autocomplete__result {
    background-color: #f0f0f0;
    color: #000;
    padding: 10px;
    border: solid 1px #ddd; }
    .dashboard .searchvalue-autocomplete__result:first-child:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 12.5px solid transparent;
      border-right: 12.5px solid transparent;
      border-bottom: 7.5px solid #ddd;
      top: -7px;
      left: calc(50% - 6.25px); }
    .dashboard .searchvalue-autocomplete__result:hover {
      cursor: pointer;
      background-color: #ddd; }
    .dashboard .searchvalue-autocomplete__result .autoComplete_highlighted {
      color: inherit;
      background-color: lightgreen; }
