table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
}

table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.dataTable td {
  padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd {
  background-color: #e2e4ff;
}

table.dataTable tr.even {
  background-color: white;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #d3d6ff;
}

table.dataTable tr.odd td.sorting_2 {
  background-color: #dadcff;
}

table.dataTable tr.odd td.sorting_3 {
  background-color: #e0e2ff;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #eaebff;
}

table.dataTable tr.even td.sorting_2 {
  background-color: #f2f3ff;
}

table.dataTable tr.even td.sorting_3 {
  background-color: #f9f9ff;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

.dataTables_length {
  float: left;
}

.dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_info {
  clear: both;
  float: left;
}

.dataTables_paginate {
  float: right;
  text-align: right;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_enabled_previous {
  background: url("/images/back_enabled.png") no-repeat top left;
}

.paginate_enabled_previous:hover {
  background: url("/images/back_enabled_hover.png") no-repeat top left;
}

.paginate_disabled_previous {
  background: url("/images/back_disabled.png") no-repeat top left;
}

.paginate_enabled_next {
  background: url("/images/forward_enabled.png") no-repeat top right;
}

.paginate_enabled_next:hover {
  background: url("/images/forward_enabled_hover.png") no-repeat top right;
}

.paginate_disabled_next {
  background: url("/images/forward_disabled.png") no-repeat top right;
}

.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #99b3ff;
}

.dataTables_processing {
  position: absolute !important;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -55px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
  z-index: 1000 !important;
}

.sorting {
  background: url("/images/sort_both.png") no-repeat center right;
}

.sorting_asc {
  background: url("/images/sort_asc.png") no-repeat center right;
}

.sorting_desc {
  background: url("/images/sort_desc.png") no-repeat center right;
}

.sorting_asc_disabled {
  background: url("/images/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
  background: url("/images/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable th:active {
  outline: none;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.pprogress-bar {
  background: #e1e1e1 none repeat scroll 0 0;
  height: 10px;
  position: relative;
  width: 616px;
}

.pprogress-bar-outer {
  border: 1px solid #cacaca;
  margin-left: 151px;
  margin-top: 12px;
}

.pprogress-pip {
  background: #e1e1e1 none repeat scroll 0 0;
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 24px;
  left: -7px;
  position: absolute;
  top: -8px;
  width: 24px;
}

.pprogress-pip-green {
  width: 20px;
  height: 20px;
  background: #18b000;
  border-radius: 50px;
  margin: 2px 2px;
  z-index: 1;
  position: absolute;
}

.pprogress-pip-hole {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 6px;
  border: 1px solid #cacaca;
}

.pprogress-pip-1 .pprogress-pip-hole {
  background: none;
  border: none;
  margin: 0px 4px;
  color: #e1e1e1;
  font-size: 16px;
}

.pprogress-pip-1 .pprogress-pip-hole:before {
  content: "\2713";
}

.pprogress-pip-2 {
  margin-left: 102px;
}

.pprogress-pip-3 {
  margin-left: 202px;
}

.pprogress-pip-4 {
  margin-left: 302px;
}

.pprogress-pip-5 {
  margin-left: 402px;
}

.pprogress-pip-6 {
  margin-left: 502px;
}

.pprogress-pip-7 {
  margin-left: 602px;
}

.new-modes .new-modes-hidden {
  display: none;
}

.new-modes .pprogress-pip-4 {
  margin-left: 302px;
}

.new-modes .pprogress-pip-5 {
  margin-left: 602px;
}

.pprogress-bar-green {
  background: #18b000;
  margin-top: -9px;
  height: 8px;
  width: 100%;
  max-width: 0px;
}

.pprogress-pip p {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 1;
}

.pprogress-pip-1 p:after {
  content: "1";
}

.pprogress-pip-2 p:after {
  content: "2";
}

.pprogress-pip-3 p:after {
  content: "3";
}

.pprogress-pip-4 p:after {
  content: "4";
}

.pprogress-pip-5 p:after {
  content: "5";
}

.pprogress-pip-6 p:after {
  content: "6";
}

.pprogress-pip-7 p:after {
  content: "7";
}

.new-modes .pprogress-pip-4 p:after {
  content: "2";
}

.new-modes .pprogress-pip-5 p:after {
  content: "3";
}

.new-modes .pprogress-pip-7 p:after {
  content: "4";
}

.pprogress-pip-green {
  width: 20px;
  height: 20px;
  background: #18b000;
  border-radius: 50px;
  margin: 2px 2px;
  z-index: 1;
  position: absolute;
  display: none;
}

.pprogress-pip-hole {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 6px;
  border: 1px solid #cacaca;
}

.pprogress-pip-1 .pprogress-pip-hole {
  background: none;
  border: none;
  margin: 0px 4px;
  color: #e1e1e1;
  font-size: 16px;
}

.pprogress-pip-1 .pprogress-pip-hole:before {
  content: "\2713";
}

.pprogress-2 .pprogress-bar-green {
  max-width: 100px;
}

.pprogress-3 .pprogress-bar-green {
  max-width: 200px;
}

.pprogress-4 .pprogress-bar-green {
  max-width: 300px;
}

.pprogress-5 .pprogress-bar-green {
  max-width: 400px;
}

.pprogress-6 .pprogress-bar-green {
  max-width: 500px;
}

.pprogress-7 .pprogress-bar-green {
  max-width: 600px;
}

.pprogress-1 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-2 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-3 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-4 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-5 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-6 .pprogress-pip-1 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-1 .pprogress-pip-green {
  display: block;
}

.pprogress-2 .pprogress-pip-2 .pprogress-pip-green,
.pprogress-3 .pprogress-pip-2 .pprogress-pip-green,
.pprogress-4 .pprogress-pip-2 .pprogress-pip-green,
.pprogress-5 .pprogress-pip-2 .pprogress-pip-green,
.pprogress-6 .pprogress-pip-2 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-2 .pprogress-pip-green {
  display: block;
}

.pprogress-3 .pprogress-pip-3 .pprogress-pip-green,
.pprogress-4 .pprogress-pip-3 .pprogress-pip-green,
.pprogress-5 .pprogress-pip-3 .pprogress-pip-green,
.pprogress-6 .pprogress-pip-3 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-3 .pprogress-pip-green {
  display: block;
}

.pprogress-4 .pprogress-pip-4 .pprogress-pip-green,
.pprogress-5 .pprogress-pip-4 .pprogress-pip-green,
.pprogress-6 .pprogress-pip-4 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-4 .pprogress-pip-green {
  display: block;
}

.pprogress-5 .pprogress-pip-5 .pprogress-pip-green,
.pprogress-6 .pprogress-pip-5 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-5 .pprogress-pip-green {
  display: block;
}

.pprogress-6 .pprogress-pip-6 .pprogress-pip-green,
.pprogress-7 .pprogress-pip-6 .pprogress-pip-green {
  display: block;
}

.pprogress-7 .pprogress-pip-7 .pprogress-pip-green {
  display: block;
}

#agency-business-wizard #email-template-images-email-picture {
  display: none;
}

#agency-business-wizard .wizard-bottom-buttons a {
  margin: 0 45px;
}

#business-wizard-percent-complete {
  margin-right: 32px;
}

#add-few-customers .add-customer-row input[type="text"] {
  width: 206px;
  max-width: 80% !important;
}

#add-few-customers label {
  margin: 0px 8px;
}

.new-modes .pprogress-4 .pprogress-bar-green {
  max-width: 300px;
}

.new-modes .pprogress-5 .pprogress-bar-green {
  max-width: 600px;
}

@media (max-width: 980px) {
  .pprogress-bar-outer {
    margin-left: auto;
    margin-right: auto;
  }

  #add-few-customers .add-customer-row > div {
    float: none;
    max-width: 420px;
    margin: 0 auto;
  }

  #add-few-customers .add-customer-row input[type="text"] {
    width: 100%;
  }
}

@media (max-width: 712px) {
  #add-few-customers .add-customer-row > div {
    float: none;
  }

  #add-few-customers .add-customer-row input[type="text"] {
    width: 100%;
  }

  .pprogress-bar {
    width: 300px;
  }

  .pprogress-2 .pprogress-bar-green {
    max-width: 150px;
  }

  .pprogress-3 .pprogress-bar-green {
    max-width: 100px;
  }

  .pprogress-4 .pprogress-bar-green {
    max-width: 150px;
  }

  .pprogress-5 .pprogress-bar-green {
    max-width: 200px;
  }

  .pprogress-6 .pprogress-bar-green {
    max-width: 250px;
  }

  .pprogress-7 .pprogress-bar-green {
    max-width: 300px;
  }

  .pprogress-pip-2 {
    margin-left: 152px;
  }

  .pprogress-pip-3 {
    margin-left: 101px;
  }

  .pprogress-pip-4 {
    margin-left: 152px;
  }

  .pprogress-pip-5 {
    margin-left: 202px;
  }

  .pprogress-pip-6 {
    margin-left: 252px;
  }

  .pprogress-pip-7 {
    margin-left: 302px;
  }

  .new-modes .pprogress-4 .pprogress-bar-green {
    max-width: 150px;
  }

  .new-modes .pprogress-5 .pprogress-bar-green {
    max-width: 300px;
  }

  .new-modes .pprogress-pip-4 {
    margin-left: 150px;
  }

  .new-modes .pprogress-pip-5 {
    margin-left: 300px;
  }

  body .boxheader h4 {
    white-space: normal !important;
    line-height: 0.7em !important;
  }
}

@media (max-width: 380px) {
  .pprogress-bar {
    display: none;
  }

  .hidden-xs {
    display: none !important;
  }

  .wizard-progress-bar {
    display: none !important;
  }
}

