
.cust .main {
  display: inline; }

.cust .cms {
  display: inline; }

.cust .crm {
  display: none; }

.customer-dashboard-tabs .tab-pane {
  margin-top: 2rem; }

/* CUSTOMER DASHBOARD TABS ON MOBILE */
@media (max-width: 767px) {
  .customer-dashboard-tabs ul.nav.nav-tabs li {
    width: 16.66667%;
    display: inline-block; }
  .customer-dashboard-tabs ul.nav.nav-tabs li a {
    padding: 4px 2px;
    font-size: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.nav-tabs > li > a, li.uib-tab.nav-item a {
  padding: 8px !important;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0; }

customer-map > .content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.map-left {
  width: 100%;
  margin-top: 1rem; }

.ibox-content.map-legend {
  padding: 5px; }

.map-legend > div > div > div {
  display: inline-block;
  vertical-align: middle; }

.map-legend > div > div > div.text-center {
  margin-left: 5px; }

.map-left .ui-select-bootstrap > .ui-select-match > .btn {
  padding: 3px;
  height: 25px; }

.map-right {
  width: 100%; }

.map-right ng-map {
  height: 30vh; }

@media (min-width: 768px) {
  .map-left {
    width: 280px;
    margin-top: 0; }
  .map-legend > div > div > div {
    display: block;
    vertical-align: middle; }
  .map-legend > div > div > div.text-center {
    margin-left: 0; }
  .map-right {
    width: calc(100% - 280px); }
  .map-right ng-map {
    height: 65vh; } }

.map-locations-panel .panel-body {
  max-height: 500px;
  overflow-y: scroll; }

.map-locations-panel .list-group-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.map-locations-panel .list-group-item .btn {
  color: #333; }

.map-locations-panel .address-w-marker {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

