/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#chat-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  background-color: #20147d;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
}
a,
.pagination > li > a,
.pagination > li > span {
  color: #20147d;
}
a:hover,
.pagination > li > a:hover,
.pagination > li > span {
  color: #b92234;
}
tr.dealerInactive a,
tr.dealerInactive {
  color: #999;
}
tr.dealerInactive a {
  color: #999;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #391b7a;
}
.container-fluid {
  background-color: #fff;
}
.panel-body {
  background-color: #fafafa;
  border-radius: 5px;
}
#header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #20147d;
  background-color: #eee;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#header #dealerAlias {
  flex: 0 1 225px;
  align-self: center;
  margin-right: 0;
  margin-left: auto;
  display: none;
  order: 6;
}
#userButton {
  flex: 0 1 22%;
  align-self: center;
  display: none;
}
#userButton button {
  float: right;
}
#userButton.isLoggedIn,
#dealerAlias.isLoggedIn {
  display: block !important;
}
#header #logo {
  flex: 1 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#headerContact {
  display: none;
}
#menuButton {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
}
#menuButton.isLoggedIn {
  display: block;
}
#logo img {
  max-height: 45px;
}
#logoText {
  display: none;
}
#contentRow {
  background-color: #fff;
  margin-top: 100px;
}
#loginFormWrapper {
  margin: 15px;
  max-width: 500px;
  margin-bottom: 100px;
  background-color: #eee;
}
#loginForm {
  margin: 30px;
}

#ui-datepicker-div {
  z-index: 3 !important;
}
.ui-datepicker-trigger {
  width: 30px;
  cursor: pointer;
  padding-left: 5px;
}

.formFeedback {
  display: none;
}
.formFeedback.loginFailed {
  display: block;
}

.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
#contextBar {
  background-color: #f1f0fa;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contextBar h1 {
  align-self: center;
  font-size: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #eee;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  flex: 1 100%;
}
a.contextIcons {
  float: right;
  font-size: 24px;
  margin-top: 7px;
  margin-right: 10px;
}
button.contextIcons {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}
#pageContent {
  overflow: auto;
  min-height: 480px;
}
#pageSettings {
  display: none;
  -webkit-box-shadow: inset 0px 12px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 12px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 12px 30px -15px rgba(0, 0, 0, 0.75);
  padding: 25px;
  background-color: #9d9ca9;
  border-bottom: 2px solid #333;
}
h3.settingsTitle {
  margin-top: 0px;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  margin-bottom: 25px;
}
#writeReview,
#writeExpert {
  padding-bottom: 50px;
}
#writeReview input,
#writeExpert input {
  width: 99%;
  max-width: 400px;
  color: #666;
  margin-bottom: 10px;
}
#writeReview input.fullWidth,
#writeExpert input.fullWidth {
  max-width: 99%;
}
#writeReview textarea,
#writeExpert textarea {
  width: 99%;
  min-height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  margin-bottom: 10px;
}
#writeReview label,
#writeExpert label {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: bold;
}
#writeReview label.error,
#writeExpert label.error {
  color: #006699;
  padding-bottom: 20px;
  margin-top: -8px;
}
#writeReview input.error,
#writeExpert input.error {
  border: 1px solid #006699;
}
#writeReview input#reviewButton,
#writeExpert input#reviewButton {
  margin-top: 10px;
  width: 160px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  background-color: #20147d;
  border-radius: 6px;
  box-shadow: 1px 1px 3px #333;
}
#writeReview input#reviewButton:hover,
#writeExpert input#reviewButton:hover {
  background-color: #b92234;
  box-shadow: 2px 2px 5px #333;
}

#footer {
  background-color: #20147d;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
}

