body {
  font-family: "Open Sans", sans-serif;
  background-color: #f1f3f6;
  padding-bottom: 20px !important;
  padding-top: 50px !important;
}

.logo {
  padding: 11px;
  margin-left: 15px;
  margin-right: 20px;
  height: 50px;
  /* 58px; in ZULU */
}

legend {
  font-size: 16px;
  margin-bottom: 10px;
}

.link-default {
  cursor: pointer;
  color: #504f56;
  text-decoration: underline;
}

.link-default:hover,
.link-default:focus {
  color: #807f86;
  text-decoration: none;
}

.link-primary {
  cursor: pointer;
  color: #209bcc;
}

.link-primary:hover,
.link-primary:focus {
  color: #024d7b;
  text-decoration: none;
}

.app-promt {
  position: fixed;
  z-index: 1004;
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: #cb203b;
  font-weight: bold;
  color: black;
}

.copy-contact-address {
  padding-top: 35px !important;
  padding-left: 20px;
  cursor: pointer;
}

.copy-contact-address label,
.copy-entity-contact-address label {
  font-weight: bold !important;
}

.copy-entity-contact-address {
  padding-top: 15px !important;
  padding-left: 35px;
  cursor: pointer;
  padding-bottom: 20px;
}

.div-link-10px-bottom {
  color: #209bcc;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-link-10px-bottom hover {
  color: #024d7b;
}

.div-link-holder {
  line-height: 85px;
  color: #209bcc;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.div-link-holder hover {
  color: #024d7b;
}

.text-primary {
  color: #504f56;
}

.text-body {
  color: #000;
}

/*.text-primary-2 {
  color: #504f56;
}*/

.text-success,
.text-red {
  color: #a81933;
}

.text-blue {
  color: #3498db;
}

.text-purple {
  color: #9b59b6;
}

.text-orange {
  color: #e67e22;
}

.text-yellow {
  color: #ffb606;
}

.text-green {
  color: #33a919;
}

.validationMessage {
  color: #a81933;
  font-size: 85%;
  font-weight: bolder;
}

.reserved {
  border-radius: 5px;
  background-color: #f8c471;
  color: #000;
  padding: 6px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.splash {
  position: absolute;
  z-index: 2000;
  background: white;
  color: #b7b7bd;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splash-title {
  text-align: center;
  max-width: 500px;
  margin: 15% auto;
  padding: 20px;
}

.splash-title h1 {
  font-size: 26px;
}

.color-line {
  background: #a81933;
  height: 4px;
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.hsProgress {
  padding: 10px;
  text-align: center;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
  background-color: #a81933;
  border-color: #a81933;
}

.checkbox-small {
  vertical-align: bottom;
  width: 20px;
  display: inline-block;
  margin: 0px 0px 0px 5px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(80, 78, 85, 1) !important;
  border: 1px solid rgba(80, 78, 85, 1) !important;
}

.form-control.minimal {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #979797;
  border-radius: 0;
}

.form-group.center {
  max-width: 485px;
  margin: 0 auto;
}

/* Transitions the placeholder to a label control */
.form-group.placeholder {
  position: relative;
  padding-top: 1.5rem;
}

.control-label.placeholder {
  color: #807f86;
  position: absolute;
  top: 0;
  font-size: var(--font-size-small);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

/* This resolves a bug where the label appears in the center,
   when extra validation beyond being required is needed */
.form-group.placeholder.p-sm .control-label.placeholder {
  left: 15px;
}

.form-control.minimal:placeholder-shown~.control-label.placeholder {
  opacity: 0;
  transform: translateY(1rem);
}

.form-group-xs {
  margin-top: 2px;
  margin-bottom: 2px;
}

.form-group-xs .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ababab;
  border-radius: 6px;
}

.form-group-xs input[type="file"].form-control,
.form-group-xs select.form-control {
  height: 24px;
  padding: 2px 10px;
}

.form-group-xs textarea.form-control,
.form-group-xs select[multiple].form-control {
  height: auto;
}

.form-group-xs .form-control-static {
  height: 24px;
  min-height: 26px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-horizontal .control-label {
  margin-bottom: 5px;
}

.form-horizontal .form-group-xs .control-label {
  padding-top: 2px;
}

.form-group-xs .input-group-addon {
  padding: 4px 10px;
}

.amount-input {
  text-align: right;
}

.percentage-input {
  min-width: 80px;
}

@media (min-width: 992px) {
  .tab-content.transaction>.tab-pane {
    min-height: 570px;
    max-height: calc(100vh - 338px);
    overflow-y: auto;
  }

  .tab-content.transaction>.tab-pane#commissions {
    height: auto;
    max-height: none;
    min-height: inherit;
  }

  .transaction-content {
    padding: 25px 40px;
  }
}

.fixed-small-header .small-header {
  top: 50px;
}

/*General Info View*/
div#OwnershipInterestWrapper label,
div.form-checkbox-group label {
  padding: 2px 0 0 10px;
  font-weight: bold;
}

#OwnershipInterestWrapper .checkbox.abc-checkbox,
.form-checkbox-group .checkbox.abc-checkbox {
  margin-top: 30px;
}

div#DoNotSendUtilityWrapper label,
div.form-checkbox-group label {
  padding: 2px 0 0 10px;
  font-weight: bold;
}

#DoNotSendUtilityWrapper .checkbox.abc-checkbox,
.form-checkbox-group .checkbox.abc-checkbox {
  margin-top: 30px;
}

.form-checkbox-group {
  padding-left: 30px;
}

.pl-0 {
  padding-left: 0px !important;
}

.cap-waiver .question-panel,
.ownership-interest .question-panel {
  margin-bottom: 20px;
}

.cap-waiver .question,
.ownership-interest .question {
  font-size: 14px;
  margin-bottom: 10px;
}

.cap-waiver .question-panel .question {
  text-align: center;
}

.ownership-interest .checkbox label {
  padding: 2px 0 0 5px;
  font-weight: bold;
}

.ownership-interest .abc-checkbox label::after {
  margin-left: -22px;
}

.form-control:focus,
textarea:focus {
  border-color: #408ccb !important;
}

/* NAVBAR
-------------------------------------------------*/

.nav>li>a:hover {
  background-color: #a81933;
}

.nav>li>a:focus {
  background-color: #a81933;
}

.navbar {
  border: none;
}

.navbar-inverse {
  background-color: #161019;
}

#rsaNavBtnGroup {
  top: 8px;
}

#rsaNavBtnGroup,
#rsaNavBar {
  position: absolute;
  right: 10px;
}

@media (max-width: 767px) {
  #rsaNavBar {
    display: none;
  }
}

@media (min-width: 768px) {
  #rsaNavBtnGroup {
    display: none;
  }
}

/* Drop down nav item (default) */
.nav.navbar-nav li a {
  color: #fff;
  font-weight: 600;
}

