﻿.full-edit-content, .full-view-content {
  background-color: #e8e6e6;
  padding: 0px;
  padding-top: 0 !important;
  top: 80px !important; }

.full-view-content span, .full-edit-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px; }

.section-edit-button-container .entypo-floppy {
  font-size: 22px;
  margin-top: 5px; }

.topnav-container .top-nav {
  background-color: #777;
  color: #646464;
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122); }

.topnav-container .top-nav ul.inline-list li a.active {
  color: #cf2a27;
  font-weight: 600; }

.topnav-container .top-nav ul.inline-list li.selected a {
  color: #333333; }

.topnav-container .top-nav ul.inline-list li a {
  color: #FFFFFF; }

.topnav-container .top-nav ul.inline-list li:hover a {
  color: #333333;
  font-weight: bold; }

.full-view-body, .full-edit-body {
  padding: 10px 10px;
  border-radius: 4px;
  overflow: auto;
  background-color: whitesmoke; }
  .full-view-body h3, .full-edit-body h3 {
    font-size: 0.8rem !important;
    line-height: 1rem;
    margin: 0 !important;
    color: #000F9F;
    text-transform: capitalize; }

.fullview-title-bar {
  border-bottom: 4px solid #000F9F;
  position: sticky; }

.fullview-title {
  background-color: #000F9F;
  margin-left: 15px;
  margin-bottom: 0px;
  padding: 2px 25px;
  color: white;
  border-top-right-radius: 2px; }

.fullview-top-nav {
  max-height: 35px;
  margin-left: 15px; }

.fullview-top-nav ul.inline-list li {
  float: none;
  display: inline-block; }

.fullview-section {
  background-color: transparent;
  margin: .5rem;
  padding: .5rem;
  box-shadow: none; }

.full-view-grey-header {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #646464;
  color: #FFFFFF;
  padding: 0.25rem 0; }

.full-view-counter {
  background-color: #C93743;
  float: right;
  height: 26px;
  width: auto;
  margin: 0;
  margin-left: auto; }

.full-view-counter > span {
  float: left;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center; }

.full-view-counter > img {
  float: right;
  height: 26px;
  vertical-align: top;
  padding: 2px; }

.full-edit-content .left-card,
.full-view-content .left-card {
  float: left;
  width: 770px;
  margin-top: 10px; }

#detail-edit-sub-nav-btns.sub-nav dd {
  display: inline;
  float: left;
  font-weight: normal;
  margin-right: 50px; }

#detail-edit-sub-nav-btns.sub-nav dd a:hover {
  color: #C93743;
  text-decoration: none; }

.shaded-card {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #DDDDDD;
  border-radius: 5px; }

