<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://use.fontawesome.com/releases/v5.7.0/css/all.css');
@import url('../cockpit/lato.css');
@import url('../cockpit/roboto.css');
@import url('../navigator/mobile_responsive.css');
@import url('../navigator/layout.css');

/* General Styles */

body {
  -webkit-font-smoothing: antialiased;
  background: black;
  font-family: "HelveticaNeue-Light", "Arial", "Helvetica", "LatoRegular", "Lucida Grande", "Lucida Sans Unicode",
    Helvetica, sans-serif !important;
}

@font-face {
  font-family: 'Helvetica-medium';
  src: url('/fonts/helvetica/HelveticaNeueMedium.woff') format('woff2'),
       url('/fonts/helvetica/HelveticaNeueMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('/fonts/helvetica/HelveticaNeueBold.woff') format('woff2'),
  url('/fonts/helvetica/HelveticaNeueBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/fonts/montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/fonts/montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: 'CrimsonPro-Medium';
  src: url('/fonts/crimson-pro/CrimsonPro-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CrimsonPro-Regular';
  src: url('/fonts/crimson-pro/CrimsonPro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'CrimsonPro-Bold';
  src: url('/fonts/crimson-pro/CrimsonPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}


@font-face {
  font-family: 'CrimsonPro-Light';
  src: url('/fonts/crimson-pro/CrimsonPro-Light.woff') format('woff');
}

/*.dropdown:hover &gt; .dropdown-menu {
        display: block;
    }*/

#page-wrap {
  min-height: 500px;
  background: #fff;
  /* padding-top: 5px; */
  position: relative;
}

#page-wrap-no-min-height {
  background: #fff;
  padding-top: 5px;
}

#top-links-wrap {
  background: #f5f5f5;
  border-bottom: solid 2px #eee;
  padding: 10px;
  font-size: 0.9em;
}

#top-links-wrap a {
  color: #999;
}

.table {
  font-size: 12px;
}

.divider {
  color: #333;
}

.scroll-x {
  overflow-x: scroll;
}

/* Header Styles */

.header {
  margin: 15px 0 15px 0;
}

#top-links {
  /*font-size: 0.9em;*/
}

#top-links a {
  color: #999;
}

#top-links a:hover {
  color: #940609;
}

#top-links .divider {
  color: #ccc;
}

#main_logo {
  /*margin-top: 20px;*/
}

.user-box {
}

.user-box a {
  color: #333 !important;
  text-decoration: none;
}
.user-box .dropdown-menu {
  right: 0;
  left: auto;
}

.user-box .dropdown-menu a {
  color: #333 !important;
}

.user-box .dropdown-menu a:hover {
  background-color: #940609;
  color: #fff !important;
}

.user-box a:hover {
  text-decoration: none;
}

.user-box .glyphicon-user {
  font-size: 0.8em;
  position: relative;
  top: -0px;
  margin-right: 5px;
}

.user-box .caret {
  margin-left: 5px;
  border-top: 4px solid #333;
}

ul.dropdown-menu {
  min-width: 250px;
}
.monthly-reports-navigator-page ul.dropdown-menu {
  min-width: 235px;
}
.navbar-wrap {
  background: #000;
  border-top: solid 5px #940609;
  /*margin: 0 0 30px 0;*/
}

.navbar-wrap-switcher {
  background: #000;
  border-top: solid 5px #940609;
  /*margin: 0 0 30px 0;*/
}

.navbar-wrap li a .caret,
.navbar-wrap li a:hover .caret {
  border-top: 4px solid #fff;
}

.navbar-wrap-switcher li a .caret,
.navbar-wrap-switcher li a:hover .caret {
  border-top: 4px solid #fff;
}

.navbar-wrap li.active {
  background: #940609;
}

.navbar-wrap-switcher li.active {
  background: #940609;
}

.navbar-wrap li &gt; a {
  color: white;
}

.navbar-wrap-switcher li &gt; a {
  color: white;
}

.navbar-wrap li &gt; a:focus {
  background-color : black;
  outline: none;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background: #940609;
}

.navbar-wrap ul li ul li a {
  color: #fff;
}

.navbar-wrap-switcher ul li ul li a {
  color: #fff;
}

.navbar-wrap ul li ul li a:hover {
  background-color: #940609;
  color: white !important;
}

.navbar-wrap-switcher ul li ul li a:hover {
  background-color: #940609;
  color: white !important;
}

.navbar-wrap li &gt; a i {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.navbar-wrap-switcher li &gt; a i {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.navbar-wrap li &gt; a:hover {
  background: #940609;
  color: white;
}

.navbar-wrap-switcher li &gt; a:hover {
  background: #940609;
  color: white;
}

.navbar-static-top {
  margin-bottom: 19px;
}
.navbar-nav .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #940609;
}
/* Breadcrumb Sty;es */

.breadcrumb i {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  margin-right: 3px;
  color: #999;
}

/* Footer Styles */

#footer-logo {
  margin-top: 17px;
  margin-bottom: 13px;
  width: 125px;
}

.footer-wrap {
  background: #000;
  border-top: solid 5px #940609;
  /*margin: 50px 0 0 0;*/
  padding: 20px 0 20px 0;
  color: white;
  z-index: 2;
  position: relative;
}

.footer-wrap address {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.footer-wrap h2 {
  font-size: 1.3em;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrap ul li {
}

.footer-wrap ul li a {
  color: #d2322d;
}

.footer-wrap ul li a:hover {
  color: white;
}

.footer-wrap p {
  padding: 0;
  margin: 30px 0 0 0;
  color: #fff;
}

.footer-wrap p.copyright {
  font-size: 0.9em;
  text-align: center;
  font-weight: 400;
}

.footer-wrap p a {
  color: white;
  margin: 0 10px 0 10px;
}

.footer-wrap p a:hover {
  color: #d2322d;
}

/* Dashboard Styles */

#loader {
  position: absolute;
  top: 245px;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.dashboard-load {
  font-size: 70px;
}

.dashboard-load-text {
  text-transform: uppercase;
  /*font-weight: bold;*/
  letter-spacing: 2px;
}

.graph-row {
  margin-bottom: 30px;
}

.graph-module {
  border: solid 1px #eee;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.inventory-wrap {
  height: 295px;
  overflow: hidden;
}

.chart {
  width: 523px;
}

#inventory-length {
  border: solid 1px #ccc;
  border-top: dashed 1px #940609;
  display: block;
  background: #eee;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

a#inventory-length:hover {
  background-color: #f5f5f5;
}

#sales-orders-length {
  border: solid 1px #ccc;
  border-top: dashed 1px #940609;
  display: block;
  background: #eee;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

a#sales-orders-length:hover {
  background-color: #f5f5f5;
}

.extra-sales-order {
  display: none;
}

#inventory-summary {
  /*height: 500px;*/
}

/* Client Status Manager */

h3.panel-heading {
  font-size: 16px;
  margin-left: 0;
  padding: 0;
}

.main-loading-icon {
  display: none;
  margin-left: 10px;
}

.status-spinner {
  float: right;
  display: none;
  font-size: 12px;
}

#client_filter {
  margin-bottom: 20px;
}

.tab-icon {
  margin-right: 5px;
}

.close-tab {
  margin-left: 3px;
  margin-right: 2px;
  padding: 2px;
  position: relative;
  top: -1px;
  font-size: 0.7em;
  display: inline-block;
}

.close-tab:hover {
  cursor: pointer;
  color: red;
  background: white;
  margin-right: 1px;
  margin-left: 2px;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

table#status_report_form_table th,
#status_report_form_table td {
  border-top: none;
}

.form-left-column {
  text-align: right;
  width: 200px;
}

.form-left-column span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 7px;
}

.form-input {
  width: 200px;
  float: left;
}

.equality {
  margin-right: 10px;
}

#report-table {
  font-size: 10px;
}

#report-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

#report-table-wrap table th,
#report-table-wrap table td {
  /*white-space: nowrap;*/
}

.date-range {
  margin: 10px auto 10px auto;
}

.report-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

.new_report,
.search_return {
  margin-top: 30px;
  display: block;
}

#report-table th {
  white-space: nowrap;
}

#report-table td {
  white-space: nowrap;
}

.report-table th {
  white-space: nowrap;
}

.report-table td {
  white-space: nowrap;
}

table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}

.last_updated {
  color: #999;
  font-size: 12px;
  margin-left: 15px;
}

#update_log_table th,
#update_log_table td.date,
.nowrap {
  white-space: nowrap;
}

.report-panel .row {
  margin-bottom: 20px;
}

.criteria-label {
  font-family: "Montserrat-Regular";
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.criteria-intro {
  margin-bottom: 30px;
}

.custom_dates {
  display: none;
}

#report-table-header {
}

#reports-table-header td {
  white-space: nowrap;
}

.title {
  font-weight: bold;
}