.nav.navbar-nav li div {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* Drop down nav item (hover & focus) */

.nav.navbar-nav li a:hover,
.nav.navbar-nav li a:focus {
  color: #fff;
  background-color: #a81933;
}

/* Nav Icon default color */

.nav.navbar-nav [class^="fontello-"],
.nav.navbar-nav [class*=" fontello-"],
.nav.navbar-nav [class^="glyphicon-"],
.nav.navbar-nav [class*=" glyphicon-"] {
  color: #b7b7bd;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav .open>a,
.navbar-nav .open>a:hover,
.navbar-nav .open>a:focus {
  color: #a81933;
  border-bottom: none;
}

/* Main nav item (default) */

.nav.navbar-nav>li>a {
  color: #fff;
}

/* Main nav item (selected) */

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #a81933;
}

.navbar-right {
  margin-right: 0;
}

ol.hbreadcrumb {
  padding: 6px;
  padding-left: 0px;
  margin: 0;
  list-style: none;
  font-size: 11px;
  border-radius: 0;
}

.hbreadcrumb>.active {
  color: #a81933;
}

.hbreadcrumb>.active::before {
  color: #a81933;
}

ol.breadcrumb>li>a:link,
ol.breadcrumb>li>a:visited,
ol.breadcrumb>li>a:active,
ol.breadcrumb>li>a:hover {
  color: #b7b7bd;
}

.breadcrumbRightMargin {
  margin-right: 10px;
}

/* form overrides */

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* BUTTONS
-------------------------------------------------*/

.btn-success {
  background-color: #a81933;
  border-color: #a81933;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:disabled,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled] {
  background-color: #cc203d;
  border-color: #a81933;
  color: #fff;
}

.btn-green {
  background-color: #33a919;
  border-color: #309e18;
  color: #fff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active:focus,
.btn-green:active:focus,
.btn-green.active,
.open .dropdown-toggle.btn-green,
.btn-green:disabled,
.btn-green.disabled,
.btn-green[disabled],
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green.active[disabled] {
  background-color: #35b619;
  border-color: #309e18;
  color: #fff;
}

.btn-primary {
  background-color: #161019;
  border-color: #000;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  background-color: #333;
  border-color: #000;
  color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary.btn-outline,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #cdcdd0;
  border-color: #ccc;
  color: #eee;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-default {
  background-color: #fff;
  border-color: #209bcc;
  color: #209bcc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #209bcc;
  border-color: #209bcc;
  color: #fff;
}

.btn-block,
input[type="submit"].btn-block {
  /*width: 30em;*/
  margin-top: 0.5em;
}

.btn-clear {
  background-color: #fff;
  border-color: #3498db;
  color: #3498db;
}

.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active,
.btn-clear.active:focus,
.btn-clear:active:focus,
.btn-clear.active {
  background-color: #f5f5f5;
  border-color: #3498db;
  color: #3498db;
}

.btn-with-drop {
  border-radius: 6px;
  width: 50%;
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.4);
}

/* Begin custom styles */

.link {
  text-decoration: underline;
}

.link-blue {
  color: #209bcc !important;
}

.link-blue:hover,
.link-blue:focus,
.link-blue:active {
  color: #024d7b;
}

#hide-style {
  padding: 15px 20px 15px 20px;
  border-left: none;
  border-right: none;
  background: 0;
}

#icon-white {
  color: #e4e5e7;
}

#hide-style span {
  color: #fff;
  font-weight: 600;
}

#header-pad {
  padding-left: 0;
}

/* Training Calendar Controls */
.filter-by-group button.multiselect {
  background-color: #f2f3f7;
  color: inherit;
}

.training-calendar-container {
  position: relative;
  top: 35px;
}

.training-selected-event-container {}

.training-selected-event-container__title {
  font-weight: bolder;
}

.training-selected-event-container__description {
  word-wrap: break-word;
}

.training-selected-event-container__register {
  background-color: #44799a;
  border-color: #44799a;
  color: #fff;
  margin-bottom: 10px;
}

.training-selected-event-container__register:focus,
.training-selected-event-container__register:hover {
  background-color: #22a4f4;
  border-color: #22a4f4;
  color: #fff;
}

.training-selected-event-container__alreadyRegistered {
  background-color: #cccccc;
  border-color: #999999;
  color: #666666;
  margin-bottom: 10px;
}

.training-selected-event-container__classFull {
  background-color: #cccccc;
  border-color: #999999;
  color: #666666;
  margin-bottom: 10px;
}

.training-selected-event-container__info_group {
  margin-bottom: 25px;
}

.training-selected-event-container__label-header {
  font-weight: bolder;
  color: #22a4f4;
}

.training-calendar-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid;
}

/* FONTELLO ICONS
-------------------------------------------------*/

@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello/fontello.eot?35669848");
  src: url("/fonts/fontello/fontello.eot?35669848#iefix") format("embedded-opentype"),
    url("/fonts/fontello/fontello.woff?35669848") format("woff"),
    url("/fonts/fontello/fontello.ttf?35669848") format("truetype"),
    url("/fonts/fontello/fontello.svg?35669848#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?47414918#fontello') format('svg');
  }
}
*/

[class^="fontello-"]:before,
[class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.4em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Style DataTables ----------------------------------------------*/
/* Filter & Dynamic Elements (create buttons) */
/* Style the DataTable "Action" column Icons */
.dt td:last-of-type a,
table.dataTable td:last-of-type a {
  color: #504f56;
  margin-right: 0.5em;
}

.dt td:last-of-type a:hover,
table.dataTable td:last-of-type a:hover {
  color: #a81933;
}

.dt td:last-of-type a:disabled,
table.dataTable td:last-of-type a:disabled,
.dt td:last-of-type a:disabled:hover,
table.dataTable td:last-of-type a:disabled:hover {
  color: #b7b7bd;
}

/* When implementing the dom property of the DataTable plug-in and inserting custom controls, they will by default inherit certain
    bootstrap styles which need to be overridden
*/
.dt-custom-control {
  border: 1pt solid #aaa !important;
  background-color: #fff !important;
  color: #161019 !important;
}

/* Table Row Stripes */
tbody tr:nth-child(even) {
  background-color: #eee;
}

/* Pagination */
.pagination>li>a,
.pagination>li>span {
  color: #a81933;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #76001f;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #cc203d;
  border-color: #a81933;
}

/* Footer controls */
div.dataTables_info {
  float: left;
  padding: 4px 30px 0px 10px;
}

div.dataTables_length {
  float: left;
}

div.dataTables_paginate {
  float: right;
  padding-right: 5px;
}

/* Responsive "+" Icon */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  background-color: #161019;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  background-color: #76001f;
}

/* Filter & Dynamic Elements (create buttons) */
.dataTables_filter a.btn {
  margin-right: 10px;
}

.grid tr.editable:hover {
  cursor: pointer;
  color: #161019;
  background-color: #ccc !important;
}

.grid tr.highlight {
  cursor: pointer;
  color: #161019;
  background-color: #ccc !important;
}

/* Style the DataTable "Action" column Icons */

.dt td:last-of-type a {
  color: #504f56;
  margin-right: 0.5em;
}

.dt td:last-of-type a:hover {
  color: #a81933;
}

.fontello-calendar:before {
  content: "\e800";
}

/* '?' */

.fontello-edit:before {
  content: "\e801";
}

/* '?' */

.fontello-transactions:before {
  content: "\e802";
}

/* '?' */

.fontello-exchange:before {
  content: "\e803";
}

/* '?' */