.fltLt {
  float: left;
}
.fltRt {
  float: right;
}
.form-control.ng-invalid.ng-dirty {
  border-color: #f6212b;
}
.form-control.ng-valid.ng-dirty {
  border-color: #78fa89;
}
.nav-sidebar {
  margin-left: -15px;
  margin-right: -15px;
}
.sidebar {
  border-right: 1px solid #ccc;
  background-color: #20147d;
  color: #fff;
  width: 220px;
  position: fixed;
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.sidebar.isLoggedIn {
  display: block;
}
.sidebar a,
#footer a {
  color: #fff;
}
.sidebar .nav > li > a {
  border-bottom: 1px solid rgba(160, 160, 160, 0.15);
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar a.active,
.panelIcons:focus {
  background-color: #b92234;
}
.sidebar .nav > li > ul {
  background-color: #453b9a;
}
.caret-up {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: "";
}
.sidebar .nav a[data-toggle="collapse"]:hover {
  cursor: pointer;
}
.sidebar .nav a.aboveSubMenu {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.sidebar .nav a.belowSubMenu {
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.6);
}
.sidebar .nav a.aboveSubMenu.belowSubMenu {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.6);
}
.listTableControlTop {
  overflow: hidden;
}
.listTableControlTop .row {
  margin: 0;
}
.listTableControlTop .csv-export {
  text-align: right;
}
#listSearch {
  float: right;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.listTableControlTop .pagination {
  display: none;
}
#listTableWrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.listTable {
  border: 1px solid #ccc;
}
.table-hover tbody tr:hover td {
  background-color: #b92234;
  color: #fff;
}
.table-hover tbody tr:hover td a {
  color: #fff;
}
.table-hover tbody tr.dealerInactive:hover td {
  background-color: #b92234;
  color: #bbb;
}
.table-hover tbody tr.dealerInactive:hover td a {
  color: #bbb;
}
.table-hover tbody tr:hover td .itemActions a {
  color: #dadada;
}
.listTable thead {
  background-color: #9d9ca9;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
}
td.dealerName {
  width: 50%;
}
td.url {
  width: 50%;
  display: none;
}
td.orderItemName {
  width: 70%;
}
td.orderItemPrice {
  width: 30%;
  display: none;
}
#listTableWrapper .pagination {
  float: right;
  margin-left: 20px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #20147d;
  border-color: #20147d;
}
.itemActions {
  font-size: 12px;
  margin-top: 8px;
  visibility: hidden;
}
.table-hover tbody tr:hover td .itemActions {
  visibility: visible;
}
.itemActions a {
  margin-right: 10px;
}
#editItemWrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.phoneNumberFields {
  overflow: hidden;
}
.phoneNumberFields input {
  display: inline;
  width: 60px;
}
#infoBanner {
  margin: 24px;
}
label.error {
  color: #f00;
}
.form-control.error {
  color: #f00;
  border: 1px solid #f00;
}
.accountSettingsGroup {
  margin-left: 20px;
  margin-top: 20px;
}
.accountSettingsGroup h2 {
  font-size: 21px;
}
.panel-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
ul#features {
  margin-right: 15px;
  padding-left: 0px;
}
#features li {
  list-style-type: none;
  padding-left: 10px;
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  cursor: all-scroll;
}
.handleIcon {
  float: left;
  padding-top: 7px;
  color: #aaa;
}
/*.handleIcon:hover {
	cursor:all-scroll;
}*/
.deleteIcon {
  position: absolute;
  top: -12px;
  right: -23px;
  font-size: 20px;
  background-color: #fff;
  height: 23px;
  overflow: hidden;
}
.featureContent {
  margin-left: 38px;
}
.panelIcons {
  float: right;
  color: #fff;
  font-size: 24px;
  margin-top: -6px;
  padding-left: 10px;
}
.tooltip {
  white-space: nowrap;
}
.spinner {
  -webkit-animation: infinite-spinning 1s infinite; /* Safari 4+ */
  -moz-animation: infinite-spinning 1s infinite; /* Fx 5+ */
  -o-animation: infinite-spinning 1s infinite; /* Opera 12+ */
  animation: infinite-spinning 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes infinite-spinning {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes infinite-spinning {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes infinite-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submissionActive {
  -webkit-animation: submission-active 2s infinite; /* Safari 4+ */
  -moz-animation: submission-active 2s infinite; /* Fx 5+ */
  -o-animation: submission-active 2s infinite; /* Opera 12+ */
  animation: submission-active 2s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes submission-active {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@-moz-keyframes submission-active {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@-o-keyframes submission-active {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes submission-active {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.placeholder {
  outline: 1px dashed #4183c4;
}
.mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}
#menulistMain,
#homeBulletList,
.standardSortableWidget,
.standardNonSortableWidget {
  padding-left: 0 !important;
}
#menulistMain ol,
#homeBulletList ol,
.standardSortableWidget ol,
.standardNonSortableWidget ol {
  padding-left: 100px;
  margin-bottom: 18px;
}
#menulistMain li,
#homeBulletList li,
.standardSortableWidget li,
.standardNonSortableWidget li {
  list-style: none;
}
#menulistMain li .nestableMenuItem,
#homeBulletList li .nestableMenuItem,
.standardSortableWidget li .nestableMenuItem {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  cursor: all-scroll;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  background: #eee;
}
.standardNonSortableWidget li .nestableMenuItem {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  background: #eee;
}
.standardNonSortableWidget .errorFound .nestableMenuItem {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  background: rgb(172, 0, 0);
  color: #fff;
}
.standardNonSortableWidget .errorFound .nestableMenuItem .menuMeta {
  color: #000;
}

.errorFound a {
  color: #fff !important;
}
#menulistMain > li,
#homeBulletList > li,
.standardSortableWidget > li,
.standardNonSortableWidget > li {
  margin-bottom: 18px;
}
.removeMenuItem {
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 0 0 7px 7px;
}
.menuMeta {
  overflow: hidden;
  padding: 10px;
  background-color: #fafafa;
  margin-top: 8px;
  display: none;
  border-radius: 4px;
}
.expandButton {
  margin-right: 10px;
}
.gridMenuItem {
  max-width: 300px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.gridMenuItem .imgWrap {
  display: block;
  height: 150px;
  line-height: 150px;
  margin-bottom: 10px;
}
.gridMenuItem.inactive .imgWrap {
  background-image: url("../img/inactive.png");
  background-position: center;
  background-repeat: no-repeat;
}
.gridMenuItem img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}
.gridMenuItem.inactive img {
  opacity: 0.3;
}
.gridMenuItem a img {
  transition: all 0.2s ease-in-out;
}
.gridMenuItem a:hover img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}
.customProductLineWrapper {
  display: none;
}
.customProductLineWrapper a.panelIcons {
  color: #20147d;
}
.customProductLineWrapper a.panelIcons:hover {
  color: #b92234;
}
.panel.customProductLineWrapper h3.panel-title {
  font-weight: bold;
}
.supplier-product-offering-data {
  display: none;
}
.panel.page-summary-hidden {
  display: none;
}
#mainContent .cke_source {
  white-space: initial;
}
#mainContent.login-page {
  background-image: url("https://storage.googleapis.com/sos-websvc/images/default/login-bk-dark.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.datepicker {
  position: relative;
  z-index: 2;
}
.salesLeadTable {
  width: 100%;
}
.salesLeadTable > tbody > tr:first-child > td:first-child {
  width: 300px;
}
#reviewListTable .reviewReview {
  width: 50%;
}
#reviewListTable td.reviewTech {
  max-width: 200px;
}
.mb-3 {
  margin-bottom: 15px;
}
.rotator-widget-section {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
}
.rotator-widget-section h3 {
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

#startButton {
  margin: 20px auto;
  text-align: center;
}

#startButton .btn {
  margin: auto;
  display: inline-block;
  color: #fff;
  background-color: #20147d;
  font-size: 1.1em;
}

#startButton .btn:hover {
  background-color: #b51b2c;
}

#startButton .download-button {
  margin-left: 25px;
}

#myProgress {
  width: 80%;
  background-color: grey;
  margin: 25px auto;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #4caf50;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

#siteList {
  margin: 20px auto;
  border: 2px solid;
  width: 90%;
  padding: 20px;
}

#siteList th,
#siteList td {
  text-align: center;
  padding: 6px;
}

#cacheList {
  margin: 20px auto;
  border: 1px solid #20147d;
  width: 95%;
}

#cacheList th,
#cacheList td {
  text-align: center;
  padding: 6px;
}

#cacheList th,
#cacheList td {
  text-align: center;
  padding: 6px;
  max-width: 450px;
  overflow: hidden;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
@-moz-document url-prefix() {
  /*firefox hack to make responsive tables work*/
  fieldset {
    display: table-cell;
  }
}
/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.form-horizontal .form-group .control-label + div + .control-label {
  margin-top: 10px;
}

.replace-selection .panel-body {
  min-height: 230px;
}

.replace-selection .page-header.second {
  margin-top: 60px;
}

.replace-selection .page-header {
  margin-top: 20px;
}

.replace-selection .page-header {
  padding-bottom: 3px;
}

