article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  margin: 0;
  padding: 0; }

a:focus {
  outline: none; }

*::-moz-focus-inner, *:focus::-moz-focus-inner {
  border: none; }

body {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  padding: 0 8px;
  color: #333;
  min-width: 982px;
  height: 100%; }

a {
  text-decoration: none; }

a {
  color: #1A6690;
  cursor: pointer; }

.content a {
  color: #1A6690; }

a:hover, a:focus, div.column li a:hover, div.column li a:focus {
  color: #333;
  text-decoration: underline; }

a.emphasized,div.emphasized {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em; }

a img {
  border: none; }

fieldset {
  border: none; }

fieldset.radio-form {
  position: relative; }

h1, h2 {
  color: #555; }

h3, h4, h5 {
  color: #333; }

textarea {
  padding: 5px; }

input {
  padding: 5px; }

button {
  padding: 5px 10px; }

div.clear {
  clear: both;
  line-height: 0;
  height: 0;
  display: block; }

div.clearboth {
  clear: both;
  padding: 2px; }

select.highlight, input.highlight, span.highlight,
p.highlight, div.highlight {
  background: #FFF1A9; }

input[disabled='disabled'] {
  color: #999; }

select {
  padding: 2px 0 2px 0;
  height: 25px; }

span.highlight {
  padding: 0 2px; }

select option {
  padding-left: 5px;
  padding-right: 5px; }

input[type=text], input[type=password], select, textarea, .multi_value_field,
input.combobox-button {
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FBFBFB;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #333;
  outline: medium none; }

input.large {
  width: 400px; }

.content input.title {
  width: 95%;
  font-size: 20px; }

#ticketform input, #ticketform textarea {
  font-size: 14px;
  width: 100%; }

#ticketform input[type=checkbox] {
  width: auto; }

.frame input.title {
  width: 100%;
  font-size: 18px; }

textarea {
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }
  textarea.medium {
    width: 200px;
    height: 60px;
    font-size: 11px; }
  textarea.large {
    height: 150px;
    width: 400px; }

/*  /images/text_focus2.gif doesn't exist - don't know what it should look like, keeps throwing an error in the browser console
input[type=text]:focus, input[type=password]:focus,
input.combobox:focus + input.combobox-button {
  background: url(/images/text_focus2.gif) repeat-x; }
*/

input[type=text].maininput:focus {
  background: none; }

/*textarea:focus {
  background: #FFF url(/images/text_focus.gif) repeat-x;
}
*/
div.br {
  clear: left;
  height: 0px; }

#page {
  margin: 0pt auto;
  max-width: 1285px;
  text-align: left;
  padding: 0 15px 5px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #fff none repeat scroll 0%;
  min-height: 400px; }

/* search boxes */
#top #topquery {
  float: right;
  height: 18px;
  width: 232px;
  padding: 4px 8px 0 18px; }

#top form#topquery input#searchinput {
  font-size: 90%;
  color: #333;
  padding: 0px 0px 0px 25px;
  background: url("/images/searchinput.gif") no-repeat scroll -205px white;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 210px;
  height: 18px; }

#query, #suggestions_query, #q {
  background: url("/images/searchinput.gif") no-repeat scroll -205px 4px white;
  padding-left: 30px;
  vertical-align: middle; }

#sidebar .widget #query {
  height: 15px;
  margin-top: 5px;
  width: 159px; }

.content #query, .content #suggestions_query, .content #q {
  background-position: -205px 50%;
  width: 500px; }

.content #searchform #icon {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block; }
  .content #searchform #icon.clear_icon {
    background: url("/images/icon_clear_sprite.png") transparent 0px 0px no-repeat; }
    .content #searchform #icon.clear_icon:hover {
      background: url("/images/icon_clear_sprite.png") transparent -22px -22px no-repeat; }
  .content #searchform #icon.loading_icon {
    background: url("/images/loader.gif") transparent 0px 0px no-repeat; }
