﻿html, body {
  height: 100%; }

.wrap {
  width: 100%; }

.main {
  width: 100%; }

/* Standard Prompt Box */
.box-prompt {
  border: 1px solid #b4d3eb;
  background: white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px 25px 15px;
  margin: 50px auto;
  width: 90%;
  max-width: 600px; }

.box-prompt h1,
.box-prompt h2 {
  color: #0a4ea5;
  font-weight: normal; }

.box-prompt h1 {
  font-size: 28px;
  margin-bottom: 20px; }

.box-prompt h2 {
  font-size: 20px;
  margin-bottom: 15px; }

.box-prompt p {
  width: 85%; }

.box-prompt p,
.box-prompt li,
.box-prompt a {
  font-size: 14px;
  line-height: 18px; }

.box-prompt a,
.box-prompt a:hover {
  color: #0064B1; }

.box-prompt-bg {
  width: 100%;
  min-height: 400px;
  padding: 10px 0 100px 0;
  background: #ebf6fb;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ebf6fb 0%, #ffffff 65%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ebf6fb), color-stop(65%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ebf6fb 0%, #ffffff 65%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ebf6fb 0%, #ffffff 65%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ebf6fb 0%, #ffffff 65%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ebf6fb 0%, #ffffff 65%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6fb', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* Standard Prompt Box */
/* Standard Form */
.form-standard input[type="text"],
.form-standard select,
.form-standard textarea,
.form-standard input[type="password"],
.form-standard input[type="email"] {
  border: 1px solid #6b91c2;
  background: #f5fbfd;
  padding: 4px;
  margin-bottom: 6px; }

/* Standard Form */
/* Buttons */
.btn {
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 9px;
  border: 0; }

.btn-primary {
  color: white;
  background: #e41f28;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e41f28 0%, #870006 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e41f28), color-stop(100%, #870006));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e41f28 0%, #870006 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e41f28 0%, #870006 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e41f28 0%, #870006 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e41f28 0%, #870006 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41f28', endColorstr='#870006',GradientType=0 );
  /* IE6-9 */ }

/* Buttons */
/*********************css for Inner1****************************/
#history {
  float: right;
  width: 200px;
  text-align: right;
  position: relative;
  padding-top: 2px; }

#history-list {
  text-align: left;
  top: 25px;
  margin-left: -160px;
  display: none;
  position: absolute;
  width: 350px;
  min-height: 50px;
  background: white;
  z-index: 1000;
  border: 1px solid #CCC;
  -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  padding-bottom: 30px; }

#history-list .arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  right: 30px;
  margin-top: -8px;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

#history-list ul {
  clear: both;
  margin: 15px 0;
  width: 350px;
  overflow: hidden; }

#history-list li {
  clear: both;
  padding: 8px 15px;
  width: 100%;
  border-bottom: 1px solid #efefef;
  display: block;
  width: 320px; }

#history-list li:hover {
  background: #edf6fb; }

.history-list-content {
  width: 250px;
  float: left;
  overflow: hidden; }

.history-list-content h4 {
  height: 16px; }

.history-list-photo {
  float: right;
  width: 50px; }

.history-list-photo img {
  width: 50px;
  border: 1px solid #CCC;
  padding: 2px; }

#history-list ul li h4 a {
  font-size: 14px;
  float: left;
  padding-left: 0;
  padding-bottom: 5px;
  width: 100%;
  display: block; }

#history-list ul li p {
  font-weight: lighter;
  width: 100%;
  display: block;
  color: #9a9a9a;
  padding-top: 4px;
  padding-bottom: 3px;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px; }

#history-clear {
  padding: 8px 15px; }

#history-list-footer {
  margin: 10px 15px;
  padding-top: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 320px;
  background: white; }

.nav {
  width: auto;
  height: 17px;
  float: right;
  padding: 12px 0 0 0;
  font-weight: 700;
  font-size: 12px; }

.nav .fb-like {
  z-index: 300;
  vertical-align: middle; }

.money {
  font-weight: bold;
  color: green;
  font-size: 120%; }

.nav ul {
  list-style: none;
  margin: 0px; }

.nav ul li {
  float: left; }

.nav ul li a {
  color: #515151;
  padding: 0 16px; }

.nav ul li a:hover, .nav ul li.selected a {
  color: #0068b4; }

.google_code {
  padding: 6px 0 6px 0; }

#RL_NotLoggedInWarning {
  border: solid 1px #02099D;
  padding: 10px;
  margin: 10px 0px;
  position: fixed;
  z-index: 1000000;
  background-color: #eeeeee;
  left: 10px;
  top: 0px;
  display: none;
  width: 600px; }