.replace-selection .lead {
  margin-bottom: 0;
}

#discontinue_item_wrapper {
  margin-bottom: 15px;
}

#discontinue_item_wrapper .radio-inline.control-label {
  cursor: auto;
  font-weight: bold;
  font-style: italic;
  padding-left: 0;
}

#discontinue_item_options .text-info {
  color: #354a73;
}

.disc-lead {
  color: #941313;
  font-style: italic;
  font-weight: bold;
}

#replace_item_choice {
  margin-bottom: 10px;
}

#replacement_wrapper {
  margin-bottom: 20px;
}

.control-label.nested-label {
  font-weight: normal;
}

.selection_wrapper {
  min-height: 200px;
}

.mediaLibraryWidget {
  margin-top: 5px;
}

.media-library-modal-overlay {
  z-index: 10; /* keep on top of other elements on the page */
  outline: 9999px solid rgba(0, 0, 0, 0.5);
}

#pl-shortcode {
  margin-bottom: 20px;
  margin-top: 20px;
}

.fixed-headers tbody td.url,
.fixed-headers thead th.url {
  display: none;
}

.fixed-headers tbody td.dealerName,
.fixed-headers thead th.dealerName {
  width: 100%;
  float: left;
}

#table-wrapper {
  border: 1px solid #ccc;
  overflow: auto;
}

#table-wrapper table {
  overflow: hidden;
}

#table-wrapper .listTable {
  border: none;
}
.fieldsets fieldset {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
}

.list-wrapper {
  overflow-y: scroll;
  max-height: 240px;
  min-height: 80px;
  padding-bottom: 10px;
  padding-left: 6px;
}

.fieldsets h3 {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  margin: 0;
  padding: 0 0 15px;
}

.fieldsets h4 {
  background-color: #363095;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  padding: 5px;
  margin: 0;
}

.fieldsets h4 legend {
  color: #fff;
}

.fieldsets legend {
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

#filters .count {
  color: #868686;
}

#filters .disabled,
#filters input[type="checkbox"][disabled],
#filters .disabled .count,
input[readonly] {
  color: #b3b3b3;
  cursor: not-allowed;
}

#miniDealerList h3 {
  margin: 0 0 15px;
}

#filtered-by {
  display: none;
}

#filtered-by p {
  float: left;
}

#display-filters {
  color: #616165;
  float: left;
  margin-left: 0;
}

#display-filters .glyphicon {
  color: #a7a7a7;
  margin-left: 5px;
}

.btn-save,
.btn-save:visited {
  background-image: -webkit-linear-gradient(top, #f3c326 0%, #e5a926 100%);
  background-image: -o-linear-gradient(top, #f3c326 0%, #e5a926 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3c326),
    to(#e5a926)
  );
  background-image: linear-gradient(to bottom, #f3c326 0%, #e5a926 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e5a926;
  color: #fff;
}

.btn-save:hover,
.btn-save:focus {
  color: #fff;
  background-color: #e5a926;
  background-position: 0 -15px;
}

.code-input {
  margin-bottom: 40px;
}

.code-input textarea {
  font-family: "Courier New", "Lucinda Console", monospace;
}

.dropzone h2 {
  text-align: center;
  margin-top: 36px;
  color: #b2b2b2;
}

#mediaLibrary {
  background-color: #eaeff7;
  border: 1px solid #7d8798;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 15px;
}

#media-content-area {
  overflow: auto;
  max-height: 500px;
}

.folderStructureWrapper {
  padding-left: 30px;
  padding-top: 20px;
}

.ml-items-wrapper {
  background-color: #eee;
  padding: 20px;
}

.ml-btn-wrapper {
  background-color: #20147d;
  padding: 5px 10px 0;
}

.ml-btn-wrapper li {
  margin-right: 5px;
}

.ml-btn-wrapper li:last-of-type {
  margin-right: 0;
}

.ml-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

#file-info-modal {
  position: fixed;
  top: 100px;
}

.ml-modal h3 {
  margin-top: 3px;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

#folder-structure ul {
  list-style: none;
  padding-left: 30px;
}

#folder-structure > ul {
  margin-left: 0;
  padding-left: 0;
}

#folder-structure li a {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 15px;
}

#folder-structure li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e117";
  font-family: "Glyphicons Halflings";
  font-size: 17px;
  float: left;
  margin-left: 0;
  margin-top: 1px;
  padding: 0 10px 0 6px;
  color: #20147d;
}

#folder-structure li.active-folder > a,
#folder-structure li.active-folder:active > a,
#folder-structure li.active-folder:focus > a {
  background-color: #b92234;
  border: 1px solid #b92234;
  color: #fff;
  font-style: italic;
}

#folder-structure li.active-folder:before {
  color: #fff;
  content: "\e118";
  background-color: #b92234;
  margin-top: -1px;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 2px;
}

/*#folder-structure li.selected-folder:before {
    border: 1px solid #ffd600;
    border-right: 0 solid black;
}

#folder-structure li.selected-folder > a {
    border: 1px solid #ffd600;
    border-left: 0 solid black;
}*/

#folder-structure a {
  cursor: pointer;
}

#displayFolderName,
#folderContents {
  padding-top: 15px;
}

#folderContents .item {
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  height: 150px;
  margin-bottom: 30px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  width: 150px;
}

#folderContents .thumbs {
  -webkit-box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.45);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: 150px;
  position: absolute;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 100%;
}

#folderContents .thumbs.opacity {
  opacity: 0.2;
}

#folderContents .thumbs:hover {
  transform: scale(1.2);
}

#folderContents p {
  background-color: #fff;
  border-top: 1px solid #ccc;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  word-wrap: break-word;
}

#folderContents img {
  height: auto;
  width: 100%;
}

#folderContents .selected-item {
  border: 1px solid #b92234;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(185, 34, 52, 0.6);
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(185, 34, 52, 0.6);
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(185, 34, 52, 0.6);
}

#folderContents .selected-item .thumbs {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transform: scale(1.2);
}

.font-normal {
  font-weight: normal;
}

#folderContents .progress {
  height: 150px;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

#folderContents .progress img {
  top: 52px;
  height: 24px;
  left: 62px;
  position: absolute;
  width: 24px;
}

#folderEmpty p {
  color: #6b6b6b;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.nav-pills > .file-action,
.nav-pills > .folder-action {
  display: none;
}