.visualTemplatePreview {
  margin-top: 30px;
}

.visualTemplatePreview .visualTemplatePreviewFakeButton {
  float: right;
  margin: 0px 0 0 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f1f1f1 none repeat scroll 0% 0%;
  color: #6e6e6e;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 3px 5px;
  cursor: pointer;
}

.visualTemplatePreview .visualTemplatePreviewContent {
  border: 2px solid #d9d8d9;
  width: 670px;
  position: relative;
  overflow: hidden;
}

.visualTemplatePreview .visualTemplatePreviewIframeDiv {
  box-sizing: border-box;
  background: #e3e3e3;
}

.visualTemplatePreview .visualTemplatePreviewIframe {
  border: none;
  margin-bottom: -5px;
}

.visualTemplatePreview .visualTemplatePreviewTopLine {
  margin: 15px;
}

.visualTemplatePreview .visualTemplatePreviewSubject {
  float: left;
  margin-top: 4px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}

.visualTemplatePreview .visualTemplatePreviewSubject input[type="text"] {
  margin: -10px 0;
  padding: 4px;
  width: 570px;
}

.visualTemplatePreview .visualTemplatePreviewHr {
  background: #d9d8d9;
  height: 2px;
  margin: 2px;
}

.visualTemplatePreview .visualTemplateOverlays {
  position: relative;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplateWithBg {
  display: none;
  position: absolute;
  background: rgba(155, 155, 155, 0.5);
  border-radius: 8px;
}

.visualTemplatePreview
  .visualTemplateOverlays
  .visualTemplateWithBg
  button.btn {
  display: block;
  margin: auto;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplateHighlightMessage {
  display: none;
  margin: 15px 0 0 137px;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplatePreviewAddLogo {
  top: 38px;
  left: 16px;
  min-height: 42px;
  min-width: 630px;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplatePreviewAddImage {
  top: 226px;
  left: 447px;
  height: 160px;
  width: 160px;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplateEditSubject {
  left: 15px;
  padding: 5px 0;
  top: -55px;
  width: 630px;
}

.visualTemplatePreview .visualTemplateOverlays .visualTemplateUpdate {
  display: none;
  position: absolute;
}

.visualTemplatePreview
  .visualTemplateOverlays
  .visualTemplateUpdate
  button.btn {
  display: block;
  margin: auto;
}

@media (max-width: 801px) {
  .templates.two_column_edit .visualTemplatePreview {
    padding-left: 5%;
  }

  .do-not-push-away.templates.two_column_edit .visualTemplatePreview {
    padding-left: 0%;
  }
}

.well-sized {
  box-sizing: border-box;
}
.container {
  /*border: 2px solid #D7E8ED;*/
  /*border-radius: 8px;*/
}
.container,
.span12 {
  width: 936px;
}

#customers-list_processing {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  box-shadow: 0 0 4px #888;
  font-weight: bold;
  position: fixed;
}

.be-content > .box {
  margin-top: 20px;
}

body {
  background: #fff;
}

body .fancybox-overlay {
  background: url("/images/fancybox_overlay.png");
}

body .fancybox-overlay a {
  text-decoration: underline;
}

body #fancybox-loading,
body .fancybox-close,
body .fancybox-prev span,
body .fancybox-next span {
  background-image: url("/images/fancybox_sprite.png");
}

body #fancybox-loading div {
  background: url("/images/fancybox_loading.gif") center center no-repeat;
}

.topbars {
  background: #58c1d6;
}

.whitelabeled .topbars {
  background: #2baae1;
}

.topbar {
  padding: 0 20px;
  background: #0396a6;
  height: 68px;
}

.topbar .items {
  width: 100%;
  margin: auto;
  position: relative;
  top: 10px;
}

.topbar .items a.green-link {
  color: #7eea39;
  font-weight: bold;
}

.topbar a {
  color: #fff;
}

.topbar .submenu-break {
  color: #fff;
}

.topbar a:hover {
  color: #ddd;
}

.topbar p {
  color: #fff;
}

.topbar a,
.topbar p {
  display: inline-block;
  float: right;
  margin: 17px 0 0 20px;
}

.topbar a.logo {
  float: left;
  margin: 0;
}

.topbar a.logo img {
  max-width: 190px;
  max-height: 48px;
  width: auto;
  height: auto;
}

.whitelabeled .topbar {
  background-color: #263135;
}

body.home .secondbar a.icon-home-large {
  background-position: 0 -22px;
  background-position: 0 0px;
}

body.home .secondbar a.icon-home-large:hover {
  background-position: 0 -45px;
}

.secondbar {
  height: 40px;
  width: 100%;
  position: relative;
  margin: auto;
}

.secondbar a.icon-home-large {
  display: block;
  float: left;
  background: url(/images/dashboard/home.png) 0 -45px no-repeat;
  width: 27px;
  height: 22px;
  text-indent: -9999px;
  margin: 8px 0 0 13px;
}

.secondbar a.icon-home-large:hover {
  background-position: 0 -22px;
  background-position: 0 0px;
}

.secondbar #settings {
  height: 26px;
}

.secondbar span.settings {
  display: block;
  float: right;
  min-width: 72px;
  text-align: right;
  margin: 11px 10px 0 5px;
  font-weight: bold;
  font-size: 13px;
}

.secondbar span.settings div.downArrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004e67;
  float: right;
  height: 0;
  margin: 7px 0 6px 7px;
  width: 0;
}

.secondbar span.settings div.settings-popup {
  display: none;
  text-align: left;
}

.secondbar span.settings a.settings:hover div.downArrow {
  border-top: 5px solid #fdfdfd;
}

.secondbar span.settings.active {
  background: white;
  margin: 7px -1px 0 -10px;
  padding: 3px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #555;
}

.secondbar span.settings.active a.settings:hover {
  color: #004e67;
}

.secondbar span.settings.active a.settings:hover div.downArrow {
  border-top: 5px solid #004e67;
}

.secondbar span.settings.active div.settings-popup {
  display: block;
  width: 210px;
  padding: 1px 0 0 0;
  z-index: 1000;
  left: 754px;
  top: 42px;
  background: none repeat scroll 0 0 white;
  box-shadow: 0 0 2px 0 #000;
  position: absolute;
}

.secondbar span.settings.active div.settings-popup a {
  padding: 6px 0px;
  font-weight: normal;
  color: #01789d;
  display: block;
}

.secondbar span.settings.active div.settings-popup a:hover {
  color: #004e67;
  background-color: #e0f1fc;
}

.secondbar span.settings.active div.settings-popup span.shim span {
  background: white;
  display: block;
  position: absolute;
  height: 4px;
  right: 0;
  top: -2px;
  width: 0;
}

.secondbar a {
  color: #004e67;
}

.secondbar a:hover {
  color: #fdfdfd;
}

.secondbar i {
  margin: 2px 8px;
}

.secondbar .icon-user {
  background: url(/images/dashboard/settings-icons/profile-icon.png) top left
    no-repeat;
}

.secondbar .icon-cog {
  background: url(/images/dashboard/settings-icons/reviewwidget-icon.png) top
    left no-repeat;
}

.secondbar .icon-th-list {
  background: url(/images/dashboard/settings-icons/emailtemplates-icon.png) top
    left no-repeat;
}

i.icon-download-alt {
  background: url(/images/dashboard/buttons/import-icon.png) top left no-repeat;
}

i.icon-hdd {
  background: url(/images/dashboard/buttons/save-icon.png) top left no-repeat;
}

i.icon-hdd-large {
  width: 24px;
  height: 20px;
  background: url(/images/dashboard/buttons/save-icon-large.png) top left
    no-repeat;
}

i.icon-edit {
  background: url(/images/dashboard/buttons/respondReview-icon.png) top left
    no-repeat;
}

.box {
  background: none repeat scroll 0 0 white;
  margin: 0 auto 30px auto;
  min-height: 400px;
  width: 964px;
  border: 2px solid #D7E8ED;
  border-radius: 8px;
}

.box .pad-top-minus {
  margin-top: -2.5%;
}

.box a {
  color: #49b0d0;
}

.box a:active,
.box a:hover {
  color: #004e67;
}

.box dl {
  margin-top: -12px;
  margin-bottom: 23px;
}

.box dd {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  display: none;
  margin-left: 2%;
}

.box dd .feedbackEmailStateAndIntervalSection {
  text-align: left;
}

.box dd .push-right-after-checkbox {
  margin-left: 1.8%;
  margin-right: 4.5%;
}

.box dd .end-dd {
  border-top: 1px solid #e2e1e2;
  width: 95%;
}

.box .push-right-after-checkbox {
  margin-left: 1.6%;
  margin-right: 4.5%;
}

.box .boxheader {
  text-align: left;
}

.box .boxheader h2 {
  margin: 18px 1px 9px 1px;
  padding: 0;
  border-bottom: 1px solid #d9d8d9;
  color: rgb(5, 37, 39);
  font-family: Inter, "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;

}

.box .boxbody {
  min-height: 385px;
}

.box .boxbody dl:first-child dt {
  padding-top: 2%;
  border-top: 1px solid #e2e1e2;
}

.box .boxbody dt {
  padding-bottom: 2%;
  font-weight: normal;
  border-bottom: 1px solid #e2e1e2;
}

.box .boxbody dt .push-right {
  margin-left: 2%;
  font-size: 1.1em;
}

.box .boxbody dt .pad-top {
  margin-top: 1%;
}

.box .boxbody dt a {
  line-height: 1.3em;
  font-size: 1.4em;
  margin-bottom: 0.3%;
}

.box .boxbody dt a .black {
  color: #555 !important;
}

.box .boxbody dt a .black i {
  color: #49b0d0 !important;
  font-size: 0.8em;
}

.box .boxbody #filtered-labels-list {
  color: #d13232;
  display: none;
  margin-top: 0;
}