.content #searchform div.search_scope_selector {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px dotted #C3C3C3;
  cursor: pointer;
  font-size: 18px; }
  .content #searchform div.search_scope_selector .arrow {
    color: #AAA;
    position: absolute;
    right: 0px; }
  .content #searchform div.search_scope_selector.selected, .content #searchform div.search_scope_selector .selected {
    background: #f5f5f5 none repeat scroll 0%; }
  .content #searchform div.search_scope_selector .dropdown {
    list-style: none;
    white-space: nowrap;
    background: #FFFFFF;
    padding: 0;
    outline: 1px solid #C3C3C3;
    position: absolute;
    font-size: 14px; }
    .content #searchform div.search_scope_selector .dropdown li {
      color: #333;
      text-align: left;
      padding-left: 11px;
      margin: -3px 0px -3px 0px; }

/* search boxes end */
/* ------ content -------------------------------- */
div#container {
  padding: 16px 0 0 0; }

div#container .content {
  margin-top: 0;
  margin-right: 0 !important;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 20px;
  font-size: 12px;
  overflow: none; }

div#contentwrapper {
  float: left;
  width: 100%; }

div#contentcolumn {
  margin-right: 258px; }

div#container.full_width div#contentcolumn {
  margin-right: 0; }

/* color and background for not_planned zd_label sitewide */
div.item span.zd_label {
  float: right;
  font-weight: bold;
  padding: 2px 5px;
  margin-left: 12px; }

/* for listings, hidden by default */
p.info span.selected {
  display: inline; }

/* show when selected */
body.entries div.frame div.entry span.zd_label {
  float: right;
  font-size: 13px;
  padding: 2px 5px;
  margin-top: 11px; }

/* for entry, zd_label for top right corner */
#top-menu ul#green.agent-tabs li.tab_getting_started a {
  color: #ffd500; }

#top-menu ul#green.agent-tabs li.tab_getting_started a:hover {
  color: #fff; }

#top-menu ul#green.agent-tabs li.tab_getting_started.active a {
  color: #000; }

#top-menu ul#green.agent-tabs li.tab_forums:hover {
  padding-left: 4px; }

#top-menu ul#green.agent-tabs li.active.tab_forums:hover {
  padding-left: 0px;
  border-color: #fff; }

/* ------ top ------------------------------------ */
#header {
  margin-bottom: 1px;
  padding-bottom: 6px; }

#header_container {
  padding: 8px 0 1px 15px;
  margin: 0; }

#logo {
  vertical-align: middle; }

#logo-delimiter {
  vertical-align: middle;
  margin: 0pt 5px; }

/* Background color set in account */
#table_header {
  font-size: 20px; }

#top-right {
  float: right;
  font-weight: bold;
  font-size: 10px;
  padding: 5px 15px 0 0; }

#top-right a {
  text-decoration: underline; }

#top-login input {
  color: black;
  font-size: 10px;
  padding: 0; }

#top-menu-background {
  height: 26px;
  position: relative;
  z-index: 25; }

/* Background color set in account */
#top-menu-background, .menu-drop {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px; }

#top-menu {
  height: 26px; }

#top-menu ul {
  list-style: none; }

#top-menu ul a {
  text-decoration: none; }

ul#green {
  float: left; }

ul#green li.active {
  border-left: 2px solid white; }

ul#green.agent-tabs li.tab_home.first,
ul#green.agent-tabs li.tab_home.first:hover,
ul#green.agent-tabs li.tab_forums,
ul#green.agent-tabs li.tab_forums:hover {
  border-left: 0;
  padding-left: 2px; }

ul#green li.tab_home {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; }

ul#green li.tab_home.active {
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0; }

ul#gray {
  background: #727070;
  float: right;
  height: 26px; }

#top-menu ul li.right {
  float: right; }
  #top-menu ul li.right ul.menu-drop {
    left: auto; }