#RL_NotLoggedInWarning p {
  font-size: 14px;
  font-weight: bold;
  margin: 5px; }

#RL_NotLoggedInWarning #close_icon {
  float: right; }

#rl_sb_l {
  z-index: 200;
  clear: both;
  float: left;
  position: relative; }

.result_form .dollar {
  font-size: 16px; }

.result_form #r_within {
  font-size: small;
  margin: 8px 0px 4px 0px; }

/*
.result_input {
    font-size: 12px;
    color: #000;
    padding: 4px;
    outline: none;
    border: 1px solid #a9a9a9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fefefe;
    behavior: url(/includes/PIE.htc);
}
*/
.r_loc {
  width: 140px;
  margin-right: 4px; }

.r_rent {
  width: 46px;
  margin: 0px 4px; }

.r_beds {
  margin-left: 4px; }

.result_list_block {
  width: 105px;
  float: left;
  position: relative; }

.result_list {
  width: 205px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6e6e6e; }

#type_links {
  float: right;
  margin-left: 20px; }

#type_links a {
  width: 50px;
  float: left;
  height: 20px;
  background: #E8E8E8 url("data:image/gif;base64,R0lGODlhAQAwAMQAANvb2/T09Orq6u7u7uzs7NLS0unp6fDw8Ovr69ra2vPz8/f39+3t7fHx8eTk5NTU1N7e3ujo6PX19fLy8uLi4u/v79zc3Pb29tnZ2ebm5uDg4NfX19XV1dPT0wAAAAAAACH5BAAAAAAALAAAAAABADAAAAUoYFd0HLdhgAVplJNFAjFUzRRI13JJynRUDIQhknFQNBBLArPhPDqPEAA7") repeat-x 0 -24px;
  border: 1px solid #A8A8A8;
  -moz-box-shadow: 1px 1px 0 #fff inset;
  -webkit-box-shadow: inset 1px 1px 0 #fff;
  text-align: center;
  padding-top: 4px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: white 1px 1px 0;
  color: #444; }

#type_links a.selected {
  color: #3D3D3D;
  -moz-box-shadow: -1px -4px 8px #AAD3FC inset;
  -webkit-box-shadow: -1px -4px 8px #AAD3FC inset;
  box-shadow: -1px -4px 8px #AAD3FC inset;
  border-color: #919090;
  background: #1084F8;
  text-shadow: 0 1px 0 #444;
  color: white; }

#type_links a:hover {
  background-position: 0 0 !important;
  text-decoration: none; }

.rounded_left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.rounded_right {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.content_inner {
  padding: 0;
  min-height: 100%;
  z-index: 1; }

.content_inner_lft {
  width: 451px;
  float: left;
  background-color: #fff;
  padding: 0 6px 0 0;
  margin-right: 0px;
  border: 0px; }

#notfound {
  height: 400px; }

#notfound h1 {
  font-size: 20px;
  font-weight: 700;
  color: #0a4ea5;
  margin: 20px 0px; }

#notfound p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px; }

.result {
  padding: 6px 0 10px 0;
  border-bottom: 1px dotted #b4b4b4;
  margin-bottom: 10px; }

.r_selected {
  background-color: #E2F0FE; }

.result_lft {
  width: 179px;
  float: left;
  text-align: right; }

.result_pic {
  background: #FFF;
  padding: 1px;
  position: relative;
  display: inline-block; }

.nopic {
  border: 0; }

.result_pic a {
  display: block;
  margin-bottom: 0px; }

#rl_filters_x {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  clear: both; }

#rl_filters li {
  padding: 2px; }

#rl_filters_l {
  float: left;
  width: 200px;
  margin-right: 12px; }

#rl_filters_r {
  float: left;
  width: 150px; }

#rl_filters_r h3 {
  margin-top: 16px; }

#rl_filters_x {
  width: 15px;
  height: 15px;
  background: url("/images/glyphicons-halflings_blue.png") -312px 0; }

#rl_schools {
  width: 240px; }

/* http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ */
.featured_tag {
  width: 79px;
  height: 78px;
  position: absolute;
  top: -1px;
  right: -1px; }

.pin {
  display: block;
  width: 20px;
  height: 34px;
  position: absolute;
  top: -1px;
  right: -32px;
  background-image: url(/images/markers_a_t2.png);
  cursor: pointer;
  cursor: hand; }

.fpin {
  width: 28px;
  height: 48px;
  right: -36px; }

a.pin {
  text-decoration: none; }

.cross_area {
  padding: 9px 0 0 0;
  text-align: right; }