.icon-stack {
  display: inline-block;
  height: 14px;
  line-height: 1;
  position: relative;
  vertical-align: -11%;
  width: 20px;
}

.icon-stack .icon-stacked {
  font-size: 10px;
  right: -7px;
  top: -2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: white;
  padding: 1px;
  position: absolute;
}

.icon-stack .icon-stacked.icon-stacked-file {
  right: -5px;
}

#media-library-modal {
  position: fixed;
  max-height: calc(100% - 100px);
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(170, 170, 170);
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 8999;
  width: 100%;
}

#media-library-modal-header {
  cursor: move;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGFkYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  border-bottom: 1px solid #c9c9c9;
  height: 35px !important;
}

#media-library-modal-header p {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  margin-top: 7px;
}

#media-library-modal-body {
  min-height: 500px;
  padding: 0 15px;
  position: relative;
}

#media-library-modal-footer {
  height: 10px !important;
  background: #f3f3f3;
}

.media-library-modal-resize-handle {
  cursor: sw-resize;
  width: 7px;
  height: 7px;
  display: block;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}

h4.danger {
  color: #b92234;
  font-size: 14px;
  margin-left: 20px;
}

.media-library-modal-resize-handle.se {
  float: left;
}

.media-library-modal-resize-handle.sw {
  float: right;
}

#mediaLibraryInfoBanner {
  margin: 24px;
}

.mediaLibraryWrapper #mediaLibraryInfoBanner {
  margin: 24px 0;
}

.btn-action {
  margin-bottom: 7px;
}

.colorPickerPreview {
  width: 40px;
}

.colorpicker {
  z-index: 3;
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #dfc507;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #dfc507;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
  background: #f90;
  color: #fff;
}

.team-member-photo {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.team-member-photo img {
  width: 35px;
  -webkit-transition: width 0.7s; /* Safari */
  transition: width 0.7s;
}

.team-member-photo img.large {
  width: 100px;
}

.team-member-title {
  float: none !important;
  display: inherit;
  vertical-align: middle;
}

span.required {
  color: #dc0505;
}

.inactive-team-member {
  opacity: 0.5;
  background-color: #ffcfcf !important;
}

.inactive-team-member .teamMemberStatus {
  vertical-align: middle;
}

.archivedReview {
  background-color: #ccc !important;
  color: #000;
}

.archived {
  color: rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.pendingReview {
  background-color: #c3e0ff !important;
  color: #000;
}

.publishedReview {
  background-color: #fff !important;
  color: #000;
}

.add-review-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.add-review-content {
  background-color: white;
  width: 50%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  top: 25%;
  margin: auto;
}

.modal-body {
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.modal-footer {
  background-color: white;
  border-radius: 0 0 10px 10px;
}

div#confirm,
div#confirm2 {
  width: 40%;
  margin: 100px auto;
}

div#confirm.email-preview {
  width: 700px;
  margin: 20px auto;
}

.email-preview-btn a {
  color: rgb(255, 255, 255);
}

.email-preview-btn a:hover {
  color: rgb(255, 255, 255);
}

.email-preview-btn {
  display: table;
  margin: 0 auto;
}

.email-preview .modal-body {
  border-radius: 10px;
}

.email-preview .modal-footer {
  background-color: rgba(255, 255, 255, 0);
  border-top: none;
}
#customerForm .alert-notification {
  background-color: #e6e6e6;
  color: #dc0505;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.review-dashboard select.form-control {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

#star-min,
#star-max {
  display: inline-block;
  width: 110px;
  margin-bottom: 5px;
  margin-top: 2px;
}

#from,
#to {
  display: inline-block;
  width: 79px;
  font-size: 10px;
}

#jobSiteFrom,
#jobSiteTo {
  display: inline-block;
  width: 110px;
}
#customer-dashboard-tabs,
#dashboard-tabs {
  margin-top: 25px;
}
#customer-dashboard-tabs .date-filter {
  text-align: left;
}
#customer-dashboard-tabs .date-filter .btn {
  margin-left: 0;
}
#review-app-dashboard-tabs .tab,
#customer-dashboard-tabs .tab,
#dashboard-tabs .tab {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: #20147d;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

#review-app-dashboard-tabs .tab:hover,
#customer-dashboard-tabs .tab:hover,
#dashboard-tabs .tab:hover {
  background-color: #b92234;
}
#review-app-dashboard-tabs .active,
#customer-dashboard-tabs .active,
#dashboard-tabs .active {
  background-color: #b92234;
}

#listTableWrapper.reviews-app-table,
#requestsTableWrapper.reviews-app-table,
#jobVisitTableWrapper.reviews-app-table {
  border: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 30px;
}

.reviews-app-table-single {
  margin: 30px 0px !important;
}

#teamTableWrapper.reviews-app-table,
#convoTable.reviews-app-table {
  padding: 0;
}

#teamStats {
  margin-bottom: 50px;
}

.teamList,
.reviewOverviewList {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0;
}

.teamList h3,
.reviewOverviewList h3 {
  margin-top: 0;
}

.team-member-data {
  border: 1px solid #ccc;
  margin: 15px 0;
}

.teamList .team-member-data {
  margin: 10px 1% 0;
  width: 47%;
  display: inline-block;
  overflow: hidden;
}

.team-member-data .user-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.team-member-profile {
  border: 1px solid #ccc;
  padding: 10px;
  max-width: 250px;
}

.team-member-data h4 {
  font-size: 22px;
}

.team-member-data .team-member-profile {
  max-width: 100px;
  border: none;
  width: 100%;
}

.team-member-profile img {
  margin: auto;
}
.team-dashboard-item {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.team-dashboard-image {
  display: none;
}
.team-dashboard-content {
  flex: 1 75%;
  padding-left: 20px;
  overflow: hidden;
}
.team-dashboard-button {
  flex: 1 100%;
  text-align: right;
}

#listTableWrapper.reviews-app-table {
  margin-left: 0;
  margin-right: 0;
}

#delegatesTableWrapper {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 30px;
}

.review-progress-bar {
  height: 15px;
  border: 1px solid;
}

.review-progress-bar-fill {
  background-color: #ffcf00;
  height: 13px;
}

.review-app-button,
a.contextIcons,
#contextBar button {
  float: none;
  margin-right: 15px;
  margin-top: 7px;
  order: 1;
  margin-bottom: 7px;
  flex: 0 1 10%;
  text-align: center;
  font-size: 15px;
}

