.sf-inner-panel {
  padding: 1%;
  margin: 0 30px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: #fbfbfb; }

.small-description-text {
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #555; }

.valign-text-middle {
  display: table-cell;
  vertical-align: middle; }

.ui-front {
  z-index: 1060; }

.cp-panel {
  clear: both;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding: 5px;
  margin: 5px; }
  .cp-panel label {
    display: block;
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 1px 5px; }
  .cp-panel .indent-panel {
    margin-left: 5px; }
  .cp-panel .cp-subpanel {
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ececec;
    padding: 5px; }
    .cp-panel .cp-subpanel label {
      background: #555;
      padding: 0 5px; }
    .cp-panel .cp-subpanel .field--name-node-title.field__item {
      font-weight: bold; }
    .cp-panel .cp-subpanel .field--name-field-address {
      font-style: italic; }

.mw400 {
  max-width: 400px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt27 {
  margin-top: 27px; }

#order-search-block-form .ui-autocomplete-input {
  line-height: normal; }
#order-search-block-form .col-auto {
  margin: 2px;
  padding: 2px; }
#order-search-block-form .form-group {
  margin: 0; }
#order-search-block-form .form-control {
  height: 28px; }

.node--type-delivery .tabledrag-toggle-weight-wrapper {
  display: none; }

.node--type-delivery details.delivery-order-details .view-structure-specs {
  padding: 5px; }

details {
  padding: 10px;
  background-color: #e9e9e9; }
  details summary {
    text-indent: 10px;
    margin-top: 2px; }

.layout-region-node-secondary .form-type-vertical-tabs div.vertical-tabs {
  background-color: #e9e9e9; }

.node--type-delivery-route .layout-region-node-secondary, .node--type-order .layout-region-node-secondary {
  display: none; }
.node--type-delivery-route .layout-region-node-main, .node--type-order .layout-region-node-main {
  width: 100%; }

.node--type-order .layout-region-node-main {
  width: 100%;
  max-width: 1100px; }

.field--type-datetime legend {
  top: 0;
  margin-bottom: 0; }

#edit-cancel {
  margin-right: 5px; }

#map {
  height: 800px;
  width: 100%; }

.sf-tel-link {
  font-size: 12px;
  font-style: italic;
  margin-left: 5px; }

.sf-tel-link-l {
  font-size: 12px;
  font-style: italic; }

.sf-email-link {
  font-size: 13px;
  font-style: italic;
  margin-left: 5px; }

.sf-email-link-l {
  font-size: 13px;
  font-style: italic; }

.sf-contact-contactinfo {
  line-height: 15px; }

.sf-contact-markup {
  margin-left: 15px; }

.display-none {
  display: none; }

.avoid-wrap {
  display: inline-block; }

.nowrap {
  display: inline-block; }

.timepicker-modal {
  max-height: 348px; }

/* Dashboard Reports */
.draggable-dashboard .view-header {
  margin-top: 0; }
.draggable-dashboard .view-footer {
  text-align: right; }
.draggable-dashboard .views-row {
  display: block;
  width: 100%; }

.draggable-dashboard-block__content {
  padding: 5px 15px 5px 15px; }
  .draggable-dashboard-block__content .view-empty {
    text-align: center;
    display: block;
    font-size: 2em; }

.dash-rpt-desc {
  font-style: italic;
  font-size: 0.75em; }

.dash-rpt-big-num {
  text-align: center;
  display: block;
  font-size: 2em; }

.dash-rpt-med-num {
  text-align: center;
  display: block;
  font-size: 1.5em; }

.highlight-text {
  color: #900; }

#header {
  z-index: 100;
  position: relative;
  display: grid; }

#navbar-main {
  display: block; }

.row {
  margin-left: 0;
  margin-right: 0; }