.cross_area img {
  margin-left: 4px;
  cursor: pointer;
  cursor: hand; }

.result_right {
  width: auto;
  padding-left: 188px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px; }

.pinfo h2 {
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
  font-size: 16px;
  color: #0118c7;
  font-weight: normal;
  margin-bottom: 5px;
  margin-left: 26px; }

.pinfo h2 span {
  display: block;
  font-size: 10px;
  color: #444;
  margin-top: 4px; }

.pinfo h2 div {
  font-size: 11px;
  color: #059905;
  font-weight: bold;
  display: block;
  margin-top: 5px; }

.pinfo h3 {
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px; }

.pinfo h3 span {
  font-size: 12px;
  color: #343434;
  font-weight: normal;
  display: block;
  margin-top: 8px; }

.pinfo h3 strong {
  font-size: 12px;
  color: #ff3600;
  font-weight: bold;
  display: block;
  margin-top: 8px; }

.pinfo h3 strong.leased {
  color: Black; }

.pinfo p {
  line-height: 15px; }

.pinfo p a {
  color: #0024ff; }

.featured_nav {
  height: 15px; }

.featured_nav ul {
  text-align: right; }

.featured_nav ul li {
  display: inline;
  border-left: 1px solid #333; }

.featured_nav ul li.nosep {
  border-left: 0px; }

.featured_nav ul li a {
  color: #333;
  padding: 0 10px; }

.featured_nav ul li:hover a {
  color: #c0151b;
  font-weight: bold; }

.featured_nav ul li.nohover:hover a {
  color: #333;
  font-weight: normal; }

.content_inner_right {
  width: auto;
  height: 100%; }

#rl_map {
  z-index: 1;
  border: 1px solid #d0d0d0;
  width: auto; }

#rl_propmap {
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 400px; }

.map-labels {
  color: #000;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  white-space: nowrap;
  padding: 3px;
  margin-top: -30px;
  opacity: .90;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.content_inner2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content_inner2_lft {
  width: auto;
  padding-right: 550px; }

.back_result {
  height: 28px; }

.back_result a {
  color: #0066cc; }

#property_viewleased {
  margin: 10px 0; }

.unitpiczoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

#unit_list {
  border-bottom: 1px dotted #b4b4b4; }

.bedroom_apart.leased {
  display: none; }

#wrp_showleased {
  padding: 15px 0;
  border-bottom: 1px dotted #b4b4b4;
  margin-bottom: 15px; }

#wrp_showleased a {
  font-size: 16px; }

.description {
  margin: 0 0 18px 0;
  padding: 0; }

.description p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px; }

.details ul {
  /* margin-left: 5px;  */ }

.details ul li {
  margin-bottom: 0px;
  /* TODO: .jpg?  seriously? */
  background: url(/images/bullet.jpg) no-repeat center left;
  padding: 0 0 0 10px;
  display: block;
  line-height: 16px; }

.details.link ul li {
  background: none;
  padding: 0px; }

.details.link ul li a {
  color: #0066cc; }

.details ul li img {
  float: left;
  margin-right: 5px; }

#loading {
  position: absolute;
  top: 150px;
  left: 224px;
  width: 32px;
  height: 32px;
  background-image: url(/images/loading.gif); }

/* From galeriffic.. keeps the pic in place? */
div.slideshow {
  position: absolute;
  left: 20px;
  text-align: center;
  line-height: 302px; }

div.slideshow span.image-wrapper {
  display: block;
  line-height: 302px;
  width: 430px; }

div.slideshow-container, div.loader, div.slideshow a.advance-link {
  width: 430px; }

div.slideshow a.advance-link {
  display: block;
  text-align: center;
  line-height: 302px;
  text-decoration: none;
  outline: none; }

div.slideshow img {
  border: solid 1px #d0d0d0;
  background: #f1f1f1;
  padding: 10px;
  display: inline-block;
  height: auto;
  max-height: 300px;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  margin: auto; }

.navigation-container {
  top: 368px;
  position: relative;
  width: 450px;
  margin: auto;
  text-align: center; }

.navigation {
  margin: auto;
  position: relative; }

div.navigation a.prev {
  position: absolute;
  left: 0px;
  display: block;
  width: 20px;
  height: 80px;
  background: url(/images/slider_arrow_left.png) no-repeat left center;
  text-decoration: none; }

div.navigation a.next {
  position: absolute;
  right: 0px;
  display: block;
  width: 20px;
  height: 80px;
  background: url(/images/slider_arrow_right.png) no-repeat right center;
  text-decoration: none; }

ul.thumbs {
  padding: 0;
  height: 80px;
  /*	border: solid 1px red;*/
  display: inline-block;
  vertical-align: middle; }