.container-wide {
  max-width: 95%;
}

.dashboard-td i {
  margin-right: 5px;
}

ul#description_list {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul#description_list li {
  margin-bottom: 5px;
}

.reporting-no {
  color: red;
}

.reporting-yes {
  color: green;
}

.terms_wrap p {
  text-align: justify;
}

/* Client Info Tool */

.form-seperator {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-top: 20px;
}

.not-available {
  font-style: italic;
  color: #999;
}

.info-item {
  margin-bottom: 10px;
}

/* Shipping Tool */

.bold-column {
  font-weight: bold;
}

.shipping-label {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.shipment-panel {
  padding-top: 0px;
}

.shipment-detail {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.add-file-button {
  padding-top: 4px;
  float: left;
  display: inline;
  position: absolute;
  z-index: 9;
}

.fileupload {
  z-index: 10;
  position: absolute;
  left: -50px;
  width: 300px;
  height: 32px;
  display: block;
  float: left;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  direction: ltr;
  cursor: pointer;
}

.fileupload-crm {
  z-index: 10;
  position: absolute;
  display: block;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.file-meta {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #999;
  font-size: 0.9em;
}

.delete-file:hover {
  color: #000;
  cursor: pointer;
}

.delete-comment {
  cursor: pointer;
}

.shipments_table {
  font-size: 0.8em;
}

/* Chargebacks Styles */

.shady {
  color: #ccc;
  font-style: italic;
}

.shady-darker {
  color: #999;
  font-style: italic;
}

.approved i,
.pending i,
.not-approved i {
  margin-right: 10px;
}

.view-chargeback {
  display: block;
  white-space: nowrap;
  padding-top: 7px;
}
.view-chargeback i {
  margin-right: 10px;
}

.green,
.red,
.yellow {
  display: inline-block;
  margin-right: 5px;
}

.yellow {
  color: #c09853;
}

.green {
  color: #44801A;
}

.red {
  color: #C50000;
}

.total-chargeback-details {
  font-weight: bold;
}

.line-item-details {
  color: #999;
}

.line-item-amount-cell {
  min-width: 100px;
}

a .amount-detail-expander,
a .amount-detail-expander:hover {
  /*color: #333;*/
  margin-right: 5px;
  text-decoration: none;
}

.chargebacks-section-header i {
  color: #999;
}

#list-regions-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.table_progress_conteiner {
  margin-top: 20px;
}

.add_col {
  cursor: pointer;
}

.added_field_ {
  cursor: pointer;
}

.comment_filled {
  background-color: #008000;
}

.tab-content {
  padding-top: 20px;
}

.ipt .marginunit,
.ipt #dealsContainer {
  display: none;
}

.btn-addDeal {
  position: absolute;
  right: 19px;
  top: -32px;
}

.btn-clearDeals {
  right: 169px !important;
}

.ipt #dealsContainer {
  position: relative;
}

.ipt .iptCellBorder {
  border-left: 1px dashed #ccc;
}

.ipt .ipt_tooltip,
.ipt .ipt_tooltip:hover {
  color: #333333 !important;
  text-decoration: none;
}

.ipt #dealsContainer .col-sm-offset-2.input-group {
  margin-left: 19.666667%;
}

/* Internet Explorer 10 - 11 fix */
.ipt #dealsContainer .ie.col-sm-offset-2.input-group {
  margin-left: 16.666666666666664%;
}

.ipt .dealscenario .panel-body .form-group {
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

.ipt .dealscenario .panel-body .form-group.no-border {
  padding-top: 0px;
  border-top: none;
}

.ipt.result .iptResultPanelItem {
  margin-bottom: 20px;
}

.ipt.result .iptResultPanelItem .lead {
  margin-bottom: 5px;
}

.ipt.result .panel-danger {
  border-color: #c22a31;
}

.ipt.result .panel-danger &gt; .panel-heading {
  color: #ffffff;
  border-color: #c22a31;
  background-color: #c22a31;
  font-weight: bold;
  font-size: 18px;
}

.ipt.result div#iptTermsOfUse {
  margin-top: 20px;
}

.ipt table#view4Result thead tr th {
  border-width: 1px !important;
}

.show__ {
  display: block;
}

.hide__ {
  display: none !important;
}

.mask {
  position: absolute;

  background: #fff;
  width: 100%;
  z-index: 9999;
  opacity: 0.75;
  display: none;
}

#dateRangeContainer .mask {
  top: 20px;
  height: 45px;
}
#customDateContainer .mask {
  top: 25px;
  height: 70px;
}

/* Pizza Tracker */
ol.steps {
  display: table;
  list-style: none;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans",
    "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  counter-reset: li;
}
ol.steps li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  text-align: center;
  color: #3a3a3a;
  background: #ccc;
  position: relative;
  margin-left: 43px;
}
ol.steps li:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #ccc;
  border-width: 19px;
  margin-top: -19px;
}
ol.steps li:first-child {
  margin-left: 0;
}
ol.steps li:first-child span {
  padding: 9px 28px;
}
ol.steps li:first-child span:after {
  border: none;
}
ol.steps li:last-child:after {
  border-width: 0;
}
ol.steps li span {
  display: block;
  padding: 9px 28px 9px 9px;
}
ol.steps li span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid #ccc;
  border-left-color: transparent;
  border-width: 19px;
  margin-top: -19px;
}
ol.steps li span:before {
  content: counter(li) ") ";
  counter-increment: li;
}
ol.steps &gt; li {
  float: left;
}
ol.steps li.current {
  color: #fff;
  background: #940609;
}
ol.steps li.current:after {
  border-left-color: #940609;
}
ol.steps li.current span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps li.past {
  color: #fff;
  background: #940609;
}
ol.steps li.past:after {
  border-left-color: #940609;
}
ol.steps li.past span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps li.step1 {
  z-index: 9;
}
ol.steps li.step2 {
  z-index: 8;
}
ol.steps li.step3 {
  z-index: 7;
}
ol.steps li.step4 {
  z-index: 6;
}
ol.steps li.step5 {
  z-index: 5;
}
ol.steps li.step6 {
  z-index: 4;
}
ol.steps li.step7 {
  z-index: 3;
}
ol.steps li.step8 {
  z-index: 2;
}
ol.steps li.step9 {
  z-index: 1;
}
ol.steps li.step10 {
  z-index: 0;
}

/* ---- */

ol.steps-mini {
  display: table;
  list-style: none;
  /*margin: 0 auto;*/
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans",
    "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 10px;
  line-height: 10px;
  /*font-weight: bold;*/
  counter-reset: li;
}
ol.steps-mini li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  text-align: center;
  color: #3a3a3a;
  background: #ccc;
  position: relative;
  margin-left: 23px;
}
ol.steps-mini li:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}
ol.steps-mini li:first-child {
  margin-left: 0;
}
ol.steps-mini li:first-child span {
  padding: 5px 5px 5px 10px;
}
ol.steps-mini li:first-child span:after {
  border: none;
}
ol.steps-mini li:last-child:after {
  border-width: 0;
}

ol.steps-mini li:last-child {
  list-style-type: none;
  list-style: none;
}

/*ol.steps-mini li:last-child span:before {
  content: none;
  counter-increment: none;
}*/

ol.steps-mini li:last-child span {
  padding: 5px 10px 5px 0px;
}
ol.steps-mini li span {
  display: block;
  padding: 5px 5px 5px 0px;
}
ol.steps-mini li span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid #ccc;
  border-left-color: transparent;
  border-width: 10px;
  margin-top: -10px;
}
ol.steps-mini li span:before {
  content: counter(li) "";
  counter-increment: li;
}
ol.steps-mini &gt; li {
  float: left;
}
ol.steps-mini li.current {
  color: #fff;
  background: #940609;
}
ol.steps-mini li.current:after {
  border-left-color: #940609;
}
ol.steps-mini li.current span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps-mini li.past {
  color: #fff;
  background: #940609;
}
ol.steps-mini li.past:after {
  border-left-color: #940609;
}
ol.steps-mini li.past span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps-mini li.step1 {
  z-index: 9;
}
ol.steps-mini li.step2 {
  z-index: 8;
}
ol.steps-mini li.step3 {
  z-index: 7;
}
ol.steps-mini li.step4 {
  z-index: 6;
}
ol.steps-mini li.step5 {
  z-index: 5;
}
ol.steps-mini li.step6 {
  z-index: 4;
}
ol.steps-mini li.step7 {
  z-index: 3;
}
ol.steps-mini li.step8 {
  z-index: 2;
}
ol.steps-mini li.step9 {
  z-index: 1;
}
ol.steps-mini li.step10 {
  z-index: 0;
}

/* --- */

.customer_name {
  cursor: pointer;
}

.custom_rows {
  margin-top: 4px;
}

.table_headings_ {
  /*font-weight: bold;*/
}