.card-header {
  padding: 0; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.view-header {
  margin-top: 0; }

/** Tables **/
.table thead th,
table thead th {
  background-color: #7E7E7E;
  color: #fff;
  border: 0;
  font-size: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem; }
.table td,
table td {
  border: 0;
  vertical-align: middle; }
.table th,
table th {
  border: 0;
  vertical-align: middle; }
.table .views-field-nid-1,
table .views-field-nid-1 {
  padding-left: 0;
  padding-right: 0; }
.table .views-field-field-order-number,
table .views-field-field-order-number {
  padding-left: 0;
  font-weight: 600; }
.table .views-field-field-name,
table .views-field-field-name {
  font-weight: 600; }

thead > tr {
  border: 0; }

tr {
  border: 0;
  background-color: #F7F7F7; }
  tr.inactive {
    background: #ccb3b3;
    color: #777; }

table.field--label-inline {
  width: auto;
  margin: 2px 0;
  font-size: 1em; }
  table.field--label-inline tr {
    background: none; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }
  .table-striped tbody tr:nth-of-type(odd).inactive {
    background: #ccbcbc;
    color: #777; }
.table-striped tbody tr:hover {
  background-color: #ddd; }
  .table-striped tbody tr:hover.inactive {
    background: #bba3a3;
    color: #555; }

.view-editor-document-signature-request table img {
  max-width: 200px; }

.view-company-pricing-editor-structure-options table .field--name-field-external-line-item input {
  min-width: 300px; }

.view-structure-spec-nonvis-options-table .table-striped tbody tr,
.view-structure-spec-vis-options-table .table-striped tbody tr {
  background-color: #F7F7F7; }
  .view-structure-spec-nonvis-options-table .table-striped tbody tr:hover,
  .view-structure-spec-vis-options-table .table-striped tbody tr:hover {
    background-color: #ddd; }
  .view-structure-spec-nonvis-options-table .table-striped tbody tr .table-striped tr,
  .view-structure-spec-vis-options-table .table-striped tbody tr .table-striped tr {
    background: none; }
    .view-structure-spec-nonvis-options-table .table-striped tbody tr .table-striped tr:hover,
    .view-structure-spec-vis-options-table .table-striped tbody tr .table-striped tr:hover {
      background: none; }
  .view-structure-spec-nonvis-options-table .table-striped tbody tr:nth-of-type(4n), .view-structure-spec-nonvis-options-table .table-striped tbody tr:nth-of-type(4n-1),
  .view-structure-spec-vis-options-table .table-striped tbody tr:nth-of-type(4n),
  .view-structure-spec-vis-options-table .table-striped tbody tr:nth-of-type(4n-1) {
    background-color: #fff; }

.red-truck {
  background-color: #d55b5f;
  border: 2px solid #d55b5f; }

.teal-truck {
  background-color: #3fc9a0;
  border: 2px solid #3fc9a0; }

.green-truck {
  background-color: #3a805a;
  border: 2px solid #3a805a; }

.blue-truck {
  background-color: #4c74b5;
  border: 2px solid #4c74b5; }

.orange-truck {
  background-color: #f49878;
  border: 2px solid #f49878; }

.yellow-truck {
  background-color: #f6ab2a;
  border: 2px solid #f6ab2a; }

.purple-truck {
  background-color: #935aaa;
  border: 2px solid #935aaa; }

.gray-truck {
  background-color: #979797;
  border: 2px solid #979797; }

.black-truck {
  background-color: #525252;
  border: 2px solid #525252; }

.node--type-delivery-route .field--name-field-google-maps-route {
  display: none; }

.node--type-employee-time-entry .field--name-field-hours,
.node--type-employee-time-entry .field--name-field-minutes {
  max-width: 200px; }

.view-route-deliveries-table .views-form {
  width: 100%; }
.view-route-deliveries-table .field--type-time-range-picker fieldset {
  padding: 0;
  margin: 0;
  background: none; }
  .view-route-deliveries-table .field--type-time-range-picker fieldset legend {
    display: none; }
.view-route-deliveries-table .field--type-time-range-picker .time_range_fieldset fieldset:first-child {
  width: 48%;
  float: left; }
.view-route-deliveries-table .field--type-time-range-picker .time_range_fieldset fieldset:last-child {
  width: 48%;
  float: right; }
.view-route-deliveries-table .field--type-time-range-picker label {
  margin-top: 0; }
.view-route-deliveries-table .views-field-form-field-field-scheduled-timeslot {
  min-width: 250px; }
.view-route-deliveries-table #edit-actions-submit {
  display: none; }

.deliveries-table .views-field-field-delivery-type {
  display: none; }

.view-delivery-scheduler .route-buttons {
  margin-bottom: 20px; }
.view-delivery-scheduler .views-field-field-comments-1 {
  max-width: 300px; }
.view-delivery-scheduler .views-field-field-delivery-type {
  display: none !important; }

.views-field-delivery-prerequisite-output {
  line-height: 0.8rem;
  font-size: 0.8rem; }
  .views-field-delivery-prerequisite-output em {
    font-size: 0.7rem; }
  .views-field-delivery-prerequisite-output hr {
    margin-top: 5px;
    margin-bottom: 5px; }

.views-field-delivery-route-link {
  line-height: 0.8rem;
  font-size: 0.8rem; }
  .views-field-delivery-route-link em {
    font-size: 0.7rem; }

#block-views-block-delivery-route-scheduler-block-1 .col-auto {
  padding: 0; }
#block-views-block-delivery-route-scheduler-block-1 .views-field-field-google-maps-route {
  display: none !important; }

.extra-field--notes,
.extra-field--order-notes,
.extra-field--invoices-view,
.extra-field--employee-commission-payments,
.extra-field--employee-hours-payments,
.extra-field--employee-piecework-payments-view,
.extra-field--subcontractor-commission-payments-view,
.extra-field--dealer-commission-payments-view {
  border: 1px solid #333;
  border-radius: 5px;
  background: #eee;
  margin: 15px -15px 0 -15px; }
  .extra-field--notes .extra-field--content,
  .extra-field--order-notes .extra-field--content,
  .extra-field--invoices-view .extra-field--content,
  .extra-field--employee-commission-payments .extra-field--content,
  .extra-field--employee-hours-payments .extra-field--content,
  .extra-field--employee-piecework-payments-view .extra-field--content,
  .extra-field--subcontractor-commission-payments-view .extra-field--content,
  .extra-field--dealer-commission-payments-view .extra-field--content {
    margin: 0 15px; }
  .extra-field--notes h2,
  .extra-field--order-notes h2,
  .extra-field--invoices-view h2,
  .extra-field--employee-commission-payments h2,
  .extra-field--employee-hours-payments h2,
  .extra-field--employee-piecework-payments-view h2,
  .extra-field--subcontractor-commission-payments-view h2,
  .extra-field--dealer-commission-payments-view h2 {
    color: #fff;
    display: block;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    background: #7fa1c7;
    text-indent: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.sf-notes-list .views-row {
  border: 1px solid #888;
  display: block;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 5px; }
  .sf-notes-list .views-row .note-author-name {
    font-size: 0.9em;
    font-weight: bold; }
  .sf-notes-list .views-row .views-field-created {
    font-size: 0.9em;
    color: #888; }
  .sf-notes-list .views-row .views-field-nid {
    float: right; }
  .sf-notes-list .views-row .views-field-field-note {
    padding-left: 10px;
    border-left: 1px solid #ccc; }
  .sf-notes-list .views-row .views-field-field-note-type {
    font-size: 0.75em;
    color: #666;
    font-style: italic; }

.sf-fancy-block,
.block-views-blockcustomer-deliveries-table-block-1,
.block-views-blockcustomer-orders-table-block-1,
.block-views-blockcustomer-contacts-block-block-1 {
  border: 1px solid #333;
  border-radius: 5px;
  background: #eee;
  margin-bottom: 25px; }
  .sf-fancy-block h2,
  .block-views-blockcustomer-deliveries-table-block-1 h2,
  .block-views-blockcustomer-orders-table-block-1 h2,
  .block-views-blockcustomer-contacts-block-block-1 h2 {
    color: #fff;
    display: block;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    background: #7fa1c7;
    text-indent: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.block-views-blockcustomer-contacts-block-block-1 {
  margin-top: 10px; }
  .block-views-blockcustomer-contacts-block-block-1 .add-contact-btn {
    float: left; }

.text-active {
  color: #57c43e; }

.text-inactive {
  color: #dd0b0b; }

.sf-status-active {
  background-color: #7fa1c7;
  padding: 4px 3px;
  border-radius: 5px;
  color: #000; }

.sf-status-hold {
  background-color: #d09863;
  padding: 4px 3px;
  border-radius: 5px;
  color: #000; }

.sf-status-cancel {
  background-color: #AA393D;
  padding: 4px 3px;
  border-radius: 5px;
  color: #fff; }

.sf-status-complete {
  background-color: #9cc792;
  padding: 4px 3px;
  border-radius: 5px;
  color: #000; }

.map-popup-wrapper .map-popup-heading {
  font-size: 1.2em;
  font-weight: bold; }

.delivery-calendar {
  /* Some full calendar styles to help with click events */ }
  .delivery-calendar .bottom-buttons {
    display: block; }
  .delivery-calendar .col-auto {
    padding: 0; }
  .delivery-calendar .fc-event {
    border: 2px solid #F7F7F7; }
    .delivery-calendar .fc-event .escorts-wrapper {
      background-color: rgba(255, 255, 200, 0.2); }
      .delivery-calendar .fc-event .escorts-wrapper ul {
        margin-bottom: 0;
        padding-left: 15px; }
  .delivery-calendar .delivery-event.default-event-color {
    background-color: #f9f900; }
  .delivery-calendar .delivery-event.event-complete {
    opacity: 0.5; }
  .delivery-calendar .fc-delivery-event {
    color: #333;
    text-align: center;
    font-weight: bolder; }
  .delivery-calendar .fc-bgevent {
    vertical-align: bottom; }
  .delivery-calendar .fc-row .fc-bgevent-skeleton td {
    border-color: #ddd; }
  .delivery-calendar .fc-day-grid-event {
    padding: 0; }
  .delivery-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 5px; }
  .delivery-calendar .fc-row .fc-content-skeleton {
    pointer-events: none; }
  .delivery-calendar .fc-row .fc-content-skeleton a.fc-event {
    pointer-events: auto; }
  .delivery-calendar table {
    margin: 0; }
  .delivery-calendar .fc-widget-header > table {
    margin: 0; }
  .delivery-calendar .fc-day-grid-event {
    margin: 0; }
    .delivery-calendar .fc-day-grid-event .fc-content {
      white-space: normal; }
  .delivery-calendar a.fc-day-grid-event {
    color: #fff; }
  .delivery-calendar a.fc-day-grid-event:hover {
    color: #fff; }
  .delivery-calendar .fc-day-number {
    margin-top: 5px; }
  .delivery-calendar .fc-content-skeleton table {
    margin: 0; }
  .delivery-calendar .fc-content-skeleton tr {
    background: none; }
  .delivery-calendar .route {
    border-radius: 2px;
    padding: 0 2px;
    font-size: .9em; }
    .delivery-calendar .route .fc-delivery {
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px dashed; }
      .delivery-calendar .route .fc-delivery:last-child {
        border-bottom: none; }
      .delivery-calendar .route .fc-delivery .fc-checkmark {
        font-size: 1.2em;
        font-weight: bold;
        padding-right: 4px; }
      .delivery-calendar .route .fc-delivery .fc-delivery-type {
        font-style: italic; }
      .delivery-calendar .route .fc-delivery .fc-cust-name {
        font-weight: bold; }
    .delivery-calendar .route.route-complete {
      opacity: 0.5; }
  .delivery-calendar .selected-route {
    border: 2px solid #000; }
  .delivery-calendar .selected-route.ui-droppable-active .route {
    border: 0;
    padding: 2px 4px; }
  .delivery-calendar .ui-droppable-active .route {
    border: 2px solid #efa808; }
  .delivery-calendar .ui-state-hover .route {
    border: 2px solid #000; }
  .delivery-calendar .view-footer {
    margin: 5px 0 15px; }
    .delivery-calendar .view-footer #truck-key a.truck-edit-link:link, .delivery-calendar .view-footer #truck-key a.truck-edit-link:visited {
      color: #fff; }
    .delivery-calendar .view-footer #truck-key a.truck-edit-link:hover, .delivery-calendar .view-footer #truck-key a.truck-edit-link:active, .delivery-calendar .view-footer #truck-key a.truck-edit-link:focus {
      text-decoration: none;
      color: #eee; }
    .delivery-calendar .view-footer #truck-key .key-element {
      display: inline-block;
      color: #fff;
      font-size: .9em;
      margin-right: 5px;
      border-radius: 2px;
      padding: 0 2px; }

.views-field-form-field-field-delivery-notes {
  min-width: 200px; }
  .views-field-form-field-field-delivery-notes div {
    padding: 0; }
  .views-field-form-field-field-delivery-notes fieldset {
    padding: 0; }

.views-field-form-field-field-scheduled-timeslot div {
  padding: 0; }

.views-field-form-field-field-confirmed div {
  padding: 0; }

.block-views-blockdelivery-route-scheduler-detail-block-1 > .col-auto {
  padding-right: 0; }

.view-delivery-scheduler-route-deliveries {
  border: 1px solid #ddd;
  font-size: .9em; }
  .view-delivery-scheduler-route-deliveries .view-header {
    background-color: #7E7E7E;
    color: #fff;
    padding: 5px 15px; }
    .view-delivery-scheduler-route-deliveries .view-header .views-row {
      width: 100%; }
    .view-delivery-scheduler-route-deliveries .view-header .escorts-wrapper ul {
      list-style: none;
      padding-left: 0; }
    .view-delivery-scheduler-route-deliveries .view-header .escorts-wrapper li {
      list-style-type: none; }
  .view-delivery-scheduler-route-deliveries .truck-title h4 {
    line-height: 1.5em;
    margin: 0; }
  .view-delivery-scheduler-route-deliveries .route-edit-link {
    float: right; }
    .view-delivery-scheduler-route-deliveries .route-edit-link .btn-primary {
      font-size: 1em; }
    .view-delivery-scheduler-route-deliveries .route-edit-link a {
      color: #fff; }
  .view-delivery-scheduler-route-deliveries .views-exposed-form {
    display: none; }
  .view-delivery-scheduler-route-deliveries .time_range_fieldset .fieldset-wrapper {
    display: inline-flex; }
  .view-delivery-scheduler-route-deliveries .views-field-nid-3 {
    width: 100%; }
    .view-delivery-scheduler-route-deliveries .views-field-nid-3 .delivery-drag {
      font-size: 2em;
      line-height: 0; }
      .view-delivery-scheduler-route-deliveries .views-field-nid-3 .delivery-drag:hover {
        cursor: grab; }
  .view-delivery-scheduler-route-deliveries .btn {
    font-size: .8em;
    height: auto;
    padding: .25rem .5rem; }
  .view-delivery-scheduler-route-deliveries .Delivery {
    color: #8EB572; }
  .view-delivery-scheduler-route-deliveries .Repo {
    color: #FF8181; }
  .view-delivery-scheduler-route-deliveries .Repair {
    color: #3989B2; }
  .view-delivery-scheduler-route-deliveries .views-row {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    z-index: 100;
    background-color: #fff; }
    .view-delivery-scheduler-route-deliveries .views-row:nth-child(even) {
      background-color: #F7F7F7; }
  .view-delivery-scheduler-route-deliveries .views-field-form-field-field-scheduled-timeslot {
    padding: 0; }
    .view-delivery-scheduler-route-deliveries .views-field-form-field-field-scheduled-timeslot .field-content, .view-delivery-scheduler-route-deliveries .views-field-form-field-field-scheduled-timeslot .time_range_fieldset, .view-delivery-scheduler-route-deliveries .views-field-form-field-field-scheduled-timeslot .field--name-field-scheduled-timeslot {
      padding: 0; }
  .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new,
  .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new-1 {
    padding: 0;
    margin-top: 7px; }
    .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new h5,
    .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new-1 h5 {
      margin-bottom: 0;
      font-style: italic;
      font-size: .9em; }
    .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new a,
    .view-delivery-scheduler-route-deliveries .views-field-order-location-output-new-1 a {
      color: #000; }
  .view-delivery-scheduler-route-deliveries .views-entity-form .form-actions {
    display: none; }

#block-deliveryschedulercalendar {
  margin-top: 30px; }

.node-delivery-form .field--name-field-from-location-linked,
.node-delivery-form .field--name-field-to-location-linked,
.node-delivery-edit-form .field--name-field-from-location-linked,
.node-delivery-edit-form .field--name-field-to-location-linked {
  display: inline-block;
  line-height: .95em; }
  .node-delivery-form .field--name-field-from-location-linked input.form-check-input,
  .node-delivery-form .field--name-field-to-location-linked input.form-check-input,
  .node-delivery-edit-form .field--name-field-from-location-linked input.form-check-input,
  .node-delivery-edit-form .field--name-field-to-location-linked input.form-check-input {
    margin-top: 0; }
  .node-delivery-form .field--name-field-from-location-linked .description,
  .node-delivery-form .field--name-field-to-location-linked .description,
  .node-delivery-edit-form .field--name-field-from-location-linked .description,
  .node-delivery-edit-form .field--name-field-to-location-linked .description {
    color: #060 !important; }
.node-delivery-form .layout-region-node-main,
.node-delivery-edit-form .layout-region-node-main {
  margin-top: 0;
  padding-top: 0; }
.node-delivery-form .delivery-from-group-heading,
.node-delivery-form .delivery-to-group-heading,
.node-delivery-edit-form .delivery-from-group-heading,
.node-delivery-edit-form .delivery-to-group-heading {
  font-size: 1.8em; }
.node-delivery-form .delivery-from-group,
.node-delivery-form .delivery-to-group,
.node-delivery-edit-form .delivery-from-group,
.node-delivery-edit-form .delivery-to-group {
  border: 1px solid #999;
  background: #f1f1f1;
  border-radius: 6px;
  padding: 6px; }
  .node-delivery-form .delivery-from-group fieldset,
  .node-delivery-form .delivery-to-group fieldset,
  .node-delivery-edit-form .delivery-from-group fieldset,
  .node-delivery-edit-form .delivery-to-group fieldset {
    background: #f1f1f1; }
  .node-delivery-form .delivery-from-group details fieldset,
  .node-delivery-form .delivery-to-group details fieldset,
  .node-delivery-edit-form .delivery-from-group details fieldset,
  .node-delivery-edit-form .delivery-to-group details fieldset {
    background: #e8e8e8; }
.node-delivery-form .delivery-from-group.linked,
.node-delivery-form .delivery-to-group.linked,
.node-delivery-edit-form .delivery-from-group.linked,
.node-delivery-edit-form .delivery-to-group.linked {
  background: #f3fef3; }
  .node-delivery-form .delivery-from-group.linked fieldset,
  .node-delivery-form .delivery-to-group.linked fieldset,
  .node-delivery-edit-form .delivery-from-group.linked fieldset,
  .node-delivery-edit-form .delivery-to-group.linked fieldset {
    background: #f3fef3; }
  .node-delivery-form .delivery-from-group.linked details,
  .node-delivery-form .delivery-from-group.linked details fieldset,
  .node-delivery-form .delivery-to-group.linked details,
  .node-delivery-form .delivery-to-group.linked details fieldset,
  .node-delivery-edit-form .delivery-from-group.linked details,
  .node-delivery-edit-form .delivery-from-group.linked details fieldset,
  .node-delivery-edit-form .delivery-to-group.linked details,
  .node-delivery-edit-form .delivery-to-group.linked details fieldset {
    background: #e8f3e8; }
.node-delivery-form .view-order-details-rendered-entity-delivery- .field--name-field-customer,
.node-delivery-edit-form .view-order-details-rendered-entity-delivery- .field--name-field-customer {
  padding: 0; }
.node-delivery-form .delivery-order-details summary,
.node-delivery-edit-form .delivery-order-details summary {
  font-size: 1.5em; }
.node-delivery-form .delivery-order-details .field--name-node-title .order-title,
.node-delivery-edit-form .delivery-order-details .field--name-node-title .order-title {
  font-size: 1.3em;
  font-weight: 500; }
.node-delivery-form .delivery-order-details .field--name-field-placed-date .field__label,
.node-delivery-edit-form .delivery-order-details .field--name-field-placed-date .field__label {
  font-weight: normal; }
.node-delivery-form .delivery-order-details .field--name-field-comments .field__item,
.node-delivery-edit-form .delivery-order-details .field--name-field-comments .field__item {
  color: #900; }

#views-exposed-form-new-build-vs-lot-sales-block-1 {
  display: none; }

/** Structure Specs View Email **/
.view-structure-specs-email {
  clear: both; }

/** Structure Specs View **/
.view-structure-specs {
  clear: both;
  margin-bottom: 1rem;
  background-color: #F7F7F7;
  border-radius: 7px; }
  .view-structure-specs table td {
    padding: .15rem .75rem; }
    .view-structure-specs table td.views-field-view {
      padding: 0; }
      .view-structure-specs table td.views-field-view .view-structure-spec-material-color-subtable .views-field-title,
      .view-structure-specs table td.views-field-view .view-structure-spec-addon-attr-subtable .views-field-title {
        color: #333;
        font-size: .95em;
        padding-left: 25px;
        font-style: italic; }
      .view-structure-specs table td.views-field-view .view-structure-spec-material-color-subtable .views-field-field-price-value,
      .view-structure-specs table td.views-field-view .view-structure-spec-addon-attr-subtable .views-field-field-price-value {
        width: 100px; }
  .view-structure-specs table th {
    padding: .15rem .75rem; }
  .view-structure-specs .views-row {
    width: 100%; }
  .view-structure-specs .field__label {
    color: #797979;
    text-transform: lowercase;
    float: left;
    width: 80px;
    margin-top: 4px;
    font-weight: 450; }
  .view-structure-specs label {
    color: #797979;
    text-transform: lowercase;
    float: left;
    width: 80px;
    margin-top: 4px;
    font-weight: 450; }
  .view-structure-specs .field--name-field-total-price .field__label {
    width: 150px; }
  .view-structure-specs .trim,
  .view-structure-specs .siding,
  .view-structure-specs .roof {
    overflow: auto;
    width: 49.5%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa; }
  .view-structure-specs .siding {
    float: left; }
  .view-structure-specs .trim {
    float: right; }
  .view-structure-specs .roof {
    clear: left;
    margin-top: 10px;
    float: left; }

caption {
  caption-side: top; }

.views-field-field-size,
.views-field-field-sort-phrase {
  white-space: nowrap; }

.views-field-order-location-output-new,
.views-field-order-location-output-new-1 {
  font-weight: bold; }
  .views-field-order-location-output-new a,
  .views-field-order-location-output-new-1 a {
    font-weight: normal; }

.views-field-order-location-output-new,
.views-field-order-location-output-new-1 {
  font-weight: bold; }
  .views-field-order-location-output-new a,
  .views-field-order-location-output-new-1 a {
    font-weight: normal; }

.views-field-field-comments,
.views-field-field-comments-1 {
  font-weight: bold; }

.field--name-field-ship-same-as-bill {
  color: #555;
  font-style: italic; }

body.is_2d {
  /* hide the x-position, y-position columns on the order edit page when 2d */ }
  body.is_2d .view-structure-spec-vis-options-table .views-field-field-x-position {
    display: none; }
  body.is_2d .view-structure-spec-vis-options-table .views-field-field-x-pos {
    display: none; }
  body.is_2d .view-structure-spec-vis-options-table .views-view-field-size-table-column {
    display: none; }
  body.is_2d .view-structure-spec-vis-options-table .views-field-field-y-pos {
    display: none; }

/* aggregated table views with totals in the footer. This is for cells that are not empty */
tfoot .views-aggregation-total-row {
  background: none; }
  tfoot .views-aggregation-total-row td:empty {
    background: none; }
  tfoot .views-aggregation-total-row td:not(:empty) {
    font-weight: 500;
    background: #7E7E7E;
    color: #fff;
    border-left: 1px solid #fff; }

tbody .views-field-sortable-handle:hover {
  cursor: move; }

/* SORTABLE VIEWS TABLE DRAG */
.sortableviews-handle {
  float: left;
  overflow: hidden;
  height: 24px;
  width: 24px;
  margin-left: -1em;
  cursor: move;
  text-decoration: none;
  background: url(/core/themes/stable/images/core/icons/787878/move.svg) no-repeat 6px 7px; }
  .sortableviews-handle:hover {
    text-decoration: none;
    background-image: url(/core/themes/stable/images/core/icons/000000/move.svg); }
  .sortableviews-handle:focus {
    background-image: url(/core/themes/stable/images/core/icons/000000/move.svg); }

.views-field-roles-target-id .item-list ul li {
  padding: .1rem .5rem;
  border-radius: .25rem;
  margin-bottom: .1rem; }

#block-recentactivityblock {
  margin-left: 2px;
  line-height: 13px;
  color: #333;
  max-width: 250px;
  max-height: 31px;
  background: #fff;
  padding: 0 7px 1px 7px;
  border-radius: 5px;
  text-align: center; }
  #block-recentactivityblock .sf-label {
    color: #333;
    font-size: 12px; }
  #block-recentactivityblock a:hover, #block-recentactivityblock a:focus, #block-recentactivityblock a:active {
    text-decoration: none; }

#block-employeeselectorblock {
  float: right; }

div.dropdown a.dropdown-toggle {
  padding: 1px 5px !important; }

#sidebar_first {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  padding-right: 0;
  padding-left: 0;
  background-color: #f2f2f2;
  flex: 0 0 16.666667%;
  max-width: 290px; }

#block-useraccountmenu {
  margin-bottom: 0;
  float: right; }
  #block-useraccountmenu a {
    color: #414141;
    font-weight: bold; }

body.user-not-masquerading #block-useraccountmenu a[data-drupal-link-system-path="unmasquerade"] {
  display: none; }

/** Navigation **/
#block-mainnavigation {
  padding-top: 0;
  margin-bottom: 0; }
  #block-mainnavigation a {
    color: #000000;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd; }
    #block-mainnavigation a:hover {
      background: #ddd; }
  #block-mainnavigation a.active, #block-mainnavigation a.is-active {
    color: #fff;
    border-bottom: 0; }
  #block-mainnavigation .dropdown-menu .dropdown-item a {
    color: #000;
    border-bottom: 0;
    padding: 0; }
  #block-mainnavigation .dropdown-menu .dropdown-item a.active {
    color: #fff; }

#block-mainnavigation-7 {
  margin-top: 10px; }

#block-logoblockcompanydealer,
#block-views-block-company-logo-block-1 {
  float: left;
  max-width: 250px;
  max-height: 200px; }

.cp-structures-quickbooks-settings-form input.button {
  margin-bottom: 5px; }

.price-overrides-form {
  margin-top: 10px; }

.row-divider {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC; }

/** Order Node Add and Edit Form **/
.path-node.node--type-order .sf-msg,
.node-order-form .sf-msg, .node-order-edit-form .sf-msg {
  font-style: italic;
  color: #666666;
  padding: 2px 0 0 0; }
  .path-node.node--type-order .sf-msg .label,
  .node-order-form .sf-msg .label, .node-order-edit-form .sf-msg .label {
    color: #57a4cb; }
.path-node.node--type-order #sf-field-billing-contact .field--widget-inline-entity-form-simple,
.path-node.node--type-order #sf-field-shipping-contact .field--widget-inline-entity-form-simple,
.node-order-form #sf-field-billing-contact .field--widget-inline-entity-form-simple,
.node-order-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple, .node-order-edit-form #sf-field-billing-contact .field--widget-inline-entity-form-simple,
.node-order-edit-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple {
  clear: both; }
  .path-node.node--type-order #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .path-node.node--type-order #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .path-node.node--type-order #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .path-node.node--type-order #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value,
  .path-node.node--type-order #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .path-node.node--type-order #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .path-node.node--type-order #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .path-node.node--type-order #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value, .node-order-edit-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-edit-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-edit-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-edit-form #sf-field-billing-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-edit-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-edit-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-billing-contact-0-inline-entity-form-field-last-name-0-value,
  .node-order-edit-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-first-name-0-value,
  .node-order-edit-form #sf-field-shipping-contact .field--widget-inline-entity-form-simple .form-item-field-shipping-contact-0-inline-entity-form-field-last-name-0-value {
    margin-top: 0; }
.path-node.node--type-order #sf-field-customer .cust-details-markup,
.path-node.node--type-order #sf-field-customer .contact-details-markup,
.path-node.node--type-order #sf-field-billing-contact .cust-details-markup,
.path-node.node--type-order #sf-field-billing-contact .contact-details-markup,
.path-node.node--type-order #sf-field-shipping-contact .cust-details-markup,
.path-node.node--type-order #sf-field-shipping-contact .contact-details-markup,
.node-order-form #sf-field-customer .cust-details-markup,
.node-order-form #sf-field-customer .contact-details-markup,
.node-order-form #sf-field-billing-contact .cust-details-markup,
.node-order-form #sf-field-billing-contact .contact-details-markup,
.node-order-form #sf-field-shipping-contact .cust-details-markup,
.node-order-form #sf-field-shipping-contact .contact-details-markup, .node-order-edit-form #sf-field-customer .cust-details-markup,
.node-order-edit-form #sf-field-customer .contact-details-markup,
.node-order-edit-form #sf-field-billing-contact .cust-details-markup,
.node-order-edit-form #sf-field-billing-contact .contact-details-markup,
.node-order-edit-form #sf-field-shipping-contact .cust-details-markup,
.node-order-edit-form #sf-field-shipping-contact .contact-details-markup {
  margin: 0 .5em .5em .5em;
  font-size: .85em;
  line-height: 1.2em; }
.path-node.node--type-order #sf-field-customer .field--name-field-customer,
.node-order-form #sf-field-customer .field--name-field-customer, .node-order-edit-form #sf-field-customer .field--name-field-customer {
  display: none; }
.path-node.node--type-order .field--name-field-address-geo,
.node-order-form .field--name-field-address-geo, .node-order-edit-form .field--name-field-address-geo {
  width: 550px; }
.path-node.node--type-order .field--name-field-delivery-scheduled,
.node-order-form .field--name-field-delivery-scheduled, .node-order-edit-form .field--name-field-delivery-scheduled {
  padding: 0; }
  .path-node.node--type-order .field--name-field-delivery-scheduled > .form-check,
  .node-order-form .field--name-field-delivery-scheduled > .form-check, .node-order-edit-form .field--name-field-delivery-scheduled > .form-check {
    padding-left: 15px; }
.path-node.node--type-order .field--name-field-order-remaining-balance,
.node-order-form .field--name-field-order-remaining-balance, .node-order-edit-form .field--name-field-order-remaining-balance {
  text-align: right; }
.path-node.node--type-order .order-top,
.node-order-form .order-top, .node-order-edit-form .order-top {
  margin-top: 30px;
  padding: 0 15px; }
.path-node.node--type-order #edit-structure-specs,
.node-order-form #edit-structure-specs, .node-order-edit-form #edit-structure-specs {
  padding: 0 30px; }
.path-node.node--type-order fieldset,
.node-order-form fieldset, .node-order-edit-form fieldset {
  padding: 0; }
.path-node.node--type-order .field-group-tabs-wrapper,
.node-order-form .field-group-tabs-wrapper, .node-order-edit-form .field-group-tabs-wrapper {
  margin: 30px; }
  .path-node.node--type-order .field-group-tabs-wrapper .horizontal-tabs,
  .node-order-form .field-group-tabs-wrapper .horizontal-tabs, .node-order-edit-form .field-group-tabs-wrapper .horizontal-tabs {
    border-radius: 5px; }
  .path-node.node--type-order .field-group-tabs-wrapper .horizontal-tabs-list li.first,
  .node-order-form .field-group-tabs-wrapper .horizontal-tabs-list li.first, .node-order-edit-form .field-group-tabs-wrapper .horizontal-tabs-list li.first {
    border-radius: 5px 0 0 0; }
.path-node.node--type-order #rto-details h3,
.node-order-form #rto-details h3, .node-order-edit-form #rto-details h3 {
  padding: 0 15px; }
.path-node.node--type-order #rto-details .count-override-text,
.node-order-form #rto-details .count-override-text, .node-order-edit-form #rto-details .count-override-text {
  color: #333;
  font-weight: bold;
  font-style: italic; }
  .path-node.node--type-order #rto-details .count-override-text .label,
  .node-order-form #rto-details .count-override-text .label, .node-order-edit-form #rto-details .count-override-text .label {
    color: #dd0b0b; }
.path-node.node--type-order #edit-actions,
.node-order-form #edit-actions, .node-order-edit-form #edit-actions {
  padding-left: 0; }
.path-node.node--type-order .field--type-language,
.node-order-form .field--type-language, .node-order-edit-form .field--type-language {
  display: none; }
.path-node.node--type-order .field--name-field-dealer,
.node-order-form .field--name-field-dealer, .node-order-edit-form .field--name-field-dealer {
  display: none; }
.path-node.node--type-order td.views-field-field-non-taxable,
.path-node.node--type-order td.views-field-custom-non-taxable,
.node-order-form td.views-field-field-non-taxable,
.node-order-form td.views-field-custom-non-taxable, .node-order-edit-form td.views-field-field-non-taxable,
.node-order-edit-form td.views-field-custom-non-taxable {
  width: 36px;
  text-align: center;
  padding: 2px;
  font-size: .82em;
  font-style: italic;
  background-color: rgba(236, 236, 236, 0.4); }
.path-node.node--type-order td.views-field-field-price-value,
.path-node.node--type-order td.views-field-field-option-price,
.path-node.node--type-order td.total-col,
.node-order-form td.views-field-field-price-value,
.node-order-form td.views-field-field-option-price,
.node-order-form td.total-col, .node-order-edit-form td.views-field-field-price-value,
.node-order-edit-form td.views-field-field-option-price,
.node-order-edit-form td.total-col {
  width: 100px;
  text-align: right;
  background-color: rgba(227, 227, 227, 0.4); }
.path-node.node--type-order td.order-total,
.node-order-form td.order-total, .node-order-edit-form td.order-total {
  background-color: #555555;
  color: #fff; }
.path-node.node--type-order #order-totals-lines-output tbody,
.node-order-form #order-totals-lines-output tbody, .node-order-edit-form #order-totals-lines-output tbody {
  border: 1px solid #ced4da; }
.path-node.node--type-order .view-structure-spec-nonvis-options-table table,
.path-node.node--type-order .view-structure-spec-vis-options-table table,
.path-node.node--type-order .view-structure-spec-custom-options-table table,
.path-node.node--type-order .view-structure-spec-credit-options-table table,
.node-order-form .view-structure-spec-nonvis-options-table table,
.node-order-form .view-structure-spec-vis-options-table table,
.node-order-form .view-structure-spec-custom-options-table table,
.node-order-form .view-structure-spec-credit-options-table table, .node-order-edit-form .view-structure-spec-nonvis-options-table table,
.node-order-edit-form .view-structure-spec-vis-options-table table,
.node-order-edit-form .view-structure-spec-custom-options-table table,
.node-order-edit-form .view-structure-spec-credit-options-table table {
  margin: 0; }
  .path-node.node--type-order .view-structure-spec-nonvis-options-table table .views-field-field-price-each, .path-node.node--type-order .view-structure-spec-nonvis-options-table table .views-field.views-field-field-integer-value,
  .path-node.node--type-order .view-structure-spec-vis-options-table table .views-field-field-price-each,
  .path-node.node--type-order .view-structure-spec-vis-options-table table .views-field.views-field-field-integer-value,
  .path-node.node--type-order .view-structure-spec-custom-options-table table .views-field-field-price-each,
  .path-node.node--type-order .view-structure-spec-custom-options-table table .views-field.views-field-field-integer-value,
  .path-node.node--type-order .view-structure-spec-credit-options-table table .views-field-field-price-each,
  .path-node.node--type-order .view-structure-spec-credit-options-table table .views-field.views-field-field-integer-value,
  .node-order-form .view-structure-spec-nonvis-options-table table .views-field-field-price-each,
  .node-order-form .view-structure-spec-nonvis-options-table table .views-field.views-field-field-integer-value,
  .node-order-form .view-structure-spec-vis-options-table table .views-field-field-price-each,
  .node-order-form .view-structure-spec-vis-options-table table .views-field.views-field-field-integer-value,
  .node-order-form .view-structure-spec-custom-options-table table .views-field-field-price-each,
  .node-order-form .view-structure-spec-custom-options-table table .views-field.views-field-field-integer-value,
  .node-order-form .view-structure-spec-credit-options-table table .views-field-field-price-each,
  .node-order-form .view-structure-spec-credit-options-table table .views-field.views-field-field-integer-value, .node-order-edit-form .view-structure-spec-nonvis-options-table table .views-field-field-price-each, .node-order-edit-form .view-structure-spec-nonvis-options-table table .views-field.views-field-field-integer-value,
  .node-order-edit-form .view-structure-spec-vis-options-table table .views-field-field-price-each,
  .node-order-edit-form .view-structure-spec-vis-options-table table .views-field.views-field-field-integer-value,
  .node-order-edit-form .view-structure-spec-custom-options-table table .views-field-field-price-each,
  .node-order-edit-form .view-structure-spec-custom-options-table table .views-field.views-field-field-integer-value,
  .node-order-edit-form .view-structure-spec-credit-options-table table .views-field-field-price-each,
  .node-order-edit-form .view-structure-spec-credit-options-table table .views-field.views-field-field-integer-value {
    width: 15%; }
.path-node.node--type-order #rto-totals-output tbody,
.node-order-form #rto-totals-output tbody, .node-order-edit-form #rto-totals-output tbody {
  border: 1px solid #ced4da; }
.path-node.node--type-order #rto-totals-output td,
.node-order-form #rto-totals-output td, .node-order-edit-form #rto-totals-output td {
  padding-top: 5px;
  padding-bottom: 5px; }
.path-node.node--type-order .customer-left,
.node-order-form .customer-left, .node-order-edit-form .customer-left {
  padding-right: 30px; }
.path-node.node--type-order .customer-right,
.node-order-form .customer-right, .node-order-edit-form .customer-right {
  padding-left: 30px; }
.path-node.node--type-order #sf-signatures-tab,
.node-order-form #sf-signatures-tab, .node-order-edit-form #sf-signatures-tab {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  .path-node.node--type-order #sf-signatures-tab .action-buttons,
  .node-order-form #sf-signatures-tab .action-buttons, .node-order-edit-form #sf-signatures-tab .action-buttons {
    padding-top: 8px; }
  .path-node.node--type-order #sf-signatures-tab .view-header,
  .node-order-form #sf-signatures-tab .view-header, .node-order-edit-form #sf-signatures-tab .view-header {
    max-width: 600px; }
    .path-node.node--type-order #sf-signatures-tab .view-header #add-signature-request,
    .node-order-form #sf-signatures-tab .view-header #add-signature-request, .node-order-edit-form #sf-signatures-tab .view-header #add-signature-request {
      margin-top: 4px;
      margin-bottom: 6px; }
  .path-node.node--type-order #sf-signatures-tab .sig-title,
  .node-order-form #sf-signatures-tab .sig-title, .node-order-edit-form #sf-signatures-tab .sig-title {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    padding-left: 0; }
  .path-node.node--type-order #sf-signatures-tab .sig-status,
  .node-order-form #sf-signatures-tab .sig-status, .node-order-edit-form #sf-signatures-tab .sig-status {
    font-style: italic;
    padding-left: 0; }
  .path-node.node--type-order #sf-signatures-tab .sig-sent,
  .node-order-form #sf-signatures-tab .sig-sent, .node-order-edit-form #sf-signatures-tab .sig-sent {
    padding-left: 0; }
    .path-node.node--type-order #sf-signatures-tab .sig-sent .sent,
    .node-order-form #sf-signatures-tab .sig-sent .sent, .node-order-edit-form #sf-signatures-tab .sig-sent .sent {
      color: #009900; }
    .path-node.node--type-order #sf-signatures-tab .sig-sent .not-sent,
    .node-order-form #sf-signatures-tab .sig-sent .not-sent, .node-order-edit-form #sf-signatures-tab .sig-sent .not-sent {
      color: #990000; }
  .path-node.node--type-order #sf-signatures-tab table.views-view-table,
  .node-order-form #sf-signatures-tab table.views-view-table, .node-order-edit-form #sf-signatures-tab table.views-view-table {
    margin: 0;
    padding: 0; }
    .path-node.node--type-order #sf-signatures-tab table.views-view-table caption,
    .node-order-form #sf-signatures-tab table.views-view-table caption, .node-order-edit-form #sf-signatures-tab table.views-view-table caption {
      padding: 0;
      margin: 0;
      background: #fff; }
  .path-node.node--type-order #sf-signatures-tab .table-responsive,
  .node-order-form #sf-signatures-tab .table-responsive, .node-order-edit-form #sf-signatures-tab .table-responsive {
    border: 1px solid #222;
    margin-bottom: 15px; }
.path-node.node--type-order #sf-document-history-tab,
.node-order-form #sf-document-history-tab, .node-order-edit-form #sf-document-history-tab {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  .path-node.node--type-order #sf-document-history-tab h2,
  .node-order-form #sf-document-history-tab h2, .node-order-edit-form #sf-document-history-tab h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px; }
  .path-node.node--type-order #sf-document-history-tab h3, .path-node.node--type-order #sf-document-history-tab h4,
  .node-order-form #sf-document-history-tab h3,
  .node-order-form #sf-document-history-tab h4, .node-order-edit-form #sf-document-history-tab h3, .node-order-edit-form #sf-document-history-tab h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px; }
  .path-node.node--type-order #sf-document-history-tab table,
  .node-order-form #sf-document-history-tab table, .node-order-edit-form #sf-document-history-tab table {
    margin-top: 5px; }

div.field--type-geofield.field--widget-geofield-map fieldset {
  margin-bottom: 1px; }
  div.field--type-geofield.field--widget-geofield-map fieldset div.form-actions {
    margin-bottom: 1px; }
div.field--type-geofield.field--widget-geofield-map fieldset.form-type-textfield {
  float: left;
  width: 48%;
  margin-right: 2%; }
  div.field--type-geofield.field--widget-geofield-map fieldset.form-type-textfield label {
    margin-top: 1px; }
  div.field--type-geofield.field--widget-geofield-map fieldset.form-type-textfield input.geofield-lat,
  div.field--type-geofield.field--widget-geofield-map fieldset.form-type-textfield input.geofield-lon {
    height: 1.5em; }

.tax_err_label {
  font-weight: bold;
  color: #aa0000; }

.tax_warn_label {
  font-weight: bold;
  color: #cd7b2c; }

.tax_err_msg {
  font-size: 12px;
  line-height: 12px;
  color: #aa0000; }

.tax_warn_msg {
  font-size: 12px;
  line-height: 12px;
  color: #cd7b2c; }

.tax_ex_right_col .field--name-field-tax-id fieldset {
  margin-top: 0; }

.node--type-order .form-type-vertical-tabs,
.node--type-contact .form-type-vertical-tabs,
.node--type-customer .form-type-vertical-tabs,
.node--type-order-note .form-type-vertical-tabs {
  display: none; }

.node-order-note-form,
.node-order-note-edit-form {
  max-width: 700px; }
  .node-order-note-form .layout-region-node-main,
  .node-order-note-edit-form .layout-region-node-main {
    width: 100%; }
  .node-order-note-form .layout-region-node-secondary,
  .node-order-note-edit-form .layout-region-node-secondary {
    display: none; }

.ui-dialog-buttonset.form-actions .button {
  line-height: 1; }

.node--type-order #ship-method-terms p {
  margin-bottom: 0; }
.node--type-order .tabs {
  display: none; }
.node--type-order .form-type-vertical-tabs {
  display: none; }
.node--type-order .order-title {
  margin-top: 2px;
  margin-left: 5px; }
.node--type-order .field--name-field-roof-custom-color,
.node--type-order .field--name-field-siding-custom-color,
.node--type-order .field--name-field-trim-custom-color {
  font-size: .8rem;
  clear: left;
  margin-left: 80px;
  font-weight: 450; }
.node--type-order #edit-order-placed-date {
  margin-top: 10px; }

.invoice-num-markup {
  margin-bottom: 5px;
  color: #555; }

.desired-payment-minimum-alert {
  font-size: 13px;
  font-weight: bold;
  color: #990000; }

.node-order-edit-form #edit-order-number-output {
  margin-bottom: 0; }
  .node-order-edit-form #edit-order-number-output h2 {
    margin-bottom: 0; }
.node-order-edit-form #edit-action-links {
  float: right;
  position: relative;
  z-index: 5; }
.node-order-edit-form .field--name-field-dealer {
  display: none; }

.field__item {
  font-weight: 500; }

legend {
  position: relative;
  z-index: 10;
  top: -8px;
  margin-bottom: -6px;
  font-weight: 600;
  font-size: 1rem; }

summary {
  font-weight: 600;
  font-size: 1rem; }

fieldset {
  margin-top: 1em; }

#block-carlisle-default-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 10px; }
  #block-carlisle-default-content .user-form {
    background-color: #F7F7F7;
    border-radius: 7px; }
    #block-carlisle-default-content .user-form legend {
      left: 0;
      top: 0; }

/* 3d captures field */
.field--name-field-3d-captures {
  margin: 20px 0;
  display: inline-block; }
  .field--name-field-3d-captures .field__item {
    width: 25%;
    float: left; }
    .field--name-field-3d-captures .field__item img {
      max-width: 100%;
      border-radius: 9px;
      padding: 4px;
      margin-bottom: 0; }

/* ecommerce images eva display */
.view-structure-spec-photos .eva_field__label,
.view-structure-spec-ecommerce-images .eva_field__label {
  font-size: .8rem;
  color: #797979;
  text-transform: lowercase;
  font-weight: 450; }
.view-structure-spec-photos a,
.view-structure-spec-ecommerce-images a {
  display: inline-block;
  width: 12%;
  border-radius: 6px;
  margin: 0;
  padding: 0; }
  .view-structure-spec-photos a img,
  .view-structure-spec-ecommerce-images a img {
    max-width: 100%;
    margin: 0;
    padding: 0; }

/* Order node view for anonymous */
.role-anonymous.node--type-order .field--name-field-3d-captures {
  margin-top: 20px; }
.role-anonymous.node--type-order #bloc#block-carlisle-default-contenk-orderactionlinksmenu {
  margin-top: 20px; }
.role-anonymous.node--type-order .extra-field--order-number-output-view {
  padding-top: 20px; }
.role-anonymous.node--type-order .field--name-field-customer {
  padding: 0; }
.role-anonymous.node--type-order #block-carlisle-default-content {
  background-color: #F7F7F7;
  max-width: 66.666667%;
  margin: 0 auto; }
.role-anonymous.node--type-order .field--name-field-sales-tax {
  text-align: right;
  margin-right: 30px; }
.role-anonymous.node--type-order .field--name-field-order-total {
  text-align: right;
  font-weight: bold;
  margin-right: 30px;
  padding-bottom: 30px; }

.role-anonymous .order-details-row {
  display: none; }
.role-anonymous .field--name-field-deliver-to-type {
  display: none; }
.role-anonymous .field--name-field-total-price {
  text-align: right; }
.role-anonymous .layout-region-node-footer #edit-actions {
  text-align: right;
  margin-right: 30px;
  margin-bottom: 30px; }
  .role-anonymous .layout-region-node-footer #edit-actions button {
    font-size: 1.1em; }
.role-anonymous .layout-region-node-main {
  width: 100%;
  padding-right: 0; }
.role-anonymous .node-order-form {
  width: 65%;
  margin: 0 auto;
  background-color: #F7F7F7; }
.role-anonymous .modal .node-order-form {
  width: 100%;
  background: initial; }
.role-anonymous .field--name-field-order-sales-tax-rate {
  display: none; }
.role-anonymous .field--name-field-sales-tax {
  display: none; }
.role-anonymous .field--name-field-order-total {
  display: none; }
.role-anonymous .node-payment-form {
  width: 65%;
  margin: 15px auto 15px;
  background-color: #F7F7F7;
  padding: 30px; }

.ach-auth-msg {
  font-style: italic;
  font-size: .8em;
  line-height: 1.1em;
  margin-left: 22px;
  font-weight: 400; }

form fieldset.js-form-item {
  line-height: 1.1em; }

#block-checkoutbackbutton {
  width: 65%;
  margin: 15px auto 0 auto;
  padding: 15px; }
  #block-checkoutbackbutton a {
    font-weight: bold; }
    #block-checkoutbackbutton a:hover {
      text-decoration: none; }

.role-authenticated #block-checkoutbackbutton {
  margin-left: 0; }

#order-totals-table {
  max-width: 360px;
  float: right;
  margin-bottom: 20px;
  margin-right: 15px;
  font-size: 1.05em; }
  #order-totals-table td {
    text-align: right;
    border: 0; }
  #order-totals-table #order-total {
    font-weight: bold;
    border-top: 1px solid #000; }

div.colors-materials-summary {
  min-width: 250px; }
  div.colors-materials-summary .field {
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
  div.colors-materials-summary .field--name-field-roof-color,
  div.colors-materials-summary .field--name-field-siding-color,
  div.colors-materials-summary .field--name-field-trim-color {
    color: #333;
    font-style: italic; }

.field--name-field-signature {
  padding: 0 30px;
  clear: both; }

#block-orderconfirmationmessage {
  max-width: 66.666667%;
  padding: 10px 20px;
  margin: 20px auto;
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background: #f3faef url(/core/misc/icons/73b355/check.svg) no-repeat 2px;
  box-shadow: -8px 0 0 #77b259; }

.field--type-entity-reference {
  margin: 0 0 .25rem 0; }

.horizontal-rule {
  border-top: 1px solid #E3E3E3;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 4.5rem;
  padding-top: 1rem; }

.view-structurespecs-nonvisoptions {
  clear: both;
  border-top: 1px solid #E3E3E3; }

#edit-field-structure-specs-wrapper {
  display: none; }

.field--name-field-siding-material,
.field--name-field-trim-material,
.field--name-field-roof-material {
  float: left;
  margin-right: 10px; }

.field--name-field-siding-color,
.field--name-field-roof-color,
.field--name-field-trim-color {
  float: left;
  margin: 0 10px 0 80px;
  clear: both; }

.field--name-field-style-price,
.field--name-field-trim-material-price,
.field--name-field-trim-color-price,
.field--name-field-siding-material-price,
.field--name-field-siding-color-price,
.field--name-field-roof-color-price,
.field--name-field-roof-material-price,
.field--name-field-wall-height-price {
  margin-left: 10px;
  font-size: .8rem;
  font-weight: 400;
  clear: both;
  float: right; }
  .field--name-field-style-price .field__item,
  .field--name-field-trim-material-price .field__item,
  .field--name-field-trim-color-price .field__item,
  .field--name-field-siding-material-price .field__item,
  .field--name-field-siding-color-price .field__item,
  .field--name-field-roof-color-price .field__item,
  .field--name-field-roof-material-price .field__item,
  .field--name-field-wall-height-price .field__item {
    width: 100px;
    text-align: right;
    background-color: rgba(227, 227, 227, 0.4);
    padding: .15rem .75rem; }
  .field--name-field-style-price .field__label,
  .field--name-field-trim-material-price .field__label,
  .field--name-field-trim-color-price .field__label,
  .field--name-field-siding-material-price .field__label,
  .field--name-field-siding-color-price .field__label,
  .field--name-field-roof-color-price .field__label,
  .field--name-field-roof-material-price .field__label,
  .field--name-field-wall-height-price .field__label {
    width: 140px;
    text-align: right;
    padding-right: 10px; }

.field--name-field-size {
  clear: both;
  margin-right: 10px;
  float: left; }

.field--name-field-wall-height {
  clear: both;
  margin-right: 10px;
  float: left; }

.layout-region-node-main {
  margin-top: 1rem; }

/* Document Signature Request inline form on payment */
#payment-signature-request-wrapper fieldset legend {
  display: none; }

/* Document Signature Request */
.node--type-document-signature-request .documents-output {
  padding-left: 30px;
  padding-right: 30px; }

.node--type-document-signature-request .vertical-tabs,
#payment-signature-request-wrapper .vertical-tabs {
  display: none; }
.node--type-document-signature-request div.form-item-agree-continue label,
#payment-signature-request-wrapper div.form-item-agree-continue label {
  color: #800 !important;
  font-size: 100% !important;
  font-weight: bold; }
.node--type-document-signature-request div.form-item-agree-continue small.description.text-muted,
#payment-signature-request-wrapper div.form-item-agree-continue small.description.text-muted {
  display: inline;
  color: #800 !important;
  font-size: 100% !important;
  font-weight: bold; }
.node--type-document-signature-request .requested-documents,
#payment-signature-request-wrapper .requested-documents {
  line-height: 1.5em; }

#signature-embed-pdf-wrap {
  max-width: 100%; }

#signature-embed-pdfjs-wrap {
  max-width: 100%;
  overflow-y: scroll; }

#signature-embed-pdf-wrap.loading,
#signature-embed-pdfjs-wrap.loading {
  background: transparent url(../images/loading_circle.gif) no-repeat;
  background-size: 50px;
  height: 200px; }

