.screen-search {
  /* margin-top: 84px; */
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.screen-search.rx-list-open {
  margin-top: 84px;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.logged-in .screen-search.rx-list-open {
  margin-top: 0;
}
@media (max-width: 767px){
  .logged-in .screen-search {
    width: calc(100vw - 58px);
  }
  .logged-in .screen-search.rx-list-open {
    top: 63px !important;
  }
  .logged-in .screen-search.rx-list-open .rx-btn-wrap {
    overflow: hidden;
  }
}
.rx-search-listing {
  width: 313px;
  overflow: hidden;
  background-color: #354052;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  z-index: 998;
  position: fixed;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.rx-search-listing .form-group {
  margin-bottom: 5px;
}

.rx-search-listing .form-control {
  padding: 2px;
  font-size: 12px;
  height: 28px;
  color: #333;
}

.rx-search-listing .form-horizontal .control-label {
  padding-top: 6px;
  text-align: left;
}

.rx-search-listing .min-field {
  padding-right: 2px;
}

.rx-search-listing .max-field {
  padding-left: 2px;
}

.rx-search-listing .mid-field {
  padding: 0 8.5px;
}

.rx-search-container {
  /* width: 330px; */
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.rx-acc-head img, .rx-acc-head .head-icon {
  width: 22px;
  margin-right: 10px;
}

.rx-acc-head {
  padding: 8.5px 5px;
  background-color: #354052;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  display: none;
}

.rx-acc-group.rx-open > .rx-acc-head {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 998;
}

.rx-acc-body {
  padding: 10px 5px 5px 5px;
  background-color: #fff;
  display: none;
  width: 100%;
}

.rx-acc-group.rx-open .rx-acc-head {
  background-color: #47556c;
}

.rx-acc-body > label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.rx-dd-label {
  border: none;
  outline: none;
  font-size: 14px;
  padding: 3px 0;
}

.rx-caret {
  position: relative;
}

.rx-caret:after {
  content: "";
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #444;
  position: absolute;
  top: 8px;
}

.rx-form-group:after, .rx-acc-body:after, .rx-selected-values:after {
  display: table;
  content: "";
  clear: both;
}

.rx-acc-group--caption {
  background-color: #778092;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
  margin-bottom: 5px;
}

.rx-acc-group--caption label {
  margin-bottom: 0;
}

.rx-form-group {
  margin-bottom: 1px;
}

.rx-form-group label {
  padding-left: 12px;
}

/*handle*/
.rx-search-handle {
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  background-color: #00B0F0;
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 281px;
  top: 235px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  width: 95px;
  text-align: center;
  padding: 9px 0 3px;
}

.rx-search-handle.rx-closed {
  left: -35px;
  /*left: 15px;*/
}

.rx-search-listing.rx-search-closed {
  left: -344px;
  /*width: 54px;*/
}

.rx-acc-second {
  display: none;
  margin-bottom: 2px;
  padding-bottom: 3px;
}

.rx-asset-head {
  padding-bottom: 0;
  padding-right: 0;
  background: #d5dbe5 none repeat scroll 0 0;
  padding-top: 0;
  position: relative;
}

.rx-asset-head .rx-form-group {
  margin-bottom: 0;
}

.rx-asset-type.rx-sale, .rx-asset-type.rx-rent {
  padding: 8px 10px 8px 35px !important;
  cursor: pointer;
}

.rx-acc-second input {
  padding: 4px 12px;
}

.rx-close {
  background-color: #fff;
  padding: 0 5px 1px;
  border: 1px solid #aaa;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}

.rx-btn {
  padding: 6px 12px;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.rx-btn-orange {
  background-color: #F6841F;
  color: #fff;
}

.rx-btn-orange:hover {
  background-color: #f47b10;
}

.rx-btn-wrap {
  margin-top: 5px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 5px 0 3px;
  background-color: white;
  border-top: 1px solid #ddd;
  margin-left: -5px;
  margin-right: -5px;
  z-index: 50;
}

.rx-btn-wrap button {
  margin-left: 10px;
}

.rx-btn-grey {
  background-color: #DDDDDD;
}

.rx-btn-grey:hover {
  background-color: #d8d8d8;
}

.rx-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 18px !important;
  height: 18px;
  margin-right: 8px;
  vertical-align: bottom;
  margin-top: 0;
}

.rx-checkbox {
  padding-top: 5px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}

.rx-checkbox > span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.rx-checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  border-right: 2px solid #009344;
  border-bottom: 2px solid #009344;
  width: 5px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 7px;
}

.agentgroup .rx-checkbox {
    display: block;
}

.rx-selected-values {
  min-height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  padding: 0 0 0 5px;
}

.agent-address-values {
  border: none;
  margin-top: 0;
  min-height: auto;
  padding: 0;
}

.agent-address-values label {
  margin: 5px 3px 0 0;
  padding: 1px 0 1px 3px;
  background: #009344;
  color: white;
  border: 1px solid #007235;
  position: static;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.agent-address-values label:last-child {
  margin-bottom: 5px;
}

.agent-address-values label:last-child:after {
  position: absolute;
  content: '';
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  bottom: -5px;
  background-color: #ddd;
}

.agent-address-values label .rx-close-tag {
  z-index: 1;
  min-width: 17px;
  margin: 0;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  line-height: 100%;
  position: relative;
  color: #fff;
  transform: none;
  margin-left: 5px;
}

.rx-bb0 {
  border-bottom: none !important;
}

.rx-show {
  display: block;
}

.rx-hide {
  display: none;
}

.rx-active {
  display: block !important;
}

.rx-acc-body .select2-container--default.select2-container--focus .select2-selection--multiple,
.rx-acc-body .select2-container--default .select2-selection--multiple {
  border-color: #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.select2-container.select2-container--default {
  width: auto !important;
  z-index: 9999;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.pac-container, .ui-autocomplete {
  z-index: 99999 !important;
}

.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: -1px !important;
  border-color: #ccc !important;
}

.rx-place-tag {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  font-weight: normal;
  padding-left: 15px;
}

.rx-place-tag .rx-close-tag {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
  text-decoration: none;
  font-size: 11px;
  vertical-align: text-top;
}

.rx-pl10 {
  padding-left: 10px !important;
}

.rx-acc-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rx-custom-multiselect-wrapper.multiselect-native-select .rx-col-70 + .btn-group {
  width: 70% !important;
}

.rx-custom-multiselect-wrapper .btn-group {
  width: 100% !important;
}

.rx-custom-multiselect-wrapper .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.rx-custom-multiselect-wrapper .btn-group .dropdown-toggle:active,
.rx-custom-multiselect-wrapper .btn-group.open .dropdown-toggle {
  outline: 0;
}

.rx-custom-multiselect-wrapper .btn-group > .btn:first-child {
  margin-left: 0;
}

.rx-custom-multiselect-wrapper .btn-default.active, .btn-default:active,
.rx-custom-multiselect-wrapper .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.dropdown-toggle.btn .caret {
  transition: .3s;
}

.open > .dropdown-toggle .caret {
  transform: rotate(180deg);
}

.rx-custom-multiselect-wrapper .dropdown-menu.dropdown-menu-right {
  left: auto;
}

.rx-custom-multiselect-wrapper .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rx-custom-multiselect-wrapper .multiselect-container > li {
  padding: 0;
}

.rx-custom-multiselect-wrapper a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

.rx-custom-multiselect-wrapper .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.rx-custom-multiselect-wrapper .multiselect-container > li > a {
  padding: 0;
}

.rx-custom-multiselect-wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.rx-custom-multiselect-wrapper .checkbox, .rx-custom-multiselect-wrapper .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rx-custom-multiselect-wrapper .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.rx-custom-multiselect-wrapper .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}

.rx-custom-multiselect-wrapper .multiselect-container > li > a > label.radio,
.rx-custom-multiselect-wrapper .multiselect-container > li > a > label.checkbox {
  margin: 0;
  font-size: 14px; /*overriding main.css*/
}

.rx-custom-multiselect-wrapper input[type=checkbox], .rx-custom-multiselect-wrapper input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  height: auto;
  width: auto;
  opacity: 1; /*overriding main.css*/
}

.rx-custom-multiselect-wrapper .checkbox input[type=checkbox],
.rx-custom-multiselect-wrapper .checkbox-inline input[type=checkbox],
.rx-custom-multiselect-wrapper .radio input[type=radio],
.rx-custom-multiselect-wrapper .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.rx-custom-multiselect-wrapper .multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.rx-acc-body input[type="checkbox"], .rx-acc-body input[type="radio"] {
  width: auto;
}

.rx-custom-multiselect-wrapper .dropdown-menu > .active > a,
.rx-custom-multiselect-wrapper .dropdown-menu > .active > a:focus,
.rx-custom-multiselect-wrapper .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.rx-custom-multiselect-wrapper .dropdown-menu > li > a:focus,
.rx-custom-multiselect-wrapper .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.rx-custom-multiselect-wrapper.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.rx-custom-multiselect-wrapper .open > .dropdown-menu {
  display: block;
}

.rx-close {
  background-color: #5CB85C;
  border-color: #5CB85C;
  color: #fff;
}

.rx-close.rx-off {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.rx-custom-multiselect-wrapper .btn.dropdown-toggle {
  padding: 2px;
  font-size: 12px;
  height: 28px;
  text-align: left;
}

.rx-custom-multiselect-wrapper .btn span {
  font-size: 12px;
}

.customSelectToggle {
  color: #333;
  font-weight: 400;
  line-height: 1.42857;
  white-space: nowrap;
  position: absolute;
  right: 10px;
  top: 2px;
  width: 14px;
  cursor: pointer;
}

.customSelectToggle .customb {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.customchild {
  display: none;
}

.customparentoption, .customparentoption2 {
  position: relative;
}

.rx-custom-multiselect-wrapper .multiselect-container > li.customparentoption > a > label,
.rx-custom-multiselect-wrapper .multiselect-container > li.customparentoption2 > a > label {
  font-weight: 600;
  padding: 3px 20px 3px 30px;
}

.rx-custom-multiselect-wrapper .multiselect-container > li.customchild > a > label {
  padding: 3px 20px 3px 50px;
}

.customchild .customSelectToggle,
.customparentoption2 .customSelectToggle {
  display: none;
}

.rx-multiselect-propertytype {
  width: 275px;
}

.multiselect-block {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.multiselect-block .btn-group {
  position: static;
}

.multiselect-block .btn-group > .btn,
.multiselect-block .rx-selected-values {
  border: none;
}

.multiselect-block .rx-selected-values {
  background-color: #fff;
  margin-top: -28px;
  position: relative;
  z-index: 10;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}

.multiselect-block .btn-group>.btn:hover,
.multiselect-block .btn-group-vertical>.btn:hover,
.multiselect-block .btn-group>.btn:focus,
.multiselect-block .btn-group-vertical>.btn:focus,
.multiselect-block .btn-group>.btn:active,
.multiselect-block .btn-group-vertical>.btn:active,
.multiselect-block .btn-group>.btn.active,
.multiselect-block .btn-group-vertical>.btn.active,
.multiselect-block .btn-group.open .dropdown-toggle {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.multiselect-block .btn .caret {
  border: none;
  width: 12px;
  height: 28px;
  margin-top: 0;
  top: 0;
  right: 0;
  text-align: left;
}

.multiselect-block .btn .caret:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  line-height: 28px;
}

.rx-asset-type-checkbox {
  left: 115px;
  position: absolute;
  top: 8px;
  z-index: 1;
}

.rx-asset-type-checkbox:nth-child(4) {
  right: 85px;
  left: auto;
}

.rx-toaster-wrap {
  width: 400px;
  padding: 15px;
  padding-right: 34px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.rx-toaster-wrap p {
  margin: 0;
  color: #b52825;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.rx-toaster-error {
  background-color: rgba(243, 203, 202, 0.95);
  color: #b52825;
  border: 1px solid rgba(169, 68, 66, 0.2);
}

.rx-toaster-wrap .rx-close-sign {
  float: right;
  position: relative;
  right: -20px;
  top: 0;
  cursor: pointer;
  font-weight: bolder;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  opacity: .5;
}

.rx-toaster-wrap .rx-close-sign:hover {
  opacity: 1;
}

.rx-acc-body .rx-p0-5 {
  padding: 0 5px;
}

/*Watch list Css*/

.rx-watch-listing {
  width: 313px;
  max-width: -webkit-calc(100% - 58px);
  max-width: calc(100% - 58px);
  min-height: 200px;
  overflow: hidden;
  background-color: #354052;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  z-index: 998;
  position: fixed;
  left: -320px;
  top: 145px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.rx-watch-container {
  width: 313px;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
}

.rx-wacc-group.rx-w-open .rx-wacc-head:after {
  border-bottom: 5px solid #fff;
  border-top: none;
}

.rx-wacc-group.rx-w-open .rx-wacc-head {
  background-color: #47556c;
}

.rx-wacc-head, .rx-wacc-heading {
  padding: 10px 15px;
  background-color: #354052;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rx-wacc-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*.rx-wacc-head:after {
    content: "";
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 15px;
    top: 20px;
}*/

.rx-wacc-group.rx-w-open .rx-wacc-head {
  background-color: #47556c;
}

.rx-wacc-body > label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.rx-wacc-body:after {
  display: table;
  content: "";
  clear: both;
}

.rx-wacc-body {
  padding: 10px 15px;
  background-color: #fff;
  display: none;
  width: 100%;
}

.rx-wacc-body input {
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
}

.rx-watch-handle {
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  background-color: #00B0F0;
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 281px;
  /* top: 450px; */
  top: 360px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  width: 95px;
  text-align: center;
  padding: 9px 0 3px;
}

.rx-watch-handle.rx-w-closed, .rx-watch-handle.rx-closed {
  left: -33px;
  /*left: 15px;*/
}

.rx-watch-listing.rx-watch-closed {
  left: -344px;
  /*width: 54px;*/
}

.rx-dropzone {
  width: 100%;
  border: 2px dashed #ccc;
  text-align: center;
  padding: 15px;
  color: #aaa;
  font-style: italic;
  margin-bottom: 10px;
}

.rx-w-listing .rx-list-item {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.rx-img-holder {
  height: 56px;
  overflow: hidden;
  width: 56px;
}

.rx-img-holder img {
  min-width: 100%;
  height: 100%;
}

.rx-popup-info {
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: auto;
  margin-top: 10px;
  display: none;
}

.rx-popup-info p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.rx-popup-info span {
  display: block;
}

.ui-datepicker.ui-widget {
  z-index: 99999 !important;
}

/*24-10-2017*/
.rx-closed + .rx-filter-handle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: fixed;
  z-index: 9999;
  background-color: #00B0F0;
  color: #fff;
  padding: 9px 29px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -71px;
  top: 300px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
}

.rx-filter-handle {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: fixed;
  z-index: 9999;
  background-color: #00B0F0;
  color: #fff;
  padding: 9px 29px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 273px;
  top: 300px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
}

.rx-filter-handle span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 15px;
  display: inline-block;
}

@media (min-width: 768px) {
  .rx-custom-modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .rx-custom-modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

@media (min-width: 992px) {
  .rx-popup-info {
    width: 600px;
  }

  .rx-popup-info:after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 1);
    position: absolute;
    bottom: -15px;
    left: 22px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .rx-popup-info:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -15px;
    left: 21px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .rx-popup-info.show-bottom:before, .rx-popup-info.show-bottom:after {
    bottom: inherit;
    top: -15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1200px) {
  .rx-popup-info {
    width: 800px;
  }
}

/*media*/
@media (max-width: 1199px) {
  .rx-search-container {
    width: 100%;
  }

  .rx-watch-container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rx-popup-info {
    right: 15px;
    overflow: auto;
    max-height: -webkit-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }

  .rx-popup-info .modal-content {
    max-height: -webkit-calc(100vh - 187px);
    max-height: calc(100vh - 187px);
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .rx-watch-container {
    height: 100%;
  }

  .rx-closed + .rx-filter-handle {
    top: 194px;
  }

  .rx-pl10 {
    padding-left: 0px !important;
  }

  .rx-checkbox input[type="checkbox"] {
    margin-right: 2px;
  }

  .rx-acc-head img {
    width: 18px;
    vertical-align: sub;
    margin-right: 5px;
  }

  .rx-asset-type.rx-sale, .rx-asset-type.rx-rent {
    padding: 8px 10px 8px 27px !important;
  }

  .rx-asset-type-checkbox {
    left: 93px;
  }

  .rx-asset-type-checkbox:nth-child(4) {
    right: 68px;
  }

  .rx-filter-handle {
    left: 210px;
    top: 193px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .rx-closed + .rx-filter-handle, .rx-filter-handle {
    top: 315px;
    width: 166px;
  }

  .rx-filter-handle {
    left: 209px;
  }
}

.rx-list-open {
  left: 0px;
}

.rx-popup-info .rx-popup-address,
.rx-popup-info .rx-popup-propname,
.rx-popup-info .rx-prop-types,
.rx-popup-info .rx-popup-agentcomp {
  /*white-space: normal;*/
  clear: both;
  overflow: hidden;
}

.rx-popup-info .btn-warning a {
  color: #fff;
}

.rx-popup-info .btn-warning {
  margin-top: 15px;
}

.rx-popup-info .btn-warning:first-child {
  margin-right: 3px;
}

.rx-popup-info .property-details div.pds:not(:last-child) {
  padding: 0 10px;
}

/* .main-row {
  padding-bottom: 10px;
} */

.main-row:after,
.user-row:after {
  content: "";
  clear: both;
  display: table;
}

a.rx-close-popup {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 20px;
  color: #999;
  opacity: 0.9;
  font-weight: bold;
}

a.rx-close-popup:hover {
  opacity: 1;
}

#rx-img-carousal .carousel-inner > .item.active,
#rx-img-carousal .carousel-inner > .item.next.left,
#rx-img-carousal .carousel-inner > .item.prev.right {
  width: 100%;
}

.rx-wacc-head > icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: baseline;
}

.rx-customdisable {
  cursor: not-allowed !important;
  opacity: 0.5;
}

#rxSLCBSAValues.rx-selected-values,
#rxSLRegionValues.rx-selected-values {
  min-height: 35px;
}

.rx-btn-orange a {
  color: #fff;
}

.rx-btn-orange a.focus, .rx-btn-orange a:focus, .rx-btn-orange a:hover {
  color: #333;
  text-decoration: none;
}

/*12-01-2017*/
.col-md-8.com-name {
  padding-left: 0;
}

/*04-10-2017*/
span.clear-btn:hover {
  color: #f6841f;
}

span.clear-btn {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #bcbcbc;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*05-10-2017*/
.rx-search-handle span {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  font-size: 24px;
}

.rx-watch-handle span {
  display: inline-block;
  font-size: 24px;
}

.rx-watch-handle.rx-closed .fa-close, .rx-search-handle.rx-closed .fa-close {
  display: none;
}

.rx-watch-handle.rx-closed .fa-angle-down, .rx-search-handle.rx-closed .fa-angle-left {
  display: none;
}

.rx-listing.rx-list-open + .rx-watch-handle .fa-angle-up {
  display: none;
}

.rx-listing.rx-list-open + .rx-search-handle .fa-angle-right {
  display: none;
}

#tileview .image-wrapper, .feature-container .image-wrapper, .feature-container-mobile .image-wrapper {
  cursor: pointer;
}

/*16-10-2017*/
.rx-search-handle span, .rx-watch-handle span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 15px;
}

.rx-listingtype-section {
  /* background: #d5dbe5; */
  margin-top: -10px;
  padding-top: 5px;
}

.rx-listingtype-section .rx-form-group {
  margin-bottom: 0;
}

.rx-listingtype-section .rx-form-group label {
  padding-top: 5px;
}

/* Watch list tile/list view rules */
.rx-w-listing.tile-view .rx-list-item .rx-img-holder span,
.rx-w-listing.list-view .rx-list-item .rx-img-holder img {
  display: none;
}

.rx-w-listing.tile-view .rx-list-item .checkbox {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
}

.rx-w-listing.tile-view .rx-list-item .checkbox > label::before,
.rx-w-listing.tile-view .rx-list-item .checkbox > label::after,
.rx-w-listing.tile-view .rx-list-item .checkbox > input {
  margin-left: 0;
}

.rx-w-listing.tile-view .rx-list-item .checkbox > label::after,
.rx-w-listing.list-view .rx-list-item .checkbox > label::after {
  margin-top: -3px;
}

.rx-w-listing.tile-view .rx-list-item .checkbox > input,
.rx-w-listing.list-view .rx-list-item .checkbox > input {
  opacity: 0;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.rx-w-listing.list-view .rx-list-item {
  float: none;
  padding-left: 25px;
}

.rx-w-listing.list-view .rx-list-item .checkbox {
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 0;
}

.rx-w-listing.list-view .rx-list-item .checkbox > label::before,
.rx-w-listing.list-view .rx-list-item .checkbox > label::after,
.rx-w-listing.list-view .rx-list-item .checkbox > input {
  margin-left: 0;
}

.rx-w-listing.list-view .rx-list-item .rx-img-holder {
  display: inline-block;
  height: auto;
  width: 100%;
}

/* End Watch list tile/list view rules */

.rx-search-listing.scrolled, .rx-watch-listing.scrolled {
  top: 61px;
  height: -webkit-calc(100% - 61px);
  height: calc(100% - 61px);
}

.rx-watch-listing .rx-acc-head {
  border-bottom: 1px solid #777;
}

.logged-in .rx-search-handle, .logged-in .rx-watch-handle {
  left: 339px;
}

.logged-in .rx-watch-handle.rx-closed, .logged-in .rx-search-handle.rx-closed {
  left: 26px;
}

.logged-in.rx-lst-open .rx-search-handle, .logged-in.rx-lst-open .rx-watch-handle {
  left: 514px;
}

.logged-in.rx-lst-open .rx-watch-handle.rx-closed, .logged-in.rx-lst-open .rx-search-handle.rx-closed {
  left: 201px;
}

.logged-in .rx-search-listing, .logged-in .rx-watch-listing {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid #556072;
  background-color: #556072;
}

.logged-in .rx-wacc-heading, .logged-in .rx-wacc-head, .logged-in .rx-acc-head {
  background-color: #556072;
}

.logged-in .rx-wacc-group.rx-w-open .rx-wacc-head, .logged-in .rx-acc-group.rx-open .rx-acc-head {
  background-color: #778092;
}

#rxSLULDrpCBSA {
  max-width: 285px;
}

#rxSLULDrpCBSA.multiselect-container > li.multiselect-item.multiselect-filter {
  padding: 5px;
}

#rxSLULDrpCBSA.multiselect-container > li.multiselect-item.multiselect-filter > .input-group > .input-group-addon {
  display: none;
}

.wl-menu {
  width: 30px;
  height: 30px;
  padding: 7px 5px;
}

.searchpane-button {
  width: 70px;
  color: #333;
  background-color: white;
  margin-left: 5px;
}

.search-pin {
  margin-left: 20px;
}

.close-pane {
  float: right;
  border: 1px solid #fff;
  padding: 0 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.rx-search-listing.single-width .listingbox .second-col {
  display: none;
}

.rx-search-listing.single-width .listingbox .first-col.col-xs-6 {
  width: 100%;
}

.with-bullet li {
  list-style-type: disc;
  margin-left: 20px;
}

.property-view-header .property-main .menu-div {
  width: 328px;
  display: inline-block;
  vertical-align: top;
}

.property-view-header .property-main .menu-div .btn.btn-default, #listview .btn.btn-default {
  color: black;
  background-color: transparent;
  margin-top: 10px;
  border: 1px solid #ccc;
}

/*border overriding main.css*/
.property-view-header .property-main .menu-div ul.dropdown-menu {
  z-index: 1001;
}

.property-view-header .property-main .main-control {
  display: inline-block;
  padding-left: 5px;
}

.logged-in .property-view-header .property-main .main-control {
  padding-left: 0;
}

.btn.btn-default.multiselect-clear-filter {
  padding: 3px 8px;
}

.btn.btn-default.multiselect-clear-filter .glyphicon {
  line-height: 1;
}

/* .btn.btn-default.multiselect {padding: 2px;} */

.property-main .searchpane-toggler-item {
  height: 34px;
}

.listing-container {
  margin: auto;
}

.listing-container .screen-pagination--section, #agentview .screen-pagination--section {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  background: white;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.listing-container .screen-pagination--section {
  top: 100%;
  margin: 0;
  border: 1px solid #ddd;
}

#agentview .screen-pagination--section,
.listview-wrapper.hidden + .screen-pagination--section {
  bottom: 0;
  top: auto;
}

/* #sliderCollapseBtn div.check-btn {
    margin-left: 10px;
} */

#agentview .page-nav p, .listing-container .page-nav p {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-top: 5px;
}

#agentview .page-nav nav, .listing-container .page-nav nav {
  padding-top: 5px;
}

.page-nav .pagination > li > a.prevDisable, 
.page-nav .pagination > li > a.currPage, 
.page-nav .pagination > li > a.nextDisable {
    pointer-events: none;
    cursor: default;
    color: #ccc;
}

/* Start hybrid-view */

.hybrid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.listing-container.hybrid-view {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
}

#tileview.hybrid-view {
  width: 100%;
}