.error_message {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}

.info_message {
  color: green !important;
}

a.add_accounting_item,
a.add_business_type_btn,
a.add_contact_btn,
a.add_note,
a.add_person_btn,
a.add_license_btn {
  display: block;
  color: #666;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

a.add_accounting_item,
a.add_business_type_btn,
a.add_contact_btn,
a.add_person_btn,
a.add_note,
a.add_license_btn {
  border-right: solid 1px #ccc;
}

a.add_accounting_item.last,
a.add_business_type_btn.last,
a.add_contact_btn.last,
a.add_note.last,
a.add_person_btn.last,
a.add_license_btn.last {
  border: 0;
}

a.add_accounting_item:hover,
a.add_business_type_btn:hover,
a.add_contact_btn:hover,
a.add_note:hover,
a.add_person_btn:hover,
a.add_license_btn:hover {
  color: #000;
  background-color: #ebebeb;
  text-decoration: none;
}

.no-padding {
  padding: 0;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-hint {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
  min-width: 400px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.empty-suggestion {
  margin: 8px 20px;
}

a.edit_license,
a.edit_group,
a.delete_group,
a.edit_business_type,
a.delete_business_type,
a.delete_license,
a.delete_note,
a.edit_note,
a.edit_contact,
a.remove_contact {
  color: #ccc;
  text-decoration: none;
}

a.edit_license:hover,
a.delete_group:hover,
a.edit_group:hover,
a.edit_business_type:hover,
a.delete_business_type:hover,
a.delete_license:hover,
a.delete_note:hover,
a.edit_note:hover,
a.edit_contact:hover,
a.remove_contact:hover {
  color: #000;
  text-decoration: none;
  /*font-size: 1.3em;*/
}

.link_person {
  /*margin: 10px;*/
}

.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

a.upload_photo {
  padding: 2px;
  color: #333;
  border: solid 1px transparent;
}

a.remove_person_association,
a.remove_company_association {
  color: #222;
}

a.upload_photo:hover,
a.remove_person_association:hover,
a.remove_company_association:hover {
  text-decoration: none;
}

a.upload_photo:hover {
  /*border: solid 1px #222;*/
}

.profile-info-item {
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px 15px 5px 10px;
  border-left: solid 3px #eee;
  background: #f8f8f8;
  display: inline-block;
}

.profile-info-item.services {
  max-width: 85%;
}

.profile-info-item.live-client,
.profile-info-item.live-client label {
  background: #dff0d8;
  color: #008000;
  border-color: #ace2ac;
}

.profile-info-item.in-pipeline,
.profile-info-item.in-pipeline label {
  background: #ffffe4;
  color: #c09853;
  border-color: #f6f4ad;
}

.address_item {
  cursor: pointer;
}

.address_item:hover {
  background: #f8f8f8;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-left: 0;
  margin-top: 0px;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.typeahead li.active {
  background-color: #eee;
}

.TPRdashboard .highcharts-container {
  margin: auto;
}

.TPRdashboard .chart {
  width: 100%;
}

button.btn.dropdown-toggle.btn-xs.btn-danger.tpr_dropdown {
  padding: 0;
  width: 150px;
}

.bootstrap-select.btn-group .tpr_dropdown.btn .filter-option {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

div#dashboard-container ul.dropdown-menu.inner li.selected {
  background: #dadada;
}

.tpr h1 {
  text-align: center;
  padding: 20px;
}

div.FixedHeader_Cloned th,
div.FixedHeader_Cloned td {
  background-color: white !important;
}

.floatedTable thead tr th {
  background: #fff;
  font-size: 10px;
  white-space: nowrap;
}

#filterscontainer div.panel-heading {
  padding-bottom: 6px;
}
#filterscontainer div.panel-heading div {
  border-top: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 15px;
}

#filterscontainer div.panel-heading div .actionbtn {
  padding: 4px 8px;
}
#filterscontainer div.panel-heading div .actionbtn:hover {
  text-decoration: none;
}

.grandTotalRow td {
  color: red;
}
.totalRow td {
  background: silver !important;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  z-index: 9999 !important;
}

/*******************************************************************
	MEDIA QUERIES
********************************************************************/
@media (min-width: 1200px) {
  .TPRdashboard.container {
    max-width: 1535px !important;
  }
}
.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.loading-pane {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.loading-pane.loading-pane-short {
  padding-top: 30px;
  padding-bottom: 30px;
}

.loading-pane i {
  font-size: 70px;
  margin-bottom: 10px;
}

.loading-pane-text,
.loading-pane span {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.settings-loading-pane {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.settings-loading-pane i {
  font-size: 70px;
  margin-bottom: 10px;
}

.settings-loading-pane-text {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.person-header,
.company-header {
  margin-top: 5px;
  margin-bottom: 15px;
}

.table_trend {
  text-align: right;
}

.table_trend td:first-child {
  font-weight: bold;
  text-align: left !important;
}

.font_bold {
  /*font-weight: bold;*/
  color: #7a1317;
}

a.edit-person i,
a.convert i,
a.edit-company i {
  margin-right: 10px;
}

a.convert {
  margin-top: 5px;
  margin-left: 10px;
}
a.edit-person,
a.edit-company {
  margin-top: 5px;
  margin-left: 10px;
  background: #f5f5f5;
}

a.edit-person:hover,
a.edit-company:hover {
  /*  color: #333;
      text-decoration: none;
      border-radius: 3px;
      padding: 5px 15px;
      display: block;
      background: #f5f5f5;
      border: solid 1px #ddd;*/
}
.person-hr,
.company-hr {
  border-top: 1px solid #eee !important;
  margin-bottom: 15px;
}

.table_trend {
}

.table_trend td:first-child {
  font-weight: bold;
}

.font_bold {
  font-weight: bold;
}

.clickable-row:hover {
  cursor: pointer;
}

.floatedbtn {
  display: none;
}

.floatedfilters {
  position: absolute;
  left: 15px;
  width: 100%;
  border: none;
  z-index: 150;
  border-radius: 0px;
}

.floatedfilters .panel {
  border: none;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  border-bottom: 1px solid rgb(255, 207, 207);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.floatedfilters .panel-heading {
  display: none;
}
.floatedfilters .floatedbtn {
  display: block;
  clear: left;
}

.clickable-row:hover {
  cursor: pointer;
}
.edit-association {
  font-size: 0.9em;
}
.edit-association:hover {
  color: #777;
  cursor: pointer;
}

.floatedTable_trend thead tr th {
  background: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.A4Portrait {
  padding: 30px;
  background-color: white;
  width: 21cm;
  height: 27.5cm;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
}

#white_font {
  color: #ffffff;
}

/*
@media print {
    body * {
        visibility: hidden;
    }
    .table_trend * {
        visibility: visible;
    }
    .table_trend {
        position: absolute;
        left: 0;
        top: 0;
    }
}*/

.chart-panel {
  display: inline;
}

#notice_zoom {
  padding-left: 10px;
}

.clickable-row:hover {
  cursor: pointer;
}
.edit-association {
  font-size: 0.9em;
}
.edit-association:hover {
  color: #777;
  cursor: pointer;
}

.all_wide {
  /*width: 100%;*/
}

#message_filter {
  margin: 5px;
  font-size: 10px;
  color: red;
  display: none;
}

/* Boostrap Callout - Marco */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-left-color: #dfb5b4;
}

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.bs-callout-info {
  background-color: #fff;
  border-left-color: #d0e3f0;
}

.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
  color: #b94a48;
}

.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
  color: #c09853;
}

.bs-callout-info h4,
.bs-callout-info a.alert-link {
  color: #3a87ad;
}

.bs-callout a.alert-link {
  font-weight: bold;
}

.divider {
  color: #333;
}

.scroll-x {
  overflow-x: scroll;
}

/* Header Styles */

.header {
  /*margin: 10px 0 30px 0;*/
}

#top-links {
  /*font-size: 0.9em;*/
}

#top-links a {
  color: #999;
}

#top-links a:hover {
  color: #940609;
}

#top-links .divider {
  color: #ccc;
}

#main_logo {
  /*margin-top: 20px;*/
}


.user-box a {
  color: #333 !important;
  text-decoration: none;
}
.user-box .dropdown-menu {
  right: 0;
  left: auto;
}

.user-box .dropdown-menu a {
  color: #333 !important;
}

.user-box .dropdown-menu a:hover {
  background-color: #940609;
  color: #fff !important;
}

.user-box a:hover {
  text-decoration: none;
}

.user-box .glyphicon-user {
  font-size: 0.8em;
  position: relative;
  top: -0px;
  margin-right: 5px;
}

.user-box .caret {
  margin-left: 5px;
  border-top: 4px solid #333;
}

ul.dropdown-menu {
    min-width: 250px;
}