#signature-embed-pdf-wrap.loaded {
  height: 800px; }

#signature-embed-pdfjs-wrap.loaded {
  height: 700px; }

.node--type-document-signature-request .nav-tabs {
  display: none; }

#payment-signature-request-wrapper {
  margin-top: 15px; }

.signature-terms {
  margin-top: 5px;
  margin-bottom: 0; }

.field--name-field-total-price, .field--name-field-total-build-price {
  margin-bottom: .75rem;
  float: right; }
  .field--name-field-total-price .field__item, .field--name-field-total-build-price .field__item {
    width: 100px;
    padding: .15rem .75rem;
    border-top: 1px solid #E3E3E3; }
  .field--name-field-total-price .field__label, .field--name-field-total-build-price .field__label {
    text-align: right;
    padding-right: 10px; }

.field--name-field-notes {
  clear: both; }
  .field--name-field-notes .field__item {
    margin-left: 80px;
    font-style: italic;
    color: #650200; }

.image-style-small {
  border-radius: 4px; }

.image-style-medium-icon {
  border-radius: 4px; }

.image-style-_d-capture-list-thumbnail,
.image-style-_d-capture-thumbnail {
  border-radius: 4px;
  border: 1px solid #ddd; }

.field--name-field-2d-floorplan {
  max-width: 450px;
  margin: 30px auto;
  clear: both; }
  .field--name-field-2d-floorplan img {
    max-width: 100%; }

.field--name-field-customer {
  padding: 0 30px; }

#edit-field-customer-0-inline-entity-form {
  padding: 0; }

.ief-wrapper-highlight {
  padding: 0;
  margin: 0 1em;
  border: 1px solid #3989B2;
  border-radius: 8px;
  background: #e2e2e2; }
  .ief-wrapper-highlight .field--widget-inline-entity-form-simple fieldset {
    background: none !important; }
  .ief-wrapper-highlight fieldset legend {
    border-bottom: 1px solid #3989B2; }
  .ief-wrapper-highlight fieldset fieldset legend {
    border-bottom: none; }
  .ief-wrapper-highlight .use-contact-btn,
  .ief-wrapper-highlight .edit-cust-btn {
    display: block;
    float: right;
    padding-right: 20px;
    width: 90px;
    text-align: right; }
  .ief-wrapper-highlight .use-contact-btn {
    width: 250px;
    padding-right: 10px; }

.header-message {
  padding-left: 30px;
  padding-right: 30px; }
  .header-message p {
    margin-bottom: 0; }

.footer-message {
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px; }
  .footer-message p {
    margin-bottom: 0; }

/** Orders View ***/
.view-orders .views-field-field-customer-1 {
  font-weight: 600; }

/** Icons **/
.icon {
  background-repeat: no-repeat;
  background-position: center 45%;
  background-color: unset;
  cursor: pointer;
  background-size: auto 20px;
  display: block; }

a.icon {
  text-indent: -99999px; }

.icon-view {
  min-width: 16px;
  background-image: url("../images/icon_view_blue.svg"); }
  .icon-view:hover {
    background-image: url("../images/icon_view.svg"); }

.btn {
  white-space: normal !important;
  font-weight: 500;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .btn:hover {
    text-decoration: none !important;
    color: #fff; }
  .btn a:hover {
    text-decoration: none !important; }

.button {
  white-space: normal !important;
  font-weight: 500;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .button a:hover {
    text-decoration: none !important; }
  .button:hover {
    text-decoration: none !important; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .4rem; }
  .btn-sm:hover {
    text-decoration: none !important; }

.show > .btn-outline.dropdown-toggle {
  background-color: #3989B2;
  border-color: #3989B2 !important; }

#edit-delete {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .4rem;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  #edit-delete:hover {
    background-color: #5a6268;
    border-color: #545b62; }

#edit-cancel {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .4rem;
  border: 1px solid #6c757d; }
  #edit-cancel:hover {
    background-color: #f1f1f1; }

.border {
  border: 3px solid #414141 !important; }

.structure-spec-submit {
  margin-top: 3px; }
  .structure-spec-submit button {
    height: 48px; }
  .structure-spec-submit .order-now {
    margin-top: 3px;
    margin-bottom: 6px;
    color: #fff;
    line-height: 22px;
    font-size: 1.5em; }
  .structure-spec-submit .save-inventory {
    margin-top: 2px; }

.support-phone {
  font-weight: bold; }

/* payment form */
.node-payment-form {
  margin-top: 30px; }
  .node-payment-form .sf-inner-panel {
    display: none; }
  .node-payment-form .payment-checkout-markup {
    max-width: 600px;
    padding: 1%;
    margin: 0 30px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fbfbfb; }
  .node-payment-form .payment-order-prices-markup {
    max-width: 600px;
    padding: 1%;
    margin: 5px 30px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fbfbfb; }
  .node-payment-form .payment-order-rto-markup {
    font-size: .85em;
    max-width: 320px;
    padding: 1%;
    margin: 5px 2px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #efefef; }

.node-payment-form .cc-info summary, .node-payment-edit-form .cc-info summary {
  padding: 0 30px; }
.node-payment-form #payment-fee-totals, .node-payment-edit-form #payment-fee-totals {
  clear: both;
  margin-bottom: 5px; }
  .node-payment-form #payment-fee-totals table, .node-payment-edit-form #payment-fee-totals table {
    min-width: 300px; }
    .node-payment-form #payment-fee-totals table tr td, .node-payment-edit-form #payment-fee-totals table tr td {
      padding: 1px 4px; }
  .node-payment-form #payment-fee-totals .fee-row, .node-payment-edit-form #payment-fee-totals .fee-row {
    font-size: 1.1em; }
  .node-payment-form #payment-fee-totals .total-row, .node-payment-edit-form #payment-fee-totals .total-row {
    font-size: 1.4em;
    font-weight: bold; }
  .node-payment-form #payment-fee-totals .label-col, .node-payment-edit-form #payment-fee-totals .label-col {
    text-align: right;
    width: 100%; }
  .node-payment-form #payment-fee-totals .amount-col, .node-payment-edit-form #payment-fee-totals .amount-col {
    text-align: right; }

/* hide extra fields on the confirm pages, like delete confirm. */
.node-confirm-form {
  color: #e17d7d;
  font-size: 1.5rem;
  font-weight: 500; }
  .node-confirm-form .extra-field {
    color: #000;
    display: none; }

/* Order Progress Indicator */
#block-views-block-order-progress-indicator-block-1 {
  position: relative;
  float: right;
  margin-top: -3rem;
  z-index: 100; }
  #block-views-block-order-progress-indicator-block-1 .btn-group {
    float: right; }
    #block-views-block-order-progress-indicator-block-1 .btn-group .views-row:first-child a {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
    #block-views-block-order-progress-indicator-block-1 .btn-group .views-row:last-child a {
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
    #block-views-block-order-progress-indicator-block-1 .btn-group .btn + .btn {
      margin-left: 2px; }
  #block-views-block-order-progress-indicator-block-1 .btn {
    border-radius: 0;
    font-size: .7rem;
    margin-left: 2px;
    background-color: #f2f2f2; }
    #block-views-block-order-progress-indicator-block-1 .btn:hover {
      color: #000; }
  #block-views-block-order-progress-indicator-block-1 .btn-success {
    background-color: #28a745; }