#mapview.hybrid-view {
  padding: 0;
  position: relative;
}

.splitter-tab {
  display: none;
}

.hybrid-view .splitter-tab {
  padding: 20px 10px;
  height: 60px;
  background-color: white;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hybrid-view .splitter-tab:hover .glyphicon {
  -webkit-animation: pulse 0.7s infinite alternate;
       animation: pulse 0.7s infinite alternate;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px)
}

@-webkit-keyframes pulse {
   0% {-webkit-transform: translateX(0);transform: translateX(0)}
  100% {-webkit-transform: translateX(-5px);transform: translateX(-5px)}
}
@keyframes pulse {
   0% {-webkit-transform: translateX(0);transform: translateX(0)}
  100% {-webkit-transform: translateX(-5px);transform: translateX(-5px)}
}

.clicked-marker .list-tile {
    animation: showtile 7s 1;
}

@-webkit-keyframes showtile {
    0% {  
        -webkit-box-shadow: 0 0 10px 5px #009344;
          box-shadow: 0 0 10px 5px #009344;
    }
    100% {
        -webkit-box-shadow: none;
          box-shadow: none;
    }
}

@keyframes showtile {
    0% {  
        -webkit-box-shadow: 0 0 10px 5px #009344;
          box-shadow: 0 0 10px 5px #009344;
    }
    100% {
        -webkit-box-shadow: none;
          box-shadow: none;
    }
}