.box .boxbody #filtered-labels-list-heading {
  color: #d13232;
  display: none;
}

.box .btn-space {
  width: 5px;
  display: inline-block;
  height: 5px;
}

.box .btn {
  border: 1px solid #d9d8d9;
  background: #fdfdfd;
  padding-top: 3px;
  font-size: 15px;
  color: #01789d;
}

.box .btn i {
  margin-top: 3px;
  margin-right: 3px;
}

.box .btn i.icon-arrow-left {
  background: url(/images/dashboard/buttons/back-icon.png) top left no-repeat;
}

.box .btn i.icon-arrow-right {
  background: url(/images/dashboard/buttons/forward-icon.png) top right
    no-repeat;
}

.box .btn i.icon-plus-sign {
  background: url(/images/dashboard/buttons/add-icon.png) top left no-repeat;
}

.box .btn i.icon-trash {
  background: url(/images/dashboard/buttons/delete-icon.png) top left no-repeat;
}

.box .btn:hover {
  border-color: #5498b4;
  background: #4baad3;
  color: white;
}

.box .btn:hover i.icon-arrow-left,
.box .btn:hover i.icon-trash,
.box .btn:hover i.icon-download-alt,
.box .btn:hover i.icon-plus-sign {
  background-position: 0 -14px;
}

.box .btn:hover i.icon-arrow-right {
  background-position: -3px -14px;
}

.box .btn:hover i.icon-share {
  background-image: url("/images/dashboard/glyphicons-halflings-white.png");
}

.box .btn:active {
  border-color: #3d8cae;
  background: #449dc4;
  color: white;
}

.box .btn:active i.icon-arrow-left,
.box .btn:active i.icon-trash,
.box .btn:active i.icon-download-alt,
.box .btn:active i.icon-plus-sign {
  background-position: 0 -14px;
}

.box .btn:active i.icon-arrow-right {
  background-position: -3px -14px;
}

.box .btn:active i.icon-share {
  background-image: url("/images/dashboard/glyphicons-halflings-white.png");
}

.box div.start-by {
  min-height: 200px;
  padding-bottom: 80px;
  padding-top: 100px;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}

.box div.start-by h4 {
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 30px;
}

.box div.start-by .desc {
  padding-bottom: 30px;
}

.box div.start-by .link {
  color: #49b0d0;
}

.box div.start-by .guidelink {
  text-decoration: underline;
}

.box div.start-by small {
  font-size: 75%;
}

.box div.start-by p {
  width: 580px;
  max-width: 90%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 8px;
}

.box div.start-by p a.checkbox {
  position: relative;
  top: 3px;
  cursor: default;
  margin-right: 5px;
}

.box #feedbackRequestFromEmail {
  display: inline-block;
  width: 335px;
}

.box #feedbackRequestFromEmailBtn {
  margin-bottom: 4%;
}

.box div#customers-nps-div {
  position: relative;
  z-index: 2;
}

.box div#customers-nps-div div {
  position: absolute;
  top: 0px;
  left: 170px;
  font-size: 27px;
}

.box div#customers-nps-div div label {
  display: inline-block;
}

.replied-status-text {
  background: #ff4900;
  color: white !important;
  font-size: 13px;
  padding: 2px;
  border-radius: 2px;
}

.feedbackEmailStateAndIntervalSection span select {
  width: 6%;
}

.span-on-mobile {
  float: none;
  margin-left: 0;
}

.fonticon-plus.blue-accordian-icon {
  color: #49b0d0 !important;
  font-size: 0.8em;
}

textarea.default.testimonial-code-copy-textarea {
  height: 135px;
}

.bold-blue-btn {
  background: #006c8e;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  padding: 7px;
  border-radius: 0.3em;
}

@media (min-width: 801px) {
  #email-template-images-company-logo {
    max-width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: -2%;
  }

  #email-template-images-email-picture {
    max-width: 100%;
    margin-left: -2%;
    margin-bottom: 2%;
  }

  #feedback-page-banner-section {
    max-width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: -2%;
  }

  .clear.buttonarea {
    text-align: left;
  }
}

h3.showcase-testimonials-on-your-website {
  line-height: 22px;
  padding-bottom: 0.4em;
}

.copy-widget-code {
  margin-bottom: 1em;
}

.sub-descriptions {
  box-sizing: border-box;
  padding-right: 1%;
}

@media (max-width: 767px), handheld, screen and (max-device-width: 757px) {
  .push-banner-logo-content-right {
    margin-left: 4.5%;
  }

  textarea.default.testimonial-code-copy-textarea {
    height: 450px;
  }

  #customers-list_paginate span select,
  #customers-list_info span select,
  #export-customers-data span select,
  #businesses-list_paginate span select,
  #export-business-data span select,
  #businesses-list_info span select,
  .feedbackEmailStateAndIntervalSection span select {
    width: 18%;
  }

  #add-agency-button.customers-add-business-btn {
    display: none;
  }

  h3.showcase-testimonials-on-your-website {
    line-height: 22px;
    padding-bottom: 0.4em;
  }

  .copy-widget-code {
    margin-bottom: 1em;
  }

  .boxbody {
    padding-left: 3%;
    padding-right: 3%;
  }

  .box .boxbody dl:first-child dt {
    padding-top: 5%;
  }

  .box .boxbody dt {
    padding-bottom: 5%;
  }

  .box dd .push-right-after-checkbox {
    margin-left: 5.5%;
    margin-right: 6%;
  }

  h3.showcase-testimonials-on-your-website {
    line-height: 22px;
    padding-bottom: 0.4em;
  }

  .topbar .items,
  .secondbar,
  .box {
    width: auto;
  }

  .topbar .items .boxbody dt div.push-right,
  .secondbar .boxbody dt div.push-right,
  .box .boxbody dt div.push-right {
    margin-left: 6.4%;
  }

  .topbar .items {
    padding-right: 10px;
  }

  .secondbar span.settings.active div.settings-popup {
    left: auto;
    right: 0px;
  }

  #cummunication-method-pulsating-circle-section {
    display: none;
  }

  .wizard-bottom-buttons span:first-child {
    margin-left: -18%;
  }

  .e2btn.e2btn-blue-139.send-test-email {
    margin-left: 0%;
  }

  .expand-collapseable .black #span-on-mobile {
    padding-left: 7%;
  }

  .expand-collapseable .black #span-on-mobile-notification-alerts {
    padding-left: 6%;
  }

  .span-on-mobile {
    padding-left: 5%;
  }

  .span12.negative-feedback-email-template-box,
  .span12.positive-feedback-email-template-box {
    margin-left: 5.5%;
  }
}

@media (max-width: 750px), handheld, screen and (max-device-width: 750px) {
  body {
    padding: 0px;
  }
}

@media (max-width: 632px), handheld, screen and (max-device-width: 632px) {
  #customers-nps-div {
    min-height: 1px;
  }

  .topbar {
    overflow: hidden;
  }

  table .cell_review,
  table .cell_status {
    display: none;
  }

  body div.customerDetails input.customerName,
  body div.customerDetails div.customerReviewText textarea,
  body div.customerDetails input.customerFullWidth {
    width: 402px;
  }

  body div.customerDetails input.customerName,
  body div.customerDetails div.customerReviewText textarea,
  body div.customerDetails input.customerFullWidth {
    width: 402px;
  }

  body
    div.customerDetails
    div.left_2thirds
    div.customerReviewText
    label.customerReviewText {
    display: block;
    float: none;
  }

  body div.customerDetails div.right_1third {
    display: none;
  }
}

.revision-flow ol,
.revision-flow p {
  font-weight: normal;
}

.revision-flow p,
.revision-flow li {
  margin: 15px 0;
}

#allstateReportSpam label {
  cursor: pointer;
}

#allstateReportSpam label big {
  position: relative;
  top: 4px;
  padding-left: 5px;
}

#allstateReportSpam .options {
  padding: 5px 0 10px 0;
}

#allstateReportSpam .options.error {
  color: red;
}

.dashboard-indicator {
  display: none !important;
  width: 578px;
  height: 51px;
  background: url(/images/dashboard/dashboard-ProgressBar.png) no-repeat top
    center;
  margin: 15px auto 15px;
}

.step_2 .dashboard-indicator,
.step_2 .welcome-indicator {
  background-position: 0px -51px;
}

.step_3 .dashboard-indicator,
.step_3 .welcome-indicator {
  background-position: 0px -102px;
}

.step_4 .dashboard-indicator,
.step_4 .welcome-indicator {
  background-position: 0px -153px;
}

.step_5 .dashboard-indicator,
.step_5 .welcome-indicator {
  background-position: 0px -204px;
}

h4 {
  color: #004e67;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  white-space: nowrap;
}

#multi-select-options {
  display: inline-block;
}

.green-notice-area {
  margin-top: -34px;
  min-height: 45px;
  min-width: 100px;
  overflow: hidden;
  line-height: 30px;
}

.green-notice-area.hidden {
  display: none;
}

.modal .green-notice-area {
  margin-top: 0px;
  margin-bottom: -34px;
}

.green-notice-area div.alert {
  background-color: rgba(255, 255, 255, 0.5);
  border: medium none;
  color: #46a546;
  font-family: Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}

.green-notice-area div.alert a.close {
  opacity: 0;
  float: none;
  color: inherit;
}

.green-notice-area div.alert:hover a.close {
  opacity: 1;
}

.green-notice-area div.alert.error {
  color: red;
}