.ct-sl {
    background: rgb(241, 241, 241);
    border-radius: 0px 0px 0px 0px;
    padding: 27px 20px 0px;
    margin-right: 45px;
    text-align: center;
    display: inline-table;
    transform: translateY(-4px);
}
.has-sidebar .ct-sl {
  background: transparent;
}

.g-s {
    font-size: 17px;
}

.t-s {
    color: rgb(35, 35, 35);
    font-size: 14px;
    font-family: HelveticaNeue;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.25px;
}

#pi-l {
    display: inline-block;
    position: relative;
    font-size: 50%;
}

#num-algn {
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-family: HelveticaNeue;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.18px;
    background-color: rgb(191, 32, 9);
    transform: translate(10px, 3px) !important;
    bottom: 16px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -3px;
    top: -12px;
}

.navbar-static-top {
  margin-bottom: 19px;
}
.navbar-nav .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #940609;
}
/* Breadcrumb Sty;es */

.breadcrumb i {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  margin-right: 3px;
  color: #999;
}

/* Footer Styles */

#footer-logo {
  margin-top: 17px;
  margin-bottom: 13px;
  width: 125px;
}

.footer-wrap {
  background: #000;
  border-top: solid 5px #940609;
  /*margin: 50px 0 0 0;*/
  padding: 20px 0 20px 0;
  color: white;
}

.footer-wrap address {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.footer-wrap h2 {
  font-size: 1.3em;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrap ul li {
}

.footer-wrap ul li a {
  color: #940609;
}

.footer-wrap ul li a:hover {
  color: #d2322d;
}

.footer-wrap p {
  padding: 0;
  margin: 30px 0 0 0;
  color: #fff;
}

.footer-wrap p.copyright {
  font-size: 0.9em;
  text-align: center;
  font-weight: 400;
}

.footer-wrap p a {
  color: white;
  margin: 0 10px 0 10px;
}

.footer-wrap p a:hover {
  color: #d2322d;
}

/* Dashboard Styles */

#loader {
  position: absolute;
  top: 245px;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.dashboard-load {
  font-size: 70px;
}

.dashboard-load-text {
  text-transform: uppercase;
  /*font-weight: bold;*/
  letter-spacing: 2px;
}

.graph-row {
  margin-bottom: 30px;
}

.graph-module {
  border: solid 1px #eee;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.inventory-wrap {
  height: 295px;
  overflow: hidden;
}

.chart {
  width: 523px;
}

#inventory-length {
  border: solid 1px #ccc;
  border-top: dashed 1px #940609;
  display: block;
  background: #eee;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

a#inventory-length:hover {
  background-color: #f5f5f5;
}

#sales-orders-length {
  border: solid 1px #ccc;
  border-top: dashed 1px #940609;
  display: block;
  background: #eee;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

a#sales-orders-length:hover {
  background-color: #f5f5f5;
}

.extra-sales-order {
  display: none;
}

#inventory-summary {
  /*height: 500px;*/
}

/* Client Status Manager */

h3.panel-heading {
  font-size: 16px;
  margin-left: 0;
  padding: 0;
}

.main-loading-icon {
  display: none;
  margin-left: 10px;
}

.status-spinner {
  float: right;
  display: none;
  font-size: 12px;
}

#client_filter {
  margin-bottom: 20px;
}

.tab-icon {
  margin-right: 5px;
}

.close-tab {
  margin-left: 3px;
  margin-right: 2px;
  padding: 2px;
  position: relative;
  top: -1px;
  font-size: 0.7em;
  display: inline-block;
}

.close-tab:hover {
  cursor: pointer;
  color: red;
  background: white;
  margin-right: 1px;
  margin-left: 2px;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

table#status_report_form_table th,
#status_report_form_table td {
  border-top: none;
}

.form-left-column {
  text-align: right;
  width: 200px;
}

.form-left-column span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 7px;
}

.form-input {
  width: 200px;
  float: left;
}

.equality {
  margin-right: 10px;
}

#report-table {
  font-size: 12px;
}

#report-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

#report-table-wrap table th,
#report-table-wrap table td {
  /*white-space: nowrap;*/
}

.date-range {
  margin: 10px auto 10px auto;
}

.report-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

.new_report,
.search_return {
  margin-top: 30px;
  display: block;
}

#report-table th {
  white-space: nowrap;
}

#report-table td {
  white-space: nowrap;
}

.report-table th {
  white-space: nowrap;
}

.report-table td {
  white-space: nowrap;
}

table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}

.last_updated {
  color: #999;
  font-size: 12px;
  margin-left: 15px;
}

#update_log_table th,
#update_log_table td.date,
.nowrap {
  white-space: nowrap;
}

.report-panel .row {
  margin-bottom: 20px;
}

.criteria-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #232323;
}

.criteria-intro {
  margin-bottom: 30px;
}

.custom_dates {
  display: none;
}

#report-table-header {
}

#reports-table-header td {
  white-space: nowrap;
}

.title {
  font-weight: bold;
}

.container-wide {
  max-width: 95%;
}

.dashboard-td i {
  margin-right: 5px;
}

ul#description_list {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul#description_list li {
  margin-bottom: 5px;
}

.reporting-no {
  color: red;
}

.reporting-yes {
  color: green;
}

.terms_wrap p {
  text-align: justify;
}

/* Client Info Tool */

.form-seperator {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-top: 20px;
}

.not-available {
  font-style: italic;
  color: #999;
}

.info-item {
  margin-bottom: 10px;
}

/* Shipping Tool */

.bold-column {
  font-weight: bold;
}

.shipping-label {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.shipment-panel {
  padding-top: 0px;
}

.shipment-detail {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.add-file-button {
  padding-top: 4px;
  float: left;
  display: inline;
  position: absolute;
  z-index: 9;
}

.fileupload {
  z-index: 10;
  position: absolute;
  left: -50px;
  width: 300px;
  height: 32px;
  display: block;
  float: left;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  direction: ltr;
  cursor: pointer;
}

.fileupload-crm {
  z-index: 10;
  position: absolute;
  display: block;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.file-meta {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #999;
  font-size: 0.9em;
}

.delete-file:hover {
  color: #000;
  cursor: pointer;
}

.delete-comment {
  cursor: pointer;
}

.delete-comment {
  cursor: pointer;
}

.shipments_table {
  font-size: 0.8em;
}

/* Chargebacks Styles */

.shady {
  color: #ccc;
  font-style: italic;
}

.shady-darker {
  color: #999;
  font-style: italic;
}

/*.comment-meta {*/
/*color: #999;*/
/*font-style: italic;*/
/*}*/

/*.comment-wrap {*/
/*margin-bottom: 15px;*/
/*}*/
.approved {
  color: #008000;
  background-color: #dff0d8;
  font-size: 12px;
  text-align: center;
}

.not-approved {
  color: #800000;
  background-color: #f2dede;
  font-size: 12px;
  text-align: center;
}

.pending {
  color: #8a6d3b;
  background-color: #fcf8e3;
  font-size: 12px;
  text-align: center;
}

.approved i,
.pending i,
.not-approved i {
  margin-right: 10px;
}

.view-chargeback {
  display: block;
  white-space: nowrap;
  padding-top: 7px;
}
.view-chargeback i {
  margin-right: 10px;
}

.green,
.red,
.yellow {
  display: inline-block;
  margin-right: 5px;
}

.yellow {
  color: #c09853;
}

.gray,
a.gray:hover {
  color: #999;
}

.quick-approve-green,
.quick-approve-green:hover {
  color: #008000;
}

.quick-approve-red,
.quick-approve-red:hover {
  color: #800000;
}

.quick-approve-yellow,
.quick-approve-yellow:hover {
  color: #c09853;
}

.green,
a.green:hover {
  color: #44801A;
}

.red {
  color: #C50000;
}

.total-chargeback-details {
  font-weight: bold;
}

.line-item-details {
  color: #999;
}

.line-item-amount-cell {
  min-width: 100px;
}

a .amount-detail-expander,
a .amount-detail-expander:hover {
  /*color: #333;*/
  margin-right: 5px;
  text-decoration: none;
}

.chargebacks-section-header i {
  color: #999;
}

#list-regions-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.table_progress_conteiner {
  margin-top: 20px;
}

.add_col {
  cursor: pointer;
}

.added_field_ {
  cursor: pointer;
}

.comment_filled {
  background-color: #008000;
}

.tab-content {
  padding-top: 20px;
}

.ipt .marginunit,
.ipt #dealsContainer {
  display: none;
}

.btn-addDeal {
  position: absolute;
  right: 19px;
  top: -32px;
}

.btn-clearDeals {
  right: 169px !important;
}

.ipt #dealsContainer {
  position: relative;
}

.ipt .iptCellBorder {
  border-left: 1px dashed #ccc;
}

.ipt .ipt_tooltip,
.ipt .ipt_tooltip:hover {
  color: #333333 !important;
  text-decoration: none;
}