.full-view-list-filter-bar {
  padding: 5px;
  background-color: #333333;
  border-bottom: 1px solid #0094B3; }

.fullview-section .filter-input,
.fullview-section .filter-select {
  width: 200px;
  margin-right: 10px; }

.full-view-list-filter-bar input.filter-input,
.full-view-list-filter-bar select.filter-select {
  width: 200px;
  margin: 0;
  display: inline;
  vertical-align: middle; }

.full-view-list-filter-bar a.entypo-download {
  vertical-align: middle; }

.full-view-list-header {
  padding: 0.5rem 0; }
  .full-view-list-header span {
    font-size: 0.8rem; }

.full-view-list-header,
.full-view-table thead {
  font-family: "UniversLTPro-Roman", Georgia, serif;
  background-color: #646464;
  color: white;
  font-size: 0.8rem; }
  .full-view-list-header th,
  .full-view-table thead th {
    color: white;
    margin: 0; }

.full-view-list-header input[type=checkbox],
.full-view-list input[type=checkbox] {
  float: left; }

.full-view-list-header input[type=text],
.full-view-list-header select {
  float: left;
  font-size: 0.8rem;
  height: 32px;
  margin: 0 5px;
  width: 125px; }

.full-view-list-header img,
.full-view-list img {
  float: left;
  height: 20px;
  cursor: pointer; }

.full-view-list-header label {
  color: white;
  float: left; }

.full-view-list-footer {
  font-size: 14px;
  font-weight: bolder;
  background-color: #646464;
  color: white;
  padding: 10px 0;
  margin-bottom: 15px !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

ul.full-view-list {
  font-size: 14px;
  margin: 0;
  margin-bottom: 2px;
  overflow-y: auto;
  border: 1px solid #ccc; }

ul.full-view-list > li {
  position: relative;
  background-color: #f2f2f2;
  padding: 5px 0; }

ul.full-view-list > li:nth-of-type(odd) {
  background-color: white; }

ul.full-view-list:not(.no-hover) > li:hover {
  background-color: #D1D1D1 !important; }

ul.full-view-list > li.selected {
  background-color: #000F9F;
  color: white; }

ul.full-view-list .hidden-row {
  background-color: #CCCCCC;
  color: #000000;
  max-height: 0;
  margin: 0 0.9375em;
  border-radius: 5px;
  overflow-y: auto;
  cursor: auto; }

ul.full-view-list > li.selected .hidden-row {
  max-height: 175px; }

ul.full-view-list > li .hidden-row span {
  display: block;
  color: #ffffff;
  clear: left; }

ul.full-view-list > li .hidden-row span > label {
  color: #000000;
  cursor: default;
  font-size: 12px;
  margin: 0 3px 0 0;
  float: left; }

ul.full-view-new-list {
  font-size: 14px; }

ul.full-view-new-list li {
  cursor: default; }

ul.full-view-new-list li:nth-child(odd) > div {
  background-color: #f2f2f2; }

ul.full-view-new-list li > div > span {
  margin-left: 4px;
  display: inline;
  font-size: 14px; }

/*LEASING*/
.date-tbd {
  font-style: italic;
  color: #555; }

.color-gray {
  color: lightgray; }

.color-dark-gray {
  color: darkgray; }

.full-view-content span, .full-edit-content span .no-bottom-margin span {
  margin-bottom: 0px; }

.hidden {
  visibility: hidden; }

p.label {
  background: none;
  color: #646464;
  font-family: "UniversLTPro-Roman", Georgia, serif;
  font-size: 0.8rem;
  padding: 0px;
  line-height: 1.4; }

p.data {
  line-height: 1.4;
  display: inline; }

.fieldbox {
  margin: 10px auto;
  padding: 10px;
  border-top: 3px solid #000F9F;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.fieldbox p.data {
  line-height: 1.8; }

.fieldbox-title {
  font-weight: bold;
  margin-top: 2px;
  color: #000F9F; }

.Yellowbox {
  background: #ffeb00;
  padding: 10px;
  width: auto;
  font-weight: bold; }

h1, h2, h3, h5, h6 {
  color: #333333;
  font-weight: bold; }

.stage-status {
  color: #000F9F;
  font-weight: bold; }

.space-top {
  margin-top: 15px; }

#deal-full-view #deal-fullview-body #leasing-fullview-content {
  background-color: none; }

.full-view-content table, .full-edit-content table, .fee-details table {
  border: none;
  border-collapse: collapse;
  font-size: 14px; }

.full-view-content table, .full-edit-content table, .fee-details table, tr td p .prop-label {
  color: #000F9F;
  font-weight: 600;
  margin-bottom: 5px; }

/*LEASING END*/
.thin-border {
  padding: 5px;
  border: solid 1px #ccc; }

@media screen and (max-height: 1080px) {
  div.reports-container {
    max-height: 900px;
    overflow: auto; } }

@media screen and (max-height: 800px) {
  div.reports-container {
    max-height: 790px;
    overflow: auto; } }

@media screen and (max-height: 768px) {
  div.reports-container {
    max-height: 650px;
    overflow: auto; } }

#company-item.fieldbox #company-item-name {
  font-size: 1.0em;
  font-weight: bold; }

#company-item.fieldbox #company-business-entity-name {
  color: #3b536b;
  display: block; }

#company-fullview-details h4.block-header {
  margin-top: 20px; }

.max200 {
  max-width: 200px; }

.max150 {
  max-width: 150px; }

.max175 {
  max-width: 175px; }

.max100 {
  max-width: 100px; }

#property-fullview-ownership ul {
  margin-bottom: 10px; }

#asset-deal-history ul {
  margin-bottom: 10px; }

.block-icon {
  margin-top: 6px;
  color: #000F9F; }

#add-ownership-record {
  margin-top: 15px; }

/*List management Tags*/
.list-tags-container {
  margin-bottom: 10px; }

.interactions-container {
  margin-bottom: 50px; }

.interaction-column {
  background-color: #ccc;
  padding-top: 10px;
  padding-bottom: 77px; }

.interactions-block {
  display: inline;
  float: right;
  margin: 5px 0px; }

.interactions-viewer {
  border: solid 1px #ccc;
  padding: 5px;
  display: flex;
  height: 300px; }

.interactions-viewer-container {
  height: 300px; }

.list-container {
  float: left;
  width: auto;
  margin: 5px 10px 5px 0; }

.list-tag {
  width: auto;
  height: 22px;
  display: inline;
  position: relative;
  float: left;
  padding: 2px 10px 10px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ccc;
  cursor: pointer; }

.list-tag.read-only {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.interactions-list {
  height: 200px; }

.list-tag p {
  color: #222;
  margin: 0px;
  font-size: 12px; }

.tag-icon-container {
  width: auto;
  height: 22px;
  float: left;
  background-color: #555;
  padding: 0px 10px 10px 10px;
  border-left: solid 1px #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer; }

.tag-icon-container .close-icon {
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 12px; }

.list-tag-more {
  position: relative; }

.interaction-item {
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
  text-align: left;
  height: 40px; }

.interaction-item.selected {
  background-color: #b9daf7; }

#wizard-modal, #wizard-modal-2, #wizard-modal-3, #address-modal, #email-wizard-modal, #edit-phone-wizard-modal-sm, #edit-email-wizard-modal-sm {
  z-index: 121; }

@media only screen and (max-width: 1700px) {
  #wizard-modal, #email-wizard-modal {
    max-height: 750px; } }

@media only screen and (max-width: 1024px) {
  .rwd-break {
    display: block; }
  .interaction-item {
    height: 40px; }
  #contact-quick-view-main {
    height: 700px; }
  #wizard-modal, #email-wizard-modal {
    max-height: 750px; } }

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  .interaction-item {
    height: 40px; }
  .rwd-break {
    display: none; }
  #contact-quick-view-main {
    height: 700px; } }