.users-table-button {
  float: none;
  margin-right: 15px;
  margin-top: 15px;
  order: 1;
  margin-bottom: 7px;
  flex: 0 1 10%;
  text-align: center;
}

.reminder-btn {
  margin-bottom: 15px;
}

/* Review Reply Modal Styles */
.review-modal-info-box {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  border-left: 4px solid;
}
.review-modal-info-box.google {
  background-color: #e8f0fe;
  border-left-color: #4285f4;
}
.review-modal-info-box.facebook {
  background-color: #e7f3ff;
  border-left-color: #1877f2;
}
.review-modal-info-box .info-icon {
  margin-right: 5px;
}
.review-modal-info-box.google .info-icon {
  color: #4285f4;
}
.review-modal-info-box.facebook .info-icon {
  color: #1877f2;
}

.review-modal-stars {
  margin-bottom: 10px;
}
.review-modal-stars .fa-star {
  color: #f8ce0b;
}
.review-modal-stars .fa-star-o {
  color: #ccc;
}

.review-modal-text {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid;
}
.review-modal-text.google {
  border-left-color: #4285f4;
}
.review-modal-text.facebook {
  border-left-color: #1877f2;
}
.review-modal-text label {
  margin-bottom: 5px;
  color: #666;
}
.review-modal-text p {
  margin: 0;
  white-space: pre-wrap;
}

.review-modal-warning {
  background-color: #fff3cd;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  border-left: 4px solid #ffc107;
}
.review-modal-warning .info-icon {
  color: #856404;
  margin-right: 5px;
}
.review-modal-warning span {
  color: #856404;
}
.review-modal-warning a {
  color: #1877f2;
  font-weight: bold;
}

.review-modal-view-btn {
  float: left;
}
.review-modal-view-btn.google {
  color: #4285f4;
  border-color: #4285f4;
}
.review-modal-view-btn.facebook {
  color: #1877f2;
  border-color: #1877f2;
}

.modal-body .email {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #dedede;
  border-radius: 3px !important;
  font-family: Arial, sans-serif;
}
.modal-body .email h1 {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}
.modal-body .email h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px;
  text-align: left;
}
.modal-body .main-content {
  padding: 15px 40px 0 40px;
  white-space: pre-wrap;
}
.modal-body .main-content p,
.modal-body .main-content #email-content {
  font-size: 14px;
  margin: -1em 0;
  line-height: 1.4;
}
.modal-body .top-banner {
  padding: 15px 40px;
}
.modal-body .top-banner img {
  max-width: 250px;
}
.modal-body .review-button {
  width: 100%;
  text-align: center;
}
.modal-body .review-button a {
  padding: 15px 25px;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  font-weight: bold;
  text-decoration: none;
  border: solid 2px;
  margin-top: 10px;
}
.review-button img {
  width: 100%;
}
.modal-body .main-content .footer {
  margin: -50px 0 0;
  height: 170px;
}
.modal-body .main-content .footer span {
  line-height: 1.4;
  font-size: 12px;
}
.modal-body .main-content .footer p {
  margin-top: -1em;
  font-size: 12px;
}
.close-modal {
  float: right;
}

.responsive-table {
  overflow-y: scroll;
}
.team-member-filter .form-group {
  float: left;
  margin-top: 15px;
}
.inactive-user,
.classic-review,
.outside-review,
.unaffiliated-user {
  cursor: pointer;
  margin-left: 2px;
}

.word-highlight {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

#facebook-login {
  background-color: #4267b2;
  background-image: none;
  color: #fff;
  max-width: 260px;
}

#google-login {
  max-width: 260px;
}

.fb-logo {
  width: 25px;
  margin-right: 8px;
}

span.display-stars {
  white-space: nowrap;
}
td.reviewRating {
  min-width: 117px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(32, 20, 125, 0.2);
  border-right: 1.1em solid rgba(32, 20, 125, 0.2);
  border-bottom: 1.1em solid rgba(32, 20, 125, 0.2);
  border-left: 1.1em solid #20147d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
  display: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.small-text {
  font-size: 12px;
}

.cacheLockNote {
  color: #b92234;
  font-size: 16px;
}

.loader-bar-shell {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.loader-bar {
  width: 0;
  background-color: #67d84b;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
}

.show-more {
  text-align: center;
  padding-bottom: 20px;
}

.show-more .btn-danger {
  padding: 10px 30px;
}

.rrm-import,
.rrm-export {
  margin-left: 15px;
}

/* Signup page Styles */
#comparisonTable {
  margin: auto;
  width: 95%;
}

#comparisonTable .fa-check {
  color: green;
}

#comparisonTable .fa-times,
.signupForm .fa-info-circle {
  color: red;
}

#comparisonTable sup {
  color: red;
  font-weight: bold;
}

.comparisonTableLegend {
  margin: auto;
  padding-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 30px;
  width: 95%;
}
.signupTable {
  overflow-x: auto;
}
.signupTable ul {
  display: flex;
  width: 95%;
  margin: auto;
  top: 0px;
  z-index: 10;
  padding: 0;
  padding-bottom: 14px;
}
.signupTable li {
  list-style: none;
  flex: 1;
}
.signupTable li:last-child {
  border-right: 2px solid #ddd;
}
.signupTable button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}
.signupTable li.active button {
  background: #f5f5f5;
  color: #000;
}
.signupTable table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.signupTable th {
  background: #f5f5f5;
  display: none;
}
.signupTable td,
.signupTable th {
  height: 53px;
  border: 2px solid #ddd;
  padding: 10px;
  empty-cells: show;
  text-align: left;
}
.signupTable td + td,
.signupTable th + th {
  text-align: center;
  display: none;
}
.signupTable td.default {
  display: table-cell;
}
.signupTable .bg-purple {
  border-top: 3px solid #a32362;
}
.signupTable .bg-blue {
  border-top: 3px solid #0097cf;
}
.signupTable .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.signupTable .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.signupTable .hide {
  border: 0;
  background: none;
}
.signupForm {
  display: flex;
  flex-wrap: wrap;
}
.signupForm .signupRow {
  display: flex;
  flex-wrap: wrap;
  flex: 1 100%;
  border-bottom: 1px solid #ccc;
}
.signupForm .signupRowNested {
  display: flex;
  flex-wrap: wrap;
  flex: 1 100%;
  align-items: center;
  margin-left: 15px;
}
.signupForm select,
.signupForm input {
  font-size: 16px;
  padding: 3px;
  width: 100%;
  margin: 5px 0;
}