.ipt #dealsContainer .col-sm-offset-2.input-group {
  margin-left: 19.666667%;
}

/* Internet Explorer 10 - 11 fix */
.ipt #dealsContainer .ie.col-sm-offset-2.input-group {
  margin-left: 16.666666666666664%;
}

.ipt .dealscenario .panel-body .form-group {
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

.ipt .dealscenario .panel-body .form-group.no-border {
  padding-top: 0px;
  border-top: none;
}

.ipt.result .iptResultPanelItem {
  margin-bottom: 20px;
}

.ipt.result .iptResultPanelItem .lead {
  margin-bottom: 5px;
}

.ipt.result .panel-danger {
  border-color: #c22a31;
}

.ipt.result .panel-danger &gt; .panel-heading {
  color: #ffffff;
  border-color: #c22a31;
  background-color: #c22a31;
  font-weight: bold;
  font-size: 18px;
}

.ipt.result div#iptTermsOfUse {
  margin-top: 20px;
}

.ipt table#view4Result thead tr th {
  border-width: 1px !important;
}

.show__ {
  display: block;
}

.hide__ {
  display: none !important;
}

.mask {
  position: absolute;

  background: #fff;
  width: 100%;
  z-index: 9999;
  opacity: 0.75;
  display: none;
}

#dateRangeContainer .mask {
  top: 20px;
  height: 45px;
}
#customDateContainer .mask {
  top: 25px;
  height: 70px;
}

/* Pizza Tracker */
ol.steps {
  display: table;
  list-style: none;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans",
    "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  counter-reset: li;
}
ol.steps li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  text-align: center;
  color: #3a3a3a;
  background: #ccc;
  position: relative;
  margin-left: 43px;
}
ol.steps li:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #ccc;
  border-width: 19px;
  margin-top: -19px;
}
ol.steps li:first-child {
  margin-left: 0;
}
ol.steps li:first-child span {
  padding: 9px 28px;
}
ol.steps li:first-child span:after {
  border: none;
}
ol.steps li:last-child:after {
  border-width: 0;
}
ol.steps li span {
  display: block;
  padding: 9px 28px 9px 9px;
}
ol.steps li span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid #ccc;
  border-left-color: transparent;
  border-width: 19px;
  margin-top: -19px;
}
ol.steps li span:before {
  content: counter(li) ") ";
  counter-increment: li;
}
ol.steps &gt; li {
  float: left;
}
ol.steps li.current {
  color: #fff;
  background: #940609;
}
ol.steps li.current:after {
  border-left-color: #940609;
}
ol.steps li.current span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps li.past {
  color: #fff;
  background: #940609;
}
ol.steps li.past:after {
  border-left-color: #940609;
}
ol.steps li.past span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps li.step1 {
  z-index: 9;
}
ol.steps li.step2 {
  z-index: 8;
}
ol.steps li.step3 {
  z-index: 7;
}
ol.steps li.step4 {
  z-index: 6;
}
ol.steps li.step5 {
  z-index: 5;
}
ol.steps li.step6 {
  z-index: 4;
}
ol.steps li.step7 {
  z-index: 3;
}
ol.steps li.step8 {
  z-index: 2;
}
ol.steps li.step9 {
  z-index: 1;
}
ol.steps li.step10 {
  z-index: 0;
}

/* ---- */

ol.steps-mini {
  display: table;
  list-style: none;
  /*margin: 0 auto;*/
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans",
    "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 10px;
  line-height: 10px;
  /*font-weight: bold;*/
  counter-reset: li;
}
ol.steps-mini li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  text-align: center;
  color: #3a3a3a;
  background: #ccc;
  position: relative;
  margin-left: 23px;
}
ol.steps-mini li:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}
ol.steps-mini li:first-child {
  margin-left: 0;
}
ol.steps-mini li:first-child span {
  padding: 5px 5px 5px 10px;
}
ol.steps-mini li:first-child span:after {
  border: none;
}
ol.steps-mini li:last-child:after {
  border-width: 0;
}

ol.steps-mini li:last-child {
  list-style-type: none;
  list-style: none;
}

/*ol.steps-mini li:last-child span:before {
  content: none;
  counter-increment: none;
}*/

ol.steps-mini li:last-child span {
  padding: 5px 10px 5px 0px;
}
ol.steps-mini li span {
  display: block;
  padding: 5px 5px 5px 0px;
}
ol.steps-mini li span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid #ccc;
  border-left-color: transparent;
  border-width: 10px;
  margin-top: -10px;
}
ol.steps-mini li span:before {
  content: counter(li) "";
  counter-increment: li;
}
ol.steps-mini &gt; li {
  float: left;
}
ol.steps-mini li.current {
  color: #fff;
  background: #940609;
}
ol.steps-mini li.current:after {
  border-left-color: #940609;
}
ol.steps-mini li.current span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps-mini li.past {
  color: #fff;
  background: #940609;
}
ol.steps-mini li.past:after {
  border-left-color: #940609;
}
ol.steps-mini li.past span:after {
  border-color: #940609;
  border-left-color: transparent;
}

ol.steps-mini li.step1 {
  z-index: 9;
}
ol.steps-mini li.step2 {
  z-index: 8;
}
ol.steps-mini li.step3 {
  z-index: 7;
}
ol.steps-mini li.step4 {
  z-index: 6;
}
ol.steps-mini li.step5 {
  z-index: 5;
}
ol.steps-mini li.step6 {
  z-index: 4;
}
ol.steps-mini li.step7 {
  z-index: 3;
}
ol.steps-mini li.step8 {
  z-index: 2;
}
ol.steps-mini li.step9 {
  z-index: 1;
}
ol.steps-mini li.step10 {
  z-index: 0;
}

/* --- */

.customer_name {
  cursor: pointer;
}

.custom_rows {
  margin-top: 4px;
}

.table_headings_ {
  /*font-weight: bold;*/
}

.error_message {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}

.info_message {
  color: green !important;
}

a.add_accounting_item,
a.add_business_type_btn,
a.add_contact_btn,
a.add_note,
a.add_person_btn,
a.add_license_btn {
  display: block;
  color: #666;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

a.add_accounting_item,
a.add_business_type_btn,
a.add_contact_btn,
a.add_person_btn,
a.add_note,
a.add_license_btn {
  border-right: solid 1px #ccc;
}

a.add_accounting_item.last,
a.add_business_type_btn.last,
a.add_contact_btn.last,
a.add_note.last,
a.add_person_btn.last,
a.add_license_btn.last {
  border: 0;
}

a.add_accounting_item:hover,
a.add_business_type_btn:hover,
a.add_contact_btn:hover,
a.add_note:hover,
a.add_person_btn:hover,
a.add_license_btn:hover {
  color: #000;
  background-color: #ebebeb;
  text-decoration: none;
}

.no-padding {
  padding: 0;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-hint {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
  min-width: 400px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.empty-suggestion {
  margin: 8px 20px;
}

a.edit_license,
a.edit_group,
a.delete_group,
a.edit_business_type,
a.delete_business_type,
a.delete_license,
a.delete_note,
a.edit_note,
a.edit_contact,
a.remove_contact {
  color: #ccc;
  text-decoration: none;
}

a.edit_license:hover,
a.delete_group:hover,
a.edit_group:hover,
a.edit_business_type:hover,
a.delete_business_type:hover,
a.delete_license:hover,
a.delete_note:hover,
a.edit_note:hover,
a.edit_contact:hover,
a.remove_contact:hover {
  color: #000;
  text-decoration: none;
  /*font-size: 1.3em;*/
}

.link_person {
  /*margin: 10px;*/
}

.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

a.upload_photo {
  padding: 2px;
  color: #333;
  border: solid 1px transparent;
}

a.remove_person_association,
a.remove_company_association {
  color: #222;
}

a.upload_photo:hover,
a.remove_person_association:hover,
a.remove_company_association:hover {
  text-decoration: none;
}

a.upload_photo:hover {
  /*border: solid 1px #222;*/
}

.profile-info-item {
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px 15px 5px 10px;
  border-left: solid 3px #eee;
  background: #f8f8f8;
  display: inline-block;
}

.profile-info-item.services {
  max-width: 85%;
}

.profile-info-item.live-client,
.profile-info-item.live-client label {
  background: #dff0d8;
  color: #008000;
  border-color: #ace2ac;
}

.profile-info-item.in-pipeline,
.profile-info-item.in-pipeline label {
  background: #ffffe4;
  color: #c09853;
  border-color: #f6f4ad;
}

.address_item {
  cursor: pointer;
}

.address_item:hover {
  background: #f8f8f8;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-left: 0;
  margin-top: 0px;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.typeahead li.active {
  background-color: #eee;
}

.TPRdashboard .highcharts-container {
  margin: auto;
}

.TPRdashboard .chart {
  width: 100%;
}

button.btn.dropdown-toggle.btn-xs.btn-danger.tpr_dropdown {
  padding: 0;
  width: 150px;
}

.bootstrap-select.btn-group .tpr_dropdown.btn .filter-option {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

div#dashboard-container ul.dropdown-menu.inner li.selected {
  background: #dadada;
}

.tpr h1 {
  text-align: center;
  padding: 20px;
}

div.FixedHeader_Cloned th,
div.FixedHeader_Cloned td {
  background-color: white !important;
}

.floatedTable thead tr th {
  background: #fff;
  font-size: 10px;
  white-space: nowrap;
}

#filterscontainer div.panel-heading {
  padding-bottom: 6px;
}
#filterscontainer div.panel-heading div {
  border-top: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 15px;
}

#filterscontainer div.panel-heading div .actionbtn {
  padding: 4px 8px;
}
#filterscontainer div.panel-heading div .actionbtn:hover {
  text-decoration: none;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  z-index: 9999 !important;
}