ul.thumbs li {
  float: left;
  text-align: center;
  padding: 0;
  margin: 2px;
  list-style: none; }

ul.thumbs img {
  vertical-align: middle;
  border: solid 1px #d0d0d0;
  background: #f1f1f1;
  padding: 2px; }

div.caption-container {
  position: absolute;
  top: 344px; }

span.image-caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

div.caption-container, span.image-caption {
  width: 450px; }

div.caption {
  padding: 0 12px;
  height: 38px;
  margin-right: 70px; }

div.image-desc {
  display: none;
  line-height: 1.3em;
  padding-top: 12px; }

div.photo-index {
  float: right; }

.gallery_arrow_right {
  z-index: 200;
  position: absolute;
  top: 50px;
  right: 13px;
  display: none; }

#nextArrow {
  border: 0px;
  padding: 0px;
  filter: alpha(opacity=80);
  /* internet explorer */
  -khtml-opacity: 0.7;
  /* khtml, old safari */
  -moz-opacity: 0.7;
  /* mozilla, netscape */
  opacity: 0.7;
  /* fx, safari, opera */ }

#fullScreenLink {
  z-index: 200;
  position: absolute;
  bottom: 20px;
  right: 16px;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

#fullScreen {
  background: none;
  border: 0;
  padding: 0px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.10s ease-out;
  -moz-transition: all 0.10s ease-out;
  transition: all 0.10s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.10s ease-out;
  -moz-transition: all 0.10s ease-out;
  transition: all 0.10s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

#WebLinxBody a.facebookbtn, a.facebookbtn {
  border-color: #37538d #37538d #213256;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 0px 1px #283d68;
  background-color: #3e5ea1;
  background-image: url(/images/facebook/FB-f-Logo__trans_24.png);
  background-repeat: no-repeat;
  background-position: center left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4466ae', endColorstr='#ff37538d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  padding: 10px 10px 10px 30px;
  border: 0; }

.print_area a.hide {
  background: url(/images/fon_tiny.gif) no-repeat center left;
  width: 122px;
  padding-left: 23px;
  margin-left: 3px; }

.hidden {
  display: none; }

a.RL_ToolTip {
  position: relative;
  /*this is the key*/
  z-index: 24;
  text-decoration: none; }

a.RL_ToolTip:hover {
  z-index: 25;
  cursor: default;
  text-decoration: none; }

a.RL_ToolTip img {
  border: 0px; }

a.RL_ToolTip span {
  display: none;
  text-decoration: none; }

a.RL_ToolTip:hover span {
  /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  padding: 8px;
  z-index: 100;
  background-color: #FFFFD4;
  color: black;
  border: solid 1px #888;
  text-decoration: none;
  -moz-border-radius: 10px; }

a.RL_ToolTip.tooltip-right:hover span {
  left: 12px;
  right: auto; }

/* basic stuff to make old pages work */
.RL_DataLabel {
  font-weight: bold;
  padding-right: 10px;
  text-align: right; }

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0; }

.vscrollerbase {
  width: 7px;
  background-color: #e5e5e5;
  /* background:url(/img/scroll_bg.jpg) repeat-y left top; */ }

.vscrollerbar {
  /* background-image: url(/img/scroll_holder.jpg); */
  width: 7px;
  background-color: #ccc;
  /* following is the bit that allows us fixed height scrollbars */
  height: 173px !important;
  cursor: pointer;
  /* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
  /* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are using alpha images, thay have to be transparent.*/ }

* html .vscrollerbar {
  /* IE6 alpha png trick */
  /* IE7 is not affected by this trick, as it perfectly handles the normal png */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader enabled=true, sizingMethod=crop src= "./img/scroll_holder.jpg";
  background-image: none; }

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
  height: 22px; }