.old-layout .box .btn.btn-primary-old {
  border-color: #5498b4;
  background: #4baad3;
  color: white;
}

.old-layout .box .btn.btn-primary-old i {
  background-position: 0 -14px;
}

.old-layout .box .btn.btn-primary-old:hover,
.old-layout .box .btn.btn-primary-old:active {
  border: 1px solid #d9d8d9;
  background: #fdfdfd;
  padding-top: 3px;
  font-size: 15px;
  color: #01789d;
  box-shadow: none;
}

.old-layout .box .btn.btn-primary-old:hover i,
.old-layout .box .btn.btn-primary-old:active i {
  background-position: 0 0;
}

div.customers-list div.top div.left {
  float: left;
  margin-top: 1px;
}

div.customers-list div.dataTables_filter label {
  position: relative;
  display: block;
  width: 220px;
  height: 28px;
  margin-top: -4px;
}

div.customers-list div.dataTables_filter label div {
  font-size: 13px;
  position: absolute;
  left: 9px;
  top: 5px;
}

div.customers-list div.dataTables_filter label input {
  font-size: 13px;
  height: 12px;
  padding-left: 29px;
  padding: 7px 7px 7px 29px;
  width: 185px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
}

div.customers-list table thead th {
  font-size: 15px;
  font-weight: normal;
  padding: 8px 10px 6px 10px;
  border: 1px solid #d8d8d8;
  background: #f7f6f6;
  background-image: -moz-linear-gradient(top, #f9f8f8, #f1f0f0 77%, #e9e7e7);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f8f8),
    to(#e9e7e7),
    color-stop(77%, #f1f0f0)
  );
  background-image: -webkit-linear-gradient(top, #f9f8f8, #f1f0f0 77%, #e9e7e7);
  background-image: -o-linear-gradient(top, #f9f8f8, #f1f0f0 77%, #e9e7e7);
  background-image: linear-gradient(top, #f9f8f8, #f1f0f0 77%, #e9e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f6', endColorstr='#e9e7e7', GradientType=0);
}

div.customers-list table thead th span.arrow {
  display: inline-block;
  position: relative;
  width: 1px;
}

div.customers-list table thead th.sorting_desc,
div.customers-list table thead th.sorting_asc {
  background: #0396a6;
  color: #fff;
  font-weight: bold;
}

div.customers-list table thead th.sorting_desc span.arrow b,
div.customers-list table thead th.sorting_asc span.arrow b {
  display: block;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: -7px;
  left: 1px;
}

div.customers-list table thead th.sorting_desc span.arrow b {
  top: -7px;
  border-color: #fff transparent transparent;
}

div.customers-list table thead th.sorting_asc span.arrow b {
  top: -14px;
  border-color: transparent transparent #fff;
}

div.customers-list table tfoot {
  border: 1px solid #d8d8d8;
}

div.customers-list table tbody {
  border: 1px solid #d8d8d8;
}

div.customers-list table tbody td {
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  height: 73px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

div.customers-list table tbody td a {
  font-weight: bold;
}

div.customers-list table tbody td.cell_preference {
  font-size: 25px;
}

div.customers-list table tbody td,
div.customers-list table tbody tr.odd td.sorting_1,
div.customers-list table tbody tr.even td.sorting_1 {
  background: #fff;
}

div.customers-list table tbody tr:hover td,
div.customers-list table tbody tr.odd:hover td.sorting_1,
div.customers-list table tbody tr.even:hover td.sorting_1 {
  background: #e0f1fc;
}

div.customers-list table tbody tr.checked td,
div.customers-list table tbody tr.checked:hover td,
div.customers-list table tbody tr.checked td.sorting_1,
div.customers-list table tbody tr.checked:hover td.sorting_1 {
  background: #49b0d0;
  color: white;
}

div.customers-list table tbody tr.checked td a,
div.customers-list table tbody tr.checked:hover td a,
div.customers-list table tbody tr.checked td.sorting_1 a,
div.customers-list table tbody tr.checked:hover td.sorting_1 a {
  color: white;
}

div.customers-list table tbody tr.checked td i.icon-edit,
div.customers-list table tbody tr.checked:hover td i.icon-edit,
div.customers-list table tbody tr.checked td.sorting_1 i.icon-edit,
div.customers-list table tbody tr.checked:hover td.sorting_1 i.icon-edit {
  background-position: 0 -16px;
}

div.customers-list table tbody td span.date {
  font-size: 13px;
  font-weight: bold;
}

div.customers-list table .cell_check {
  width: 10px;
  padding-left: 9px;
  padding-right: 12px;
}

div.customers-list table .cell_name {
  width: 140px;
}

div.customers-list table .cell_rating {
  width: 73px;
}

div.customers-list table .cell_review {
  width: 212px;
  padding-left: 25px;
}

div.customers-list table .cell_status {
  width: 113px;
}

div.customers-list table .cell_website {
  width: auto;
}

div.customers-list table td.cell_name {
  text-align: left;
}

div.customers-list table td.cell_review {
  text-align: left;
}

div.customers-list table td.cell_review strong {
  display: block;
  font-size: 11px;
}

div.customers-list table td.cell_review strong a i {
  margin-left: 5px;
}

div.customers-list table td.cell_review p.r {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 212px;
}

div.customers-list table td.cell_status em {
  font-style: normal;
  color: #555;
  font-weight: normal;
}

div.customers-list div.dataTables_info {
  clear: none;
  float: right;
  margin: 1px 14px 0 15px;
}

div.customers-list .dataTables_paginate {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
}

div.customers-list .dataTables_paginate:before,
div.customers-list .dataTables_paginate:after {
  display: table;
  content: "";
}

div.customers-list .dataTables_paginate:after {
  clear: both;
}

div.customers-list .dataTables_paginate:first-child {
  *margin-left: 0;
}

.paginate_disabled_next,
.paginate_enabled_next,
.paginate_disabled_previous,
.paginate_enabled_previous {
  height: 10px;
  line-height: 10px;
  width: 3px;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  *display: inline;
  *zoom: 1;
  *background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.paginate_disabled_next:hover,
.paginate_disabled_next:active,
.paginate_disabled_next.active,
.paginate_disabled_next.disabled,
.paginate_disabled_next[disabled],
.paginate_enabled_next:hover,
.paginate_enabled_next:active,
.paginate_enabled_next.active,
.paginate_enabled_next.disabled,
.paginate_enabled_next[disabled],
.paginate_disabled_previous:hover,
.paginate_disabled_previous:active,
.paginate_disabled_previous.active,
.paginate_disabled_previous.disabled,
.paginate_disabled_previous[disabled],
.paginate_enabled_previous:hover,
.paginate_enabled_previous:active,
.paginate_enabled_previous.active,
.paginate_enabled_previous.disabled,
.paginate_enabled_previous[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.paginate_disabled_next:active,
.paginate_disabled_next.active,
.paginate_enabled_next:active,
.paginate_enabled_next.active,
.paginate_disabled_previous:active,
.paginate_disabled_previous.active,
.paginate_enabled_previous:active,
.paginate_enabled_previous.active {
  background-color: #ccc \9;
}

.paginate_disabled_next:first-child,
.paginate_enabled_next:first-child,
.paginate_disabled_previous:first-child,
.paginate_enabled_previous:first-child {
  *margin-left: 0;
}

.paginate_disabled_next,
.paginate_disabled_next div,
.paginate_enabled_next,
.paginate_enabled_next div,
.paginate_disabled_previous,
.paginate_disabled_previous div,
.paginate_enabled_previous,
.paginate_enabled_previous div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paginate_disabled_next,
.paginate_enabled_next {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0 none;
  margin-left: 0;
  padding: 4px 11px 5px 8px;
}

.paginate_disabled_next div,
.paginate_enabled_next div {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
  border-style: solid;
  border-width: 6px;
}

.paginate_disabled_next.disabled div,
.paginate_disabled_next.paginate_disabled_next div,
.paginate_enabled_next.disabled div,
.paginate_enabled_next.paginate_disabled_next div {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 4px 17px 5px 2px;
}

.paginate_disabled_previous div,
.paginate_enabled_previous div {
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  border-style: solid;
  border-width: 6px;
}

.paginate_disabled_previous.disabled div,
.paginate_disabled_previous.paginate_disabled_previous div,
.paginate_enabled_previous.disabled div,
.paginate_enabled_previous.paginate_disabled_previous div {
  border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent;
}

div.customerDetails {
  font-size: 16px;
}

div.customerDetails .green-notice-area {
  clear: both;
  margin: 0 0 -34px 0;
}

div.customerDetails input[type="email"]#customerEmail {
  display: block;
  font-size: 17px;
  padding: 10px 10px 9px;
  margin-bottom: 20px;
  color: #004e67;
}

div.customerDetails h3 {
  border-bottom: 1px solid #d9d8d9;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0 35px 8px 0;
  margin-bottom: 8px;
  text-align: center;
  display: block;
}

div.customerDetails label {
  font-size: inherit;
  margin: 12px 0 8px;
}

div.customerDetails input.customerName {
  width: 234px;
}

div.customerDetails input.customerFullWidth {
  width: 502px;
}

div.customerDetails div.customerReviewText label {
  display: inline-block;
}

div.customerDetails div.customerReviewText textarea {
  display: block;
  width: 502px;
  min-height: 92px;
}

div.customerDetails div.customerReviewText label.customerReviewText {
  display: block;
  float: left;
}

div.customerDetails div.customerReviewText div.customerRating {
  display: block;
  float: left;
  margin-top: 8px;
}

div.customerDetails div.customerToggleShowReview {
  float: right;
  margin-top: 10px;
  margin-right: 11px;
  text-align: center;
  font-size: 14px;
}

div.customerDetails div.right_1third {
  width: 350px;
  float: right;
}

div.customerDetails div.right_1third div {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

div.customerDetails div.right_1third div.activityDate {
  float: left;
  width: 108px;
}

div.customerDetails div.right_1third div.activityCustomer {
  float: left;
}

div.customerDetails div.left_2thirds {
  float: left;
  width: 536px;
}

div.customerDetails div.left_2thirds div.left {
  float: left;
  width: 268px;
}

div.customerDetails #customerDetails-activities {
  max-height: 275px;
  overflow-y: auto;
}

div.two_column_edit .kiosk-mode-note {
  font-size: 1.1em;
}

div.two_column_edit .green-notice-area {
  clear: both;
  margin: 0 0 -34px 0;
}

div.two_column_edit h3 {
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin: 19px 0 30px 60px;
  text-align: center;
}

div.two_column_edit form {
  margin: 0 0 0 60px;
}

div.two_column_edit form label.error {
  height: 0;
  margin: -24px 0 24px;
  text-shadow: 1px 1px 1px yellow;
}

div.two_column_edit form #flexbox-state label.error {
  left: 0;
  margin: 0;
  position: absolute;
  top: 35px;
}

.wizard-content div.templates .buttonarea.button-pair-in-wizard {
  margin-top: 3%;
}

div.templates .buttonarea {
  margin-top: 3%;
  text-align: right;
  margin-right: 28%;
}

div.templates textarea {
  min-height: 246px;
}

div.templates .update_template_review_request {
  margin-left: 2%;
}

div.templates .update_template_review_request h3,
div.templates .update_template_review_request form,
div.templates .update_template_review_request div.buttonarea {
  text-align: left;
  margin-left: 15%;
}

div.templates .update_template_review_request h3 #feedback-page-title-update,
div.templates .update_template_review_request form #feedback-page-title-update,
div.templates
  .update_template_review_request
  div.buttonarea
  #feedback-page-title-update {
  margin-left: -5%;
}

div.templates .update_template_review_request .buttonarea.push-right {
  text-align: right;
  margin-top: 3%;
  margin-right: 29.5%;
}

div.templates .update_template_review_response h3,
div.templates .update_template_review_response form,
div.templates .update_template_review_response div.buttonarea {
  margin-left: 0px;
  margin-right: 70px;
}

.clear.buttonarea {
  margin-top: 3%;
  text-align: right;
  margin-right: 29.5%;
  margin-bottom: 2%;
}

.clear.buttonarea.do-not-push-right {
  margin-left: 0;
  text-align: left;
}

.wizard-content .clear.buttonarea {
  margin-right: 0;
  text-align: center;
}

div.editWidget {
  margin: 34px 68px 0 0;
}

div.editWidget h3 {
  color: #01789d;
  line-height: normal;
  margin: 0 0 5px 0;
}

div.editWidget div.edit-widget-option a.checkbox {
  float: left;
}

div.editWidget div.edit-widget-option div {
  float: left;
  margin: -4px 0px 26px 11px;
}

div.editWidget .showcase-option {
  margin-top: 22px;
}

div.editWidget .showcase-option textarea.default[readonly] {
  background-color: white;
  cursor: text;
  margin-top: 17px;
  width: 751px;
  min-height: 94px;
}

div.editWidget .showcase-option h3 {
  text-align: left;
}

div.editWidget #widget_link-copy,
div.editWidget #widget_badge_link-copy {
  width: 150px;
  border-radius: 8px;
  display: block;
  margin: auto;
}

div.editWidget a {
  text-decoration: underline;
}

div.editWidget #feedback {
  border: none;
}

div.editWidget #feedback textarea {
  box-shadow: none;
  padding: none;
  margin: none;
}

div.editWidget.wizard-content {
  margin: auto;
}

div.editWidget.pull-box-left {
  margin-left: 10px;
}

.toggle-pillbox {
  margin: auto;
  background: url(/images/dashboard/toggle-gray-pill.png) no-repeat scroll 0px
    0px;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  display: block;
  height: 27px;
  width: 92px;
}

.toggle-pillbox .slider,
.toggle-pillbox .left-text,
.toggle-pillbox .right-text {
  color: #555;
  width: 45px;
  height: 21px;
  line-height: 21px;
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
}

.toggle-pillbox .right-text {
  left: 45px;
}

.toggle-pillbox .slider {
  width: 45px;
  height: 21px;
  border-radius: 4px;
  left: 45px;
  background-color: #d85f5a;
  box-shadow: 0px 0px 1px 0px #d85f5a;
  color: #872822;
}

.toggle-pillbox .slider .yes,
.toggle-pillbox .slider .no {
  text-align: center;
  width: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.toggle-pillbox .slider .yes {
  display: none;
}

.toggle-pillbox .slider .no {
  display: block;
}

.toggle-pillbox .slider.yes {
  left: 2px;
  color: #3d6b37;
  background-color: #76b274;
  box-shadow: 0px 0px 1px 0px #76b274;
}

.toggle-pillbox .slider.yes .yes {
  display: block;
}

.toggle-pillbox .slider.yes .no {
  display: none;
}

.toggle-pillbox[data-status="disabled"] {
  cursor: not-allowed;
}

.toggle-pillbox[data-status="disabled"] .slider {
  background-color: #6c6a6c;
  color: #ffffff;
}

#calcelPaymentButton {
  margin-top: 15px;
}

.preloader {
  width: 16px;
  height: 16px;
  background: url(/images/preloader/16.gif);
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.preloader.status-ok {
  background: url(/images/preloader/ok.png);
}

#e2w-edit-widget-load-profiles-url {
  text-align: left;
  margin: 0 0 35px 0;
}

#e2w-edit-widget-load-profiles-url .btn {
  font-size: 16px;
  padding: 8px 16px;
  margin-left: 0px;
}

#e2w-edit-widget-add-profiles {
  padding: 20px 0;
}

