.logged-out #wrapper {
  padding-top: 84px;
}

.logged-out .modal-details--header.fixed {
  z-index: 1031;
}

.logged-out .intl-tel-input {
  width: 100%;
}

.out-iframe.logged-out .modal-details--header {
  z-index: 1031;
}

.modal-details--header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(209, 201, 209, 1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(209, 201, 209, 1);
  box-shadow: 1px 1px 5px 0px rgba(209, 201, 209, 1);
  padding-top: 5px;
  padding-bottom: 5px;
}

.container.mod-fluid {
  max-width: 100%;
}

.carousel-inner .youtube-play-button,
.carousel-thumbnail-container .youtube-play-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/yt_icon_rgb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    opacity: 0.8;
    pointer-events: none;
}

.modal-details .container,
.modal-details .container-fluid,
.modal-details [class*="col-"],
.modal-details .panel-heading,
.modal-details .panel-body,
.modal-details .list-group-item {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-details .panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-details .row,
.modal-details .row,
.modal-details .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.flex-row.mod-padding {
  margin-left: -5px;
  margin-right: -5px;
}

.flex-row.mod-padding .flex-col {
  padding-left: 5px;
  padding-right: 5px;
}

.flex-row.mod-padding .flex-col.col-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.modal-details--body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.newui .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-top: -1px;
}

.chart-pie {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.chart-diagram {
  width: 100%;
  height: 200px;
  max-width: 100%;
  overflow: auto;
}

#wrapper.dashboard .detail-top-fix {
    top: 64px;
    z-index: 20;
    margin-right: -10px;
}

.prop-detail-block .form-group {
    margin-bottom: 3px;
}

.prop-detail-block label {
    font-weight: 500;
}

.detail-agent-info {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.detail-agent-info > div {
    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;
}

.detail-agent-info .details {
    display: inline-block;
    min-height: 110px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.detail-agent-info .sel-img-holder {
    width: 100px;
    height: 100px;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
}

#Overview .description-field {
    overflow: auto;
    max-height: 300px;
}

#TenantUnit table>thead>tr>th:first-of-type, #TenantUnit table>tbody>tr>td:first-of-type {
    padding-left: 15px;
}

#RealNexDetail { margin-bottom: 15px;}

/* Agent modal */
.logo-in-img {
  margin-bottom: 10px;
}

.logo-in-img img {
  max-height: 50px;
}

.error {
    border: 1px solid;
    border-color: red;
}

.errorca {
    color: red;
}

.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 {
    width: 400px;
    padding: 15px;
    padding-right: 34px;
    border-radius: 4px;
    position: fixed;
    right: 20px;
    top: 20px;
    box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}

.rx-hide {
    display: none;
}

.share-button-container > .dropdown-menu > li > a {
  display: flex;
  align-items: center;
}

.share-button-container > .dropdown-menu > li > a > img {
    width: 22px;
}

.share-button-container > .dropdown-menu > li > a > .social-text {
    margin-left: 10px;
}

.share-button-container > .dropdown-menu > li > a > .social-text.linked-in {
    display: inline-block;
    margin-left: 2px;
}