.btn-gray {
  background: linear-gradient(to bottom, #414141 5%, #6c6c6c 100%);
  background-color: #414141;
  border: 1px solid #ffffff !important;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 24px; }
  .btn-gray:hover {
    background: linear-gradient(to bottom, #414141 5%, #7f7f7f 100%); }
  .btn-gray:active {
    background: linear-gradient(to bottom, #414141 5%, #7f7f7f 100%) !important; }

/** Forms **/
/* checkbox buttons */
fieldset.sf-checkbox-btn {
  margin: 9px 4px 0 0;
  /* hide the checkbox square */
  /* checked label */
  /* unchecked label */ }
  fieldset.sf-checkbox-btn .checkbox {
    text-align: center;
    margin: 2px;
    padding: 0; }
  fieldset.sf-checkbox-btn input[type="checkbox"].sf-checkbox-btn {
    display: inline-block;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    box-sizing: border-box; }
  fieldset.sf-checkbox-btn input[type="checkbox"]:checked.sf-checkbox-btn + label {
    color: #fff; }
  fieldset.sf-checkbox-btn label {
    color: #777;
    display: block;
    background-color: #cccccc;
    border-color: #cccccc;
    border-radius: 4px;
    width: 110%; }
  fieldset.sf-checkbox-btn legend {
    top: auto;
    left: auto;
    margin: 0 0 0 6px;
    font-size: .8rem; }

.form-item input.error, .form-item textarea.error, .form-item select.error, .js-form-item input.error, .js-form-item textarea.error, .js-form-item select.error {
  border: 2px solid #a00; }
.form-item input[type="checkbox"].error, .form-item input[type="radio"].error, .js-form-item input[type="checkbox"].error, .js-form-item input[type="radio"].error {
  outline: 2px solid #a00; }

label {
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: .5rem; }

.field__label {
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: .5rem; }

.form-text {
  margin-top: 0; }

div.form-check {
  padding-left: 0; }

.form-control {
  padding: .45rem .5rem;
  font-size: .9rem;
  line-height: 1; }

.button.form-control {
  width: initial; }

.input-group-text {
  padding: 0 .75rem; }

input.form-control[type=hidden] {
  padding: 0;
  border: none; }

.sf-contact-control-btn {
  padding: 3px 8px; }

select.form-control:not([size]):not([multiple]) {
  height: calc(1.65rem + 4px);
  padding: .15rem .5rem; }

.form-group {
  margin-bottom: .5em; }

/* edit pages */
#edit-actions {
  margin-top: 15px;
  padding-right: 0;
  padding-left: 0; }

#user-form #edit-actions {
  margin-top: 0;
  position: relative;
  top: 40px; }

#user-login-form {
  margin-top: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F7F7F7;
  border-radius: 7px; }
  #user-login-form #edit-actions {
    margin-top: 0;
    position: relative;
    top: 40px; }

div.layout-region fieldset {
  background-color: #F7F7F7;
  border-radius: 7px; }

div.content div.layout-region {
  background-color: #F7F7F7;
  border-radius: 7px; }
div.content div.views-element-container {
  padding-right: 0;
  padding-left: 0; }

.order-details {
  background-color: #F7F7F7;
  border-radius: 7px; }

.schedule {
  background-color: #F7F7F7;
  border-radius: 7px; }

#edit-field-customer-0 {
  background-color: #F7F7F7;
  border-radius: 7px; }

.payment-info {
  background-color: #F7F7F7;
  border-radius: 7px; }

fieldset#edit-group-order-details {
  font-size: 20px; }

/* SUPPORT ISSUES */
.view-support-issues {
  /*.priority-4 .field--name-field-issue-priority .field__item {*/
  /*    background-color: #1A87B3;*/
  /*    padding: 3px 5px;*/
  /*}*/
  /*.priority-3 .field--name-field-issue-priority .field__item {*/
  /*    background-color: #ff4444;*/
  /*    padding: 3px 5px;*/
  /*}*/
  /*.priority-2 .field--name-field-issue-priority .field__item {*/
  /*    background-color: #FF8800;*/
  /*    padding: 3px 5px;*/
  /*}*/
  /*.priority-1 .field--name-field-issue-priority .field__item {*/
  /*    background-color: #ffbb33;*/
  /*    padding: 3px 5px;*/
  /*}*/
  /*.priority-0 .field--name-field-issue-priority .field__item {*/
  /*    background-color: #007E33;*/
  /*    padding: 3px 5px;*/
  /*}*/ }
  .view-support-issues .views-row {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 7px; }
  .view-support-issues .field--name-node-title {
    float: none; }
  .view-support-issues .table-striped tbody tr {
    border: 1px solid #fff; }
    .view-support-issues .table-striped tbody tr:nth-of-type(2n+1).approval-Yes {
      background-color: #e7f3e8; }
  .view-support-issues tr.approval-Yes {
    background-color: #edf9ee; }
  .view-support-issues tr:hover {
    background-color: #ecebee !important; }

/* support issue nodes */
.support-issue-wrap {
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18); }
  .support-issue-wrap .support-issue-head-group {
    padding: 6px 12px;
    border-radius: 3px 3px 0 0;
    background: #333;
    color: #fff; }
  .support-issue-wrap .support-issue-mid-group {
    padding: 3px 12px 6px 12px;
    background: #bbb; }
  .support-issue-wrap .support-issue-body-group {
    padding: 6px 10px 0 10px; }
  .support-issue-wrap .field--name-field-issue-type {
    color: #d41d27;
    font-size: 0.9em;
    line-height: 0.9em; }
    .support-issue-wrap .field--name-field-issue-type:before {
      content: "("; }
    .support-issue-wrap .field--name-field-issue-type:after {
      content: ")"; }
  .support-issue-wrap .field--name-field-issue-status {
    float: right;
    font-size: 0.9em;
    line-height: 0.9em; }
    .support-issue-wrap .field--name-field-issue-status:before {
      content: "<"; }
    .support-issue-wrap .field--name-field-issue-status:after {
      content: ">"; }
  .support-issue-wrap .field--name-user {
    color: #0c97ed; }
    .support-issue-wrap .field--name-user .field--name-username h2 {
      font-size: 1em;
      line-height: 1em;
      margin-bottom: 3px; }
  .support-issue-wrap .field--name-node-title h2 {
    margin-bottom: 3px;
    font-size: 1.8em; }
  .support-issue-wrap .field--name-node-post-date {
    font-size: 0.9em;
    line-height: 0.9em;
    font-style: italic;
    color: #777;
    margin-bottom: 8px; }
  .support-issue-wrap .field--name-field-file .field__labels {
    font-size: 1.2em;
    line-height: 1.2em; }

/* Task checklist forms */
.sf-task-checklist-form {
  max-width: 650px; }

body.node--type-support-issue form.node-support-issue-form .tabledrag-toggle-weight-wrapper,
body.node--type-support-issue form.node-support-issue-edit-form .tabledrag-toggle-weight-wrapper {
  display: none; }
body.node--type-support-issue form.node-support-issue-form .field-associated-customers-values th h4,
body.node--type-support-issue form.node-support-issue-edit-form .field-associated-customers-values th h4 {
  font-size: 1.2em;
  line-height: 1.2em; }
body.node--type-support-issue form.node-support-issue-form .field-multiple-table fieldset.js-form-type-entity-autocomplete,
body.node--type-support-issue form.node-support-issue-edit-form .field-multiple-table fieldset.js-form-type-entity-autocomplete {
  padding-left: 0 !important;
  padding-right: 0 !important; }
body.node--type-support-issue form.node-support-issue-form fieldset.js-form-type-entity-autocomplete,
body.node--type-support-issue form.node-support-issue-edit-form fieldset.js-form-type-entity-autocomplete {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* support issue comments view */
.block-views-blocksupport-comments-display-block-1 {
  border: 1px solid #666666;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
  font-size: 1em;
  line-height: 1em; }
  .block-views-blocksupport-comments-display-block-1 .view-header {
    color: #fff;
    background: #444;
    padding: 10px; }
  .block-views-blocksupport-comments-display-block-1 nav {
    background: #666666;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0; }
    .block-views-blocksupport-comments-display-block-1 nav ul {
      margin: 0; }
  .block-views-blocksupport-comments-display-block-1 .content .col-auto {
    padding-left: 0;
    padding-right: 0; }
  .block-views-blocksupport-comments-display-block-1 .view-content.row {
    display: block; }
  .block-views-blocksupport-comments-display-block-1 .views-row {
    padding: 10px; }
  .block-views-blocksupport-comments-display-block-1 .views-row:nth-child(odd) {
    background-color: #ddd; }
  .block-views-blocksupport-comments-display-block-1 .views-row:nth-child(even) {
    background-color: #eee; }
  .block-views-blocksupport-comments-display-block-1 .field--name-comment-user {
    color: #0c97ed; }
    .block-views-blocksupport-comments-display-block-1 .field--name-comment-user .field--name-username h2 {
      font-size: 1em;
      line-height: 1em;
      margin-bottom: 3px; }
  .block-views-blocksupport-comments-display-block-1 .field--name-comment-post-date {
    font-size: .8em;
    line-height: .8em;
    font-style: italic;
    color: #777;
    margin-bottom: 3px; }

#content .comment-wrapper {
  margin: 25px 0 0 0; }
  #content .comment-wrapper h2.comment-form__title {
    margin: 0;
    padding: 0;
    font-weight: bold; }
  #content .comment-wrapper h2 {
    margin: 0;
    font-size: 1em; }

.field--name-field-replies {
  margin: 25px 0 0 0; }
  .field--name-field-replies .title {
    font-weight: bold; }

.fieldset-wrapper div {
  padding-right: 0;
  padding-left: 0; }
  .fieldset-wrapper div fieldset {
    padding-right: 0;
    padding-left: 0; }

#node-dealer-edit-form div.layout-region fieldset {
  padding-right: 0;
  padding-left: 0; }

#edit-field-address-0-address,
#edit-field-to-address2-0-address {
  padding-right: 0;
  padding-left: 0; }
  #edit-field-address-0-address div,
  #edit-field-to-address2-0-address div {
    padding-right: 0;
    padding-left: 0; }

.content .layout-region-node-footer {
  padding-right: 0;
  padding-left: 0; }

#edit-pass fieldset {
  padding-right: 0;
  padding-left: 0; }

article.profile fieldset {
  padding-right: 0;
  padding-left: 0; }

.panel .col-6 {
  padding-right: 0;
  padding-left: 0; }

#edit-autocomplete fieldset {
  padding-right: 0;
  padding-left: 0; }

#edit-account {
  padding-top: 15px; }

#node-employee-edit-form {
  padding-top: 15px; }

#edit-field-approved-value {
  margin-left: 2px;
  margin-top: 4px; }

input.form-check-input {
  margin-left: 2px;
  margin-top: 4px; }

#block-masquerade {
  padding: 0; }

#masquerade-block-form button {
  display: inline-block; }
#masquerade-block-form fieldset {
  display: inline-block; }