#e2w-edit-widget-add-profiles .btn {
  font-size: 16px;
  padding: 10px 16px;
  position: relative;
  top: -5px;
  margin: 0 10px;
}

#e2w-edit-widget-profiles .profile {
  padding: 20px;
  position: relative;
  cursor: move;
  border: 1px solid #ccc;
  background: #efefef;
  margin: 10px 0;
  border-radius: 5px;
}

#e2w-edit-widget-profiles .profile .yelp-review-container h3,
#e2w-edit-widget-profiles .profile .yelp-review-container img {
  float: left;
  min-width: 165px;
  text-align: center;
}

#e2w-edit-widget-profiles .profile .yelp-review-container span,
#e2w-edit-widget-profiles .profile .yelp-review-container span.show-link {
  top: 20px !important;
  margin-left: 0px;
}

#e2w-edit-widget-profiles .profile img,
#e2w-edit-widget-profiles .profile h3 {
  margin-bottom: 20px;
}

#e2w-edit-widget-profiles .profile h3 {
  display: inline-block;
  line-height: 63px;
}

#e2w-edit-widget-profiles .profile .icon-move {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
}

#e2w-edit-widget-profiles .profile .btn {
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#e2w-edit-widget-profiles .profile .btn i {
  position: relative;
  left: -2px;
  top: -1px;
}

#e2w-edit-widget-profiles .profile input[type="text"] {
  display: inline-block;
  margin-bottom: 0;
}

#e2w-edit-widget-profiles .profile .input-group {
  margin-bottom: 20px;
}

#e2w-edit-widget-profiles .profile .input-group .btn-save {
  content: "SAVE";
  height: 39px !important;
  background: #052527 !important;
  color: white !important;
  border: none !important;
  font-weight: 700;
  margin-left: -5px;
  text-shadow: none;
  padding: 5px 20px !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all;
  width: 6em;
  border-radius: 0 4px 4px 0;
}

#e2w-edit-widget-profiles .profile .input-group .btn-save:before {
  content: "Save";
}

#e2w-edit-widget-profiles .profile .input-group .btn-save.btn-saved {
  background: #239a1f !important;
}

#e2w-edit-widget-profiles .profile .input-group .btn-save.btn-saved:before {
  content: "Saved!";
}

#e2w-edit-widget-profiles .profile .note {
  line-height: 40px;
  padding-left: 10px;
}

#e2w-edit-widget-profiles .profile .gfs-w-img,
#e2w-edit-widget-profiles .profile .gfs-w-checks {
  float: left;
}

#e2w-edit-widget-profiles .profile .gfs-w-img h3 {
  height: 63px;
  width: 165px;
  max-width: 100%;
  text-align: center;
  border-radius: 10px;
  background: white;
  border: 1px solid #bbb;
}

#e2w-edit-widget-profiles .profile .gfs-w-checks {
  padding-top: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}

#e2w-edit-widget-profiles .profile .gfs-w-checks div {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

#e2w-edit-widget-profiles .profile .gfs-w-checks div.disabled {
  color: #999;
  cursor: not-allowed;
}

#e2w-edit-widget-profiles .ui-state-highlight {
  border: 2px dashed #ccc;
  min-height: 100px;
}

#e2w-edit-widget-profiles .preloader {
  position: absolute;
  top: 20px;
  right: 20px;
}

#sendReviewRequest-follow {
  padding: 10px 0 5px 0;
  cursor: pointer;
}

#sendReviewRequest input[type="text"] {
  width: 93% !important;
}

#reviewRequestAlert .modal-dialog {
  width: 380px;
  height: auto;
}

#reviewRequestAlert .modal-dialog .modal-body {
  height: 48%;
}

.edit-widget-option select {
  width: auto;
  height: auto;
  padding: 2px;
}