/*******************************************************************
	MEDIA QUERIES
********************************************************************/
@media (min-width: 1195px) and (max-width: 1381px) {
  #reportfiltersupdatebtn {
    display: block;
    width: 94%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .TPRdashboard.container {
    max-width: 1535px !important;
  }
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.loading-pane {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.loading-pane i {
  font-size: 70px;
  margin-bottom: 10px;
}

.loading-pane-text {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.settings-loading-pane {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.settings-loading-pane i {
  font-size: 70px;
  margin-bottom: 10px;
}

.settings-loading-pane-text {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.person-header,
.company-header {
  margin-top: 5px;
  margin-bottom: 15px;
}

.table_trend {
  text-align: right;
}

.table_trend td:first-child {
  font-weight: bold;
  text-align: left !important;
}

.font_bold {
  /*font-weight: bold;*/
  color: #7a1317;
}

a.edit-person i,
a.convert i,
a.edit-company i {
  margin-right: 10px;
}

a.convert {
  margin-top: 5px;
  margin-left: 10px;
}
a.edit-person,
a.edit-company {
  margin-top: 5px;
  margin-left: 10px;
  background: #f5f5f5;
}

a.edit-person:hover,
a.edit-company:hover {
  /*  color: #333;
      text-decoration: none;
      border-radius: 3px;
      padding: 5px 15px;
      display: block;
      background: #f5f5f5;
      border: solid 1px #ddd;*/
}
.person-hr,
.company-hr {
  border-top: 1px solid #eee !important;
  margin-bottom: 15px;
}

.clickable-row:hover {
  cursor: pointer;
}

.floatedbtn {
  display: none;
}

.floatedfilters {
  position: absolute;
  left: 15px;
  width: 100%;
  border: none;
  z-index: 150;
  border-radius: 0px;
}

.floatedfilters .panel {
  border: none;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  border-bottom: 1px solid rgb(255, 207, 207);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.floatedfilters .panel-heading {
  display: none;
}

.floatedfilters .floatedbtn {
  display: block;
  clear: left;
}

.floatedTable_trend thead tr th {
  background: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.floatedTable_trend_hi thead tr th {
  background: #fff;
  font-size: 12px;
}

.A4Portrait {
  padding: 30px;
  background-color: white;
  width: 21cm;
  height: 27.5cm;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
}

#white_font {
  color: #ffffff;
}

/*
@media print {
    body * {
        visibility: hidden;
    }
    .table_trend * {
        visibility: visible;
    }
    .table_trend {
        position: absolute;
        left: 0;
        top: 0;
    }
}*/

.chart-panel {
  display: inline;
}

#notice_zoom {
  padding-left: 10px;
}

.clickable-row:hover {
  cursor: pointer;
}
.edit-association {
  font-size: 0.9em;
}
.edit-association:hover {
  color: #777;
  cursor: pointer;
}

.all_wide {
  /*width: 100%;*/
}

#message_filter {
  margin: 5px;
  font-size: 10px;
  color: red;
  display: none;
}

.clickable-row:hover {
  cursor: pointer;
}

.floatedbtn {
  display: none;
}

.floatedfilters {
  position: absolute;
  left: 15px;
  width: 100%;
  border: none;
  z-index: 150;
  border-radius: 0px;
}

.floatedfilters .panel {
  border: none;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  border-bottom: 1px solid rgb(255, 207, 207);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.floatedfilters .panel-heading {
  display: none;
}

.floatedfilters .floatedbtn {
  display: block;
  clear: left;
}

#acc_chargeb #report-mainwrap {
  text-align: right;
}
.scorecard-tableheading-spacer {
  border-left: none !important;
  border-right: none !important;
}

.col-md-2.scorecard {
  width: 13.666667% !important;
}

.col-md-2.scorecard .bootstrap-select {
  width: 100% !important;
}
.floatThead-table thead tr th {
  background: #ffffff;
}

.floatedfilters .floatedbtn {
  display: block;
  clear: left;
}
#scorecard-results thead &gt; tr &gt; th {
  border-bottom: none !important;
}
#depletionsummarycontainer .chart {
  width: 100% !important;
}
#stayconnected ul li span {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  color: white;
}

#navigator #selectClientsContainer {
  text-align: center;
}
#navigator #selectClientsContainer form .ms-parent {
  text-align: left;
}
#navigator #selectClientsContainer p {
  display: inline-block;
  padding: 0px 25px 10px 25px;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
/*#navigator #selectClientsContainer p::after { content: " â„¢ "; }*/

.subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  /*font-family: ;*/
  margin-bottom: 15px;
  margin-top: 0;
}