@media (max-width: 480px) {
  .hybrid-container .hybrid-view .splitter-tab {
    padding: 15px 7px;
    height: 50px;
  }
}

.rx-external-handle-search {
  height: auto;
  /* color: #333;
  background-color: #fff;
  border: 1px solid #ccc; */
}

.property-view .control li a > .fa, #btnPrint.rx-external-handle-search {
  line-height: inherit;
  font-size: 14px;
}

#btnPrint.rx-external-handle-search {
  height: 39px;
}

@media screen and (max-width: 991px) {
  #btnPrint.rx-external-handle-search {
    height: 34px;
  }
}

@media screen and (max-width: 480px) {
  #btnPrint.rx-external-handle-search {
    height: 30px;
  }
}

.listing-table--wrapper {
  border: none;
}

#tileview.hybrid-view, #mapview.hybrid-view {
  padding-top: 0;
  position: relative;
}

.listing-container.hybrid-view, #mapview.hybrid-view {
  height: -webkit-calc(100vh - 190px);
  height: calc(100vh - 190px);
}

.logged-in .listing-container.hybrid-view, .logged-in #mapview.hybrid-view {
  height: -webkit-calc(100vh - 158px);
  height: calc(100vh - 158px);
}

.hybrid-view .listingnoresult {
  width: auto;
  padding-bottom: 8px;
}