.signupForm .websiteCheckRow {
  display: none;
  flex-wrap: wrap;
  flex: 1 100%;
  align-items: center;
}
.signupForm .elseoCheckRow {
  display: none;
  flex-wrap: wrap;
  flex: 1 100%;
  align-items: center;
}
.signupForm .elseoBtn {
  padding: 5px 25px;
  margin: 0 0 22px 8%;
}
.signupForm .signupRowSection,
.signupForm .nestedCheckboxItem {
  display: flex;
  flex: 1 100%;
  padding: 9px 15px 5px 0;
}
.signupForm .nestedCheckboxItem {
  display: flex;
  flex: 1 100%;
  padding: 9px 15px 5px 0;
  margin-left: 30px;
}
.signupForm .signupRowSection:nth-child(2) {
  flex: 1 60%;
}
.signupForm .signupRowSection:nth-child(3) {
  flex: 1 40%;
}
.signupForm .signupRowCustomer {
  display: flex;
  flex: 1 100%;
  padding: 0 20px 15px 0;
  flex-wrap: wrap;
}
.signupForm .signupRowCustomer .signupLabel {
  width: 50%;
  min-width: 200px;
}
.signupForm .signupRowCustomer label.error {
  flex: 1 100%;
}
.signupForm textarea {
  width: 100%;
}
.signupForm .signupRowSection input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0 6px;
}
.signupForm .signupTitle {
  flex: 1 100%;
}
.signupForm .signupLabel {
  width: 10%;
  min-width: 170px;
  margin: 0;
  align-self: center;
}
.signupForm .signupCenter {
  justify-content: center;
}
.signupForm .signupContent {
  margin: 25px 25px 20px;
}
.signupForm .signupSubmit {
  margin: 25px auto 20px;
}
.signupForm .signupSubmit .signupRowSection {
  display: flex;
  flex: 1 100%;
  padding: 9px 15px 5px 0;
}
.signupForm .signupCost {
  flex: 1 100%;
  text-align: center;
  font-size: 18px;
}
.signupForm .infoBtn {
  cursor: pointer;
  font-weight: 400 !important;
}
.signupForm .signupBoxed {
  margin: 10px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.signupForm #elseoTowns select,
.signupForm #elseoTowns input {
  width: 100%;
  margin-right: 0;
}
.signupForm #elseoTowns .signupLabel {
  min-width: inherit;
}

.signupForm .elseoTown {
  margin-bottom: 20px;
}

/* RRM Review History Styling */
#eventTimeline {
  display: flex;
  flex-wrap: wrap;
}

#eventTimeline .eventItem {
  flex: 1 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0 10px;
}

#eventTimeline .eventItem .eventTitle {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

#eventTimeline .eventItem p {
  padding: 10px;
  margin: 0;
}

#eventTimeline .eventColorTab {
  height: auto;
  width: 25px;
  margin-right: 10px;
}

#phoneType span.success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dff0d8),
    to(#c8e5bc)
  );
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  color: #3c763d;
  background-color: #dff0d8;
  padding: 5px;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

#phoneType span.fail {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2dede),
    to(#e7c3c3)
  );
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  color: #a94442;
  background-color: #f2dede;
  padding: 5px;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

#customer-manager-dashboard-tabs {
  padding: 0 24px 24px;
  margin-top: -20px;
}

#customer-manager-dashboard-tabs .tab {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: #20147d;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

#customer-manager-dashboard-tabs #serviceTable,
#customer-manager-dashboard-tabs #reviewsTable,
#customer-manager-dashboard-tabs #remindersTable,
#customer-manager-dashboard-tabs #convoTable {
  border: 1px solid #ccc;
  padding: 15px 15px 10px 15px;
}

#customer-manager-dashboard-tabs .tab:hover {
  background-color: #b92234;
}
#customer-manager-dashboard-tabs .active {
  background-color: #b92234;
}

#customer-manager-dashboard-tabs .serviceItem,
#customer-manager-dashboard-tabs .reviewItem,
#customer-manager-dashboard-tabs .reminderForm {
  border: 1px solid #20147d;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#customer-manager-dashboard-tabs .cm-info,
#customer-manager-dashboard-tabs .cm-label {
  padding: 5px 15px;
}

#customer-manager-dashboard-tabs .cm-label {
  font-weight: bold;
  text-align: right;
}

.cm-info,
.cm-label {
  padding-bottom: 5px;
}

/* Customer Manager Convo History Styling */
.convo-window {
  /* border: 2px solid #20147d; */
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.convo-header {
  background-color: #20147d;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.convo-header .expandButton {
  margin-left: 10px;
}
.convo-messages {
  display: none;
  padding: 10px 10px 0;
}
.convo-header h4 {
  padding: 10px 0;
  margin: 0;
}

.convo-message {
  background-color: #f1effc;
  border: 1px solid #d4d0f7;
  border-radius: 15px;
  border-top-left-radius: 0;
  box-shadow: 1px 1px 2px #ccc;
  clear: both;
  margin: 10px;
  padding: 15px;
  width: 85%;
  outline: none;
  white-space: pre-line;
}

.convo-message .author-meta {
  color: #aaa;
  font-size: 11px;
  margin-top: 5px;
}

.convo-message .author-meta-item {
  white-space: nowrap;
}

.convo-message.customer {
  background-color: #fdf3f4;
  border: 1px solid #f8dade;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  float: right;
  text-align: right;
}

.convo-message.current-user {
  background-color: #453b9a;
  border: 1px solid #20147d;
  color: #fff;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

form#convoFilters {
  margin-top: 10px;
}

#convoListTable,
#customerListTable {
  display: none;
  margin: 0 auto 25px;
  width: 98%;
}

#convoTableWrapper .date-filter {
  float: right;
  text-align: right;
}

#convoTableWrapper tr {
  cursor: pointer;
}

#convoTableWrapper .panel-title,
.customerTableWrapper .panel-title {
  font-size: 20px;
  cursor: pointer;
}

span#convoTableExpand,
span#customerTableExpand {
  float: right;
}

#convoTableWrapper .panel,
.customerTableWrapper .panel {
  margin-top: 25px;
}

#customerFilters #status,
#customerFilters #s {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#customerFilters #status {
  width: 63%;
}

#customer-dashboard-tabs .status-inactive {
  opacity: 0.8;
  background-color: #c5c5c5 !important;
}

