
/*Copyright (C) 2017 LAVAMAP LLC - All Rights Reserved*/


/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.lavamap_linke_label {
    display: none;
}
 
 /*control the position of the iframe*/
.lavamap_iframe {
    width: 100%;
    min-height: 420px;
    z-index: 20000;
    border: none;
    margin-bottom: 0px;
}
.lavamap_iframe2 {
    /*position: fixed !important;*/
    z-index: 99999999;
    background: none;
    /*position: fixed;*/
    /*top: 20px;
    left: 20px;*/
    width: 400px;
    height: 480px;
    /*overflow: hidden;*/
    /*bottom: -67px;*/
    bottom: 0px;
    border: 1px solid #000;
}
.lavamap_link {
    color: #f46969 !important;
}
.lavamap_link a {
    color: #f46969 !important;
}

.clickableTextWithoutUnderline {
    text-decoration: none !important;
    color: rgb(20, 120, 200);
    cursor: pointer;
}
.clickableTextWithoutUnderline:hover {
    text-decoration: none !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.popoverBodyContainer {
    padding: 20px 0px; 
    overflow-x: hidden; 
    overflow-y: hidden;
}
.contentPadding {
    padding: 0px 20px;
}
.popoverMapAndDetailContainer {
    overflow-x: hidden; 
    overflow-y: auto; 
    /*height: 400px;*/
}
.popoverMapContainer {
    height: 280px;
}
.logoOnMap {
    width: 100px; 
    left: 10px; 
    bottom: 5px; 
    position: absolute; 
    z-index: 401;
}
.tooltipOnMap {
    /*width: 100px; */
    right: 10px; 
    top: 10px; 
    position: absolute; 
    z-index: 401;
}
.popoverMap {
    max-height: 100%;
    width: 100%;
    height: 280px;
}

.propertyAddress {
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}
.propertyAddress a {
    color: #666666;
}

.detailContentContainer {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 767px) {
    .lavamap_iframe {
        /*width: 300px;*/
        /*height: 360px;*/
        min-height: 310px;
    }
}
/*max-width below is iframe size, not actual browser size*/
@media screen and (max-width: 597px) {
    .popoverBodyContainer {
        padding: 10px 0px; 
    }
    .contentPadding {
        padding: 0px 10px;
    }
    /*.popoverMapAndDetailContainer {
        height: 300px;
    }*/
    .popoverMapContainer {
        height: 200px;
    }
    .propertyAddress {
        margin: 10px auto;
    }

    .detailContentContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
 
.clickableBtn {
    cursor: pointer;
}
.clickableBtn:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.8;
    -moz-opacity: 0.8;
}


.area {
    position: relative;
    /*color: #0F0;*/
    /*font-weight: bold;*/
    /* you may want to set the width/height here as well*/
}

.fixed {
    width: 700px;
    height: 600px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid black;
    padding: 5px;
    z-index: 100;  /* Thanks Diego for pointing out the typo here */
    background-color: red;
    display: none;
}

/*.tabSelected {
    font-size: 18px;
    color: #000000;
}
.tab {
    font-size: 18px;
    color: rgb(81, 135, 172);
}*/
.advancedSearchPanelBar {
    margin: 0px 0px 20px;
    background-color: rgba(66, 152, 232, 0.1);
}
.advancedSearchPanelBar__item__container {
    padding: 15px 0px 12px;
}
.advancedSearchPanelBar__item {
    color: #4298e8; 
    font-weight: bold;
    margin-left: 30px;
}
.advancedSearchPanelBar__item__activeIndicator {
    background-color: #4298e8; 
    width: 80px; 
    height: 3px; 
    margin: 2px 0px 0px 20px;
}

@media screen and (max-width: 597px) {
    .advancedSearchPanelBar__item {
        margin-left: 15px;
    }
    .advancedSearchPanelBar__item__activeIndicator {
        width: 70px; 
        margin-left: 10px;
    }

}


.lineSeparator {
    margin-top: 5px; 
    margin-bottom: 10px;
    height:1px;
    border: 0;
    background: rgb(200, 200, 200);
    clear: both;
    width: auto;
}

.overviewTitle {
    font-weight: bold;
}

.overviewValue {
    border-style: solid;
    border-width: 1px;
}
.overviewRow {
    padding: 4px;
}



.textInfoTitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #666666;
    text-transform: none;
    /*use below to prevent chrome android font boosting*/
    /*reference: http://stackoverflow.com/questions/11289166/chrome-on-android-resizes-font*/
    max-height: 999999px;
}
.textInfoTitleExtraBig {
    width: 120px;
    display: inline-block;
}
.textInfoTitleBig {
    width: 120px;
    display: inline-block;
}
.textInfoTitleSmall {
    width: 100px;
    display: inline-block;
}
.textInfoDetail {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
    text-transform: none;
    max-height: 999999px;
}
.textInfoTitle_multipleLine {
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0px;
    font-weight: bold;
    color: #666666;
    text-transform: none;
    max-height: 999999px;
}
.textInfoDetail_multipleLine {
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0px;
    font-weight: normal;
    color: #666666;
    text-transform: none;
    max-height: 999999px;
}