#review-widget-table td {
  vertical-align: middle;
}

#review-widget-table td .e2wget5logo {
  margin-bottom: 0;
}

div.customers-list table .cell_rating {
  min-width: 70px;
}

div.customers-list table .cell_recommend {
  min-width: 50px;
}

.e2w-edit-widget-header {
  text-align: center;
  margin-bottom: 40px;
}

.e2w-edit-widget-header.e2w-edit-widget-header-testi {
  margin-top: 40px;
}

div.edit-widget-intro {
  margin-bottom: 44px;
}

div.edit-widget-intro p {
  margin: 10px 0 !important;
  font-size: 16px;
  line-height: 20px;
}

.edit-templates-intro {
  width: 98%;
  max-width: 100%;
  margin: 30px;
  margin-left: 0px;
}

.edit-templates-intro p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 16px;
}

.email-template-info {
  padding: 10px;
  border-radius: 4px;
  width: 300px;
  margin-left: 30px;
  margin-top: 200px;
  font-size: 16px;
  line-height: 22px;
}

.email-template-info.email-template-info-big-margin {
  margin-top: 290px;
}

.email-template-info a {
  color: #004e67;
}

.email-template-info a:hover {
  color: #000;
}

.email-template-info.feedback-page-title-box {
  margin-top: 0%;
}

a.checkbox.radiobutton {
  padding: 2px;
  background-position: -70px -94px;
  border-radius: 50px;
}

a.checkbox.radiobutton.unselected {
  background: none;
}

#autoFeedbackMode {
  display: none;
  float: right;
  font-size: 15px;
  padding: 5px 0;
}

#autoFeedbackRequests p,
#guideFinished p {
  padding: 5px 0;
  font-size: 15px;
}

#businesses-list-div {
  margin-bottom: 10px;
}

#customers-list_wrapper {
  margin-bottom: 10px;
}

#nps-score-help {
  width: 495px;
}

.userguideHeaderInfo {
  display: inline-block;
  position: relative;
  top: 5px;
  padding: 0 10px;
  width: 80%;
  text-align: center;
}

.userguideNextLink {
  float: right;
  position: relative;
  top: 8px;
}

.customers .green-notice-area {
  position: relative;
  top: 45px;
}

.customers .green-notice-area .alert {
  background: none;
}

#emailImageBlock {
  margin: 20px 0;
}

#emailImageBlock div {
  margin-top: 20px;
}

#emailImageBlock .error {
  color: red;
}

.automatic-help {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url("/images/question.png");
  cursor: pointer;
  position: relative;
  z-index: 1000;
  top: 5px;
}

.settings-popup {
  z-index: 2000 !important;
}

.profile-green-notice-area {
  margin: auto !important;
  height: auto !important;
}

.profile-green-notice-area .alert {
  margin-bottom: 0 !important;
}

#businesses-list .other-managers {
  font-size: 11px;
}

#businesses-list .show-all-managers {
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 11px;
}

#businesses-list .manager-record {
  margin: 4px 0;
  display: none;
}

#businesses-list .manager-record:first-child {
  display: block;
}

#businesses-list .up {
  color: green;
}

#businesses-list .up:after {
  content: "▲";
}

#businesses-list .down {
  color: red;
}

#businesses-list .down:after {
  content: "▼";
}

#businesses-list .same {
  color: black;
}

#businesses-list .up,
#businesses-list .down,
#businesses-list .same {
  font-weight: bold;
  font-size: 16px;
}

#businesses-list td {
  padding-top: 0;
  padding-bottom: 0;
}

#do-not-show-agency-pricing {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

#do-not-show-agency-pricing a {
  margin-left: 5px;
}

#agencySettings {
  float: left;
}

#businesses-list_wrapper .dataTables_filter {
  margin-right: 10px;
}

#agency-business-add-explanation {
  float: right;
  width: 400px;
  font-size: 16px;
  position: relative;
  top: 80px;
  left: -30px;
  border: 1px solid #555;
  padding: 10px;
  border-radius: 5px;
}

.home.businesses #green-notice-area {
  display: none;
}

.home.businesses .alert {
  margin-top: 10px;
}

#modalboxAjax .modal-dialog {
  width: 650px;
}

#modalboxAjax .modal-dialog .preloader {
  display: block;
  margin: 0 auto;
  visibility: visible;
}

.edit-widget .requirements {
  padding-top: 20px;
}

.secondbar {
  padding: 0 20px;
  box-sizing: border-box;
}

.secondbar a {
  font-size: 13px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
}

.secondbar a:hover {
  color: #dedede;
}

.secondbar .next {
  color: #fff;
}

.topbar nav {
  text-align: right;
}

.topbar nav ul {
  margin: 0;
  padding: 0;
}

.topbar nav ul li {
  list-style-type: none;
  display: inline;
  line-height: 45px;
  position: relative;
}

.topbar nav a {
  float: none;
  margin: 0;
  font-size: 13px;
  padding: 0 2px;
  padding: 5px 8px;
  line-height: normal;
}

.topbar nav .e2wlogoutButton {
  margin-left: 20px;
}

.topbar nav .active > a {
  background: #fff;
  color: #004e67;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 10001;
  text-shadow: none;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}

.topbar .submenu-break {
  visibility: hidden;
}

.topbar .submenu-menu {
  display: none;
  position: absolute;
  top: 19px;
  right: 4px;
  min-width: 150px;
  background: #fff;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  padding: 5px 0;
  z-index: 10000;
}

.topbar .submenu-menu a {
  padding: 6px 0;
  font-weight: normal;
  color: #01789d;
  display: block;
  text-align: left;
  text-shadow: none;
}

.topbar .submenu-menu a:hover {
  color: #004e67;
  background-color: #e0f1fc;
}

.topbar .submenu-menu a i {
  padding: 0 8px;
}

.topbar .submenu-menu .dismiss {
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
  display: none;
}

.topbar #menu-top-submenu-settings {
  width: 200px;
}

.topbar #menu-top-submenu-account {
  width: 200px;
}

.topbar #menu-top-submenu-report {
  width: 220px;
}

.topbar #menu-top-submenu-help {
  width: 178px;
}

.topbars .secondbar span {
  padding: 0 5px;
  visibility: hidden;
  font-weight: bold;
  font-size: 16px;
}

.topbars .secondbar span:before {
  content: "Â»";
}

.topbars .secondbar a.last:hover {
  cursor: default;
  color: #fff;
}

#responsive-menu-indicator {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  display: none;
  border-radius: 5px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

#responsive-menu-indicator span {
  height: 1px;
  border: 3px solid #fff;
  background: #fff;
  width: 80%;
  margin: 4px auto;
  display: block;
  border-radius: 5px;
}

#menu-top-navigation .responsive-dismiss {
  display: none;
}

#main-alerts .alert {
  margin-top: 0 !important;
}

#claim_details_form {
  float: left;
}

#add-business-right-note {
  float: left;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 60px;
  margin-left: 100px;
}

#add-business-right-note p {
  margin: 20px 0;
}

#userguide-post-content {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}

#business-reporting {
  float: right;
}

.customers-list .r.positive-feedback {
  color: #555;
}

.customers-list .r.negative-feedback {
  color: #555;
}

.customers-list .r {
  max-height: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  float: left;
  width: 212px;
}

.customers-list .replied-status-text {
  display: inline-block;
}

.modal-userguide-preview {
  background: url(/images/dashboard/header-bluebar.png) top left repeat-x;
  position: relative;
  width: 240px;
  height: 175px;
  margin: 30px auto 0 auto;
}

.modal-userguide-preview .blue-bar {
  left: 0;
  right: 0;
  position: absolute;
  top: 47px;
  height: 40px;
  background: url(/images/dashboard/lightbluebar.png) 0 0 repeat-x;
}

.menu-like-preview {
  position: absolute;
  left: 20px;
  top: 33px;
  right: 4px;
  width: 200px;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  padding: 5px 0;
  z-index: 10000;
}

.menu-like-preview .settings-preview {
  position: absolute;
  top: -25px;
  right: -1px;
  background: #fff;
  color: #004e67;
  text-shadow: none;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  display: inline;
  font-size: 13px;
  padding: 1px 8px;
}

.menu-like-preview a {
  padding: 3px 0;
  font-weight: normal;
  color: #01789d !important;
  display: block;
  text-align: left;
  text-shadow: none;
  font-size: 13px;
  cursor: default;
}

.menu-like-preview a.selected {
  color: #004e67 !important;
  background-color: #e0f1fc !important;
}

.menu-like-preview i {
  padding: 0 8px;
}

.menu-like-preview .handico {
  width: 22px;
  height: 28px;
  background: url(/images/handico.png);
  position: absolute;
  top: 15px;
  right: 10px;
}

.menu-like-preview #handico2 {
  top: 45px;
}

.menu-like-preview #handico3 {
  top: 72px;
}

.menu-like-preview #handico4 {
  top: 100px;
}

#advanced-search-box {
  display: none;
}

#advanced-search-box .overlay {
  width: 25%;
  float: right;
  padding: 10px 0;
}

#advanced-search-box .overlay.left {
  width: 25%;
}

#advanced-search-box .overlay.right {
  width: 29.7%;
}

#advanced-search-box label {
  cursor: pointer;
}

.dataTables_wrapper .bottom {
  padding-top: 15px;
}

.dataTables_wrapper .bottom .dataTables_filter {
  display: none;
}

#go-to-top-btn {
  float: right;
  position: relative;
  top: -4px;
}

#logo-box .logo {
  display: block !important;
  height: 43px;
  line-height: 43px;
}

#logo-box .logo img {
  max-height: 43px !important;
  margin-top: 2px;
}