#delete-customer .warning-title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.modal-title p.stand-out-text {
  font-weight: bold;
  font-size: 1.2em;
}
#emailDealerListTable .emailSubject {
  width: 20%;
}
#emailDealerListTable .emailMessage {
  width: 60%;
}
#emailDealerListTable .dateSent {
  width: 20%;
}

.customer-table-button {
  margin-top: 10px;
}

#importCustomersProcess {
  display: none;
}

.fa-info-circle {
  cursor: pointer;
}

#editUser .fa-info-circle:hover {
  color: #b92234 !important;
}

#capabilityForm .control-label {
  text-align: left !important;
}

.inline-row {
  margin-left: 0;
  padding-bottom: 15px;
}

.inlinePanelTitleButton {
  float: right;
  margin-top: -22px;
  font-size: 14px;
  padding: 3px 17px;
  background: #b92234;
}

#textNowButton {
  float: right;
  padding: 3px 15px;
  margin: -6px;
  background-image: linear-gradient(to bottom, #00af66 0%, #1b6708 100%);
}

#textNowButton:hover,
#textNowButton:focus {
  background-color: #1b6708;
  background-position: 0 -20px;
}

#customerManagerSettingsForm input[type="checkbox"] {
  width: 24px;
  box-shadow: none;
}

#editUser .avatar-image {
  margin: auto;
  float: none;
  border: 1px solid;
  padding: 15px;
  max-width: 270px;
  background-color: #e8e8e8;
}

#convo-message-image-container {
  display: flex;
  width: 100%;
  padding: 6px;
}

.customer #convo-message-image-container {
  justify-content: flex-end;
}

#convo-message-image-container .convo-message-image {
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #ccc;
  flex: 0 1 150px;
  flex-wrap: wrap;
  cursor: pointer;
}

#convo-message-image-container .convo-message-image:hover {
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid rgb(185, 0, 0);
  flex: 0 1 150px;
  flex-wrap: wrap;
  cursor: pointer;
}

button#show-more-convos {
  margin: 15px auto;
}

div.dateBreak {
  clear: both;
  width: 95%;
  text-align: center;
  border-bottom: 1px solid rgba(148, 148, 148, 0.2);
  line-height: 0.3em;
  margin: 20px auto;
}

div.dateBreak span {
  background: #fff;
  padding: 0 10px;
  color: rgba(148, 148, 148, 0.7);
  font-size: 12px;
}

.dashboard-chart {
  width: 100%;
  display: inline-block;
  margin: 5% 0;
}

#deleteUsers {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.overflow-chart {
  max-height: 350px;
  overflow: scroll;
}

.overflow-chart::-webkit-scrollbar {
  -webkit-appearance: none;
}

.overflow-chart::-webkit-scrollbar:vertical {
  width: 11px;
}

.overflow-chart::-webkit-scrollbar:horizontal {
  height: 11px;
}

.overflow-chart::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.overflow-chart::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.247);
  border-radius: 8px;
}

.checkbox-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-flex {
  flex: 1 100%;
  white-space: initial;
  padding-right: 0;
}

.no-data {
  padding-top: 10px;
  padding-left: 15px;
}

#twilioStatsWindow .panel-heading,
#bltStatsWindow .panel-heading,
#rrmStatsWindow .panel-heading {
  cursor: pointer;
}

#bltStatsWindow {
  display: none;
}

#reminderList {
  margin-top: 25px;
}

.hidden-placeholder {
  opacity: 0;
}

.import-btn {
  padding: 2px 7px;
  position: inherit;
  display: inherit;
}

.customDatePicker {
  display: flex;
}

.customDatePicker input {
  order: 2;
}

.customDatePicker .ui-datepicker-trigger {
  order: 1;
  padding: 0;
  margin-right: 10px;
}

.featured_topics_slider_wrapper {
  border-top: 1px solid #ddd;
  margin-top: 25px;
}

.featured_topics_slider_wrapper h3 {
  margin-bottom: 25px;
  text-align: center;
}

#bulkFileUpload {
  display: none;
}

/*
Navigation: Scroll Top
*/

#backToTopSettings {
  padding: 10px;
  margin: 10px;
}

#backToTopColor {
  width: 100%;
  margin: 0 auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-left: 5px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #292087;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.toggle-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 460px) {
  td.url,
  td.orderItemPrice {
    display: table-cell;
  }
  #listSearch {
    width: 100%;
  }

  .signupForm .signupRowSection:nth-child(2) {
    flex: 1 65%;
  }
  .signupForm .signupRowSection:nth-child(3) {
    flex: 1 35%;
  }

  .import-btn {
    position: absolute;
    right: 6px;
    top: 3px;
    padding: 2px 7px;
  }
}
@media (min-width: 640px) {
  .signupTable ul {
    display: none;
  }
  .signupTable td,
  .signupTable th {
    display: table-cell !important;
    width: 27%;
  }
  .signupTable td + td,
  .signupTable th + th {
    width: auto;
  }

  #from,
  #to {
    width: 110px;
    font-size: 14px;
  }

  #customer-dashboard-tabs .date-filter {
    text-align: right;
  }

  #customer-dashboard-tabs .date-filter .btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .review-dashboard select.form-control {
    width: 42%;
    margin-right: 15px;
  }
  .review-app-button,
  a.contextIcons,
  #contextBar button {
    flex: 0 1 0;
    align-self: center;
  }
  #contextBar {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #contextBar h1 {
    flex: 1;
    text-align: left;
  }
  .form-horizontal .form-group .control-label + div + .control-label {
    padding-top: 12px;
  }

  .form-group .control-label + div > input {
    margin-top: 15px;
  }

  .form-group .control-label:first-child + div > input {
    margin-top: 0;
  }

  .mediaLibraryWidget {
    margin-top: 0;
  }

  #comparisonTable {
    overflow: hidden;
  }
  #comparisonTable td,
  #comparisonTable th {
    padding: 5px;
  }
  .signupForm .signupRowSection {
    flex: 1 40%;
    padding: 0 20px 15px 0;
  }
  .signupForm .signupRowSection:nth-child(2) {
    flex: 1 20%;
  }
  .signupForm .signupRowSection:nth-child(3) {
    flex: 1 15%;
  }
  .signupForm .signupCost {
    flex: 1 45%;
  }
  .signupForm .signupRowCustomer {
    flex: 0 47%;
    padding: 0 20px 15px 0;
  }
  .signupForm .signupRowNested {
    margin-left: 30px;
  }
  .signupForm #elseoTowns select,
  .signupForm #elseoTowns input {
    width: 30%;
    margin-right: 10px;
  }

  .signupForm #elseoTowns .signupLabel {
    min-width: unset;
  }
  #customerFilters #status {
    width: 67%;
  }

  .inline-row {
    padding-bottom: 0;
  }

  #header #logo {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 769px) {
  html,
  body {
    background-color: #fff;
    overflow: hidden;
  }
  #header {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerContact {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-left: 15px;
    vertical-align: -13px;
    color: #20147d;
  }
  #headerContact a {
    color: #20147d;
  }
  #contentRow.isLoggedIn {
    margin-left: 205px;
  }
  #logoText {
    display: inline;
  }
  button.contextIcons {
    margin-right: 15px;
  }
  #menuButton {
    top: 17px;
    left: 15px;
  }
  #menuButton.isLoggedIn {
    display: none;
  }
  #contentRow {
    margin-top: 116px;
  }
  #logo img {
    max-height: inherit;
  }
  .sidebar {
    margin-top: 116px;
  }
  #listSearch {
    width: 50%;
  }
  .listTableControlTop .pagination {
    display: inline-block;
  }
  #footer {
    display: none;
  }
  #editItemWrapper {
    padding: 24px;
  }
  .panel.customProductLineWrapper {
    width: 65%;
    margin-left: 35%;
  }
  .responsive-table {
    overflow: hidden;
  }
  .team-dashboard-image {
    flex: 1 25%;
    display: block;
    align-self: center;
  }
  #header #dealerAlias {
    display: none;
    flex: 0 1 33%;
    order: 6;
    margin-left: auto;
    margin-right: 0px;
  }
  #userButton {
    flex: 0 1 22%;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  #header #dealerAlias {
    margin-right: 200px !important;
  }
}