.mainCTABtn {
    cursor: pointer;
    background: #279DFD;
    background-image: linear-gradient(-180deg, #51B0FD 0%, #279DFD 100%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20), inset 0px 1px 0px 0px rgba(255,255,255,0.20), inset 0px -1px 0px 0px rgba(0,0,0,0.20);
    border-radius: 4px;

    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.20);
    padding: 10px 25px;
    display: inline-block;
}
.mainCTABtn:hover {
    background-image: linear-gradient(-180deg, #51BFFD 0%, #27B0FD 100%);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.20), inset 0px 1px 0px 0px rgba(255,255,255,0.20), inset 0px -1px 0px 0px rgba(0,0,0,0.20);
}
.mainCTABtn:active {
    background-image: linear-gradient(-180deg, #0D88EE 0%, #3C9FF1 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.20), inset 0px -1px 0px 0px rgba(0,0,0,0.20);
}





/*CSS relates to loading indicator*/
/*reference to position the loading indicator in the center screen: http://stackoverflow.com/questions/2005954/center-a-positionfixed-element*/
#loadingIndicator {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 150px;
    left: 50%;
    /*margin-top: -60px;*/
    margin-left: -60px;
    z-index: 99999;
}
#loadingIndicator img {
    max-width: 100%;
    border-radius: 8px;
}
/*#loadingIcon {
    height: 40px;
    width: 40px;
    float: left;
    z-index: 109;
}
#loadingText {
    margin: 10px 0px 0px 50px;
    z-index: 109;
}*/
/*reference for keyframes and animations: http://www.w3schools.com/css/css3_animations.asp */
.loadingSignContainer {
    width: 100%;
    height: 100%;
    border-radius: 60px; 
    background-color: rgba(242, 249, 255, 0.9);
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.1);
}
.loadingIcons {
    position: absolute;
    top: 35px;
    left: 13px;
}
.loadingTextLine1 {
    position: absolute;
    top: 65px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: rgb(50, 50, 50);
}
.loadingTextLine2 {
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.loadingIcon {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%; 
    background-color: rgb(20, 150, 250);
    /*background-color: rgb(250, 38, 77);*/
    position: relative;
    display: inline-block;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.loadingIcon1 {
    opacity: 0.1;
    -webkit-animation-name: loadingIcon1;
    animation-name: loadingIcon1;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loadingIcon1 {
    0%   {opacity: 0.1;}
    15%  {opacity: 0.4;}
    30%  {opacity: 0.7;}
    50%  {opacity: 1.0;}
    70%  {opacity: 0.7;}
    85%  {opacity: 0.4;}
    100% {opacity: 0.1;}
}
/* Standard syntax */
@keyframes loadingIcon1 {
    0%   {opacity: 0.1;}
    15%  {opacity: 0.4;}
    30%  {opacity: 0.7;}
    50%  {opacity: 1.0;}
    70%  {opacity: 0.7;}
    85%  {opacity: 0.4;}
    100% {opacity: 0.1;}
}

.loadingIcon2 {
    opacity: 0.4;
    -webkit-animation-name: loadingIcon2;
    animation-name: loadingIcon2;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loadingIcon2 {
    0%   {opacity: 0.4;}
    15%  {opacity: 0.7;}
    30%  {opacity: 1.0;}
    50%  {opacity: 0.7;}
    70%  {opacity: 0.4;}
    85%  {opacity: 0.1;}
    100% {opacity: 0.4;}
}
/* Standard syntax */
@keyframes loadingIcon2 {
    0%   {opacity: 0.4;}
    15%  {opacity: 0.7;}
    30%  {opacity: 1.0;}
    50%  {opacity: 0.7;}
    70%  {opacity: 0.4;}
    85%  {opacity: 0.1;}
    100% {opacity: 0.4;}
}

.loadingIcon3 {
    opacity: 0.7;
    -webkit-animation-name: loadingIcon3;
    animation-name: loadingIcon3;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loadingIcon3 {
    0%   {opacity: 0.7;}
    15%  {opacity: 1.0;}
    30%  {opacity: 0.7;}
    50%  {opacity: 0.4;}
    70%  {opacity: 0.1;}
    85%  {opacity: 0.4;}
    100% {opacity: 0.7;}
}
/* Standard syntax */
@keyframes loadingIcon3 {
    0%   {opacity: 0.7;}
    15%  {opacity: 1.0;}
    30%  {opacity: 0.7;}
    50%  {opacity: 0.4;}
    70%  {opacity: 0.1;}
    85%  {opacity: 0.4;}
    100% {opacity: 0.7;}
}

.loadingIcon4 {
    opacity: 1.0;
    -webkit-animation-name: loadingIcon4;
    animation-name: loadingIcon4;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes loadingIcon4 {
    0%   {opacity: 1.0;}
    15%  {opacity: 0.7;}
    30%  {opacity: 0.4;}
    50%  {opacity: 0.1;}
    70%  {opacity: 0.4;}
    85%  {opacity: 0.7;}
    100% {opacity: 1.0;}
}
/* Standard syntax */
@keyframes loadingIcon4 {
    0%   {opacity: 1.0;}
    15%  {opacity: 0.7;}
    30%  {opacity: 0.4;}
    50%  {opacity: 0.1;}
    70%  {opacity: 0.4;}
    85%  {opacity: 0.7;}
    100% {opacity: 1.0;}
}

/*Reference to customize scrollbar*/
/*http://www.codeproject.com/Tips/674478/Customize-Scrollbars-using-CSS*/
/*.customScrollbar {
    background-color:lightgray;
}*/
.customScrollbar::-webkit-scrollbar {
    width: 6px;
    /*background-color: #cccccc;*/
}
.customScrollbar::-webkit-scrollbar-thumb {
    /*background-color: #888888;*/
    background-color: rgb(150, 150, 150);
}
/*.customScrollbar::-webkit-scrollbar-thumb:hover{
    background-color:#999999;
    border:1px solid #333333;
}
.customScrollbar::-webkit-scrollbar-thumb:active{
    background-color:#666666;
    border:1px solid #333333;
}*/
.customScrollbar::-webkit-scrollbar-track{
    background-color: #F0F0F0;
    /*border:1px gray solid;*/
    /*-webkit-box-shadow:0 0 2px gray inset;*/
}

.noscroll { 
    overflow: hidden;
}

/*reference to vertically align modal: http://stackoverflow.com/questions/18053408/vertically-centering-bootstrap-modal-window*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 97%;
    padding-left: 3%;
    /* This makes sure that we can still click outside of the modal to close it */
    pointer-events: none;
}
.vertical-align-center {
    display: table-cell;
    /*vertical-align: middle;*/
    pointer-events: none;
}

/*reference to prevent background scroll when modal open*/
/*https://stackoverflow.com/questions/9538868/prevent-body-from-scrolling-when-a-modal-is-opened*/
.modal-open {
  overflow: visible !important;
  /*overflow: hidden !important;*/
}
.html_noscroll {
  overflow: hidden !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*set a big z-index to be on top of TRD header*/
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.lavamapModalCloseBtn {
    position: absolute; 
    top: 0px; 
    right: 10px; 
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0px;

    font-size: 40px;
    line-height: 50px;
    /*border-radius: 50%;*/
    /*background-color: rgba(0, 0, 0, 0.6);*/
}
.lavamapModalCloseBtn img {
    position: absolute; 
    top: 17px; 
    left: 14px; 
    width: 12px;
}
.lavamapModal_header {
    width: 100%;
    /*height: 40px;*/
    font-size: 16px !important; 
    /*font-weight: bold;*/
    /*color: #333333;*/
    padding: 12px;
    text-align: center;
    /*padding-left: 10px;*/
    /*background-color: #F0F5FA;*/
    /*border-bottom: 1px solid rgb(230, 223, 142);*/
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;

  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  /*padding: 15px;*/
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (max-width: 767px) {
  .lavamapModal_header {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

