﻿/*-------------------------
    Site
    -----------------------
*/
/*
----------------------------
    Advanced Search
----------------------------
*/
/*
----------------------------
    Math
----------------------------
*/
/*
----------------------------
    SFX
----------------------------
*/
/* --------------------
    Wizard Stuff
    --------------------*/
#wizard-modal,
#email-wizard-modal,
#wizard-modal-md,
#edit-phone-wizard-modal-sm,
#edit-email-wizard-modal-sm,
#edit-phone-wizard-modal-sm,
#edit-email-wizard-modal-sm {
  top: 50px;
  z-index: 97;
  overflow-y: auto;
  overflow-x: hidden; }

.wizard-header {
  position: relative;
  padding-bottom: 10px;
  width: 100%; }

.wizard-header .wizard-header-toolbar {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer; }

.wizard-icon {
  position: relative;
  margin: 0 auto;
  padding: 5px 15px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #000F9F;
  text-align: center;
  font-size: 20px; }
  .wizard-icon span {
    margin-right: 5px; }

.wizard-icon-label {
  position: relative;
  display: inline;
  margin: 0 5px;
  color: #000F9F;
  text-align: center;
  font-size: 24px; }

.wizard-body {
  position: relative;
  padding: 15px 0; }

ul.results-list {
  margin-bottom: 0;
  border-top: solid 0.062em #B3B3B3;
  border-left: solid 0.062em #B3B3B3;
  list-style-type: none; }

div.wizard-results-container {
  border-right: 1px solid;
  border-right-color: #ccc; }

div.wizard-result {
  padding: 2px 5px;
  border-bottom: solid 0.062em #B3B3B3; }

div.wizard-result span:hover {
  color: #4778A8;
  cursor: pointer; }

div.wizard-result-selected {
  border-bottom: solid 0.062em #4778A8;
  background-color: #D5D5D5 !important;
  /*outline: solid 0.062em #4778A8;*/ }

.wizard-result-details {
  display: none;
  padding-left: 15px;
  border: solid 1px #BBB; }

.wizard-results-panel {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 320px;
  border: 1px solid #D1D1D1; }

.wizard-results-header {
  padding: 15px 10px 15px 10px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  background-color: #646464;
  color: #fff; }

.google-results {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 150px; }

.strong-title {
  margin-bottom: 2px;
  color: #4778A8;
  font-weight: bold;
  font-size: 1rem; }

.summary-list .row {
  margin-bottom: 5px; }

.wizard-title {
  color: #333333;
  font-size: 1rem; }

.map-wrap {
  border-left: solid 1px #ccc; }

.summary-contact-title {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 1rem; }

/* ----------------
    Activity Panel
   ---------------- */
ul.small-wizard-list {
  font-size: 12px;
  padding-bottom: 3px; }

ul.small-wizard-list:not(.no-hover) > li {
  cursor: pointer; }

ul.small-wizard-list > li:nth-of-type(even) {
  background-color: #DDDDDD; }

ul.small-wizard-list > li.selected {
  background-color: #4778a8;
  color: white; }

ul.small-wizard-list > li:hover {
  background-color: #BBBBBB;
  color: #000000; }

.unlock-icon {
  padding-top: 8px;
  height: 35px;
  text-align: center;
  font-size: 16px; }

.lock-icon {
  padding-top: 8px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  color: red; }

.wizard-option input[type="checkbox"], .wizard-option input[type=radio] {
  display: none; }

input.wizard-option {
  position: relative;
  padding: 5px; }

.wizard-option label {
  position: relative;
  margin: 0 5px 5px 0;
  padding: 6px;
  width: auto;
  height: 30px;
  border: solid;
  border-width: 1px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.wizard-option input:checked + label,
.wizard-option input:checked + span + label {
  border: solid;
  border-width: 1px;
  border-color: #000F9F;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #000F9F;
  color: #FFFFFF; }

.contact-wizard-optional label {
  background-color: #ccc; }

/*.contact-wizard-required label {
    color: #fff;
    background-color: #b2545b;
}*/
.wizard-required input[type="checkbox"]:checked + label,
.wizard-required input[type=radio]:checked + label {
  color: #fff;
  background-color: #b2545b;
  border-color: #b13741; }

.wizard-notification-success {
  border-color: #2d5210;
  border-radius: 4px;
  background-color: #457a1a;
  color: #fff;
  font-weight: bolder;
  font-size: 20px; }

.wizard-notification-fail {
  border-color: #7e2a31;
  border-radius: 4px;
  background-color: #b13741;
  color: #fff;
  font-weight: bolder;
  font-size: 20px; }

.merge-stats {
  padding: 10px;
  background-color: lightgray; }

.merge-stats p {
  color: #3b536b; }

.merge-stats h3 {
  color: #3b536b;
  font-weight: bold; }

.activity-wizard-log {
  margin-right: 8%; }

/* From wizard.css BAD! */
ul.ideal-column-header li {
  display: inline;
  height: 30px;
  background-color: #dddddd;
  font-weight: bold; }

ul.ideal-table-content {
  margin-bottom: 15px; }

ul.ideal-table-content li {
  height: 36px;
  padding: 5px; }

ul.ideal-table-content li:nth-child(even) {
  background-color: #eae9e9; }

.ideal-table-header {
  background-color: #4778a8;
  padding: 10px; }

.ideal-table-header h1, .ideal-table-header h2, .ideal-table-header h3, .ideal-table-header h4, .ideal-table-header h5 {
  color: #fdfdfd;
  font-weight: bold; }

input[type="radio"].check-option {
  margin: 0 0 0 0; }

ul.space-table-header li {
  font-size: .8em; }

div.leasing-building {
  padding-bottom: 10px; }

#property-edit-tenants-wizard {
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

.wizard-details-table li div {
  padding: 3px; }

ul.wizard-details-table li:nth-child(even) div {
  background-color: #eae9e9; }

.form-divider {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px; }

.divider-text {
  background-color: white;
  padding: 0 10px;
  line-height: 2.2;
  color: #D0103A; }

.preference-box {
  min-width: 355px !important;
  margin-bottom: 10px; }