#tileview.hybrid-view .pagination {
  line-height: 1.7;
}

#tileview .lease-type {
    font-size: smaller;
    vertical-align: baseline;
}

#tileview.hybrid-view .lease-type {
    padding-left: 102px;
    padding-top: 5px;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#tileview #results .tag p {
    width: auto;
    max-width: 80%;
}

/* #sliderCollapseBtn > div .map-combo-container {
  display: none;
}

#sliderCollapseBtn > div.hybrid-view .map-combo-container {
  display: initial;
} */

/* #sliderCollapseBtn > div.hybrid-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
} */

#preview-detail-modal {
    top: 0;
}

#preview-detail-modal .modal-dialog {
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin: 0 auto;
    height: 100%;
}

#preview-detail-modal .modal-dialog .modal-content {
  height: 100%;
}

#preview-detail-modal .modal-body {
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    padding: 0;
}

#preview-detail-modal #detail-preview-frame {
  width: 100%;
  height: 100%;
	border: none;
}

.rx-prop-price {
  color: #009344;
  font-size: 14px;
}

.non-featured .item-box {
  margin: 0 !important;
}

/* Switch to photo on the side for medium and above */
@media (min-width: 1200px) {

  #tileview.hybrid-view .item-box::before {
    top: 4px;
    right: -2px;
  }

  #tileview.hybrid-view .item-box a.tile {
    width: 40%;
    display: inline-block;
  }

  #tileview.hybrid-view .item-box .content-wrapper {
    width: 60%;
    display: inline-block;
  }
}