@media only screen and (max-width: 1280px) {
  #contact-quick-view-main {
    height: 620px; } }

@media only screen and (max-width: 1396px) {
  .rwd-break {
    display: none; }
  .interaction-date {
    padding-left: 0 !important;
    float: right; }
  .interaction-item {
    height: 40px; }
  #contact-quick-view-main {
    height: 665px; } }

@media only screen and (min-width: 1500px) {
  #contact-quick-view-main {
    height: 800px; } }

.load-tags {
  text-align: center; }

.attachment {
  display: block; }

.attachment-container {
  border: 1px solid #ddd;
  padding: 10px; }

.attachment-container .attachment {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  cursor: pointer; }

.attachment-container .attachment:first-child {
  padding-top: 0px; }

.attachment-container .attachment:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.mw-menu-right #toggle-quick-view-button {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: -13px;
  width: 16px;
  background-color: #4c4c4c;
  z-index: 100;
  display: none;
  cursor: pointer; }

.mw-menu-right #toggle-quick-view-button p {
  position: absolute;
  top: 50%;
  width: 15px;
  padding: 0;
  text-align: center;
  color: #ccc; }

.mw-menu-right.mw-menu-open #toggle-quick-view-button p {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

#company-simple-quick-view-main {
  overflow-y: auto; }

.list-container .list-tag-add {
  color: green;
  width: auto;
  height: 22px;
  font-size: 18px;
  display: inline;
  margin-right: 0px;
  margin-top: 2px;
  position: relative;
  float: left;
  cursor: pointer; }

