/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; }
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#555555;}
#colorbox{
  outline: none;
}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; box-shadow: 0 0 5px 5px #444; min-height: 600px; height:600px;}
        #cboxLoadingOverlay{background:#fff; display:none !important;}
        #cboxLoadingGraphic{background:#fff; display:none !important;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose
        {text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/assets/colorbox-controls.png) no-repeat 0 0;border:none;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#cboxClose {
  background: url("/assets/close_button.png") scroll 0 0 transparent;
  background-repeat:no-repeat;
  height: 27px;
  position: absolute;
  right: -21px;
  width: 30px;
  top:-10px;
  z-index: 200000;
  border: none;
}

.primary_strip {
  padding:10px;
  background: #59ba53; 
  height:70px;
}

.secondary_strip {
  background: #59ba53;
  height:50px;
}

.core h1 {
  color:#ffffff;
  margin-left:9px;
}

.core .nav-tabs {
  border:none;
}

ul.profile_tab_nav {
  margin-left:30px;
  margin-top:16px;
}

ul.profile_tab_nav li {
  float:left;
  padding: 8px 17px 6px 17px;
  margin-right:5px;
  background:#ffffff;
}

ul.profile_tab_nav li.active a {
  font-weight:bold;
}

.core .profile_tab_content {
  padding: 15px 30px 30px !important;
}

.core .help_text {
  float: right;
  font-size: 1em;
  margin-right: 43px;
  width: 390px;
}

.core .help_text img {
  float: left;
  margin-right: 10px;
}

#cboxLoadedContent {
  overflow:scroll;
}

.lv_edit_form .control-label {
  width:121px;
}

.lv_edit_form input {
  margin-bottom:9px;
}

.lv_edit_form button {
  margin-left:134px;
}

.alert {
  padding-left:28px;
}

.help-block, .help-inline {
  color:#333333;
}

.thumb {
  float:right;
  margin-top:8px;
  border: 1px solid #EAE2DF;
}

.saved_property h2 {
  margin:0;
  color: #59ba53;
}

.saved_property {
  width:75%;
}

.core .avatar {
  margin-top:-3px;
}

.lv_home_form input {
  margin-bottom:10px;
}

.saved_search_row {
  min-height:72px;
  margin-top:10px;
}

.saved_search_row img {
  float:left;
  border: 1px solid #EAE2DF;
  margin-right:10px;
  margin-top:5px;
}

.saved_search_row h2 {
  margin:0;
  color: #59ba53;
}

.row2 label {
  float:left;
  margin-right:10px;
  padding-top:4px;
  font-size:13px;
}

.row2 .alert_form {
  float:left;
}

.row2 select {
  width:121px;
  font-size:13px;
}

.row2 ul {
  float:left;
}

.row2 ul li {
  margin: 3px 0 0 17px;
}

.core .profile_tab_content form {
    padding: 10px 10px 0 10px !important;
}