.fontello-agents:before {
  content: "\e804";
}

/* '?' */

.fontello-leaf:before {
  content: "\e805";
}

/* '?' */

.fontello-trash:before {
  font-size: 125%;
  content: "\e806";
}

/* '?' */

.fontello-calendar-1:before {
  content: "\e807";
}

/* '?' */

.fontello-eye:before {
  font-size: 115%;
  content: "\e808";
}

/* '?' */

.fontello-calendar-empty:before {
  content: "\e809";
}

/* '?' */

.fontello-search:before {
  content: "\e80a";
}

/* '?' */

.fontello-globe:before {
  content: "\e80b";
}

/* '?' */

.fontello-pencil:before {
  content: "\e80c";
}

/* '?' */

.fontello-docs:before {
  content: "\e80d";
}

/* '?' */

.fontello-trash-1:before {
  content: "\e80e";
}

/* '?' */

.fontello-ok:before {
  content: "\e80f";
}

/* '?' */

.fontello-cancel:before {
  content: "\e810";
}

/* '?' */

.fontello-trash-2:before {
  font-size: 125%;
  content: "\e811";
}

/* '?' */

.fontello-user-add-outline:before {
  content: "\e812";
}

/* '?' */

.fontello-user-add:before {
  content: "\e813";
}

/* '?' */

.fontello-content:before {
  content: "\e814";
}

/* '?' */

.fontello-search-1:before {
  content: "\e815";
}

/* '?' */

.fontello-accounting:before {
  content: "\e816";
}

/* '?' */

.fontello-user-delete-outline:before {
  content: "\e817";
}

/* '?' */

.fontello-education:before {
  content: "\e818";
}

/* '?' */

.fontello-user-1:before {
  content: "\e819";
}

/* '?' */

.fontello-vcard-1:before {
  content: "\e81a";
}

/* '?' */

.fontello-user-delete:before {
  content: "\e81b";
}

/* '?' */

.fontello-doc:before {
  content: "\e81c";
}

/* '?' */

.fontello-doc-text:before {
  content: "\e81d";
}

/* '?' */

.fontello-flash:before {
  content: "\e81e";
}

/* '?' */

.fontello-contacts:before {
  content: "\e81f";
}

/* '?' */

.fontello-company-setup:before {
  content: "\e820";
}

/* '?' */

.fontello-office-management:before {
  content: "\e821";
}

/* '?' */

.fontello-pencil-1:before {
  content: "\e822";
}

/* '?' */

.fontello-users:before {
  content: "\e828";
}

/* '?' */

.fontello-user:before {
  content: "\e829";
}

/* '?' */

.fontello-agents-outline:before {
  content: "\e82a";
}

/* '?' */

.fontello-print:before {
  content: "\e82d";
}

/* '?' */

.fontello-user-outline:before {
  content: "\e830";
}

/* '?' */

.fontello-franchise-manager:before {
  content: "\e832";
}

/* '?' */

/* End Fontello Icons */

.menu-icon {
  text-align: center;
  min-width: 23px;
  display: inline-block;
}

#menu {
  top: 50px;
  bottom: -100%;
  /* todo: fix this crazy hack */
  background-color: #161019;
}

.lightBoxGallery {
  text-align: center;
}

.lightBoxGallery a {
  margin: 5px;
  display: inline-block;
}

#side-menu li {
  border-bottom: none;
}

.xlsColor {
  color: darkgreen;
}

.pdfColor {
  color: crimson;
}

.docColor {
  color: blue;
}

#showAllButton,
.submit-button {
  width: 100%;
  background-color: #a81933;
  border-color: #a81933;
  color: white;
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 14px;
}

.horizontalList {
  width: 22%;
  display: inline-block;
  margin: 1%;
  vertical-align: top;
}

.noMarginTop {
  margin-top: 0;
}

.redAnswer {
  color: #a81933;
}

.icon-hover {
  cursor: pointer;
}

.hoverEffect {
  z-index: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.hoverEffect:hover {
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px 0;
}

/* Use for smaller elements */

.hoverEffectThin {
  z-index: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.hoverEffectThin:hover {
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px 0;
}

.videoTitle {
  margin-top: 3%;
  color: #a81933;
}

.glyphicon-asterisk {
  color: #a81933;
  font-size: 60%;
  vertical-align: text-top;
}

.videoTitle:hover {
  text-decoration: underline;
}

.videoSpacing {
  margin-bottom: 2%;
}

.modal-header {
  padding: 10px;
}

.modal-header .text-primary {
  color: #34495e;
}

.modal-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.modal-xl {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 1400px;
}

.modal-xl .modal-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 700px;
}

.m-b-md {
  margin-bottom: 10px;
}

/* agent profile tabs */
.tab-narrow {
  padding-right: 12px !important;
}

.tab-primary,
.tab-primary:visited,
.tab-primary:focus {
  color: #000000;
  font-size: 0.925em;
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.tab-primary:hover,
.tab-primary:active {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.tab-default,
.tab-default:visited,
.tab-default:focus {
  color: #000000;
  font-size: 0.925em;
  background-color: #f7f9fa;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.tab-default:hover,
.tab-default:active {
  color: #000000;
  background-color: #dcdce2;
}

#tabControl {
  background-color: #f7f9fa;
}

/* TODO: Refactor the following back into a single unified style */
.login-container #tabControl {
  background-color: #ffffff;
}

.login-container .tab-primary,
.login-container .tab-primary:visited,
.login-container .tab-primary:focus {
  color: #000;
  font-size: 1.75em;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.login-container .tab-primary:hover,
.login-container .tab-primary:active {
  color: #000;
  background-color: #fff;
}

.login-container .tab-default,
.login-container .tab-default:visited,
.login-container .tab-default:focus {
  color: #fff;
  font-size: 1.75em;
  background-color: #209bcc;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.login-container .tab-default:hover,
.login-container .tab-default:active {
  color: #fff !important;
  background-color: #209bcc !important;
}

.ipad-panel .tryapp-txt {
  padding: 15px 0 10px 0;
}

.ipad-panel .tryapp-or {
  padding: 20px 0 15px 0;
}

.tab-pane {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

#smartDocs.tab-pane {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.panel-heading {
  background-color: #f7f9fa !important;
}

.hpanel .panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e4e5e7;
}

.hpanel .panel-body.borderless {
  padding: 0px;
}

.hpanel .panel-body .col4 {
  max-width: 400px;
}

.hpanel.hred .panel-body {
  border-top: 1px solid #a81933;
}

.hpanel.hred-bottom .panel-body {
  border-bottom: 10px solid #cc203d;
}

/*.hpanel.hred > .panel-body {
    height: 440px;
    overflow: auto;
}*/

.hpanel>.panel-heading span,
.hpanel>.panel-footer span {
  word-break: break-word;
}

/* Document pages carousel */

.panel-body .thumbnail-container {
  max-height: 155px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.panel-body .thumbnail-container .thumbnail-row {
  white-space: nowrap;
}

.panel-body .thumbnail-container .thumbnail-row .col-md-1 {
  display: inline-block;
  float: none;
}

.pageDateTime {
  font-size: 8pt;
  text-align: center;
}

.thumbnail-container .thumbnail-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.thumbnail-container .document-page {
  border: 1px solid #34495e;
}

.thumbnail-container .active {
  border: 2px solid #34495e !important;
}

.page-nav-border {
  background-color: #f7f9fa;
  padding: 5px;
}

.historyItem {
  border: gray 1px solid;
  margin-bottom: 5px;
}

.historyIcon {
  margin-top: 6px;
}

.documentFlagged {
  color: #a81933;
}

.documentPageFlagged {
  color: #a81933;
}

.documentPageFlagged {
  color: #a81933;
}

.thumbnail-container .documentPageFlagged .active {
  border: 2px solid #a81933 !important;
}

.thumbnail-container .documentPageFlagged .document-page {
  border: 1px solid #a81933;
}

.documents-transaction-info-panel .two-columns {
  width: 50%;
  float: left;
}

.documents-transaction-info-panel #address {
  display: inline-block;
}

.documents-transaction-info-panel #mls-number {
  height: 33px;
  padding-top: 7px;
}

/*.sweet-alert {
    width: 900px;
    font-family: inherit;
    margin-left: -380px;
}*/
.sweet-alert p {
  font-weight: bold;
  color: #504f56;
  font-size: 13px;
  text-align: center;
}

.sweet-alert input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #504f56;
}

.sweet-alert button.cancel {
  background-color: #807f86;
}

.sweet-alert button.cancel:hover {
  background-color: #b7b7bd;
}

.sweet-alert .sa-input-error {
  top: 20px;
}

.tooltip-inner {
  background-color: #a81933;
  color: #ffffff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #a81933;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #a81933;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a81933;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #a81933;
}

.modal:nth-of-type(even) {
  z-index: 1042 !important;
}

.modal-backdrop.in:nth-of-type(even) {
  z-index: 1041 !important;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: #b7b7bd;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.fixed-footer .footer {
  padding-bottom: 10px;
}

.radio-success input[type="radio"]+label::after {
  background-color: #a81933;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #a81933;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #a81933;
}

.note-content textarea {
  resize: none;
  height: 340px;
  max-height: 340px;
  padding: 10px;
}

.note-content textarea:focus {
  outline: none;
}

/* Absolute Center Spinner */

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 78, 85, 0.4);
}