/* End hybrid-view*/

.addnew-watchlist {
    margin-right: 10px;
    margin-top: -2px;
}

.detail-nav-button {
    width: 26px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.detail-nav-button.disabled {
    color: #aaa;
    cursor: not-allowed;
}

@media (max-width: 767px) {
  .logged-in .rx-search-handle, .logged-in .rx-watch-handle {
    left: 270px;
  }
}

@media (max-width: 768px) {
  #tileview.hybrid-view .item-box {
    max-width: initial;
  }

  #tileview.hybrid-view .item-box::before {
    top: -5px;
    right: -17px;
  }
}

.rx-address .selectize-control.single .selectize-input:after {
    display: none;
}

.selectize-dropdown .property-type-caret.caret {
    position: absolute;
    margin-top: 6px;
    right: 10px;
}

.selectize-dropdown .optgroup-header.checkbox .property-type-label {
    font-weight: bold;
    padding-right: 10px;
}

    .selectize-dropdown .optgroup-header.checkbox .property-type-label input[type="checkbox"] {
        margin-top: 2px;
    }

.selectize-dropdown .option.child-property-type-option {
    padding-left: 24px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.selectize-sm .selectize-dropdown .optgroup:before {
    margin: 4px 0;
}

.property-type-container .selectize-dropdown {
    left: -50% !important; /*to override inline style*/
    right: 0 !important;
    width: 150% !important;
}

.property-type-container.selectize-sm .selectize-input {
    max-height: 100px;
    overflow-y: auto;
}

.property-type-container .selectize-dropdown-content {
    max-height: 260px;
}

.rx-address .item.address-item {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

div#agents:empty:before {
    content: 'No agents found';
    display: block;
    padding: 10px;
}

div#agents:empty + .screen-pagination--section {
  display: none !important;
}

