﻿
.overlay {
  background-color: rgba(0, 0, 0, .2);
}
.mask{
  background-color: rgba(0, 0, 0, .2);
}
.sweet-overlay{
  background-color: rgba(0, 0, 0, 0.2);
}

/*
==============================
Actovia Top Navigation Bar
==============================
*/

.navbar{
  background-color: #fff;
  border-color: #ccc;
  padding-left: 15px;
}
nav> .container {
  width: 100%;
}
select.dark-sel::-ms-expand {
  display: none;
}
select.dark-sel {
  color: #333;
}
.nav .input-group-btn select:focus, .nav .input-group-btn select:hover, .nav .input-group-btn select:active {
  background-color: #fff;
  color: #333;
  outline: 0;
  box-shadow:none;
  -webkit-box-shadow: none;
  transition: all ease .3s;
}
select.dark-sel:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.navbar-right .search-collapse:not(.is-clicked){
    border-left: 1px solid #ccc;
}
.navbar-right .search-collapse:not(.is-clicked):hover {
    background-color: #fff;
    color: #bd5444; 
}
.navbar-right .search-collapse:not(.is-clicked):hover #searchbtn{
    color: #bd5444;
}
#results-dropdown, #states-dropdown{
  color: #333;
  border-left: 1px solid #ccc;
  border-bottom: none;
}
#results-dropdown:hover{
  background-color: #eef0f0;
}
#results-dropdown-trigger{
    color: #fff;
}
@media screen and (min-width: 700px) {
  .navbar-right select.dark-sel {
    width:110px;
    height: 50px;
    padding: 5px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .navbar-form input {
    line-height: 48px;
    height: 50px;
    margin: 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #333;
    min-width: 500px;
    max-width: 500px;
  }
  .navbar-form input:focus {
    background-color: #fff;
    border-color: #ccc;
  }

  .input-group> .search-panel:after {
    color: #333;
   }

  .navbar-form .btn{
    background-color: #fff;
    color: #5A5A5A;
    border: 1px solid #ccc;
    border-radius: 0;
  }

  .navbar-form .btn:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #bd5444;
    outline: none;
  }
}

/*
==============================
Right Sidebar Trigger
==============================
*/

.trigger {
  background-color: #fff;
  float: left;
}
.trigger:hover {
  background-color: #eef0f0;
}
#sidebar-trigger {
  color: #777;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sidebar-trigger.is-clicked {
  background-color: #fff;
}
#sidebar-trigger .menu-icon, #sm-sidebar-trigger .menu-icon {
  background-color: #5A5A5A;
}
#sidebar-trigger.is-clicked .menu-icon::before, #sidebar-trigger.is-clicked .menu-icon::after, #sm-sidebar-trigger.is-clicked .menu-icon::before, #sm-sidebar-trigger.is-clicked .menu-icon::after {
  background-color: #5A5A5A;
}

/*
==============================
Right Sidebar
==============================
*/
.sidebar{
    background-color: #fff;
}

/*
==============================
Left Sidebar
==============================
*/

#left-sidebar{
    background-color: #fff;
}
#build-sidebar{
    background-color: #fff;
    border-left: 1px solid #ccc;
}
#results-sidebar{
    right: 133px;
    background-color: #fff;
    color: #333;
    box-shadow: none;
    z-index: 3;
}
#results-sidebar h1{
    font-size: 1.5em;
    padding-bottom: 10px;
}
#results-sidebar.is-active{
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,.3);
}
#results-sidebar a{
    color: #333;
}
#results-sidebar a:hover{
    color: #bd5444;
}
#results-sidebar .res-buttons{
    margin-top: .5rem;
}
#results-sidebar .left-triggerO{
    color: #bd5444;
}

.sidebar-menu li{
    background-color: #fff;
    border-bottom: 1px solid #777;
}
.sidebar-menu li a.is-clicked{
    background-color: #999;
    color: #fff !important;  
}
.sidebar-menu li:hover{
    cursor: pointer;
    background-color: #bd5444;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.sidebar-menu li:hover a{
    color: #fff;
}
.sidebar-menu li.subheading{
    background-color: #f0f0f0;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    padding: 3px 12px;
    cursor: initial;
}
.sidebar-menu li.subheading h2{
    color: #333;
}
.sidebar-menu li.heading{
    background-color: #fff;
}
.sidebar-menu li.heading:first-child{
    border-bottom: none;
}
.sidebar-menu button{
    background: #fff;
    color: #333;
}
.sidebar-menu button:hover, .sidebar-menu button:active, .sidebar-menu button:focus, .sidebar-menu button:active:focus{
    color: #bd5444;
    background: #fff;
    border: 1px solid #bd5444;
}
#build-sidebar .panel .panel-heading{
    background-color: #eef0f0;
    color: #333;
}
#build-sidebar .panel .panel-heading h2{
    color: #333;
}
#build-sidebar .panel .panel-body{
    background: #fff;
}
#build-sidebar .submenu[data-view="location"]{
    border-right: 2px solid #ddd;
}