.savePrompt {
  background-color: #ffffff;
  text-align: center;
  min-width: 400px;
  position: fixed;
  padding: 17px;
  left: 50%;
  top: 50%;
  border-radius: 5px;
}

.hpanel.notes {
  margin-bottom: 0;
}

.agent-only {
  top: 41px;
}

.panel-body.notes {
  height: 435px;
  max-height: 435px;
  overflow-y: auto;
}

.panel-body.panel-note {
  height: 469px;
  max-height: 469px;
}

.panel-body.select-listing {
  height: 326px;
  max-height: 326px;
  overflow-y: auto;
}

.panel-body.parties {
  height: 440px;
  max-height: 440px;
  overflow-y: auto;
}

.panel-body.select-parties {
  height: 413px;
  max-height: 413px;
  overflow-y: auto;
}

.panel-body.seller-parties,
.panel-body.buyer-parties {
  height: 177px;
  max-height: 177px;
  overflow-y: auto;
}

.panel-body.commissions {
  height: 485px;
  max-height: 485px;
  overflow-y: auto;
}

.panel-body.services {
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
}

.panel-body.payment-history {
  height: 413px;
  max-height: 413px;
  overflow-y: auto;
}

.edit-party {
  font-size: 1.3em;
  margin-top: 5px;
  position: absolute;
  right: 20px;
  bottom: 8px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.edit-party:hover {
  transform: scale(1.3);
}

.party-detail-container {
  min-height: 96px;
}

.modal-filter-item {
  margin-bottom: 0px;
}

.panel-body.brokerages {
  height: 185px;
  max-height: 185px;
  overflow-y: auto;
}

.duplicateVendorContacts,
.duplicateVendors {
  height: 135px;
  max-height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
}

.panel-body.vendors {
  height: 185px;
  max-height: 185px;
  overflow-y: auto;
}

.va-middle {
  vertical-align: middle !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.panel-tools.chevron-va-middle-fix {
  margin-top: -4px;
}

.transaction-index-main-photo {
  margin-right: 20px;
  width: 150px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transaction-index-main-photo-img {
  width: 100%;
  height: 100%;
}

.transaction-index-action {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.transaction-panel-body {
  display: flex;
  padding: 15px;
}

.transaction-panel-body .transaction-file-details {
  display: flex;
  flex: 1;
}

.transaction-panel-body .transaction-price-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.transaction-h4 {
  font-weight: 600;
  font-size: 18px;
}

.transaction-header-detail-vertical-align {
  line-height: 2.4em;
}

.transaction-details-header-vcenter {
  line-height: 1.4em;
}

@media (min-width: 1200px) {
  .transaction-details-info-img {
    max-height: 310px;
  }
}

@media (min-width: 992px) {
  .transaction-details-info-panel {
    height: 370px;
    max-height: 370px;
    overflow-y: auto;
  }

  .transaction-details-info-table {
    max-height: 246px;
    overflow-y: auto;
  }

  .sign-calls-info-table {
    max-height: 510px;
    overflow-y: auto;
  }
}

.no-img-placeholder {
  padding: 10px;
  border: 1px solid #e4e5e7;
  max-height: 280px;
  text-align: center;
}

@media (min-width: 992px) {

  /* Only add a top margin to buttons when the width is 992px or bigger */
  .button-vertical-center {
    margin-top: 65px;
  }

  .add-to-both-btn-vertical-align {
    margin-top: 54px;
    margin-bottom: -4px;
  }

  .button-vertical-center-listings {
    margin-top: 197px;
  }
}

@media (min-width: 992px) {

  /* Only add a top margin to button when the width is 992px or bigger */
  .change-side-rep {
    margin-top: 23px;
  }
}

/* Transaction Progress Tracker */

#listingProgressTracker.progressTracker,
#saleProgressTracker.progressTracker,
#rentalProgressTracker.progressTracker,
#referralProgressTracker.progressTracker {
  margin-top: 10px;
  overflow: hidden;
  counter-reset: step;
  padding: 0;
}

#listingProgressTracker.progressTracker li,
#saleProgressTracker.progressTracker li,
#rentalProgressTracker.progressTracker li,
#referralProgressTracker.progressTracker li {
  list-style-type: none;
  text-transform: uppercase;
  float: left;
  color: #161019;
  position: relative;
  text-align: center;
}

#listingProgressTracker.progressTracker li:before,
#saleProgressTracker.progressTracker li:before,
#rentalProgressTracker.progressTracker li:before,
#referralProgressTracker.progressTracker li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  border-radius: 100%;
  border-color: #b7b7bd;
  border-style: solid;
  border-width: 1px;
  margin: 0 auto 5px auto;
}

#listingProgressTracker.progressTracker li:first-child:after,
#saleProgressTracker.progressTracker li:first-child:after,
#rentalProgressTracker.progressTracker li:first-child:after,
#referralProgressTracker.progressTracker li:first-child:after {
  content: none;
}