li.main {
  background: transparent url(/images/menu.png) no-repeat scroll 0 -78px;
  height: 12px; }

ul#gray li.main:hover, ul#gray li.main.over {
  background: #888888; }

#top-menu a.tab {
  font-weight: bold;
  padding: 7px 15px 10px 15px;
  text-transform: uppercase; }

#top-menu ul#gray a.tab {
  color: white; }

#top-menu ul#gray li.active a.tab {
  color: #2a2a2a; }

#top-menu ul li {
  float: left;
  position: relative;
  padding: 7px 0; }

#top-menu li:hover + li {
  background: none; }

#top-menu ul li.first {
  background: none; }

#top-menu ul li.active {
  background: #fff;
  height: 12px; }

#top-menu li.active a.tab {
  color: #2a2a2a; }

#top-menu li:hover > ul, #top-menu li.over ul {
  display: block; }

#top-menu ul li img {
  padding-right: 5px;
  vertical-align: top; }

/* This is here for submenus */
ul.menu-drop li:hover > ul {
  display: block; }

ul.menu-drop ul.sub-menu {
  border: 2px solid #999;
  left: 50px;
  top: 20px; }

ul.menu-drop {
  background: #FFFFFF none repeat scroll 0%;
  border-style: none solid solid;
  border-width: 0pt 2px 2px;
  display: none;
  float: left;
  left: -2px;
  margin: 5px 0 0 0;
  min-height: 28px;
  padding: 10px;
  padding-left: 8px;
  position: absolute;
  text-align: left;
  top: 21px;
  width: 210px;
  z-index: 15000; }

#top-menu li ul li {
  padding: 0; }

#top-menu li ul li a.all_views {
  font-weight: normal;
  text-align: right; }

#header, #user_chat h1 {
  background: #FFFFFF;
}

html, body {
  background: #333333;
}

body#chat_window {
  background: inherit;
}

input:focus, textarea:focus, select:focus,
input.combobox:focus + input.combobox-button {
  border-color: lightsalmon;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #FFFFFF;
}

ul#green li.main:hover, ul#green li.main.over {
  background: #E8E8E8;
}

.header, .header a, #table_header a, #top-right, #top-right a, #top-menu a.tab, #user_chat h1 span, #user_chat #end_session {
  color: #2A2A2A
}

.dev-header {
    background-color: #159640;
    color: #fff;
    padding: 4px 0;
    max-width: 100vw;
    overflow: hidden;
    font-size: 15px;
}

#top-menu-background, #top form#topquery {
  background-color: #D4D4D4;
}

ul.menu-drop, ul.drop-list ul {
  border-color: #D4D4D4;
}

.side-box-content, .blue_box_top, .blue_box_bottom, .side-box-with-image, .r_blue {
  background-color: #F6F6F6;
}

ul#green.agent-tabs li.main, ul#green.agent-tabs li.active:hover, ul#green.agent-tabs li.active.over {
  border-left: 2px solid #D4D4D4;
}

#footer {
  height: 50px;
  text-align: right;
  margin: 0 auto;
  max-width: 1200px; }
#footer p {
  color: #aaa;
  font-size: 12px;
  padding: 7px 7px 0 0; }
#footer a {
  color: #aaa;
  text-decoration: underline; }

.content h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 11px 0 7px 0;
  word-wrap: break-word;
  overflow: hidden; 
  line-height: 24px;
}