@media only screen and (min-width: 992px) {
  .panel.customProductLineWrapper {
    width: 74%;
    margin-left: 26%;
  }

  .form-horizontal .form-group .control-label + div + .control-label {
    margin-top: 0;
    padding-top: 7px;
  }

  .form-group .control-label + div > input {
    margin-top: 0;
  }

  .folderStructureWrapper {
    max-height: 650px;
    overflow: auto;
  }

  #media-content-area {
    max-height: initial;
  }

  .ml-wrapper {
    border-left: 1px solid #9facbf;
    padding-left: 0;
    max-height: 650px;
    overflow: auto;
  }

  #media-library-modal {
    max-width: calc(100% - 200px);
  }
  .review-dashboard select.form-control {
    width: 170px;
  }
  .team-dashboard-item {
    margin: 10px;
  }
  .team-member-filter .form-group {
    float: right;
    margin-top: 0;
  }

  .signupForm .signupRowSection {
    flex: 1 60%;
  }

  #customerFilters #status {
    width: 170px;
  }

  #header #dealerAlias {
    display: none;
    flex: 0 1 225px;
    margin-right: 15px;
    order: 0;
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #header #dealerAlias {
      margin-right: 200px;
    }
  }

  .sidebar {
    margin-top: 82px;
  }
  #contentRow {
    margin-top: 82px;
  }

  .checkbox-flex {
    flex: 0 47%;
    white-space: nowrap;
    padding-right: 2%;
  }
  #userButton {
    flex: 0 1;
  }
}
@media only screen and (min-width: 1200px) {
  .panel.customProductLineWrapper {
    width: 82.666%;
    margin-left: 17.333%;
  }

  .fixed-headers tbody td.url,
  .fixed-headers thead th.url {
    display: block;
    float: left;
    width: 50%;
  }

  .fixed-headers tbody td.dealerName,
  .fixed-headers thead th.dealerName {
    width: 50%;
    float: left;
  }
  .dashboard-chart {
    width: 47%;
    display: inline-block;
    margin: 1%;
  }

  .checkbox-flex {
    flex: 0 30%;
    white-space: nowrap;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1250px) {
}
@media only screen and (min-width: 1600px) {
  .col-xlg-3 {
    width: 25%;
  }

  .col-xlg-4 {
    width: 33.33333333%;
  }

  .col-xlg-4 {
    width: 66.66666667%;
  }

  .col-xlg-9 {
    width: 75%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .nav,
  .nav-sidebar,
  app-conversation-window,
  #contextBar button,
  #contextBar a,
  #header,
  #footer {
    display: none !important;
  }
  #contentRow {
    margin-left: 0;
    margin-top: 0;
  }
  #pageContent {
    height: initial !important;
  }
}

/* Facebook Comments Styling */
.fb-comments-container {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
  background-color: #fafafa;
}

.fb-comment {
  background-color: #ffffff;
  border-left: 4px solid #ccc;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.fb-comment.page-owner {
  background-color: #e7f3ff;
  border-left-color: #1877f2;
}

.fb-comment-header {
  margin-bottom: 5px;
}

.fb-comment-author {
  color: #333;
}

.fb-comment-author.page-owner {
  color: #1877f2;
}

.fb-comment-date {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}

.fb-comment-message {
  white-space: pre-wrap;
  color: #555;
}

.fb-badge {
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  margin-left: 8px;
  font-weight: bold;
}

.fb-badge.page-owner {
  background-color: #1877f2;
}

.fb-badge.hidden {
  background-color: #dc3545;
}

.fb-replies-toggle {
  font-size: 12px;
  color: #1877f2;
  cursor: pointer;
  text-decoration: none;
}

.fb-replies-container {
  margin-top: 10px;
  padding-left: 20px;
  border-left: 2px solid #e0e0e0;
}

.fb-reply {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.fb-reply-header {
  margin-bottom: 4px;
}

.fb-reply-author {
  color: #555;
  font-size: 13px;
}

.fb-reply-author.page-owner {
  color: #1877f2;
}

.fb-reply-date {
  color: #999;
  font-size: 11px;
  margin-left: 8px;
}

.fb-reply-message {
  white-space: pre-wrap;
  font-size: 13px;
  color: #555;
}

.fb-reply-badge {
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 6px;
  font-weight: bold;
}

.fb-reply-badge.page-owner {
  background-color: #1877f2;
}

.fb-reply-badge.hidden {
  background-color: #dc3545;
}

.fb-last-updated {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
}

.fb-loading-container {
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-align: center;
  color: #999;
}