.hscrollerbar {
  height: 22px;
  background-color: #84ADD6; }

.vscrollerbar, .hscrollerbar {
  /* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
  padding: 9px;
  z-index: 2; }

/* properties for scroller jog box, just in case */
.scrollerjogbox {
  width: 10px;
  height: 9px;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  background: #698AAA; }

.vscrollerbasebeg {
  /*    background: url("../img/sc-top.jpg") no-repeat scroll 0 0 transparent; */
  height: 0px;
  width: 10px; }

.vscrollerbaseend {
  /*    background: url("../img/sc-bottom.jpg") no-repeat scroll 0 0 transparent; */
  height: 0px;
  width: 10px; }

/* Scroll Bar Master Styling Ends Here */
#rl_results {
  /* Typical fixed height and fixed width example */
  width: 446px;
  height: 400px;
  overflow: auto;
  /* IE overflow fix, position must be relative or absolute*/
  position: relative;
  /* background-color: red; */
  padding: 0 10px 0 0px;
  margin: 0 6px 0 0; }

input:-moz-placeholder {
  color: #aaa; }

.placeholder {
  color: #aaa; }

#contact {
  display: none;
  background-repeat: repeat-x;
  text-align: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /* width: 412px;  */
  border: 1px solid #0a4ea5;
  padding: 14px 0px 14px 14px;
  background-color: #F2FAFD;
  background-color: blue;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #F8FCFD), color-stop(100%, #EAF5FB));
  background-image: -moz-linear-gradient(top, #F8FCFD 0%, #EAF5FB 100%);
  background-image: linear-gradient(top, #F8FCFD 0%, #EAF5FB 100%); }

#contact label {
  display: inline-block;
  width: 180px;
  margin: 10px 19px 0px 0px;
  font-weight: bold;
  color: #666; }

#contact label.error {
  color: Red;
  margin-top: 4px; }

#contact input, #contact textarea {
  margin: 4px 10px 0px 0px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FFF), color-stop(100%, #F8FCFD));
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8FCFD 100%);
  background-image: linear-gradient(top, #FFF 0%, #F8FCFD 100%); }

#contact textarea {
  width: 384px; }

#contact input.error, #contact textarea.error {
  border: 2px solid red; }

#contact p {
  font-size: 14px;
  margin-bottom: 10px; }

#contact_success h2, #contact_error h2 {
  margin-bottom: 14px; }

#contact_error h2 {
  color: Red; }

#contact .phone, .contact .phone {
  /*
    font-weight: bold;
    padding: 0 0 0 29px;
    margin: 0px 0px 10px 6px;
        */ }

.contact span {
  margin: 0px;
  display: block;
  padding-bottom: 10px;
  background-position: top left;
  font-weight: normal; }

#contact_success {
  display: none; }

#contact .col {
  float: left;
  width: 204px; }

#contact .sending {
  color: #333;
  background-color: #DDDDDD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#CCCCCC));
  background-image: -webkit-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -moz-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -ms-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: -o-linear-gradient(top, #DDDDDD, #CCCCCC);
  background-image: linear-gradient(top, #DDDDDD, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#d14836'); }

#contact_error {
  display: none; }

#contact_facebook {
  margin: 20px 30px 10px 10px;
  border: solid 1px #0a4ea5;
  padding: 20px 10px 10px 10px;
  background-color: White;
  text-align: center; }

#contact_facebook .fb-like {
  z-index: 300;
  margin: 10px 0px 16px 20px; }