#listingProgressTracker.progressTracker li.progressTrackerActive:before,
#listingProgressTracker.progressTracker li.progressTrackerActive:after,
#saleProgressTracker.progressTracker li.progressTrackerActive:before,
#saleProgressTracker.progressTracker li.progressTrackerActive:after,
#rentalProgressTracker.progressTracker li.progressTrackerActive:before,
#rentalProgressTracker.progressTracker li.progressTrackerActive:after,
#referralProgressTracker.progressTracker li.progressTrackerActive:before,
#referralProgressTracker.progressTracker li.progressTrackerActive:after {
  background-color: #76001f;
  color: #fff;
}

#listingProgressTracker li,
#saleProgressTracker li,
#rentalProgressTracker li {
  width: 12%;
}

#referralProgressTracker li {
  width: 20%;
}

/* Transaction Listings Progress Tracker */

#listingProgressTracker.progressTracker li:after {
  content: "";
  width: 86%;
  height: 6px;
  background-color: #fff;
  border-color: #b7b7bd;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -50%;
  top: 12px;
  margin-left: 14px;
  border-left: none;
  border-right: none;
}

/* Transaction Sales Progress Tracker */

#saleProgressTracker.progressTracker li:after {
  content: "";
  width: 86%;
  height: 6px;
  background-color: #fff;
  border-color: #b7b7bd;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -50%;
  top: 12px;
  margin-left: 14px;
  border-left: none;
  border-right: none;
}

/* Transaction Rental Progress Tracker */

#rentalProgressTracker.progressTracker li:after {
  content: "";
  width: 86%;
  height: 6px;
  background-color: #fff;
  border-color: #b7b7bd;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -50%;
  top: 12px;
  margin-left: 14px;
  border-left: none;
  border-right: none;
}

/* Transaction Referral Progress Tracker */

#referralProgressTracker.progressTracker li:after {
  content: "";
  width: 92%;
  height: 6px;
  background-color: #fff;
  border-color: #b7b7bd;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -50%;
  top: 12px;
  margin-left: 14px;
  border-left: none;
  border-right: none;
}

.branchOfficeImg {
  max-width: 100%;
  border: 1px solid #e4e5e7;
}

.branchOfficeImgContainer {
  margin-top: 3%;
  margin-bottom: 3%;
}

#newsContent {
  margin-right: 6%;
  margin-left: 6%;
}

.navy-bg>img {
  height: 45px;
}

/* Transaction Offer */

.document-viewer-small-header {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 1001;
  text-align: center;
}

.toolbar-divider {
  width: 1px;
  border: 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.5em;
}

.navigate-pages {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f1f3f6;
}

.pages-container {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  /* Puts some padding at the top of the first page, should match the page-footer padding */
}

.pages-container .page {
  text-align: left;
  position: relative;
}

.pages-container .page img {
  position: relative;
  width: 816px;
  border: 1px solid #ccc;
}

.pages-container .page-fields {
  width: 816px;
}

.merge-field {
  position: absolute;
}

.pages-container .page-footer {
  text-align: center;
  padding-bottom: 15px;
}

/* Toastr RSA customization */

.toast-top-right {
  top: 62px;
}

.toast-error {
  background-color: #a81933;
}

.toast-success {
  background-color: #33a919;
}

.toast-warning {
  background-color: #504f56;
}

/* Bootstrap RSA popover for save button required fields */

#popoverArea .popover {
  width: 600px;
  color: #fff;
  background-color: #a81933;
}

#popoverArea .popover-title {
  font-weight: bold;
  background-color: #a81933;
}

#popoverArea .popover.top>.arrow:after {
  border-top-color: #a81933;
}

/* The following two css selectors are for moving the button behind the containing span so the popover will work. */
#popoverArea #saveButton {
  z-index: 0;
  position: relative;
}

#popoverArea #saveButton:disabled {
  z-index: -1;
  position: relative;
}

#popoverArea #buttonHolder {
  display: inline-block;
  cursor: not-allowed;
}

#popoverArea #userSaveButton {
  z-index: 0;
  position: relative;
}

#popoverArea #userSaveButton:disabled {
  pointer-events: none;
  position: relative;
}

/* Bootstrap Datepicker */
/*.datepicker {
    background-color: #fff;
    color: #333;
}*/
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #a81933;
  border-color: #76001f;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #76001f;
  border-color: #76001f;
}

.datepicker .clear {
  background-color: #ddd;
}

.dropdown-menu {
  z-index: 1002;
}

/* Labels */

.label.large {
  font-size: 90%;
  line-height: 2.6;
}

.label.label-red {
  background-color: #a81933;
}

.label.label-blue {
  background-color: #3498db;
}

.label.label-purple {
  background-color: #9b59b6;
}

.label.label-orange {
  background-color: #e67e22;
}

.label.label-yellow {
  background-color: #ffb606;
}

.label.label-green {
  background-color: #62cb31;
}

/* Conference Room Calendar*/
.panel-subheading {
  border-bottom: 1px solid #a81933;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #504f56;
  margin-top: 10px;
  margin-bottom: 2px;
  text-align: center;
}

.highlighted {
  background: #fcf8e3;
}

.notselectable {
  color: lightgray;
}

.event-details {
  position: absolute;
  z-index: 10000;
  top: 200px;
  left: 1000px;
  background: #fcf8e3;
  padding: 5px;
  box-shadow: 3px 3px 2px grey;
  max-width: 225px;
  min-width: 185px;
}

.event-label {
  font-weight: bolder;
}

