#defaultRoute {
	display: none;
}
.customModalContent { padding: 1rem; }
.notify {
	top: 10px;
    right: 0;
	display: none;
	z-index: 99999;
}
.notify .close {
	right: 4px;
    top: 0;
}
#pageRoute {
	display: none;
}
.city-input { display: none; }
.state-input { display: none; }
#commercial { display:none; }
.meeting-time-to { width: 50%; }
.meeting-time-to-meridiem { width: 45%; }
.meeting-time-from { width: 50%; }
.meeting-time-from-meridiem { width: 45%; }
.fa-plus-circle { color: green; }
.add_photo_button, .remove_photo_button {
	cursor: pointer;
}
.add_video_button, .remove_video_button {
	cursor: pointer;
}
.fa-minus-circle { color: red; }
.document-list-box {
    border: 1px solid #CECECE;
}
.profilePics {
	width: 100px;
}
.tableHolder {
    width: 95%;
    margin: 0 auto;
}
.modal { z-index: 999999; }
.ion-information-circled { color: #FF0000; }

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
.price_in_words { font-size: 10px; }
.bid_price_in_words { font-size: 10px; }
.person_allow_container { display: none; }
.empty-dash {
	font-size: 54px;
    margin: 0;
    padding: 0;
    line-height: 11px;
}