.button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc6), color-stop(1, #224099));
  background: -moz-linear-gradient(center top, #007dc6 5%, #224099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc6', endColorstr='#224099');
  background-color: #007dc6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 14px;
  text-decoration: none; }

.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #224099), color-stop(1, #007dc6));
  background: -moz-linear-gradient(center top, #224099 5%, #007dc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224099', endColorstr='#007dc6');
  background-color: #224099; }

.button:active {
  position: relative;
  top: 1px; }

.airbnbbtn {
  font-weight: bold;
  display: inline-block;
  padding: 0.8em 1.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: middle;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0.2em rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 #000;
  box-shadow: inset 0 0 0.2em rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 #000;
  background-color: #018fe1;
  background-image: -webkit-linear-gradient(top, #00aeff 0%, #018fe1 100%);
  background-image: -moz-linear-gradient(top, #00aeff 0%, #018fe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeff', endColorstr='#ff018fe1', GradientType=0);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-color: #0195eb #0083c7 #0175b8 #0083c7;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  margin: 8px 0px; }

.airbnbbtn:hover, .airbnbbtn.hover {
  text-decoration: none;
  color: #fff;
  background-color: #018fe1;
  background-image: -webkit-linear-gradient(top, #33beff 0%, #018fe1 100%);
  background-image: -moz-linear-gradient(top, #33beff 0%, #018fe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33beff', endColorstr='#ff018fe1', GradientType=0); }

.airbnbbtn:active, .airbnbbtn.active {
  text-decoration: none;
  color: #fff;
  background-color: #00aeff;
  background-image: -webkit-linear-gradient(top, #018fe1 0%, #00aeff 100%);
  background-image: -moz-linear-gradient(top, #018fe1 0%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff018fe1', endColorstr='#ff00aeff', GradientType=0);
  -webkit-box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.3), 0 0 0 #000;
  box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.3), 0 0 0 #000; }

.videoTours {
  margin-top: 10px; }

.ResultsBottomAd {
  float: left;
  margin: 0 10px 10px 0;
  padding-bottom: 20px;
  width: 100%; }

#listing-container {
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f0f0f0 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f0f0f0 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f0f0f0 0%, #ffffff 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f0f0f0 0%, #ffffff 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f0f0f0 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-left: 20px;
  padding-top: 20px; }

div#spinner-outer-target {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1999; }

div#spinner-target {
  background: #007ac3;
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  position: relative;
  width: 60px;
  height: 60px; }

.spinner {
  top: 50%;
  left: 50%; }

/* Padding */
/* General Stuff */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.fa {
  margin: 0 4px 0 0; }

.img-bordered {
  padding: 4px;
  border: solid 1px #e1e1e1; }

.img-caption {
  font: 11px/16px Verdana;
  text-align: center; }

.waiting {
  width: 20px;
  height: 20px;
  margin-top: 4px; }

.spinner {
  left: 50%;
  top: 50%; }

/* Padding */
.padding-lg {
  padding: 30px; }

.padding-md {
  padding: 15px; }

.padding-sm {
  padding: 10px; }

.padding-xs {
  padding: 5px; }

.padding-top-lg {
  padding-top: 30px; }

.padding-top-md {
  padding-top: 15px; }

.padding-top-sm {
  padding-top: 10px; }

.padding-top-xs {
  padding-top: 5px; }

/* Positioning*/
.position-abs-topright {
  position: absolute;
  top: 0;
  right: 0; }

.position-abs-topleft {
  position: absolute;
  top: 0;
  left: 0; }

.position-abs-bottomleft {
  position: absolute;
  bottom: 0;
  left: 0; }

/* Container Max Widths */
.container-maxwidth {
  margin: 0 auto;
  max-width: 960px; }

@media (max-width: 699px) {
  .container-maxwidth {
    padding-left: 20px;
    padding-right: 20px; } }

.max-width-sm {
  max-width: 600px; }

.max-width-md {
  max-width: 900px; }

.max-width-lg {
  max-width: 1200px; }

/* Backgrounds */
.bg-primary {
  background: #337ab7; }

.bg-primary.bordered {
  border: 1px solid #2d6da3; }

.bg-success {
  background: #dff0d8; }

.bg-success.bordered {
  border: 1px solid #d0e9c6; }

.bg-info {
  background: #e4eef6; }

.bg-info.bordered {
  border: 1px solid #d1e2f0; }

.bg-warning {
  background: #fcf8e3; }

.bg-warning.bordered {
  border: 1px solid #faf2cc; }

.bg-danger {
  background: #f2dede;
  color: #ec3e08; }

.bg-danger.bordered {
  border: 1px solid #ebcccc; }

.bg-danger .fa-exclamation-circle {
  color: #ec3e08; }

.bg-white {
  background: #fff; }

.bg-white.bordered {
  border: 1px solid #ededed; }

/* Rounded Corners */
.rounded-sm {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.rounded-md {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.rounded-lg {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

/* Design Classes */
.shadow-lt {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05); }

.shadow-md {
  -moz-box-shadow: 1px 1px 8px #e9e9e9;
  -webkit-box-shadow: 1px 1px 8px #e9e9e9;
  box-shadow: 1px 1px 8px #e9e9e9; }

.shadow-dk {
  -moz-box-shadow: 1px 1px 6px #c5c5c5;
  -webkit-box-shadow: 1px 1px 6px #c5c5c5;
  box-shadow: 1px 1px 6px #c5c5c5; }

.shadow-standard {
  -moz-box-shadow: 3px 3px 4px #e0e0e0;
  -webkit-box-shadow: 3px 3px 4px #e0e0e0;
  box-shadow: 3px 3px 4px #e0e0e0; }

/* Padding */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

h1, h1 a {
  font-family: Lusitana, serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: normal;
  color: #1c5782;
  margin: 0; }

h2, h2 a {
  /* font-family: Lusitana, serif; */
  font-family: Roboto-Condensed, sans-serif;
  line-height: 1.1;
  font-size: 21px;
  font-weight: normal;
  color: #166096; }

h3 {
  margin-bottom: 4px; }

.heading-sub {
  color: #4191cc;
  text-transform: uppercase;
  margin: 0 0 7px 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal; }

h1 + .heading-sub {
  font-size: 16px; }

h2 + .heading-sub {
  font-size: 13px; }

body, p, td, a, li, input, select {
  font: 14px/20px Arial,sans-serif; }

p {
  color: #4e4e4e; }

li {
  color: #4e4e4e; }

a {
  color: #1E7AC0;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

input[type='text'], input[type='email'], textarea {
  font-family: Arial, sans-serif;
  font-size: 14px; }

#WebLinxBody .btn-primary {
  background: #3476a6;
  color: white; }

@media (max-width: 1000px) {
  h1, h1 a {
    font-size: 32px; }
  h1 + .heading-sub {
    font-size: 13px; } }

#WebLinxBody {
  padding: 20px; }

/* Standard Elements */
/* Padding */
ul, ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li .property {
  float: left;
  width: 100px;
  font-weight: normal;
  margin-right: 10px; }

li .value {
  float: left; }

ul.ul-standard li {
  margin-bottom: 3px; }

ul.bulleted {
  margin-bottom: 17px; }

ul.bulleted, ul.bulleted li {
  list-style-type: disc;
  margin-left: 2%; }

ul.bulleted.arrows li {
  list-style-type: none; }

ul.bulleted.arrows li:before {
  font-family: 'FontAwesome';
  content: '\f0a9'; }

ol {
  padding-top: 6px; }

.qa li {
  margin: 0; }

.qa .question {
  font-weight: bold;
  margin: 25px 0 0 0;
  padding: 0; }

.qa .answer {
  margin: 0;
  padding: 0; }

.li-numbered li {
  list-style-type: decimal; }

/* Definition Lists */
dt {
  position: absolute;
  font-weight: bold; }

dd {
  padding-left: 150px;
  clear: right; }

/* Padding */
/* Font Awesome Bullets */
.list-fontawesome, ul.list-links-arrow li a:before,
ul.list-arrow li:before, ul.list-links-arrow-o li a:before,
ul.list-arrow-o li:before, ul.list-links-chevron li a:before,
ul.list-chevron li:before, ul.list-links-angle li a:before,
ul.list-angle li:before, ul.list-links-angle-double li a:before,
ul.list-angle-double li:before, ul.list-links-caret li a:before,
ul.list-caret li:before {
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  font-size: 14px; }

ul.list-links-arrow li a:before,
ul.list-arrow li:before {
  content: '\f0a9'; }

ul.list-links-arrow-o li a:before,
ul.list-arrow-o li:before {
  content: '\f18e'; }

ul.list-links-chevron li a:before,
ul.list-chevron li:before {
  content: '\f138'; }

ul.list-links-angle li a:before,
ul.list-angle li:before {
  content: '\f105'; }

ul.list-links-angle-double li a:before,
ul.list-angle-double li:before {
  content: '\f101'; }

ul.list-links-caret li a:before,
ul.list-caret li:before {
  content: '\f0da'; }

/* Padding */
/* Padding */
/*
    .btn-primary
    .btn-primary-lg
    .btn-primary-xl
    .btn-secondary
    .btn-secondary-lg
    .btn-secondary-xl
    .btn-bordered
    .btn-bordered-lg
    .btn-bordered-xl
*/
.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  padding: 5.2px 13px 5.2px 13px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden; }

.btn-lg {
  padding: 6.5px 13px 6.5px 13px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 19.5px;
  border: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px; }

.btn.bold {
  font-weight: bold; }

.btn:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0; }

.btn .fa {
  font-size: 14px; }

.btn-alt,
.btn-alt:hover,
.btn-alt:focus {
  background: #0089c3;
  color: white;
  padding: 0; }

.btn-large {
  padding: 5px 10px;
  font-size: 20px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-family: 'Roboto Condensed', sans-serif; }

.btn-xl {
  padding: 8px 20px;
  font-size: 20px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-family: 'Roboto Condensed', sans-serif; }

.btn-xl i {
  color: white;
  font-size: 24px; }

/* btn-primary */
.btn-primary,
.btn-primary:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 5.2px 13px 5.2px 13px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  border-radius: 6px;
  color: white; }
  .btn-primary .fa,
  .btn-primary:hover .fa {
    font-size: 14px; }

.btn-primary {
  background: #0089c3; }

.btn-primary:hover {
  background: #0074a5; }

.btn-primary-ml {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 7.2px 18px 7.2px 18px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: normal;
  border-radius: 6px;
  background: #0089c3;
  color: white; }
  .btn-primary-ml .fa {
    font-size: 14px; }

.btn-primary-ml:hover {
  background: #0074a5; }

.btn-primary-lg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 8px 20px 7.2px 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  border-radius: 6px;
  background: #0089c3;
  color: white; }
  .btn-primary-lg .fa {
    font-size: 14px; }

.btn-primary-lg:hover {
  background: #0074a5; }

/* btn-primary */
/* btn-bordered */
.btn-bordered {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 5.2px 13px 5.2px 13px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  border-radius: 6px;
  border: 1px solid #1E7AC0;
  color: #1E7AC0;
  padding: 4.2px 13px 4.2px 12px; }
  .btn-bordered .fa {
    font-size: 14px; }

.btn-bordered-ml {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 7.2px 18px 7.2px 18px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: normal;
  border-radius: 6px;
  border: 1px solid #1E7AC0;
  color: #1E7AC0;
  padding: 6.2px 18px 6.2px 17px; }
  .btn-bordered-ml .fa {
    font-size: 14px; }

/* btn-bordered */
/* btn-attention */
.btn-attention,
.btn-attention-hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 5.2px 13px 5.2px 13px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  border-radius: 6px;
  color: white; }
  .btn-attention .fa,
  .btn-attention-hover .fa {
    font-size: 14px; }

.btn-attention {
  background: #f69b0d; }

.btn-attention:hover {
  background: #db8600; }

.btn-attention-ml {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 7.2px 18px 7.2px 18px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: normal;
  border-radius: 6px;
  color: white;
  background: #f69b0d; }
  .btn-attention-ml .fa {
    font-size: 14px; }

.btn.btn-bordered-white {
  border: 2px solid white; }

.modal-footer .btn + .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px; }
  .modal-footer .btn + .btn .fa {
    font-size: 14px; }

.btn-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 5.2px 13px 5.2px 13px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  border-radius: 6px; }
  .btn-default .fa {
    font-size: 14px; }

.btn-primary-alt,
.btn-secondary,
.btn-cancel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-bottom: 8px;
  padding: 5.2px 13px 5.2px 13px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: normal;
  border-radius: 6px;
  color: white; }
  .btn-primary-alt .fa,
  .btn-secondary .fa,
  .btn-cancel .fa {
    font-size: 14px; }

.btn-primary-alt,
.btn-primary-alt:hover {
  background: #72ae47;
  border-color: none;
  text-shadow: none; }

.btn-primary-alt:hover {
  color: white;
  background: #629e38; }

.btn-primary-alt:hover[disabled] {
  color: #333333;
  background: #e6e6e6; }

.btn-primary-alt .fa {
  color: white;
  font-size: 14px;
  width: 16px; }

.btn-cancel {
  background: #dcdcdc;
  color: #333; }

.btn-light {
  border: 1px solid rgba(0, 159, 227, 0.5);
  border-radius: 5px;
  padding: 2px 8px 1px 8px;
  background: none; }

.btn-secondary {
  background: #eaeaea;
  border: 1px solid #e2e2e2;
  color: #525252;
  text-decoration: none; }

.btn-secondary img {
  margin-right: 5px;
  vertical-align: middle; }

.btn-secondary:hover {
  background: #dcdcdc; }

.btn-secondary .fa {
  color: rgba(0, 0, 0, 0.7); }

/* Page Template: */
/* Padding */
#header_inner {
  height: 45px;
  background: #edf4fa;
  padding: 6px 20px 0 20px;
  -moz-box-shadow: 1px 1px 6px #c5c5c5;
  -webkit-box-shadow: 1px 1px 6px #c5c5c5;
  box-shadow: 1px 1px 6px #c5c5c5; }

.header_panel {
  padding: 5px 0;
  width: 100%;
  background: #e9f4fa; }

#header_image {
  text-align: center; }

#header_image img {
  width: 157px;
  height: 40px;
  margin: 0 auto; }

#logo-showmetherent {
  background-image: url("../../images/smtr/logo-wo-appfolio.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 37px;
  margin: 0; }

@media (max-width: 799px) {
  #logo-showmetherent {
    margin: 0 auto; } }

/* Padding */
.footer_panel {
  background: #e9f4fa;
  padding-top: 5px; }

.footer_panel a {
  display: inline-block;
  padding: 0 20px 5px; }

.footer_panel p {
  text-align: center; }

.footer_links {
  text-align: center;
  margin: 5px auto; }

section {
  padding: 14px 0; }

.environment-banner {
  height: 25px;
  line-height: 25px;
  background-color: darkorange;
  color: white;
  white-space: nowrap;
  font-family: Consolas,Arial,sans-serif;
  overflow-x: hidden; }

@media (max-width: 799px) {
  .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #WebLinxBody #footer {
    height: auto; } }

#page-nav-breadcrumb {
  padding: 5px 10px 20px 0; }

#page-content {
  padding: 20px 0; }

.ico-lnk-newwindow {
  background: url("/images/Sprites.png") no-repeat;
  background-position: -88px 0;
  width: 13px;
  height: 10px;
  margin: -1px 0 0 3px;
  display: inline-block;
  vertical-align: middle; }