.list-container a.list-tag-add {
  color: #6e89a3;
  padding-left: 5px;
  font-size: 16px; }

li.report-list-item {
  border-bottom: 1px solid #ccc;
  padding: 8px 0px !important;
  height: 60px; }

li.report-list-item h4 {
  color: #000F9F; }

li.report-list-item:nth-child(odd) {
  background-color: #f4f4f4; }

li.report-list-item:hover {
  cursor: pointer;
  background-color: #ccc; }

#property-fullview-ownership ul {
  margin-bottom: 10px; }

#asset-deal-history ul {
  margin-bottom: 10px; }

.block-icon {
  margin-top: 6px;
  color: #000F9F; }

#company-full-view-legacy h4.block-header {
  margin-top: 0px; }

.locked-contact {
  font-size: 15px;
  float: left;
  margin-top: 1px;
  color: #555; }

#team-members li .entypo-dot-3:before {
  transform: rotate(90deg);
  display: inline-block; }

#team-members li .entypo-user-add {
  padding-left: 16px; }

#team-members li .entypo-user-add,
#team-members li .entypo-dot-3 {
  visibility: hidden;
  font-size: 14px; }

#team-members li:hover .entypo-user-add,
#team-members li:hover .entypo-dot-3 {
  visibility: visible; }

#property-fullview-salescomp .content {
  top: 0; }

#property-fullview-salescomp .content .card-view {
  height: calc(100% - 41px);
  min-height: unset;
  overflow-y: auto; }

#property-fullview-salescomp .card-view #sales-comps {
  padding: 0 10px; }

#property-fullview-salescomp .card-view #sales-comps .card-content:last-child {
  margin-bottom: 0; }

#property-fullview-salescomp .card-view #sales-comps .card-content:not(.no-hover):hover {
  cursor: pointer;
  background-color: #ddd; }

#property-fullview-salescomp .card-view #sales-comps .card-content:not(.no-hover) .item-context-menu {
  margin-left: -7px; }

#property-fullview-salescomp .card-view #sales-comps .card-content:not(.no-hover) .item-context-menu #item-menu-img {
  margin-top: 4px; }

#property-fullview-salescomp .card-view #sales-comps .card-content .item-context-menu #item-menu-img {
  opacity: 1; }

#property-fullview-salescomp .card-view #sales-comps .card-content #salescomp-edit-btn {
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 1; }

#property-fullview-salescomp .card-view #sales-comps .card-content:not(.no-hover):hover #salescomp-edit-btn {
  opacity: 1; }

#property-fullview-salescomp .card-view #sales-comps .card-content .salescomps-image-placeholder {
  font-size: 100px; }

#property-fullview-salescomp .card-view #sales-comps .card-content .salescomps-isdeal {
  color: #d0103a;
  vertical-align: middle; }

#sales-comp-view-details .salescomps-image-placeholder {
  font-size: 158px;
  vertical-align: middle; }

#sales-comp-view-details .sales-comps-participant:hover {
  cursor: pointer;
  background-color: #eee;
  border-radius: 3px; }

.sales-comps-participant:hover #item-menu-img {
  opacity: 1; }

#sales-comp-view-details .sales-comps-participant .primary-icon {
  position: absolute;
  right: 15px; }

#sales-comp-view-details .sales-comps-participant p {
  margin-right: 25px;
  padding: 5px 0; }

#sales-comp-view-details .sales-comps-participant .hidden-row {
  max-height: 0;
  overflow: hidden; }

#sales-comp-view-details .sales-comps-participant.selected {
  background-color: #eee;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#sales-comp-view-details .sales-comps-participant.selected .hidden-row {
  max-height: 500px;
  overflow-y: auto; }

#sales-comp-view-details .sales-comps-participant .sales-comps-participant-contact {
  padding: 5px 1px 5px 15px;
  background-color: #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

#sales-comp-view-details .sales-comps-participant .sales-comps-participant-contact p {
  padding: 0; }

.overflow-elipse {
  display: inline-flex;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.overflow-elipse-block {
  width: 90%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