/*
==============================
Actovia Sidebar dropdowns
==============================
*/
.sidebar-sub{
  background-color: #fff;
}
.sidebar-sub.is-active{
    box-shadow: -3px 0 5px rgba(0,0,0,.4);
}
.sidebar-sub .container.sticky{
  background-color: #fff;
}
.sidebar-sub a.is-clicked {
  background-color: #ccc;
}
.sidebar-sub h1, .sidebar-sub h2, .sidebar-sub p {
  color: #44545b;
}
.sidebar-sub li {
    padding: 10px;
    color: #44545b;
}
.sidebar-sub li:hover {
    background-color: #BBBCBC;
}
.sidebar-sub .striped li{    
    border-bottom: 1px solid #ccc;
}
.sidebar-sub .striped li:nth-of-type(odd){
  background-color: #eef0f0;
}
.sidebar-sub .striped li:nth-of-type(odd):hover, .sidebar-sub .striped li:hover{
  background-color: #ccc;
}

/*
==============================
My Prospects Dropdown
==============================
*/
#prospects-sidebar{
    background-color: #fff;
    color: #44545b;
}
#prospects-sidebar.is-active{
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,.3);
}
.prospects #divProspects > .row:first-child{
    background: #fff;
}
.prospects .pull-right input{
    background-color: #fff;
}
#tProspects >tbody>tr:hover{
    background-color: #ddd;
}



/*
==============================
Login Format Page
==============================
*/
body.login > .container{
  background: #fcfcfc;
  /*background: url("https://www.toptal.com/designers/subtlepatterns/patterns/sayagata-400px.png") repeat;*/
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0;
}

#loginbox{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loginbox .logo{
    width: 60%;
}
#loginbox .panel {
  background-color: #fff;
  background: rgba(255,255,255,.5);
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 0px;
  color: #333;
  margin: 0;
  padding: 40px 20px 20px;
}
#loginbox .panel-heading{
    border: none;
    color: #333;
}
#loginbox .panel-heading h2{
    margin-top: 10px;
    font-size: 1.75em;
    color: #5A5A5A;
    font-weight: 300;
}
#loginbox .input-group-addon{
    font-size: 20px;
    border-radius: 0;
}
#loginbox .input-group-addon i{
    min-width: 16px;
}
#loginbox input{
    border-radius: 0;
}
#loginbox input:focus, #loginbox input:active, #loginbox input:focus:active{
    outline: none;
}
#loginbox .loginbtn{
    margin-top: 20px;
}
#loginbox #btn-login{
    min-width: 150px;
}
.login .alert-danger{
    background-color: rgba(189,84,68,.9);
    border-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
#loginbox #poweredByActovia {
    max-width: 300px;
    margin: 0 auto 15px;
}
#loginbox #poweredByActovia img {
    width: auto;
    max-height: 80px;
    height: auto;
}

/*
==============================
Home Page
==============================
*/
#home .centerpage {
    top: 30%;
}
@media screen and (max-width: 1441px){
    #home .centerpage {
        top: 40%;
    }
}
main .overlay {
  background-color: rgba(0, 0, 0, 0);
}
main#home {
  background: #fff;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; left: 0;
}
#home .logo{
    margin-bottom: 50px;
    width: 400px;
}
#home .searchbuttons{
    margin-bottom: 0px;
    padding: 0px;
}
#home .searchbuttons .btn{
    border: none;
    color: #333;
    background-color: rgba(0,0,0,0);
    outline: none;
    padding: 0;
    height: 60px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
#home .searchbuttons .btn:hover{
    color: #111;
    border-top: 1px solid #BD5444;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3);
    transition: all ease .3s;
}
#home .searchbuttons .btn:focus, #home .searchbuttons .btn:active{
    box-shadow: none;
}
#home .searchbuttons .btn.is-active {
    color: #BD5444;
    border: none;
    background-color: rgba(0,0,0,0);
    transition: all ease .3s;
}
#home .navbar-form{
    padding: 0;
}
#home .navbar-form input {
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 25px;
    height: 60px;
    padding-left: 15px;
    min-width: 100%;
    color: #333;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