.site-option-headline {
  color: #555 !important;
  font-weight: normal;
}

#whitelabel-config .row {
  padding: 10px 0;
}

#whitelabel-config .row .span6 p {
  padding-top: 16px;
}

#whitelabel-config .row .img {
  max-width: 250px;
  margin: 20px 0;
}

#feedback-url h3 {
  margin-bottom: 20px;
  color: #555;
}

#review-clicks h2,
#nps-history-title,
#short-url-clicks h2 {
  background-color: #f7f6f6;
  padding: 5px;
  font-size: 16px;
}

#review-clicks h3,
#short-url-clicks h3 {
  margin-bottom: 10px;
}

#review-clicks h3,
#short-url-clicks h3 {
  text-align: center;
}

#review-clicks h2,
#review-clicks,
#short-url-clicks h2,
#short-url-clicks {
  margin-bottom: 20px;
}

#review-clicks p,
#short-url-clicks p {
  text-align: center;
}

#sendFeedbackImmediately {
  font-size: 14px;
  cursor: pointer;
}

#sendFeedbackImmediately a {
  margin-right: 5px;
}

a.checkbox.moveup {
  margin-top: -3px;
}

#email-template-images .img {
  max-width: 300px;
  max-height: 300px;
}

#email-template-images .img img {
  max-height: inherit;
}

.email-template-settings-box {
  max-width: 500px;
  margin-bottom: -1.2%;
  font-size: 1.1em;
}

.email-template-settings-box b {
  font-size: 1.3em;
}

#facebook-is-connected {
  margin-left: 10px;
}

/*#claim_details_form select,
.profile select {
  margin-bottom: 20px;
}*/

#importCustomersStats .import-customers-stats {
  height: 100px;
  overflow: auto;
  margin-bottom: 30px;
  margin-top: 10px;
  border: 1px solid #222;
  border-radius: 5px;
  color: red;
  padding: 10px;
}

#importCustomersStats .import-customers-stats div {
  margin-bottom: 5px;
}

#importCustomersStats #import-stats-imported-emails {
  color: green;
}

#importCustomersStats #import-stats-invalid-emails {
  margin-bottom: 0 !important;
}

#importCustomers .table-import-customers {
  overflow-x: scroll;
}

#importCustomers .table-import-customers table {
  font-size: 10px;
  text-align: left !important;
  table-layout: fixed;
}

#importCustomers .table-import-customers table th,
#importCustomers .table-import-customers table td {
  border: 1px solid #aaa;
  white-space: nowrap;
  padding: 5px;
}

#importCustomers .table-import-customers table td {
  padding: 0 5px;
}

#importCustomers .table-import-customers table th {
  background: #eee;
}

#importCustomers .table-import-customers table th:nth-child(4),
#importCustomers .table-import-customers table th:nth-child(5),
#importCustomers .table-import-customers table th:nth-child(6),
#importCustomers .table-import-customers table th:nth-child(7),
#importCustomers .table-import-customers table th:nth-child(8) {
  background: lightblue;
}

#importCustomersStatsError .modal-header h3 {
  color: red;
}

.paymentDetailsTable th {
  text-align: left;
}

.paymentDetailsTable #updatePaymentButton {
  margin-top: 18px;
}

.pulsating-circle {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-radius: 50px;
  box-shadow: 0 0 35px #2187e7;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  -moz-animation: spinPulse 1.5s infinite ease-in-out;
  -webkit-animation: spinPulse 1.5s infinite linear;
}

@keyframes spinPulse {
  0% {
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spinPulse {
  0% {
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.highlight-content {
  color: #49b0d0 !important;
}

.customers-add-business-btn,
.delete-customer-btn {
  float: right;
  position: relative;
  top: -5px;
  margin: 5px 0 5px 5px;
}

#businesses-list-div tbody .cell_name {
  background: none;
}

#businesses-list-div tbody tr:hover td {
  background: #e0f1fc;
}

#businesses-list-div tbody tr.checked td {
  background: #49b0d0;
}

#export-business-data,
#export-customers-data {
  position: relative;
  top: -4px;
}

.alert-info .alert-info-link {
  color: #004e67;
}

.alert-info .alert-info-link:hover {
  text-decoration: underline;
}

.alert-info.alert.alert-notifications {
  background-color: #fcf8e3;
  border-color: #eae3fc;
  color: #33332d;
  margin-top: 18px;
  padding: 8px 13px 8px 14px;
  font-size: 1.1em;
  word-wrap: break-word;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.alert-info.alert.alert-notifications .text-section {
  width: 87%;
  padding-right: 2%;
  box-sizing: border-box;
}

.alert-info.alert.alert-notifications button {
  display: block;
  margin: auto;
  padding: 6px 13px;
  color: #33332d;
  border: 1px solid #d9d8d9;
  background: #fdfdfd;
  font-size: 15px;
  color: #01789d;
  border-radius: 0.4em;
}

.alert-info.alert.alert-notifications button.btn-primary {
  color: white;
  background: #46a9d5;
}

.alert-info.alert.alert-notifications button:hover {
  border-color: #5498b4;
  background: #4baad3;
  color: white;
}

.alert-info.alert.alert-notifications button .icon-remove-sign {
  margin-top: 0.13em;
  margin-right: 0.3em;
}

#alert-slidedown-sms {
  background-color: white;
}

#alert-slidedown-sms button {
  white-space: nowrap;
}

div.businessPackageNameSelectBox {
  position: absolute;
  background: white;
  width: 300px;
  text-align: left;
  padding: 8px 8px;
  margin-left: -270px;
  margin-top: -40px;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.75);
}

div.editWidget div.edit-widget-option div {
  float: none;
}

div.editWidget div.edit-widget-option a.checkbox {
  margin-right: 8px;
  margin-top: 1px;
}

.cell_review b {
  word-break: normal;
}

label.pointer {
  cursor: pointer;
}

#flexbox-type_ctr {
  top: 38px !important;
  width: 99.5% !important;
}

#flexbox-type_input {
  width: 93.9% !important;
}

#flexbox-type label {
  position: absolute !important;
  left: 0;
  bottom: -25px;
  top: auto;
}

#google-business-search-hint {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

#google-business-search-hint div {
  max-height: 300px;
  overflow: auto;
}

#google-business-search-hint p {
  padding: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

#google-business-search-hint p:hover {
  background: #eee;
}

#customers-list_filter,
#businesses-list_filter {
  float: left;
}

#customers-dashboard-filter {
  float: left;
  position: relative;
  top: -4px;
  margin: 0 10px;
}

#customers-nps-span {
  float: right;
  font-size: 14px;
  position: relative;
  bottom: -1px;
}

#customers-nps-span .score {
  font-weight: bold;
}

#customer-dashboard-filter-box {
  border: 1px solid #ccc;
  width: 250px;
  padding: 10px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  display: none;
}

#customer-dashboard-filter-box ul {
  margin: 0;
}

#customer-dashboard-filter-box li {
  list-style-type: none;
  cursor: pointer;
  padding: 3px;
  border-radius: 5px;
}

#customer-dashboard-filter-box li:hover {
  background: #eee;
}

#customer-dashboard-filter-box li a {
  margin-right: 3px;
}

#customer-dashboard-filter-box .title {
  padding: 5px 3px 5px 3px;
  display: block;
}

#customer-data-active-filters {
  display: none;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}

#customer-data-active-filters .close {
  color: #555 !important;
  opacity: 1 !important;
  font-size: 14px;
}

#customers-per-page,
#businesses-per-page {
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
}

#customers-per-page a,
#businesses-per-page a {
  color: #555;
  text-decoration: underline;
}

#customers-per-page a.selected,
#businesses-per-page a.selected {
  font-weight: bold;
}

#customers-per-page a:hover,
#businesses-per-page a:hover {
  font-weight: bold;
}

.span11.testimonial-widget-badge-block {
  margin-left: 0%;
}

.span11.testimonials-widget-showcase-block {
  margin-left: 0%;
}

.negative-feedback-email-template-box,
.positive-feedback-email-template-box {
  margin-left: 0%;
}

.wizard-content {
  margin: auto;
  width: 72%;
}

@media (max-width: 801px) {
  #reviewRequestAlert .modal-dialog {
    width: 92%;
  }

  div.templates .update_template_review_request {
    margin-left: 5%;
  }

  .box dd .feedbackEmailStateAndIntervalSection {
    margin-left: 5%;
  }

  #feedback-page-title-input {
    margin-left: 5%;
  }

  #feedback-page-title-input .buttonarea {
    text-align: left;
  }

  #feedback-page-title-input .buttonarea #feedback-page-title-update {
    margin-left: -4%;
  }

  .email-template-info.feedback-page-title-box {
    margin-left: 5% !important;
    width: 86.5%;
  }

  .span12.templates.oneColumn {
    margin-left: 5%;
  }

  div#editWidget h3 {
    font-size: 1em;
    margin-right: 4.5%;
  }

  .span11.testimonial-widget-badge-block {
    margin-left: 5%;
  }

  .span11.testimonials-widget-showcase-block {
    margin-left: 5%;
  }

  .negative-feedback-email-template-box,
  .positive-feedback-email-template-box {
    margin-left: 5%;
  }

  #editWidget.advanced-testimonial-widget-box {
    margin-left: 5%;
  }

  .box .push-away-mobile {
    margin-left: 5%;
  }

  .box .pad-top-minus {
    margin-top: -6%;
  }

  .box dd.push-away-mobile {
    margin-left: 6.5%;
  }

  .box dd.push-away-mobile.online-review-alert-notification-settings-box {
    margin-left: 6.5%;
    margin-top: 2.7%;
  }

  div.templates .buttonarea {
    text-align: left;
    margin-left: 5%;
  }

  .clear.buttonarea {
    text-align: left;
  }

  .clear.buttonarea.push-right {
    text-align: left;
    margin-left: -4.5%;
  }

  div.templates .update_template_review_request .buttonarea.push-right {
    text-align: left;
    margin-left: -7.5%;
  }

  div.templates
    .update_template_review_request
    .buttonarea.push-right.kiosk-do-not-push-right {
    text-align: left;
    margin-left: -0.5%;
  }
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: text;
}