#masquerade-block-form .form-control {
  padding-top: 5px;
  padding-bottom: 9px; }

.submenu-block {
  /** secondary nav */ }
  .submenu-block .navbar-nav {
    position: relative;
    vertical-align: middle;
    padding-bottom: 1rem;
    display: inline-block; }
    .submenu-block .navbar-nav li.nav-item {
      white-space: normal !important;
      font-weight: 500;
      height: 100%;
      border: 1px solid #6c757d;
      margin-right: -5px; }
      .submenu-block .navbar-nav li.nav-item a {
        padding-right: 7px;
        padding-left: 7px; }
      .submenu-block .navbar-nav li.nav-item:hover {
        background-color: #f1f1f1; }
      .submenu-block .navbar-nav li.nav-item .active, .submenu-block .navbar-nav li.nav-item .is-active {
        color: #fff; }
      .submenu-block .navbar-nav li.nav-item:first-child, .submenu-block .navbar-nav li.nav-item:first-child a.nav-link {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem; }
      .submenu-block .navbar-nav li.nav-item:last-child, .submenu-block .navbar-nav li.nav-item:last-child a.nav-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem; }

section nav ul {
  position: relative;
  vertical-align: middle;
  padding-bottom: 1rem; }
  section nav ul li.nav-item {
    white-space: normal !important;
    font-weight: 500;
    height: 100%;
    border: 1px solid #6c757d;
    display: inline-block;
    margin-right: -1px; }
    section nav ul li.nav-item:hover {
      background-color: #f1f1f1; }
    section nav ul li.nav-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem; }
    section nav ul li.nav-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem; }
  section nav ul li.nav-item.menu-item--active-trail {
    background-color: #3989B2;
    border-color: #3989B2; }
    section nav ul li.nav-item.menu-item--active-trail a {
      color: #fff; }
section nav ul.nav-tabs {
  background: transparent; }

#block-adminsettings-menu ul > #block-adminsettings-menu ul:not(:last-child) > #block-adminsettings-menu li {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
#block-adminsettings-menu ul > #block-adminsettings-menu ul li:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

nav.tabs {
  margin-top: 15px; }

table {
  /** Batch Type styling for the batch type column on the Payment Batch Report view */
  /** Response Code styling for the views like the Quickbooks Queue view, etc */ }
  table td.field-batch-type-icon {
    line-height: 25px; }
    table td.field-batch-type-icon div {
      border-radius: 3px;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      height: 25px;
      background: #5a6268;
      color: #fff;
      margin-left: auto;
      margin-right: auto; }
  table tr.batch-row-employee-piecework-payment-batch td.field-batch-type-icon div {
    background: #414141; }
  table tr.batch-row-employee-hours-payment-batch td.field-batch-type-icon div {
    background: #aa4652; }
  table tr.batch-row-invoice-batch td.field-batch-type-icon div {
    background: #4674aa; }
  table tr.batch-row-employee-commission-payment-batc td.field-batch-type-icon div {
    background: #6baa5f; }
  table tr.batch-row-dealer-commission-payment-batch td.field-batch-type-icon div {
    background: #6baa5f; }
  table td.response-code-icon {
    line-height: 25px; }
    table td.response-code-icon div {
      border-radius: 3px;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
      height: 25px;
      background: #4674aa;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      padding: 0 4px; }
  table tr.response-code-row-Error td.response-code-icon div {
    background: #AA393D; }
  table tr.response-code-row-Success td.response-code-icon div,
  table tr.response-code-row-Skipping td.response-code-icon div {
    background: #6baa5f; }
  table tr.response-code-row-Handled td.response-code-icon div {
    background: #cd7b2c; }
  table tr.response-code-row-Cancelled td.response-code-icon div {
    background: #5b5a5a; }

/* edit button for operations column */
td li a {
  text-align: left;
  background: transparent;
  color: #3989b2 !important;
  padding: 0 !important; }
  td li a:hover {
    color: #4CAADB;
    text-decoration: underline; }

.cp-maillog-wrap {
  max-width: 1200px; }

.js .dropbutton-widget {
  border: 0 !important;
  background: transparent !important; }

.view-order-task-entries {
  max-width: 400px; }

.popover ul {
  padding: .25rem;
  padding-left: .75rem;
  margin-bottom: 0; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.csv-feed.sf-vis-col-filtered .feed-icon {
  background-image: url(../images/filtered_csv.png);
  width: 81px; }

body.scolled {
  background: #0c97ed; }

#avatax-test-wrap {
  margin-left: 25px; }
  #avatax-test-wrap input {
    border: 1px solid #333; }

/** Modal **/
.modal-dialog {
  color: #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }
  .modal-dialog.alert .modal-header {
    background-color: #a11520;
    color: #fff; }
  .modal-dialog.warning .modal-header {
    background-color: #cd7b2c;
    color: #fff; }
  .modal-dialog.status .modal-header {
    background-color: #008800;
    color: #fff; }

table.sf-pretty-table,
.sf-pretty-table table {
  border-collapse: collapse;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb; }
  table.sf-pretty-table tr,
  .sf-pretty-table table tr {
    border-top: 1px solid #bbb; }

@media only screen and (max-width: 900px) {
  .role-anonymous .node-order-form, #block-checkoutbackbutton {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  #sidebar_first {
    max-width: 100%;
    flex: none; }

  #block-mainnavigation a {
    padding: 5px 0; }

  #block-carlisle-default-content {
    padding: 0; } }
@media screen and (min-width: 780px), (min-device-height: 780px) and (orientation: landscape) {
  .layout-region-node-main, .layout-region-node-footer {
    padding-right: 0; } }
@media only screen and (max-width: 450px) {
  .node--type-document-signature-request .requested-documents a,
  #payment-signature-request-wrapper .requested-documents a {
    margin-bottom: 3px;
    display: block; } }

/*# sourceMappingURL=style.css.map */