@media (min-width: 768px) {
  .col-fixed-calendar {
    width: 300px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .col-fixed-calendar-side {
    width: calc(100% - 300px);
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Login views */
@media screen and (max-width: 991px) {
  .login-container__training {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .login-container__training {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #eee;
    height: 400px;
    margin-left: 20px;
  }
}

img.login-background {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1920px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 50;
  left: 0;
}

@media screen and (max-width: 1920px) {

  /* Specific to this particular image */
  img .login-background {
    left: 50%;
    margin-left: -960px;
    /* 50%, keep the image centered */
  }
}

/* Payment & Autopay (Subscription) views */
@media (min-width: 992px) {
  .billing-detail-ach {
    height: 347px;
    max-height: 347px;
  }

  .pay-my-bill-detail {
    height: 410px;
    max-height: 410px;
  }

  .payment-detail-cc {
    margin-top: 31px;
  }

  .payment-detail-payment {
    margin-top: 27px;
  }
}

/* Smart Tools views */
.flyer-area {
  min-height: 210px;
  background-color: #161019;
  color: #fff;
}

.flyer-area:hover {
  background-color: #a81933;
}

.image-container {
  min-height: 180px;
  padding-top: 10px;
}

.house-icon {
  margin-right: 10px;
  width: 80px;
  height: 90px;
  line-height: 80px;
}

.smarticon {
  margin-right: 15px;
}

/* Team Multi-Selection */

.multiselect,
.btn-block,
input[type="submit"].btn-block {
  margin-top: 0;
  /* So that the button aligns with the following search referrals. */
}

/* Tabs error */

.highlight-tab-error {
  background-color: #cc203d !important;
  color: #ffffff !important;
}

/* Dropzone Help */

.upload-help-area {
  color: #34495e;
  margin-left: 7px;
}

.upload-help-area i {
  margin-left: 5px;
  margin-right: 5px;
}

.upload-icon {
  color: darkslateblue;
}

/* Dropzone Styles */

.treedrop .dropzone {
  min-height: 22px;
  padding: 0px;
  border: 0px dashed #bbb;
  background-color: inherit;
}

.treedrop .keepinline {
  display: inline-block;
}

.treedrop .dropzone.keepinline {
  display: inline-block;
}

.treedrop .keepinline .upload-icon {
  margin: 5px;
  color: darkslateblue;
}

.treedrop .dropzone .dz-message {
  margin: 2px;
}

.treedrop .dropzone .dz-preview {
  height: 100%;
  min-height: 20px;
  padding: 0px;
  margin: 1px;
  width: 100%;
}

.treedrop .dropzone .dz-preview .dz-image {
  height: 22px;
  width: 99%;
}

.treedrop .dropzone .dz-preview .dz-details {
  padding: 2px 0px 0px 15px;
  text-align: left;
}

.treedrop .dropzone .dz-preview .dz-details .dz-size {
  font-size: 12px;
}

.treedrop .dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent;
  z-index: 1100;
}

.treedrop .dropzone .dz-preview .dz-progress {
  width: 98%;
  height: 100%;
  left: 1%;
  margin-left: 0px;
  margin-top: -11px;
  z-index: 15;
}

.treedrop .dropzone .dz-preview .dz-progress .dz-upload {
  background: #a0a0a0;
  background: linear-gradient(to bottom, #c3c3c3, #a0a0a0);
}

.treedrop .dropzone .dz-preview .dz-fileprocessprogress {
  width: 0%;
  left: 1%;
  margin-left: 0px;
  z-index: 18;
  pointer-events: none;
  position: absolute;
  height: 100%;
  top: 50%;
  margin-top: -11px;
  background: rgba(130, 231, 255, 0.5);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.treedrop .dropzone .dz-preview.dz-processing .dz-progress .dz-upload {
  z-index: 15;
}

.treedrop .dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.treedrop .dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  margin: 0;
  top: 4px;
  left: auto;
  right: 2%;
  height: 100%;
  width: 12px;
}

.treedrop .dropzone .dz-preview .dz-error-mark {
  color: #b00;
}

.treedrop .dropzone .dz-preview .dz-error-message {
  top: auto;
  left: 40%;
  height: auto;
}

.treedrop .dropzone .dz-preview.dz-file-preview.dz-error .dz-image {
  background: red;
  background: linear-gradient(to bottom, #f88, #fbb);
}

.treedrop .dropzone .dz-progress .dz-inprogress {
  z-index: 2000;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 4px;
}

/* Commissions */
.unappliedCommission {
  color: #0633ff;
  white-space: nowrap;
  margin-right: 9px;
}

.buyerDistribution,
.buyerCommissions {
  border-left: 1px solid #e9e9e9;
}

.sellerDistribution .hpanel .panel-heading,
.buyerDistribution .hpanel .panel-heading {
  border-bottom: 1px solid #cc203d;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
}

.sellerDistribution .hpanel .panel-body,
.buyerDistribution .hpanel .panel-body {
  border: none;
}

.commission-entry.hpanel .panel-heading {
  border-bottom: 1px solid #cc203d;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
}

.commission-entry.hpanel {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.commission-entry.hpanel .panel-body {
  border: none;
}

.hpanel.commission-entry.has-entity {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding-left: 40px;
}

.hpanel.commission-entry.has-entity.first-entity {
  border-top: 2px solid #000;
  padding-left: 0;
}

.hpanel.commission-entry.has-entity.last-entity {
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.commission-entry.hpanel .panel-body .control-label {
  text-align: left;
}

.sum-total-brokerage-fees-container .control-label {
  text-decoration: underline;
}

.fees-container {
  border-radius: 6px;
  background-color: #f4f9fd;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hpanel .panel-body.panel-body-sm {
  padding: 10px;
}

/* End custom styles */

.tablefloatleft {
  width: 50%;
  float: left;
  overflow: hidden;
}

.tablefloatright {
  width: 50%;
  float: right;
  overflow: hidden;
}

.smartcalltableheading {
  min-height: 50px;
}

.zillowtableheading {
  min-height: 35px;
}

.market-place .no-data {
  font-size: 15px;
  font-weight: 600;
  color: #313131;
}

.market-place {
  padding: 0 0 70px 0 !important;
  margin: 4%;
  margin: 0 auto;
  background-color: white;
}

.market-place .mp-cards {
  padding: 10px 45px 0;
}

.market-place .mp-cards .cards-parent {
  display: flex;
  flex-wrap: wrap;
}

.market-place .mp-cards-row {
  display: flex;
  justify-content: flex-start;
}

.market-place .mp-category .see-all-link {
  text-decoration: underline;
  color: #2388b9;
  font-size: 14px;
  font-weight: 600;
  padding-top: 12px;
}

.market-place .mp-category .category-title {
  font-size: 25px;
  color: #666;
  cursor: pointer;
}

.market-place .market-banner-img {
  height: calc(100vh - 63.673vh);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.market-place .market-banner-img.default-banner {
  background-image: url('../../img/marketplace_main.jpg');
}

.market-place .market-banner-breadcrumb {
  background-image: url('../../img/marketplace_breadcrumb.jpg');
  height: calc(100vh - 95.045vh);
  background-repeat: no-repeat;
  background-size: 100% calc(100vh - 95.045vh);
}

.market-place .mp-vendor-container .market-banner-img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.market-place span.multiselect-native-select {
  display: block;
}

.relative {
  position: relative;
}

.market-place .mp-header-detail-sec {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #00000000 65%, #000000aa);
}

.market-place .mp-header-detail-sec .mp-header-detail {
  position: absolute;
  bottom: 22px;
  left: 50px;
  z-index: 10;
}

.market-place .mp-header-detail-sec .mp-header-title {
  color: white;
  font-size: 45px;
  font-weight: 600;
}

.market-place .mp-category .mp-header-detail-sec .mp-header-title {
  font-size: 28px;
}

.market-place .card-item {
  background-color: #fff;
  box-shadow: 0px 1px 4px #bbb;
  border-radius: 5px;
  overflow: hidden;
  width: calc((100% - 67px) / 3);
  margin: 10px;
  position: relative;
}

.market-place .card-item .hero-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.market-place .card-item .card-item-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.market-place .card-item .card-item-desc {
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  font-size: 12px;
  min-height: 36px;
}

.market-place .card-item .category-item {
  border-radius: 5px;
  overflow: hidden;
}

.market-place .card-item .panel-body {
  padding: 15px 20px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  border: none;
}

.market-place .vendor-thumb-image {
  width: 100%;
  max-height: 160px;
  margin: 20px 0;
  box-shadow: 1px 2px 3px #555;
  cursor: pointer;
  object-fit: cover;
}

.market-place .mp-vendor .hero-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.market-place .card-item.mp-vendor {
  width: calc((100% - 91px) / 4);
}

.market-place .mp-vendor .offer-block {
  padding-top: 4px;
  padding-bottom: 14px;
  min-height: 75px;
}

.market-place .mp-vendor .offer-section {
  background-color: #f5f5f5;
  border-radius: 30px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  padding: 8.5px;
  border: 1px solid #d7d7d7;
}

.market-place .mp-vendor .special-offer-title {
  font-weight: 600;
  display: block;
  color: #000;
  font-size: 14px;
}

.market-place .mp-vendor .special-offer-desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.market-place .mp-vendor #showAllButton.btn {
  padding: 8px;
  margin: 10px 0;
}

.market-place .mp-vendor .panel-logo {
  height: 65px;
  width: 65px;
  margin-top: -55px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 4px #555;
  object-fit: cover;
  background-color: #fff;
}

.market-place .mp-vendor .absolute-t-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #fff;
  color: #313131;
  padding: 3px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #555;
}

.market-place .multiselect-block {
  width: 150px;
  max-width: 48%;
  float: right;
}

.market-place .multiselect-block .multiselect {
  border: 1px solid #ddd;
  height: 34px;
  box-shadow: 1px 1px 4px #555;
}

.market-place .multiselect-block .multiselect .multiselect-selected-text {
  display: inline-flex;
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 12px;
  color: #555;
}

.market-place .multiselect-block .multiselect-container {
  min-width: 101%;
}

.market-place .multiselect-block .multiselect .caret {
  color: #000;
}

.market-place .multiselect-block .multiselect:hover,
.market-place .multiselect-block .multiselect:focus,
.market-place .multiselect-block .multiselect:active {
  background-color: #fff;
}

.market-place .multiselect-block .open .dropdown-toggle.btn-default {
  background-color: transparent;
}

.market-place .multiselect-block .dropdown-menu>li>a,
.market-place .multiselect-block .dropdown-menu>.active>a,
.market-place .multiselect-block .dropdown-menu>.active>a:focus,
.market-place .multiselect-block .dropdown-menu>.active>a:hover {
  background-color: transparent;
  color: #000;
  padding: 3px 0px;
}

.market-place .mp-vendor-container .panel-body {
  width: 75%;
}

.market-place .mp-vendor-container .vendor-content-panel {
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  width: 100%;
}

.market-place .mp-vendor-container .panel-logo {
  width: 135px;
  height: 135px;
  margin-top: -72px;
  box-shadow: 1px 1px 4px #555;
  margin-right: 15px;
}

.market-place .mp-vendor-container .logo-section {
  display: flex;
  justify-content: space-between;
}

.market-place .mp-vendor-container .logo-section .inner-logo {
  display: flex;
  align-items: flex-end;
}

.market-place .mp-vendor-container .visit-site {
  padding: 8px 12px !important;
  align-self: flex-end !important;
}

.market-place .mp-vendor-container .mp-vendor-name {
  font-size: 22px;
  font-weight: bold;
  color: #313131;
  margin: 40px 0 10px 0;
}

.market-place .mp-vendor-container .local-tag {
  margin-left: 10px;
  background-color: #fff;
  color: #313131;
  padding: 3px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #555;
}

.market-place .mp-vendor-container .description {
  font-size: 14px;
  margin-bottom: 25px;
  color: #313131;
}

.market-place .mp-vendor-container .bold-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 20px 0 10px 0;
}

.market-place .mp-vendor-container .offer-section .special-offer {
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 26px;
}

.market-place .mp-vendor-container .offer-section .special-offer-title {
  font-size: 14px;
}

.market-place .mp-vendor-container .iframe-video-player {
  min-height: 415px;
  width: 100%;
  background-color: #00000010;
}

.market-place .filter-sec {
  padding: 0 55px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #cccccc;
}

.market-place .filter-sec .search-lbl {
  font-size: 15px;
  font-weight: 600;
  color: #313131;
  margin-right: 25px;
}

.market-place .filter-sec .form-control {
  width: 20%;
  height: 32px;
  border: 1px solid #313131 !important;
}

.market-place .see-all-btn,
.market-place .see-all-btn:focus,
.market-place .see-all-btn:hover {
  background-color: #024a92;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 8px 26px;
  border-radius: 6px;
  align-self: center;
}

.slider-gallery {
  position: fixed;
  z-index: 9999;
  background-color: #00000087;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.slider-parent .thumbnail-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 25px;
}

.close-btn-modal {
  position: absolute;
  right: -22px;
  top: 0;
  color: #fff;
  font-size: 29px;
  padding: 14px;
  cursor: pointer;
  z-index: 99;
}

.center-div {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.center-div .center-div-v {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.no-data {
  padding-top: 6vh;
}

#venndorCarousel.owl-carousel .owl-next,
#venndorCarousel.owl-carousel .owl-prev,
#photosCarousel.owl-carousel .owl-next,
#photosCarousel.owl-carousel .owl-prev {
  position: absolute;
  top: Calc(50% - 90px);
  color: white;
  font-size: 70px;
  text-shadow: 1px 1px 3px #000;
  outline: none !important;
  background-color: transparent !important;
}

#venndorCarousel.owl-carousel .owl-prev,
#photosCarousel.owl-carousel .owl-prev {
  left: -50px;
}

#venndorCarousel.owl-carousel .owl-next,
#photosCarousel.owl-carousel .owl-next {
  right: -50px;
}

.no-r-padding {
  padding-right: 0 !important;
}

.mpbreadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 22px;
  left: 50px;
  z-index: 10;
}

.mpbreadcrumb>li+li:before {
  padding: 0;
  content: '>';
  color: white;
  margin: 0 4px;
}

.mpbreadcrumb.breadcrumb>li>a,
.mpbreadcrumb.breadcrumb>li>span {
  color: white !important;
}

.mpbreadcrumb.breadcrumb>li>a:hover {
  text-decoration: underline;
}

.market-place .filter-sec .col-lg-6:first-child {
  padding-right: 0;
}

.market-place .filter-sec .filter-select {
  max-width: 185px;
  float: right;
}

.slider-parent .custom-carousel.owl-carousel .owl-stage-outer {
  margin: 0 40px;
  padding: 10px 15px 25px 15px;
}

.slider-parent .custom-carousel.owl-carousel {
  position: relative;
}

.slider-parent .custom-carousel.owl-carousel .owl-prev,
.slider-parent .custom-carousel.owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  width: 40px;
  border-radius: 0;
  outline: none;
}

.slider-parent .custom-carousel.owl-carousel .owl-prev {
  left: 0;
}

.slider-parent .custom-carousel.owl-carousel .owl-next {
  right: 0;
}

.slider-parent .custom-carousel.owl-theme .owl-nav {
  background-color: #fff;
  margin: 0;
  border-radius: 0;
}

.slider-parent .custom-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  outline: none;
}

.slider-parent .custom-carousel.owl-carousel .owl-prev span,
.slider-parent .custom-carousel.owl-carousel .owl-next span {
  font-size: 55px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}

.market-place .owl-carousel .owl-dots.disabled {
  display: block !important;
}

.agent-avatar {
  width: 210px;
  height: 210px;
  -webkit-border-radius: 210px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 210px;
  -moz-background-clip: padding;
  border-radius: 210px;
  background-clip: padding-box;
  background-size: cover;
  background-position: top;
  display: block;
}

.app-banner {
  background-color: white;
  padding: 10px 16px 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.app-info {
  flex-direction: row;
  align-items: center;
  display: flex;
  flex: 1;
}

.app-info img {
  border-radius: 15px;
  margin-right: 12px;
}

.app-info button.close-btn {
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 2px;
  width: 35px;
  height: 50px;
  font-size: 15px;
}

.app-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.app-desc span {
  font-size: 12px;
  color: black;
}

.app-desc span:first-child {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 14px;
}

.app-install-btn {
  background-color: #cd203c;
  color: white !important;
  padding: 5px 20px;
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
}

.inactive-warning {
  font-size: 16px;
  padding: 20px;
  color: red;
  position: fixed;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.hidden-link,
.hidden-link:focus,
.hidden-link:hover {
  cursor: text;
  color: #6a6c6f;
  text-decoration: none;
}

.updater-link,
.updater-link:focus,
.updater-link:hover {
  color: blue;
}

.text-align-left {
  text-align: left !important;
}

.filter-content {
  display: flex;
  justify-content: flex-end;
}

.filter-content .search-txt {
  max-width: 350px;
  margin-right: 25px;
}

.filter-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.filter-icon {
  font-size: 15px;
  margin: 0 5px;
}

.filter-panel .form-control {
  width: 65px;
}

.filter-panel .form-control.price-input {
  width: 95px;
}

.filter-panel .btn-success {
  margin-left: 8px;
}

.cs-item-panel {
  padding: 12px 16px !important;
  min-height: 210px;
}

.cs-item-panel .address {
  font-size: 18px;
  font-weight: 600;
}

.cs-item-panel .cs-info-panel {
  display: flex;
  margin-top: 10px;
}

.cs-info-panel .cs-main-image {
  /* width: 45%; */
  flex: 1.3;
}

.cs-info-panel .cs-main-image img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
}

.cs-info-panel .cs-details {
  flex: 1;
  margin-left: 22px;
  display: flex;
  flex-direction: column;
}

.cs-info-panel .cs-details .info-section {
  display: flex;
  font-size: 15px;
  margin-bottom: 8px;
}

.cs-details .info-section:not(:first-child) div:first-child {
  width: 26px;
}

.cs-action-panel {
  display: flex;
  align-self: flex-end;
}

.cs-action-panel .cs-action-convert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  cursor: pointer;
}

.cs-action-panel .cs-action {
  width: 25px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
}

.marker-content {
  min-width: 300px;
  padding: 10px 5px 5px;
  cursor: pointer;
}

.marker-content .marker-title {
  color: black;
}

.marker-content .price-panel {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.5;
}

.marker-content .price-panel .marker-price {
  align-self: flex-end;
}

.marker-content .marker-info {
  display: flex;
  margin-bottom: 8px;
  font-size: 13px;
}

.marker-content .marker-info div:first-child {
  min-width: 95px;
}

.marker-content .marker-info div:last-child {
  margin-left: 10px;
}

.marker-content .marker-footer {
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-top: 1px dashed;
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.marker-content .marker-footer .info-section {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  flex: 1;
  color: black;
}

.marker-footer .info-section:not(:first-child) {
  margin-left: 18px;
}

.marker-footer .info-section div:first-child {
  width: 28px;
}

.marker-footer .divider {
  display: flex;
  justify-content: flex-end;
}

.hide-dd-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hpanel.selected-csl-item {
  box-shadow: rgb(0 0 0 / 20%) 0 10px 20px 0;
  border: 1px solid #cccccc;
}

.communication-folder-tooltip {
  font-size: 14px;
  color: #6a6c6f;
}

.communication-folder-view {
  padding-left: 20px;
  color: gray;
}

.resend-otpc-btn {
  padding: 1px 5px;
  font-size: 11px;
  outline: none !important;
}

.resend-otpc-btn:disabled,
.resend-otpc-btn:disabled:hover {
  background-color: #a81933;
  border-color: #a81933;
  color: white;
}

.index-resend-otpc-btn {
  margin-bottom: 5px;
  margin-right: 6px;
}

.commission-resend-otpc {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.commission-resend-otpc small {
  margin-right: 12px;
}

.left-align-col {
  margin-left: -15px;
  padding-left: 0;
  padding-top: 7px;
}

.link-text {
  color: black;
}

.copy-link {
  color: #a81933;
  padding: 0 10px;
  font-weight: 600;
  cursor: pointer;
}

.swal-text-center .swal-text,
.logout-swal .swal-footer {
  text-align: center;
}

.offer-template-documents {
  min-height: 300px;
  max-height: Calc(100vh - 480px);
  overflow: auto;
  padding-right: 10px;
}

.offer-template-documents table {
  margin-bottom: 0;
}

.offer-template-documents::-webkit-scrollbar {
  background: white;
  height: 8px;
  width: 8px;
}

.offer-template-documents::-webkit-scrollbar-thumb {
  border: none;
  box-shadow: none;
  background: #dadce0;
  border-radius: 8px;
  min-height: 40px;
}

.offer-beta-icon {
  width: 26px;
  height: auto;
}

.btn-default.btn-bg-blue {
  background-color: #1F9BCC;
  border-color: #209bcc;
  color: #fff;
  margin-top: 15px;
}

.btn-default.btn-bg-blue:hover,
.btn-default.btn-bg-blue:focus,
.btn-default.btn-bg-blue:active,
.btn-default.btn-bg-blue.active,
.open .dropdown-toggle.btn-default {
  background-color: #16759b;
  border-color: #209bcc;
  color: #fff;
}

.searchItem p img {
  max-width: 1200px;
  max-height: 600px;
}

/*Select 2*/

.select2-container {
  width: 45% !important;
}

.select2-container .select2-selection {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

#side-menu li a {
  position: relative;
}

#side-menu li .mls-count-panel .mlsCount {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 50%;
  background: #a81933;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side-menu li>a:hover .mls-count-panel .mlsCount {
  background: white;
  color: #a81933;
}

.sale-header-filters {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}

.sale-filter-space {
  margin-right: 30px;
}

.sale-filters {
  display: flex;
  align-items: center;
}

.search-filter {
  width: 300px;
}

.team-filter {
  min-width: 300px;
  max-width: 360px;
}

.team-filter .dropdown-toggle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sale-filters label.control-label {
  margin-bottom: 0;
  white-space: nowrap;
  margin-right: 10px;
}

.filter-picker-panel input[type="text"] {
  width: 105px;
}

@media only screen and (max-width: 450px) {
  body {
    padding-bottom: 80px !important;
  }
}

.error-content {
  color: #a81933;
  font-size: 85%;
  font-weight: bolder;
}

.margin-top-20 {
  margin-top: 20px;
}

.btn-default-danger {
  background-color: #fff;
  border-color: #a81933;
  color: #a81933;
}

.btn-default-danger:hover,
.btn-default-danger:focus,
.btn-default-danger:active,
.btn-default-danger.active {
  background-color: #a81933;
  border-color: #a81933;
  color: #fff;
}

.delete-confirm-modal.modal {
  top: 30% !important;
}
.delete-confirm-modal .modal-dialog {
  width: 610px !important;
}

.tab-default.disable-for-incomplete,
.tab-primary.disable-for-incomplete {
    opacity: .65;
    pointer-events: none;
}