.subtitle-lined {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

/* CUSTOM STYLES */

/* CUSTOM STYLES */

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr0 {
  padding-right: 0;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.nomargin {
  margin: 0;
}

.noshadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.border-right-0 {
  border-right: 0;
}

.border-left-0 {
  border-left: 0;
}

.nopadding {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.margin10 {
  margin: 10px;
}

.margin15 {
  margin: 15px;
}

.serif {
  font-family: "Georgia, serif";
}

.italic {
  font-style: italic;
}

.dark {
  color: #333;
}

.width100p {
  width: 100%;
}

.width20 {
  width: 20px;
}

.width30 {
  width: 30px;
}

.inblock {
  display: inline-block;
}

.btn-wrap {
  margin-bottom: 15px;
}

.profile-header {
  margin-bottom: 15px;
  /*background: #f5f5f5;*/
  /*border: solid 1px #dddddd;*/
  /*padding: 25px;*/
  /*border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*-webkit-border-radius: 3px;*/
}


.profile-header .btn .fas {
    margin-right: 7px;
}

.profile-name {
  margin: 0;
  margin-bottom: 10px;
  color: #333;
}

.profile-location,
.profile-position,
.profile-birthdate,
.profile-services {
  font-size: 13px;
  margin-bottom: 3px;
  display: inline-block;
  float: left;
  clear: both;
}


.profile-location .fas,
.profile-birthdate .fas,
.profile-position .fas,
.profile-services .fas{
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

.profile-top-info {
  clear: both;
  /*margin-bottom: 15px;*/
}



.profile-header .btn .fas {
    margin-right: 7px;
}

.profile-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-social-list li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.profile-social-list li:first-child {
  padding-top: 0;
}


.profile-social-list li .fas {
    margin-right: 10px;
    width: 16px;
}

.followers-list .media {
  border-bottom: 1px solid #eee;
  padding-top: 0;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}

.media {
  padding-bottom: 15px;
  /*marign-top: 15px;*/
}
h5.contact-divider {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.bold {
  font-weight: bold;
}

.divider:not("li") {
  border-bottom: solid 1px #eee;
  margin: 5px 15px 15px 15px;
}

.completion_indication {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9em;
}

.completion_indication i {
  margin-right: 5px;
}

.contact-list-item {
  margin-bottom: 15px;
  /*border-left: solid 2px #eee;*/
  /*padding-left: 15px;*/
}

.contact-list-section {
  margin-bottom: 20px;
}

.contact-item-footer {
  font-size: 0.8em;
}
.contact-item-footer a {
  margin-top: 5px;
  color: #999;
  cursor: pointer;
}

.contact-item-footer a:hover {
  color: #d9534f;
}

#company_contacts,
#person_contacts {
  /*padding: 10px;*/
}

#profile-content-pane {
  /*border: solid 1px #ddd;*/
  /*border-top: 0;*/
  /*-moz-border-radius: 3px;*/
  /*-webkit-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*padding: 15px;*/
}

.profile-name {
  font-family: "LatoRegular", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
  font-size: 2em;
}

.content-holder {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 300px;
}

.dashboard-options-list a:active,
.dashboard-options-list a:focus {
  text-decoration: none;
}

.dashboard-options-list a {
  /*background-color: #EEE;*/
}

.dashboard-options-list a.active,
.dashboard-options-list a.active:hover {
  /*border-left: solid 5px #940609;*/
  /*border-bottom: solid 0px #940609;*/
  background-color: #940609;
  color: white;
  /*padding-left: 18px;*/
}

.dashboard-options-list h4 {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
}

.dashboard-options-list a {
  display: inline-block;
  padding: 15px 30px;
  color: #666;
  /*border-bottom: solid 1px #e7e7e7;*/
}

.dashboard-options-list a:last-child {
  border-bottom: 0;
}

.dashboard-options-list a p {
  color: #999;
  margin: 0;
}

.dashboard-options-list a:hover {
  text-decoration: none;
  color: #940609;
  background: #f0f0f0;
}

div.accountManagerBox.modalBox {
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  padding-top: 5px;
}

div.accountManagerBox img {
  height: 50px;
  margin-right: 10px;
  z-index: 0;
  float: left;
}

div.accountManagerBox a.email {
  text-decoration: underline;
}

div.accountManagerInlineContainer {
  padding-right: 22px;
}

/*----*/

div.dropProfileBorder {
  cursor: pointer;
  margin-bottom: 5px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  padding: 7px 5px 2px 5px;
  border-radius: 2px;
}

div.dropProfileBorder:hover {
  border: 1px solid #c7c7c7;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

span.dropProfileSetting {
  margin-right: -6px;
  margin-left: 5px;
  color: black;
}

span.dropProfileArrow {
  margin-right: 5px;
}

div.accountManagerPadding {
  padding: 7px 5px 2px 5px;
}

img.headerImgProfiles {
  height: 30px;
  margin-right: 10px;
  z-index: 0;
  position: relative;
}
.p-i {
    height: 40px;
    margin-right: 10px;
    z-index: 0;
    position: relative;
    border-radius: 50%;
}

a.accountManagerInlineContainer {
  display: inline-block !important;
  margin-right: 60px !important;
}

span.fontCustomerAccountMan {
  display: inline-block;
  margin-top: 2px;
  color: #999;
  font-size: 0.9em;
}

/*Spinner for show loading*/
.spinner-loading {
  border: 2px solid #9a7979;
  border-radius: 90%;
  border-top: 2px solid #000000;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

span.fontCustomerAccountManMobile {
  display: inline-block;
  margin-top: 0px;
  color: #999;
  font-size: 0.7em;
}

/**********
** MEDIA **
**********/

/*HEADER*/

@media (min-width: 1000px) {
  img#main_logo {
    width: 400px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  img#main_logo {
    width: 350px;
  }
}

@media (max-width: 768px) {
  div.user-box {
    padding-top: 10px;
  }

  div.header {
    margin-bottom: 15px;
    margin-top: -15px;
  }

  div.mainLogo {
    text-align: center;
  }
}
.switcher-parent-header {
  position: relative;
  width: 265px;
  height: 65px !important;
  right: 29px;
  background: rgba(216, 216, 216, 0.35);
  margin: 0;
}

.switcher-parent-header-c-p {
  position: relative;
  width: 265px;
  height: 60px !important;
  right: 40px;
  margin: 0;
}

.switcher-parent-header-mobile {
  position: relative;
  height: 60px !important;
  margin: 0;
}
.m-15-tb {
  margin: -15px 0;
}
.pos {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  width: 100%;
  align-items: center;
  height: 65px;
}
.pro-drpdwn-header {
  height: 65px;
  display: flex;
  align-items: center;
}
.logo-wrapper-header {
  display: flex;
  height: 65px;
  align-items: center;
}
.pos-cursor {
  cursor: pointer;
}

.im-pos-add {
  width: 40px;
  height: 40px;
  background: rgb(216, 216, 216);
  border-radius: 0px 0px 0px 0px;
}

.txt-styl {
  width: 125px;
  color: rgb(191, 32, 9);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.2px;
}

.algn-glph {
  right: 8px;
  top: 7px !important;
  font-size: 25px;
  color: rgb(128, 128, 128);
}

.header-margine {
  margin: 0px;
}

.m-5 {
  margin: -4px 0;
}

.pos-cursor {
  cursor: pointer;
}

.lbl-swt {
  color: rgb(36, 32, 33);
  font-size: 11px;
  display: flex;
  text-transform: uppercase;
  padding-top: 3px;
  margin: 0px;
}

.drp-style {
  top: 49px;
  border-radius: 0px;
  max-height: 180px;
  background: rgb(255, 255, 255);
  overflow-y: auto;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}

.ml-10 {
  margin-left: 10px;
  width: 100%;
  text-align: left;
}

.ml-11 {
  margin-left: 10px;
  width: 100%;
  text-align: left;
  display: flex;
}

@media all and (max-width: 767px) {
  .ml-11 {
    margin-left: 7px;
    width: 100%;
    text-align: left;
    display: flex;
  }

  .switcher-parent-header-c-p {
    position: relative;
    width: 0;
    height: 60px !important;
    right: -10px;
    margin: 0;
    display: block !important;
  }

  .switcher-opacity {
    opacity: 0.3;
    pointer-events: none;
  }
}
.txt-algn-swt&gt;span:first-child {
  font-weight: 500;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
}

.selected-company-label {
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  font-weight: 400;
}
.navbar-wrap .navbar-wrap {
  border: none;
}
.txt-algn-swt {
  color: black;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 26px 0px 0px;
  display: -webkit-box;
  text-align: left;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  display: block !important;
}

.switcher-toggle-header {
  position: absolute !important;
  top: 30px !important;
  right: 20px;
  transform: translateY(-50%);
  color: black;
  cursor: pointer;
  height: auto;
}
.has-sidebar .switcher-toggle-header {
  top: 30px !important;
} 

.m-h {
  max-height: 75px;
}

.pl-lft {
  text-align: left;
}

.mrgn {
  margin: 0px;
}

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.right-addon .glyphicon {
  right: 0px;
  top: auto;
  z-index: 1;
}
.right-addon input {
  padding-right: 30px;
}

.im-pos {
  width: 47px;
  height: 47px;
}

.img-algn {
  top: 10px;
}

.gly-srt {
  left: 25px;
  top: 13px;
  font-size: 13px;
}

.lbl-algn {
  font-size: 11px;
  padding-top: 25px;
  position: inherit;
  margin-left: 66px;
  font-family: 'Montserrat-Regular';
  color: rgb(36, 32, 33);
  text-transform: uppercase;
}

.switcher-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  display: block;
  background: white;
  z-index: 9999;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.lbl-algn1 {
  color: rgb(36, 32, 33);
  font-size: 11px;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-left: 10px;
}

/* li:hover {
    background-color: rgba(163, 52, 52, 0.05);
} */

.txt-algn1 {
  color: black;
  font-size: 14px;
  font-weight: 600;
  height: 19px;
  display: -webkit-box;
  margin: 0px;
  padding-left: 10px;
  text-align: -webkit-auto;
  width: 197px;
}

.li-style {
  padding-left: 20px;
}

.l-s {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  padding-top: 15px;
  height: 61px;
  cursor: pointer;
}

.switcher-dropdown-menu li:hover {
  background-color: rgba(163, 52, 52, 0.05);
}

.switcher-dropdown-menu::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.switcher-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(163, 52, 52, 0.1);
}
.in-pos1 {
  position: absolute;
  width: 265px;
  height: 63px;
  top: 0px;
  right: 1px;
  background: rgba(216, 216, 216, 0.35);
  border-radius: 0px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
  color: rgb(74, 74, 74);
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 0;
  box-shadow: none;
  transform: translateY(-3px);
}
.has-sidebar .in-pos1 {
  height: 68px !important;
}
.gly-pos {
  left: 210px;
}
.in-pos1:focus,
.in-pos1:active {
  box-shadow: none;
  outline: none;
}
.quickbooks_id-search {
  display: none;
}
.switcher-parent-click{
  cursor: pointer;
}

.crs-pnt {
    cursor: pointer;
}

.icon-flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: initial;
}

.modal-dialog-d {
    /* display: flex; */
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    padding: 32px;
    max-width: 610px;
    -webkit-box-pack: center;
    transform: translate(-50%, -50%);
}

.modal-content-d {
    flex: 1 1 564px;
    max-width: 564px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(37, 40, 43, 0.1);
    background-color: white;
    -webkit-box-flex: 1;
    text-align: center;
    border-radius: 0px;
    height: 216px !important;
}

.modal-body-d {
    position: relative;
    padding: 30px;
}

.c-modal_header-d {
    padding: 20px;
    background-color: white;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.23px;
}

.p-hr-d {
    width: 75%;
    margin-bottom: 0;
    margin-top: 0;
}

.c-modal_content-d {
    padding: 15px;
    /* background-color: white; */
}

.psi-c-btn-d {
    height: 46px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    min-width: 116px;
}

.c-btn--primary-d {
    color: #fff;
    background-color: #BF2009;
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.17) !important;
    border: solid 0px;
}

.c-btn-d {
    cursor: pointer;
    text-decoration: none;
    padding: 0.5em 2em;
}

.u-tc-d {
    text-align: center;
}

.fnt-sze {
    font-size: x-large;
    font-weight: 100 !important;
    font-family: FontAwesome !important;
}

.content-holder {
    background: none !important;
}

.status-pending {
  color: #efc100;
  text-transform: uppercase;
  font-family: 'Helvetica-medium';
}

.company-disabled {
  cursor: not-allowed;
}

.newsfeed_mt20 {
  display: flex;
  align-items: center;
}

.newsfeed_chkbx[type=checkbox] {
  margin: 0 5px 0 0;
}
.new-layout-add-company-parent {
  right: 0 !important;
  background: rgba(216, 216, 216, 0.35) !important;
  height: 65px !important;
}
.new-layout-add-company {
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  height: unset;
}
.new-layout-add-company .txt-styl {
  width: 60%;
  line-height: 40px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.new-layout-add-company .im-pos-add &gt; span {
  padding: 0 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  top: 6px !important;
  font-size: 25px !important;
  color: rgb(128, 128, 128) !important;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-sidebar-section.new-bailment-mobile-navigation .layout.collapsed-layout .content,
.content.new-bailment-mobile-navigation {
  margin-top: 56px !important; 
  border-left: 16px solid #f5f5f5;
  border-right: 16px solid #f5f5f5;
  border-top: 10px solid #f5f5f5;
}
.new-bailment-mobile-navigation-body {
    overflow-x: hidden;
    overflow-y: auto;
}
.main-sidebar-section.new-bailment-mobile-navigation .layout.collapsed-layout {
    width: 100vw !important;
    margin: 0;
}

.summary-wide {
  min-width: 100% !important;
  width: 100px !important;
}
.wrapper-input{
  width: 100%;
}

.top-header-section.old-header-mobile-view .notification_popup_box input:checked+.slider {
  background-color: #6ED823 !important
 }

.top-header-section.old-header-mobile-view .notification_popup_box .no-notification {
  font-family: 'Montserrat-Regular' !important;
}

.top-header-section.old-header-mobile-view psi-help-menu .multiple-selector-container .dropdown-header .searchTerm{
  caret-color: #2eb3bf;
}

.top-header-section.old-header-mobile-view psi-help-menu .multiple-selector-container .dropdown-header .searchTerm:focus,
.top-header-section.old-header-mobile-view psi-help-menu .multiple-selector-container .dropdown-header .searchTerm:active {
  border: 2px solid #2eb3bf !important;
}

@media (max-width: 991px) {
  .m-dropdown-width {
    width: auto;
    min-width: 250px !important;
  }

  .m-poup-wide {
    width:65vw !important;
  }
}

@media (max-width: 767px) {
  .user-box .pos {
    padding-top: 5px !important;
    height: auto !important;
  }

  .user-box .header-right .hr-inner {
    display: flex !important;
    flex-direction: row-reverse !important;
  }

  .user-box .switcher-parent-header {
    width: 130px;
    margin-left: 30px;
  }

  .user-box .pull-right {
    float: left !important;
  }

  .user-box .m-hide-bell-icon {
    float: right !important;
  }

  .col-md-2.scorecard {
    width: 100% !important;
  }

  .m-pull {
    float: none !important;
    margin-top: 10px !important;
    width: 100% !important;
  }

  .user-box psi-help-menu .help_menu {
    padding: 12px 0px 15px 2px !important;
  }

  .user-box .truncate {
    width: 60px !important;
  }

  .user-box psi-help-menu .dropdown-menu {
    width: 100vw !important;
    max-width: 250px !important;
    left: -176px !important;
  }

  .user-box .notification {
    right: -18px !important;
  }

  .user-box .notification .notification_popup_box {
    width: 258px !important;
    max-height: 77vh !important;
    border-radius: 8px;
    padding: 1px 10px 24px 10px;
  }

  .user-box .notification .notification_popup_box h3 {
    font-size: 17px !important;
  }

  .user-box .notification .notification_popup_box .notification-header .mr-30 {
    margin-right: 10px !important;
  }

  .user-box .notification .notification_popup_box .notification-header .mark-read {
    color: #4a4a4a;
    width: 98px;
    margin-right: 10px !important;
  }

  .user-box .notification .notification_popup_box .notification-header .account-setting {
    color: #4a4a4a;
    margin-right: 10px !important;
  }

  .user-box .notification .notification_popup_box .notification-header .tooltip-notification {
    margin-left: -45px !important;
  }

  .user-box .switcher-toggle-header {
    top: 14px !important;
    right: -50px !important;
    position: absolute !important;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .help-menu-popup-container .middle-content {
    width:100% !important
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .header-content {
    padding: 0px 6px !important;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .header-content .u-mr3 {
    margin: 0px !important;
    font-size: 14px !important;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .header-content .fa-expand-arrows-alt {
    display: none;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .middle-content h1 {
    font-size: 21px;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .help-menu-popup-container.new-layout{
    margin: 0px !important;
  }

  .user-box psi-help-menu .dashboard-service-desk-modal .help-menu-popup-container {
    width: 75% !important;
    margin: 0 !important;
  }

  .mobile-switcher-dropdown-c-p {
    position: relative !important;
  }

  .top-header-section.old-header-mobile-view .pos {
    padding: 13px 13px 13px 34px !important;
    height: auto !important;
  }

  .top-header-section.old-header-mobile-view .switcher-parent-header {
    width: calc(100vw - 172px);
    margin-left: 10px;
    right: 0 !important;
  }

  .top-header-section.old-header-mobile-view .switcher-toggle-header {
    top: 34px !important;
    right: -6px !important;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .help_menu {
    padding: 15px 0px 15px 6px !important;
  }

  .top-header-section.old-header-mobile-view .pull-right {
    float: left !important;
  }

  .top-header-section.old-header-mobile-view .m-hide-bell-icon {
    float: right !important;
    order: 1;
  }

  .top-header-section.old-header-mobile-view .truncate {
    width: 60px !important;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dashboard-service-desk-modal .help-menu-popup-container .middle-content {
    width:100% !important
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dashboard-service-desk-modal .help-menu-popup-container.new-layout{
    margin: 0px !important;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dashboard-service-desk-modal .header-content {
    padding: 0px 4px !important;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dashboard-service-desk-modal .header-content .fa-expand-arrows-alt {
    display: none;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dashboard-service-desk-modal .header-content .u-mr3 {
    margin: 0px !important;
    font-size: 14px !important;
  }

  .bell-icon:hover {
    background-color: transparent !important;
  }

  .top-header-section.old-header-mobile-view .dashboard-service-desk-modal .help-menu-popup-container {
    width: 75% !important;
    margin: 0 !important;
  }

  .top-header-section.old-header-mobile-view .dashboard-service-desk-modal .middle-content h1 {
    font-size: 21px;
  }

  .top-header-section.old-header-mobile-view .in-pos1.search-company-input  {
    width: 188px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: -2px !important;
  }
  .top-header-section.old-header-mobile-view .in-pos1.search-company-input input:focus {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-header-section.old-header-mobile-view .in-pos1.search-company-input::placeholder {
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 120px !important;
    text-overflow: ellipsis !important;
    position: relative !important;
    display: block !important;
  }

  .top-header-section.old-header-mobile-view .ct-sl {
    padding: 18px 6px 0px 10px !important;
    margin-right: 2px !important;
  }
  .top-header-section.old-header-mobile-view .ct-sl p{
   display: none;
  }

  .top-header-section.old-header-mobile-view .section-detail .right-addon .glyphicon {
    right: -10px !important;
    top: 10px !important;
  }

  .top-header-section.old-header-mobile-view .old-nav-bell {
    margin-right: 18px !important;
    margin-top: 10px !important;
    margin-left: 4px !important;
    font-size: 19px !important;
  }

  .top-header-section.old-header-mobile-view psi-help-menu .dropdown-menu {
    width: 100vw !important;
    max-width: 250px !important;
    left: -171px !important;
  }

  .top-header-section.old-header-mobile-view .notification {
    right: -1px !important;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box {
    width: 258px !important;
    max-height: 77vh !important;
    border-radius: 8px;
    padding: 1px 10px 24px 10px;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box h3 {
    font-size: 17px !important;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box .notification-header .mr-30 {
    margin-right: 10px !important;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box .notification-header .mark-read {
    color: #4a4a4a;
    width: 98px;
    margin-right: 10px !important;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box .notification-header .account-setting {
    color: #4a4a4a;
    margin-right: 10px !important;
  }

  .top-header-section.old-header-mobile-view .notification .notification_popup_box .notification-header .tooltip-notification {
    margin-left: -45px !important;
  }

  .top-header-section .hr-inner a i{
    margin: 0 !important;
  }

}
</pre></body></html>