.content_green {
  background: #f4f4f4 none no-repeat scroll 0%; }

.green_box_top {
  background: #f4f4f4 url(/static/intranet/composite.gif) no-repeat scroll;
  height: 5px;
  margin: 0 0 0 -20px; }

.content p {
  margin: 12px 20px 11px 0;
  color: #333;
  line-height: 15px; }

.green_box_bottom {
  background: #f4f4f4 url(/static/intranet/composite.gif) no-repeat scroll 0 -10px;
  height: 5px;
  margin: 10px 0 0 -20px; }

div.box {
  float: right;
  height: 5px;
  width: 5px;
  font-size: 0pt;
  line-height: 0pt; }

div.box_top {
  background: transparent url(/static/intranet/composite.gif) no-repeat scroll 0 -5px; }

/* ---------------------------------->>> MLS Number Search Styles <<<---------------------------------- */
#contentcolumn.mlsnumber_search {
  overflow: hidden;
}
  #contentcolumn.mlsnumber_search ul {
    margin: 0 0 1% 0;
    overflow: hidden;
  }
  #contentcolumn.mlsnumber_search li { 
    list-style: none;
  }
  #contentcolumn.mlsnumber_search li.column {
    display: inline-block;
    float: left;
    padding-right: 1%;
  }

  #container #introductory_text .content {
    padding: 0 20px;
  }
  #introductory_text .introductory_display_texts {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px #000 solid;
    padding-bottom: 20px;
  }
    #introductory_text .introductory_display_texts img {
      max-width: 580px;
    }
    #introductory_text .search_agent {
        margin-top: 20px;
        border-top: 1px #000 solid;
        padding-top: 20px;
    }

    #introductory_text .gift-card_label{
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 23px;
        font-weight: bold;
    }

    #introductory_text .gift-card-select{
        width: 367px;
        height: 30px;
    }
    #introductory_text .gift-card-input{
        margin: 10px 0px;
    }
    #introductory_text .gift-card-date{
        margin: 5px;
        font-weight: bold;
    }
    #introductory_text .gift-card-result{
        font-size: 14px;
    }


    #introductory_text .message-fail{
       color: #ed351b;
    }

    #introductory_text .message-success {
        color: #1f5929;
    }


  #contentcolumn.mlsnumber_search .left-col {
    float: left;
    width: 60%;
  }
  #contentcolumn.mlsnumber_search .right-col {
    float: left;
    width: 38%;
    margin-left:2%;
  }
    #contentcolumn.mlsnumber_search .right-col li {
      float: left;
      width: 48%;
      padding:1%;
    }

/* ---------------------------------->>> Agent Search Styles <<<---------------------------------- */
.intranet-agents {
  font-size: 100%;
}
.intranet-agents td {
  padding: 10px;
}
.intranet-agents td form {
  float: left;
  padding-right: 5px;
}
.intranet-agents caption {
  font-weight: bold;
}
.intranet-add-agents input {
  margin: 5px 0;
}
.intranet-add-agents input[type="radio"] {
  margin-right: 5px;
}
h3.intranet-message {
  margin-bottom: 10px;
}

h3.intranet-message span {
  display: block;
  margin-bottom: 10px;
  color: #000;
  background: #ccc;
  padding: 10px;
}

h3.intranet-message--error span {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.btn-add-agent {
  background: #01AEEF;
  color: #fff!important;
  padding: 6px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 40%;
  position: relative;
  top: -4px;
  left: 10px;
}

/* ---------------------------------->>> Office Branding Map <<<---------------------------------- */
#map {
  height: 100%;
  margin: 15px 0px;
  padding: 0px;
}
/* --->>> SpinJs <<<--- */
#spinjs {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
#spinjs .spinner {
  top: 50% !important;
  left: 50% !important;
}

.tag{
  background-color: white;
  outline: 1px solid darkgray;
  font-family: "Courier New";
  font-size: .8em;
  padding: 3px 5px 3px 5px;
  margin: 2px;
}


#tag-11802, #tag-11701, #tag-11406 {
  background-color: gray;
}

#tag-11501, #tag-11405, #tag-11404, #tag-10009 {
  background-color: lightskyblue;
}

#tag-11402 {
  background-color: lightgreen;
}

.error--sql pre{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 20px;
  background:pink;
  border: 1px solid #777;
  padding: 10px;
  color: #333;
}