.value-entered.form-control, .value-entered {
    background-color: rgba(0, 147, 68, .85);
    color: #fff;
}

.value-entered.form-control:focus, .value-entered:focus {
    color: #333;
}

.logged-in .value-entered.form-control:focus, .logged-in .value-entered:focus {
    color: #fff;
}

.checkbox-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.listingbox .rx-checkbox input[type="checkbox"]:checked+span {
    background-color: #009344;
    color: white;
    padding: 1px 3px;
}

.listingbox .rx-custom-dropdown-listing.value-entered option {
    color: #333;
}

.rx-searchpane-pinned {
    color: #f6841f;
}

.rx-hide-listing-type {
    display: none !important;
}

.rx-active {
    display: block !important;
}

#draggingContainer {
    display: none;
}

#fake-footer, .subfooter {
  display: none !important;
}

.search-watchlist {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #556072;
    z-index: 2;
}

.search-watchlist .search-watchlist--search-icon {
    z-index: 2;
    position: absolute;
    top: 9px;
    left: 15px;
}

.search-watchlist .search-watchlist--clear-icon {
    z-index: 2;
    position: absolute;
    top: 9px;
    right: 15px;
}

.search-watchlist .search-watchlist--input {
    padding-left: 30px;
    padding-right: 25px;
}

.incontract-container .rx-checkbox {
  width: 100%;
}

@media (max-width: 767px) {
  .sidebar-open {
    overflow: hidden;
  }

  #preview-detail-modal .modal-title {
      font-size: 14px;
  }
}

@media (max-width: 390px) {
  #preview-detail-modal .modal-title {
      font-size: 12px;
  }
}

.rx-loading-wl {
  padding: 10px;
}