#home .navbar-form input, #home .navbar-form .btn {
    background-color: #fff;
}
#home .navbar-form .btn {
    width: 100%;
    color: #5A5A5A;
    height: 60px;
    background-color: #fff;
    border-color: #ddd;
}
#home .navbar-form .btn:hover, #home .centerpage .row.is-active .btn{
    /*background-color: rgba(189, 84, 68, .9);*/
    background-color: transparent;
    color: #bd5444;
}
#home .navbar-form input:hover, #home .navbar-form input:focus, #home .navbar-form input:active{    
    box-shadow: 0 3px 4px 1px rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0,0,0,.2) !important;
}
#home #frmSearch .col-md-12{
    padding: 0;
}
#home #searchbtn{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    box-shadow: none;
    background: transparent;
    width: 8%;
}

/*Autocomplete*/
.ui-widget.ui-widget-content {
    background: #fff;
    color: #333;
    font-size: 1.15em;
    border: 1px solid #ddd;
    /*border-top: none;*/
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

/*
==============================
Details
==============================
*/
#details{
  margin: 0 5px 0 35px;
}

#details .panel .panel-body{
    background: #fff;
    color: #333; 
}
#details .category{
    color: #777;
    font-weight: 400;
}
#details .property_tabs{
    border-bottom: 1px solid #bd5444;
    margin-top: 10px;
}
#details .property_tabs .btn{
    color: #333;
    background-color: #fff;    
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 0px 0;
    margin-top: 10px;
}
#details .property_tabs .btn:hover{
    background-color: #fff;
    border-color: #bd5444;
    border-bottom-color: #fff;
}
#details .property_tabs .btn:hover > span{
    transition: border ease .7s;
}
#details .property_tabs .btn.is-clicked{
    border: 2px solid #bd5444;
    border-bottom: 1px solid #bd5444;
    background-color: #fff;
    color: #333;
    margin-bottom: -2px;
}
#details .property_tabs .btn.is-clicked > span{    
    /*border-bottom: 10px solid #bd5444;
    display: inline-block;
    padding: 0 40px;
    margin: 0px 0;
    transition: border ease .7s;*/
}
#details .details-view .contacts .category{
    color: #333;
}
#details .details-view .contacts a {
    color: #337ab7;
    border-bottom: none; 
}
#details .details-view .panel-body .col-md-12 a {
    color: #333;
    border-bottom: 1px dotted #bd5444;
    word-break: break-word;
}
#details .details-view .panel-body a.popuplink{    
    border-bottom: 1px dotted #bd5444; 
    margin-left: 5px;
    cursor: pointer;
}
#details .details-view .panel-body .col-md-12 a:hover{    
    border-bottom: 1px solid #bd5444; 
}
#details .details-view .col-md-8 .col-md-3{
    padding: 0 3px;
}
#details .details-view .panel-snapshot {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
#details .details-view .panel-snapshot .row{
    padding: 0;
}
#details .details-view .panel-snapshot dl {
    width: 100%;
    margin-bottom: 1px;
    clear: both;
    overflow: hidden;
}
#details .details-view .panel-snapshot .panel-body .row > div{
    margin-bottom: 1px;
}
#details .details-view .panel-snapshot dl:after {
    content: " ......................................................................................................... ";
    font-size: 7px;
    letter-spacing: 5px;
    direction: ltr;
    float: left;
    width: 0;
    white-space: nowrap;
    margin: 9px 0 0;
}

#details .details-view .panel-snapshot dt {
    float: left;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-right: 5px;
    font-size: .9em;
}

#details .details-view .panel-snapshot dt:after {
    content: none;
}

#details .details-view .panel-snapshot dd {
    float: right;
    width: auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: .5em;
    font-weight: 500;
}

#details .keyword__appears {
    color: #bd5444;
    margin-right: 1rem;
}

/*Owners Profile Dropdown*/
.ownersProfile .row.headerbuttons .btn{
    margin-top: -10px;
    padding: 10px 30px;
}
.ownersProfile > .container > h1{
    padding-bottom: 0px;
}
.ownersProfile .row.headerbuttons .btn.is-active{
    border: 1px solid #44545B;
    border-bottom: none;
    background-color: #fff;
    color: #333;
    margin-bottom: -2px;
}