.textarea-counter {
  padding: 20px 10px 20px 0px;
  border: 1px solid #868686;
  border-radius: 20px;
}

.textarea-counter textarea,
.textarea-counter textarea:focus {
  width: 99%;
  border: 0;
  resize: none;
  box-shadow: none;
  padding: 10px 2px 9px;
}

.textarea-counter .counter {
  font-size: 11px;
  font-weight: 600;
  color: #908c87;
  float: right;
}

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

.no-margin {
  margin: 0 !important;
}

.business-list-manage #businesses-list td {
  padding: 3px;
}

.business-list-manage #businesses-list_info,
.business-list-manage #businesses-list_filter {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.red {
  color: red;
}

a#cancelPaymentButton {
  text-decoration: none;
}

button#cancelPaymentButton {
  background: #f97400;
  font-weight: 700;
  padding: 9px !important;
  margin: 0 auto !important;
  color: white;
  font-size: 1.3em;
  border: 0 !important;
  display: block;
  text-shadow: none !important;
}

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

.hover-element.visualTemplateWithBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2px;
  background: rgba(155, 155, 155, 0.5);
  border-radius: 5px;
}

.selectize-input {
  border-color: transparent !important;
  border-bottom-color: #49b0d0 !important;
}

.selectize-input.focus {
  border-color: transparent !important;
  border-bottom-color: #49b0d0 !important;
  box-shadow: none !important;
}

.business-table-address {
  color: #5d6363 !important;
  font-size: 10px;
  font-weight: 200;
}

.business-address {
  font-weight: 200;
  font-size: 70%;
}

#businesses-list_processing {
  z-index: 100000000;
}

.testimonialPageUrlLink {
  display: inline-block;
  width: 344px;
  padding: 10px 10px 9px;
  background: #eee;
  color: #004e67;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.testimonialPageUrlLink a {
  color: #004e67;
  font-size: 17px;
  text-decoration: none !important;
}

#myModal-update {
  top: 0 !important;
}

#myModal-update .modal-header {
  color: #fff;
  padding: 30px 20px;
  background-color: #60c4d8;
}

#myModal-update .modal-header .modal-title {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin: 0 !important;
}

#myModal-update .modal-header .close {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2px;
}

#myModal-update .modal-content {
  border-radius: 0px !important;
}

#myModal-update .modal-body {
  line-height: 21px;
  color: #404040;
  font-size: 13px;
}

#myModal-update .modal-footer {
  text-align: right;
}

#myModal-update .btn {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: #555;
  background: #f9f8f8;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  border-radius: 13px;
  font-weight: 700;
}

#myModal-update .btn-default {
  color: #404040;
  background-color: #fff;
  border-color: #d9d9d9;
}

#myModal-update .btn-default:focus,
#myModal-update .btn-default.focus {
  color: #404040;
  background-color: #fff;
  border-color: #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

#myModal-update .btn-default:hover,
#myModal-update .btn-default.hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: #b8b8b8;
}

#myModal-update .btn-default:active,
#myModal-update .btn-default.active,
#myModal-update .open > .dropdown-toggle.btn-default {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  color: #272727;
  background-color: #e3e3e3;
  border-color: #b8b8b8;
}

#myModal-update .btn-default:active:hover,
#myModal-update .btn-default.active:hover,
#myModal-update .open > .dropdown-toggle.btn-default:hover,
#myModal-update .btn-default:active:focus,
#myModal-update .btn-default.active:focus,
#myModal-update .open > .dropdown-toggle.btn-default:focus,
#myModal-update .btn-default:active.focus,
#myModal-update .btn-default.active.focus,
#myModal-update .open > .dropdown-toggle.btn-default.focus {
  color: #272727;
  background-color: #e3e3e3;
  border-color: #b8b8b8;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}

#myModal-update .btn-primary {
  border-color: #44b9d1;
  color: #fff;
  background-color: #58c1d6;
  border-color: #58c1d6;
}

#myModal-update .btn-primary:focus,
#myModal-update .btn-primary.focus {
  color: #fff;
  background-color: #31b0ca;
  border-color: #1d6978;
}

#myModal-update .btn-primary:hover {
  color: #fff;
  background-color: #31b0ca;
  border-color: #2a97ad;
}

#myModal-update .btn-primary:active,
#myModal-update .btn-primary.active,
#myModal-update .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #31b0ca;
  border-color: #2a97ad;
}

#myModal-update .btn-primary:active:hover,
#myModal-update .btn-primary.active:hover,
#myModal-update .open > .dropdown-toggle.btn-primary:hover,
#myModal-update .btn-primary:active:focus,
#myModal-update .btn-primary.active:focus,
#myModal-update .open > .dropdown-toggle.btn-primary:focus,
#myModal-update .btn-primary:active.focus,
#myModal-update .btn-primary.active.focus,
#myModal-update .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2a97ad;
  border-color: #1d6978;
}

#myModal-update .modal-dialog {
  border: none !important;
}

#myModal-update .modal-dialog .modal-body {
  padding: 20px !important;
  margin: 0px !important;
}

@media (min-width: 650px) {
  #myModal-update .modal-dialog {
    width: 600px;
  }
}

.mn-table td {
  padding: 0;
}

#policy-spam-textarea {
  width: 422px;
  height: 93px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.customer-tags {
  margin-top: 5px;
}

.customer-tags span {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 4px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px 1px 0 0;
  display: inline-block;
}

.report-attachment {
  width: 100%;
  position: relative;
  height: 40px !important;
  color: #555 !important;
  border-color: #555 !important;
  overflow: hidden;
}

.report-attachment .button {
  cursor: pointer;
  position: absolute;
  right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background: #555;
  color: #fff;
  height: 100%;
  line-height: 40px;
}

.report-attachment .file-select-name {
  position: absolute;
  left: 0px;
  padding-left: 10px;
  line-height: 40px;
  color: #fff;
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }
}

.alert.is-sitewide-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 25px;
  color: #404040;
  background: #f5f5f5;
  border: none;
  margin: 0 !important;
}

.alert.is-sitewide-alert p {
  margin: 0;
}

.top-legacy-header.page-head {
  padding: 20px 25px 10px;
  position: relative;
}

.top-legacy-header .page-head-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 6px;
  font-weight: 400 !important;
  letter-spacing: -1px;
  font-size: 28px;
  color: #6b6b6b;
  line-height: 28px;
  padding-left: 0 !important;
}

.sub-tab-nav-container {
  padding: 25px 20px 0;
  width: 964px;
}

.sub-tab-nav-container .sub-tab-nav {
  border-bottom: 2px solid #bbbbbb;
  margin: 20px 0 20px;
  padding: 0 0 0 15px;
}

.sub-tab-nav-container .sub-tab-nav span {
  padding: 12px 20px;
  display: inline-block;
  position: relative;
}

.sub-tab-nav-container .sub-tab-nav a {
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  color: #0396a6;
}

.sub-tab-nav-container .sub-tab-nav .active {
  border: 1px solid #bbbbbb;
  border-bottom: none;
}

.sub-tab-nav .active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #eee;
}

@media (max-width: 750px), handheld, screen and (max-device-width: 750px) {
  .sub-tab-nav-container {
    padding: 25px 0 0;
    width: 964px;
  }
}

.quick-links h4 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  list-style: none;
  text-align: left;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  font-size: 19px !important;
  font-weight: 400 !important;
  margin-top: 6px;
  margin-bottom: 16px;
}
.quick-links p > strong {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", Arial, sans-serif;
  color: #404040;
  list-style: none;
  text-align: left;
  font-size: 13px;
  line-height: 21px;
  box-sizing: border-box;
  font-weight: bold;
}
.quick-links a:not(.quick-link-copy-icon) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", Arial, sans-serif;
  list-style: none;
  text-align: left;
  font-size: 13px;
  line-height: 21px;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  color: #1b1c1e;
  display: inline;
  padding: 0;
}
.quick-links a.quick-link-copy-icon {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", Arial, sans-serif;
  list-style: none;
  text-align: left;
  line-height: 21px;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  color: #1b1c1e;
  margin-left: 6px;
  font-size: 16px;
  display: inline;
  padding: 0;
}

.custom-select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1.5em 0 0;
  margin: 0;
  width: 102% !important;
  height: 100%;
  cursor: inherit;
  line-height: inherit;
  box-shadow: none;
  outline: none;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #555555;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
}

.custom-select,
.custom-select select,
.custom-select::after,
.custom-select::before {
  box-sizing: border-box;
}

.custom-select {
  width: 400px;
  height: 39px;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  padding: 0.3em 0.8em 0.25em 0.5em;
  cursor: pointer;
  line-height: 1.1;

  display: grid;
  grid-template-areas: "select";
  align-items: center;

  position: relative;
}

.custom-select select,
.custom-select::after {
  grid-area: select;
}

.custom-select-focus {
  display: none;
  transition: 0.2s;
}

.custom-select select:focus + .custom-select-focus {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #98c1e1;
  border-radius: inherit;
}

.pending-business-calcellation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px;
  gap: 8px;
  background: #7A5D04;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}