﻿@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700';
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';

html, body{
    height: 100%;
    width:100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
body{
    background-color: #eef0f0;
}
.container{
    width: 100%;
    padding: 0;
}

body > .container{
    margin-top: 70px;
    overflow: hidden;
}
.row{
    margin: 0;
}

a, a:hover, .btn, .btn:hover {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
a {
  color: #BD5444;
}
a:hover, a:active, a:focus {
  color: #c04e2f;
  text-decoration: none;
}
h1,h2,h3{
  font-family: 'Lato', sans-serif;
}
ol li, ul li {
    list-style: none;
}
.btn:focus, .btn:active{
    outline: 0;
}

input:focus, input:active{
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.mask{
  background-color: rgba(0, 0, 0, .5);
  background-size: cover;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ui-autocomplete{
    z-index:9999;
}

.btn{
    border-radius: 0;
}

/*Loading Bar*/
#divLoading1{
  position: fixed;
  top: 75px;
  width: 200px;
  left: calc(50% - 100px);
  z-index: 999999;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
}
#divLoading1 .progress-bar {
    background-color: #BD5444;
}

.actvLoader {
  position: absolute;
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 28px;
  top: 1px;
  text-align: center;
}
.actvLoader > div {
  background-color: #BD5444;
  margin: 0 1px;
  height: 100%;
  width: 4px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1s infinite ease-in-out;
  animation: sk-stretchdelay 1s infinite ease-in-out;
}
.actvLoader .rect2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.actvLoader .rect3 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*
==============================
Actovia Top Navigation Bar
==============================
*/

.navbar{
  background-color: #373737;
  border-color: #373737;
 padding-left: 15px;
}
nav> .container {
  width: 100%;
}
select.dark-sel::-ms-expand {
  display: none;
}
select.dark-sel {
    position:relative;
    display:block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.nav .input-group-btn select {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.nav .input-group-btn select:active, .nav .input-group-btn select:focus, .nav .input-group-btn select:hover, .navbar-form input {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.nav .input-group-btn select:focus, .nav .input-group-btn select:hover, .nav .input-group-btn select:active {
  background-color: #1e1e1e;
  color: #fff;
  outline: 0;
  box-shadow:none;
  -webkit-box-shadow: none;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
select.dark-sel.col-xs-12 {
  width: 110px;
}
select.dark-sel:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.navbar-form {
  margin: 0;
  padding: 0px 30px;
}
.navbar-right .navbar-form{
    padding: 0px;
}
.navbar-right #searchbtn{
    outline: none;
}
.navbar-right .search-collapse:not(.is-clicked) #searchbtn{
  border: none;
  font-size: 25px;
  padding: 0 10px;
  background: transparent;
  pointer-events: none;
}
.navbar-right .search-collapse{
    padding: 0 10px 0 0;
    cursor:pointer;
}
.navbar-right .search-collapse:not(.is-clicked){
    top: -1px;
    padding: 0 10px;
    border-left: 1px solid #5e5e5e;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.navbar-right .search-collapse:not(.is-clicked):hover {
    background-color: #bd5444;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.navbar-right .results-li{
    transition: all ease .3s;
}

@media screen and (min-width: 700px) {
    .navbar, .navbar-header, .navbar-nav> li> a, .navbar-right select {
        line-height: 70px;
        height: 70px;
        padding-top: 0;
        font-size: 16px;
    }
  .navbar, .navbar-header{
    line-height: 70px;
    height: 70px;
    padding-top: 0;
    font-size: 16px;
  }
  .navbar-brand {
    margin-top: 7px;
    height: 55px;
    padding: 0;
    padding-left: 5px;
  }
  .navbar-form{
      margin: 0;
      padding:0;
  }
  .navbar-right{
      width: auto;
      margin-right: 0;
  }
  .navbar-right .searchbar{
      float: left;
  }
  .navbar-form .input-group-search {
    vertical-align: middle;
    display: table-cell;
    width: auto;
  }
  .navbar-right select.dark-sel {
    width:110px;
    height: 50px;
    padding: 5px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 40px;
    background-color: #373737;
    border: 1px solid #5e5e5e;
  }
  .navbar-form input {
    line-height: 48px;
    height: 50px;
    margin: 0;
    font-size: 16px;
    background-color: #373737;
    border: 1px solid #5e5e5e;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #fff;
    min-width: 500px;
    max-width: 500px;
  }
  .navbar-form input:focus {
    background-color: #1e1e1e;
    border-color: #5e5e5e;
  }
  .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0;
    height: 50px;
  }

  .input-group> .search-panel:after {
    content: "\f0dd";
    font-family: FontAwesome;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    height: 0px;
    position: absolute;
    right: 3px;
    top: -2px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
   }

  .navbar-form .btn{
    background-color: #373737;
    color: #fff;
    border: 1px solid #5e5e5e;
    border-radius: 0;
  }

  .navbar-form .btn:hover {
    background-color: #BD5444;
    border: 1px solid #BD5444;
    outline: none;
  }
}
@media screen and (max-width:1280px) and (min-width:769px) {
  .navbar-form input {
     max-width: 10px;
    min-width: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-form input {
    min-width: 10px;
    width: 10px;
  }
}
@media screen and (min-width: 1600px){
  .navbar-form input {
    min-width: 10px;
    width: 10px;
  }
}

#results-dropdown, #states-dropdown{
  color: #fff;
  border-left: 1px solid #5e5e5e;
  border-bottom: none;
  padding-bottom: 0;
  min-width: 270px;
  font-size: 20px;
}
#results-dropdown::before{
  content: '';
  width: calc(100%);
  right: 0px;
  border-bottom: 12px solid #bd5444;
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
#results-dropdown:hover{
  background-color: #1e1e1e;
}
#results-dropdown-trigger{
  position:absolute;
  top: 57px;
  left: calc(50% - 6px);
  line-height: 5px;
}
#results-dropdown-trigger i{
  font-size: 14px;
  transition: transform .3s ease;
}
#results-dropdown.is-clicked i{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform .3s ease;
}

/*
==============================
Autocomplete
==============================
*/
.ui-menu .ui-menu-item {
	padding: 5px 0px;
    padding-left: 12px;
    border-bottom: 1px solid #ccc;
}
.ui-menu .ui-menu-item:hover{
    background-color: #bbbcbc;
}

.ui-autocomplete {
  text-align: left;
  max-height: 40%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000;
}
@media screen and (max-width:1441px){
    .ui-autocomplete {
        max-height: 30%;
    }
}

.ui-widget{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
ui-helper-hidden-accessible div{
    font-weight: 300;
}

.ui-widget.ui-widget-content{
  border: 1px solid #5e5e5e;
}

.ui-widget.ui-widget-content{
  background: #fff;
  color: #333;
  font-size: 1.15em;
}

.ui-menu .ui-menu-item-wrapper{
  padding: 0;

}
.ui-state-active, .ui-widget-content .ui-state-active{
  background: none;
  border: none;
  padding: 0;
  color: #333;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
}
.ui-widget-content a{
  color: #333;
}
.ui-widget .ui-widget-header{
    padding: 2px 12px; 
}
@media screen and (max-width:769px){
    .ui-autocomplete {
        max-width: calc(100% - 40px);
        max-height: 50%;
    }
    .ui-widget.ui-widget-content .ui-menu-item-wrapper span{
        font-size: 16px !important;
    }
}

/*
==============================
Right Sidebar Trigger
==============================
*/

.trigger {
  background-color: #373737;
  float: left;
}
.trigger:hover {
  background-color: #1e1e1e;
}
.trigger, .trigger:hover {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#sidebar-trigger {
  color: #fff;
  border-left: 1px solid #5e5e5e;
  line-height: 70px;
  height: 70px;
  padding-top: 0;
  font-size: 16px;
  width: 68px;
  padding-left: 15px;
}
#sidebar-trigger.is-clicked {
  background-color: #1e1e1e;
}
#sidebar-trigger .menu-icon, #sm-sidebar-trigger .menu-icon {
  display: inline-block;
  position: absolute;
  left: 52%;
  top: 52%;
  bottom: auto;
  right: auto;
  width: 40px;
  height: 6px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#sidebar-trigger .menu-icon::before, #sidebar-trigger .menu-icon:after, #sm-sidebar-trigger .menu-icon::before, #sm-sidebar-trigger .menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#sidebar-trigger .menu-icon::before, #sm-sidebar-trigger .menu-icon::before {
  bottom: 11px;
}
#sidebar-trigger .menu-icon::after, #sm-sidebar-trigger .menu-icon::after {
  top: 11px;
}
#sidebar-trigger.is-clicked .menu-icon, #sm-sidebar-trigger.is-clicked .menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#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: white;
}
#sidebar-trigger.is-clicked .menu-icon::before, #sm-sidebar-trigger.is-clicked .menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#sidebar-trigger.is-clicked .menu-icon::after, #sm-sidebar-trigger.is-clicked .menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

/*
==============================
Actovia Sidebar dropdowns
==============================
*/
.sidebar{
  position: fixed;
  z-index: 5;
  background-color: #eef0f0;
  top: 70px;
  height: 100%;
  height: calc(100% - 70px);
  width: 250px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.sidebar.is-active{
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
   -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.sidebar-right{
  right: 0;
  text-align: right;
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}
.sidebar-menu-links{
    padding: 0;
    margin: 0;
}
.sidebar-menu-links:nth-child(1) li {
    border-bottom: 1px solid #1e1e1e;
}
.sidebar-menu-links li:focus, .sidebar-menu-links li:active {
  background-color: #ccc;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.sidebar-menu-links li:hover{ 
  background-color: #BBBCBC;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.sidebar-menu-links li a {
  display: block;
  padding: 16px 12px;
  color: #333;
  font-size: 1.5em;
}
.sidebar-menu-links li a, .sidebar-menu-links li a i {
    color: #44545b;
    font-weight: 400;
}

.sidebar-sub {
  position: fixed;
  z-index: 5;
  background-color: #efefef;
  border-right: 1px solid gray;
  box-shadow: none;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.sidebar-sub{
    right: 250px;
    left: auto;
    width: 400px;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.sidebar-sub.is-active{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: -4px 0 5px rgba(0,0,0,.5);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.sidebar-sub .container.sticky{
  position: fixed;
  top: 0;
  background-color: #efefef;
}
.sidebar-sub .container.sticky h1{
    font-size: 2em;
    margin-top: 15px;
    margin-left: 10px;
}
.sidebar div.stickyscroll{
  overflow-y: auto;
  margin-top: 70px;
  height: calc(100% - 70px);
}
.sidebar-sub a.is-clicked {
  background-color: #ccc;
}
.sidebar-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-sub h1, .sidebar-sub h2, .sidebar-sub p {
  color: #44545b;
}
.sidebar-sub li {
    padding: 10px;
    color: #44545b;
    -webkit-transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    transition: background-color ease .3s;
}
.sidebar-sub li:hover {
    background-color: #BBBCBC;
    -webkit-transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    transition: background-color ease .3s;
}

.sidebar-sub.leads .thin{
  font-weight:300;
  font-size: 16px;
}
.sidebar-sub.leads .striped li div{
  margin-top: 5px;
}
.sidebar-sub.leads .delete{
  color: #44545b;
  font-size: 40px;
  margin-top: -3px;
}
.sidebar-sub.leads .delete:hover{
  color:#bd5444;
}

.sidebar-sub .striped li{
  font-size:18px;
  padding: 15px 10px;
  font-weight: 300;
  cursor:pointer;
}
.sidebar-sub .striped li:nth-of-type(odd){
  background-color: #cdcdcd;
}
.sidebar-sub .striped li:nth-of-type(odd):hover, .sidebar-sub .striped li:hover{
  background-color: #aaa;
}

/*
==============================
My Prospects Dropdown
==============================
*/
#prospects-sidebar{
    position: fixed;
    z-index: 5;
    background-color: #efefef;
    box-shadow: none;
    left: 165px;
    width: calc(100% - 330px);
    color: #44545b;
    overflow: hidden;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: transform linear .3s;
    -moz-transition: transform linear .3s;
    transition: transform linear .3s;
}
#prospects-sidebar.is-active{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
    -webkit-transition: transform linear .3s;
    -moz-transition: transform linear .3s;
    transition: transform linear .3s;
}
.prospects > .container{
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.prospects > .toplevel{
    margin-top: 72px;
    padding-top: 8px;
    overflow-y: auto;
    height: calc(100% - 72px);
}
.prospects>.toplevel>.row:first-child {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.prospects > #divProspects{
    margin-top: 125px;
    padding-top: 0px;
    height: calc(100% - 125px);
    color: #44545B;
}
.prospects > .container > h1{
    padding: 0 20px 7px;
    border-bottom: 3px solid #44545B;
}
.prospects > .container > h1 i{
    font-size: 1em;
}
.prospects .row.headerbuttons{
    display: inline-block;
    margin-left: 30px;
}
.prospects .row.headerbuttons .btn{
    font-size: 20px;
    padding: 5px 20px;
    min-width: 150px;
    margin-top: -10px;
    margin-left: 5px;
    outline: 0;
    position: relative;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.prospects .row.headerbuttons .btn:not(.is-active):hover{ 
    border-color: #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background: #fff;
}
.prospects .row.headerbuttons .btn i{
    color: #bd5444;
}
.prospects .row.headerbuttons .btn:not(:first-child) i{
    position:absolute;
    left: 10px;
    top: 10px;
}
.prospects .row.headerbuttons .btn.is-active{
    border-bottom: 11px solid #44545B;
    background-color: #44545B;
    color: #fff;
    margin-bottom: -10px;
}
.prospects .row.headerbuttons .btn.is-active i{
    color: #fff;
}
.prospects .actvLoader{
    position: absolute;
    top: calc(50% - 70px/2);
    left: calc(50% - 80px/2);
    display: inline-block;
    margin: 0;
    width: 70px;
    height: 80px;
    text-align: center;
}
.prospects .actvLoader > div {
    background-color: #BD5444;
    margin: 0 3px;
    height: 100%;
    width: 10px;
    display: inline-block;
}
.prospects > .toplevel .h2{
    margin: 0;
    font-weight: 300;
    padding-left: 20px;
}
.prospects #divProspects .h2{
    margin-top: 5px;
}
.prospects #divProspects > .row:first-child{
    position: absolute;
    top: 82px;
    padding-right: 16px !important;
    background: #efefef;
    width: 100%;
}

.prospects .pull-right input{
  width: 200px;
  padding: 5px;
  background-color: #eef0f0;
  border: 1px solid #5e5e5e;
  font-size: 16px;
  height:30px;
}
.prospects .pull-right .fa-search{
  margin-right: 10px;
  background-color: #BD5444;
  font-size: 20px;
  line-height: 20px;
  padding: 3px 7px 7px 6px;
  transition: all ease .3s;
  color: #fff;
}
.prospects .pull-right .fa-search:hover{
  color: #fff;
  background-color: #c04e2f;
}

#tProspects{
  padding: 20px 0;
  font-size: 18px;
  color: #4f6f75;
}
#tProspects>thead>tr>th {
  text-align: center;
  font-weight: normal;
  border-bottom: 2px solid #777;
}
#tProspects>tbody>tr>td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #777;
  padding: 10px 8px;
  cursor:pointer;
}
#tProspects th{
    cursor:pointer;
}
#tProspects tbody .notesBubbleContainer{
    width: auto;
}
#tProspects tr.is-active{
    background-color: #fff;
    border-top: 4px solid #bd5444;
    border-bottom: none;
}
#tProspects tr.is-active td{
    border-bottom: none;
    border-top: none;
}
#tProspects >tbody>tr{
    transition: background ease .3s;
}
#tProspects >tbody>tr:hover{
    background-color: #bbbcbc;
    transition: background ease .3s;
}
#tProspects input[type=checkbox] {
    width: auto;
    transform: scale(1.15);
}
#tProspects .fa-calendar, #tProspects .notesBubbleContainer, #tProspects .fa-pencil-square-o{
    font-size: 1em;
    cursor: pointer;
    transition: color ease .3s;
}
#tProspects .fa-calendar:hover, #tProspects .fa-pencil-square-o:hover{
    color: #bd5444;
    transition: color ease .3s;
}
#tProspects .delProspect i{
    font-size: 22px;
    cursor: pointer;
    transition: color ease .3s;
}
#tProspects .delProspect i:hover{
    color: #bd5444;
    transition: color ease .3s;
}

@media screen and (min-width:1500px){
    #tProspects .orange-number{
      left: -5px;
    }
}
@media screen and (max-width:1441px){
    #tProspects{
      font-size: 16px;
    }
}

/*
==============================
My Clients Dropdown
==============================
*/
#clients-sidebar{
    position: fixed;
    z-index: 5;
    background-color: #efefef;
    box-shadow: none;
    left: 165px;
    width: calc(100% - 330px);
    color: #44545b;

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#clients-sidebar.is-active{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 0px 0 10px rgba(0,0,0,.5);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#clients-sidebar .close{
    opacity: 1;
    font-size: 1.5em;
    line-height: .6em; 
    text-shadow: none;
    font-weight: 300;
}
#clients-sidebar .close:hover{
    color: #bd5444;
}
#clients-sidebar h1{
    padding: 0 20px 10px;
    border-bottom: 3px solid #44545b;
    margin-bottom:0 ;
}
#clients-sidebar .myclients > .row:first-child{
    border-bottom: 2px solid #ccc;
    padding: 10px 20px;
}
#clients-sidebar .pull-right input{
    background-color: #efefef;
    border: 1px solid #5e5e5e;
    width: 200px;
    padding: 5px;
    font-size: 16px;
    height: 30px;
}
#clients-sidebar .pull-right i.fa-search{
    position: absolute;
    right: 27px;
    margin-top: 7px;
    color: #bd5444;
}
#clients-sidebar .pull-right .btn{
    background: #eef0f0;
    border-color: #5e5e5e;
    padding: 4px 10px;
    display: inline-block;
    vertical-align: top;
}
#clients-sidebar .pull-right .btn:hover{
    color: #bd5444;
}
#clients-sidebar .emptySearch{
    font-size: 1.5em;
    padding: 20px;
}


/*
==============================
Login Format Page
==============================
*/
body.login{

}

body.login > .container{
  background: url(../images/backgrounds/wtc.jpg) no-repeat center top fixed;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  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 .panel {
  background-color: rgba(0, 0, 0, .5);
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-radius: 10px;
  padding-top: 10px;
  color: #fff;
}
#loginbox .panel-heading{
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #fff;
}
#loginbox .panel-heading h2{
    margin-top: 10px;
    font-size: 2.5em;
    font-weight: 300;
}
#loginbox .panel-heading img{
    max-height: 80px;
}
#loginbox .input-group{
    margin-bottom: 20px;
}
#loginbox .input-group-addon{
    font-size: 20px;
}
#loginbox input {
  height: 2.5em;
  font-size:20px;
}
#loginbox input[type="checkbox"]{
  height: 16px;
  color: #333;
  margin: 4px 0 0;
}
#loginbox .loginbtn{
    margin-bottom: 15px;
}
#loginbox #btn-login{
    font-size: 20px;
    border-radius: 0;
}
#loginbox .checkbox label{
    padding-left: 5px;
    font-size: 16px;
    min-height: auto;
}
#loginbox .checkbox label span{
    padding-left: 1em;
}
.login .alert-danger{
    background-color: rgba(189,84,68,.7);
    border-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}


/*
==============================
Home Page
==============================
*/
main .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
main#home {
  background: url(../images/backgrounds/wtc.jpg) fixed center top no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; left: 0;
}
#home .centerpage {
  position: absolute;
  width: 100%;
  top: 40%;
  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%);
}
#home .centerpage > .row{
    max-width: 1400px;
    margin: 0 auto;
}
#home .logo {
  width: 600px;
  margin-bottom: 100px;
}
#home .searchbuttons {
    margin-bottom: 0px;
    padding: 0 45px;
}
#home .searchbuttons .row {
    border: none;
}
#home .col-md-2 {
    transition: width ease .2s;
}
#home .searchbuttons .btn {
    border: 1px solid #5e5e5e;
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    font-size: 25px;
    font-weight: 300;
    height: 60px;
    width: 100%;
    padding: 0;
    outline: none;
    transition: all ease .1s;
}
#home .searchbuttons .btn.is-active {
    color: #BD5444;
    border: none;
    border-top: 2px solid #BD5444;
    font-weight: 400;
    background-color: rgba(0,0,0,.85);
    transition: all ease .3s;
}
#home .homebuttons {
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
#home .homebuttons a{
    color: #bd5444;
    text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
#home .homebuttons a:hover{
    text-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
#home .navbar-form {
    padding: 0 30px;
}
#home .col-md-8, #home .col-md-3, #home .col-md-4, #home .col-md-1, #home .col-md-11, #home .col-md-2 {
    padding: 0;
}
#home .navbar-form input {
    font-weight: 300;
    border-right: none;
    max-width: none;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #5e5e5e;
    border-right: none;
    border-top: none;
    font-size: 25px;
    height: 80px;
    width: 100%;
    padding-left: 15px;
    min-width: 100%;
    color: #fff;
}
#home .navbar-form input, #home .navbar-form .btn {
    background-color: rgba(0,0,0,.85);
}
#home .navbar-form .btn {
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,.85);
    border-left: none;
}
#home .navbar-form .btn:hover, #home .centerpage .row.is-active .btn{
    background-color: #BD5444;
}
#home .navbar-form .btn span {
    font-size: 2em;
}


.nycvRoundedPad5 {
    border-radius: 6px;
    padding: 10px;
}

.nycvInline {
    clear: both;
    overflow: hidden;
}

    .nycvInline > :not(.close) {
        float: left;
        display: inline-block;
    }

.nycvEmptyText {
    color: lightgrey;
    font-style: italic;
    padding: 10px;
    cursor: pointer;
    display:inline-block;
}

.nycvMargin > * {
    margin: 5px;
}

.nycvBorderRed{
    border: solid 1px red;
}

.nycvCondition {
    border: solid 1px lightgrey;
    padding: 2px;
    margin-right: 2px;
    width:350px;
}

.nycvPad3 {
    padding: 3px;
}

.nycvOperator {
    padding: 10px;
}

/*
===================================================
    Datatables Styling
===================================================
*/

#tProperties_wrapper{
    overflow:hidden;
    padding: 0 5px;
    margin: 0px;
}
#tProperties_wrapper .dataTables_scroll{
    margin-top: 5px;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
table.dataTable tbody tr {
    background-color: #fff;
    transition: all ease .3s;
}
table.dataTable tbody tr > td {
    border-bottom: 1px solid #ddd;
}
table.dataTable.stripe tbody tr{
    transition: all ease .3s;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
    background-color: #fff;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2{
    background-color: #fff;
    transition: background-color ease .3s;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.display tbody tr.even > .sorting_2{
    background-color: #fff; /*#eef0f0*/
    transition: background-color ease .3s;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr:hover > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.stripe tbody tr:hover > .sorting_2{
    background-color: #ccc;
    transition: background-color ease .3s;
}
table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2 {
    /*border-left: 1px solid rgba(100, 100, 100, .5);
    border-right: 1px solid rgba(100, 100, 100, .5);*/
    background-color: transparent;
    border-left: 1px solid rgba(189,84,68, .4);
    border-right: 1px solid rgba(189,84,68, .4);
}
#tProperties_wrapper .dataTables_scrollHeadInner{
    background-color: #fff;
    color: #111;
    border-bottom: 1px solid #000;
}
#tProperties_wrapper table.dataTable thead th, #tProperties_wrapper table.dataTable thead td{
    border: none;
    color: #111;
}
#tProperties thead> tr{
    height: 0 !important;
}
#tProperties_wrapper table.dataTable thead th{
    padding: 12px;
}
#tProperties .childRow table.dataTable thead th, #tProperties .childRow table.dataTable thead td{
    color: #333;
}
.childRow table.dataTable.display tbody tr > .sorting_1 {
    border: none;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
    /*background-color: rgba(189, 84, 68, .3);*/
    background-color: #ddd;
    transition: all ease .3s;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
    border-top: none;
}
table.dataTable tbody tr.is-active td, table.dataTable.display tbody tr.is-active > .sorting_1, table.dataTable.display tbody tr.is-active > .sorting_2 {
    border: 1px solid #bd5444;
    border-right: none;
}
table.dataTable tbody tr.is-active td:last-child {
    border-right: 1px solid #bd5444;
}
    
#tProperties tr.childRow {
    background-color: #fff;
}
#tProperties td.childRow thead th{
    padding-right: 20px;
}
#tProperties td.childRow > div{
    background-color: #fff;
}
#tProperties .childRow thead tr,#tProperties .childRow thead tr:hover{
    background-color: #ddd;
}
#tProperties .childRow .dataTables_wrapper{
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 5px;
}
#tProperties .childRow tr:last-of-type td{
    border-bottom: 1px solid #aaa !important;
}
#tProperties tr.is-active.shown td{
    border: none !important;
    border-top: 2px solid #BD5444 !important;
}
#tProperties tr.is-active.shown td:first-of-type {
    border-left: 2px solid #BD5444 !important; 
}
#tProperties tr.is-active.shown td:last-of-type {
    border-right: 2px solid #BD5444 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border: 0;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 0.755em; 
}
#tProperties_wrapper thead th,#tProperties_wrapper table.dataTable thead td{
    padding: 6px 12px;
}
i.fa.fa-download {
    font-size: 18px;
}
table.dataTable thead th{
    white-space: nowrap;
}
.dataTable tbody td.marginize{
    padding: 25px 10px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
tr.background-darkgrey
{
    background-color: #c0c0c0 !important;
}
table.dataTable.display tbody tr.background-darkgrey > .sorting_1, table.dataTable.display tbody tr.background-darkgrey > .sorting_2{    
    background-color: #c0c0c0 !important; 
}

table.display .tableSearchInput {
    padding:5px;
    border:1px solid #ccc;
    margin-left:20px;
    width:50%;
    font-weight: 300;
    color: #333;
}

.ui-tooltip {
    background: #333;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: white;
    border-color: #999 !important;
    padding: 0;
    opacity: 1;
}
.ui-tooltip-content {
    position: relative;
    padding: 5px;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.left .ui-tooltip-content::after {
    top: 11px;
    right: -5px;
    border-color: transparent #777;
    border-width: 5px 0 5px 5px;
}
.top .ui-tooltip-content::after {
    bottom: -5px;
    left: calc(50% - 5px);
    border-color: #777 transparent;
    border-width: 5px 5px 0;    
}
.bottom .ui-tooltip-content::after {
    top: -5px;
    left: calc(50% - 5px);
    border-color: #777 transparent;
    border-width: 0px 5px 5px 5px;     
}

td.strong{
    font-weight: bold;
}

#tProperties tr.shown td {
    border-top: 2px solid #BD5444;
    font-weight: bold;
}
#tProperties tr.shown td:first-of-type {
    border-left: 2px solid #BD5444;
}
#tProperties tr.shown td:last-of-type {
    border-right: 2px solid #BD5444;
}
#tProperties td.childRow {
    padding-right: 6px;
    border: 2px solid #BD5444;
    border-top: none;
}
/*#tProperties tr.odd.shown:hover{
    background-color: #fff;
}
#tProperties tr.even.shown:hover{
    background-color: #eef0f0;
}*/
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr:hover > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.stripe tbody tr:hover > .sorting_2{
    background-color: initial;
}
#tProperties tr{
    height: 50px;
}
#tProperties tr.shown, table.dataTable.display tbody tr.shown > .sorting_1, #tProperties tr.shown, table.dataTable.display tbody tr.shown > .sorting_2{
    background-color: #fff;
}
#tProperties tr.shown, #tProperties tr.childRow{
    z-index: 2;
}
#tProperties td.opaque{
    opacity: .7;
    background-color: rgba(0,0,0,.2); 
    transition: background-color ease .3s; 
}
#tProperties tr:hover td.opaque{
    opacity: 1; 
    background-color: #fff;
    transition: background-color ease .3s;
}
#tProperties tr.is-active td.opaque{
    opacity: 1;
    background-color: #fff; 
    transition: background-color ease .3s; 
}

#tProperties_wrapper img{
    background-size: cover;
    height: 30px;
    display: inline-block;
}
#tProperties_wrapper img.hpd{
    background-image: url('../images/icons/hpd.jpg');
    width: 30px;
}
#tProperties_wrapper img.dob{
    background-image: url('../images/icons/dob.jpg');
    width: 30px;
}
#tProperties_wrapper img.oath{
    background-image: url('../images/icons/oath.jpg');
    width: 41px;
}
#tProperties_wrapper img.ecb{
    background-image: url('../images/icons/ecb.jpg');
    width: 47px;
}

#tProperties .actv-button{
    min-width: 100%;
    font-weight: bold;
    border-radius: 0;
    border-color:  rgba(189, 84, 68, .7);
}
#tProperties .actv-button:focus{
    background-color: #ccc;
    border-width: 2px;
}
#tProperties .actv-button:hover{
    border-color:  rgba(189, 84, 68, 1);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#tProperties .actv-button.is-clicked{
    color: #fff;
    background: #333;
    border: #111;
}

/*
==============================
Left Sidebar
==============================
*/

#left-sidebar{
    left: 0;
    background-color: #434343;
    width: 300px;
    box-shadow: none;
    z-index: 3;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#left-sidebar.is-active{
    transform: translateX(0px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#left-sidebar.is-active ~ #build-sidebar{
    transform: translateX(-400px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#build-sidebar{
    background-color: #ddd;
    border-left: 1px solid #ccc;
    z-index: 2;
    left: 300px;
    width: 400px;
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
    transform: translateX(-700px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#left-sidebar.is-active ~ #build-sidebar.is-active{
    transform: translateX(0px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#results-sidebar{
    right: 133px;
    background-color: #555555;
    color: #fff;
    min-width: 270px;
    max-width: 400px;
    width: 270px;
    height: 275px;
    padding: 0 10px 20px;
    box-shadow: none;
    z-index: 3;

    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#results-sidebar h1{
    margin-top: 1em;
    font-size: 1.5em;
    padding-bottom: 10px;
}
#results-sidebar.is-active{
    transform: translateY(0px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,.3);
}
#sSearchTitleNrListings {
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
}
#results-sidebar a{
    color: #fff;
}
#results-sidebar a:hover{
    color: #bd5444;
}

#left-trigger{
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 70px;
    height: 100%;
    width: 30px;
    background-color: #BD5444;
    opacity: 1;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
#left-trigger:hover {
    opacity: 1;
}
#left-trigger:after {
    content: "\f054";
    font-family: FontAwesome;
    text-align: center;
    box-sizing: border-box;
    padding: 12.5px 5px;
    top: 50%;
    position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#left-trigger.is-clicked:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#left-trigger.is-clicked {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 1;
  box-shadow: 2px 0 10px 1px rgba(0,0,0,.3);
}
#left-trigger.has-drawer {
  -webkit-transform: translateX(700px);
  -moz-transform: translateX(700px);
  -ms-transform: translateX(700px);
  -o-transform: translateX(700px);
  transform: translateX(700px);
}

.sidebar-menu{
    padding: 0;
}
.sidebar-menu li{
    background-color: #eef0f0;
    border-bottom: 1px solid #1e1e1e;
}
.sidebar-menu li a{
    display: block;
    font-size: 1.5em;
    color: #44545B;
    font-weight: 300;
    padding: 7px 12px;
}
.sidebar-menu li a i{
    font-size: 0.75em;
    padding-right: 10px;
    transition: transform 0.3s ease;
}
.sidebar-menu li a.is-clicked{
    background-color: rgba(111,111,111, 1);
    color: #fff !important;
}
.sidebar-menu li a.is-clicked i{
    transform: rotate(180deg) translateX(10px);

}
.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: #777;
    padding: 3px 12px;
    cursor: initial;
}
.sidebar-menu li.subheading h2{
    color: #fff;
    font-size: 1.7em;
    margin: 5px 0px;
    padding: 5px 0px;
}
.sidebar-menu li.heading{
    background-color: #444;
    padding: 10px 16px;
    border: none;
    cursor: initial;
}
.sidebar-menu li.heading:first-child{
    border-bottom: 1px solid #1e1e1e;
}
.sidebar-menu button{
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 0px;
}
.sidebar-menu li:hover a, .sidebar-menu li:hover a i {
    color: #fff !important;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

#build-sidebar .panel{
    background-color: #fff;
    border: none;
    color: #111;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    margin: 10px;
    border-radius: 0px;
}
#build-sidebar .panel .panel-heading{
    background-color: #eef0f0;
    color: #333;
    padding: 10px 15px;
    cursor: pointer;
}
#build-sidebar .panel .panel-heading h2{
    font-weight: 400; 
    margin: 5px 0 10px;
    color: #333;
    font-size: 1.25em;
    font-family: Roboto, sans-serif;
}
#build-sidebar .panel .panel-body{
    background: #fff;
    padding: 15px;
    display: none;
}
#build-sidebar .panel.dont-hide .panel-body{
    display: block;
}
#build-sidebar .panel-body label{
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}
#build-sidebar .panel input[type="text"], #build-sidebar .panel input[type="number"]{
    width: 100%;
    background-color: #efefef;
    border: none;
    color: #333;
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 18px;
}
#build-sidebar .panel input[type="text"]:focus, #build-sidebar .panel input[type="number"]:focus {
    box-shadow: inset 0 0 7px rgba(0,0,0,.3) !important;
}
#build-sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#build-sidebar .panel-body ul:not(:first-child){
    padding: 0 0 0 25px;
}
#build-sidebar ul li{
    margin: 5px 0;
    padding-left: 16.5px;
}
#build-sidebar ul.sole_ul li{
    margin: 5px 0;
    padding-left: 0;
}
#build-sidebar ul>li.has_more{
    padding-left:0;
    margin: 10px 0;
}
#build-sidebar ul>li.has_more li{
    display: none;
}
#build-sidebar .dropdown{
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 8px;
}
#build-sidebar .dropdown:before {
    content: "";
    position: absolute;
    background: #bd5444;
    left: 0;
    right: 0;
    height: 2px;
    top: 45%;
}
#build-sidebar .dropdown:after {
    content: "";
    position: absolute;
    background: #bd5444;
    color: #bd5444;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 45%;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#build-sidebar .dropdown.is-active:after{
    top: 50%;
    bottom: 50%;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.actvHighlighted{
    color: #BD5444 !important;
    font-weight: 400 !important;
}

#build-sidebar .submenu[data-view="location"] {
    max-width: 400px;
    overflow-y: auto;
    border-right: 2px solid #999;
    height: 100%;
}
.map{
    height: 100%;
    width: 100%;
}
#build-sidebar .map-container{
  position: absolute;
  width: calc(100% - 400px);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 400px;
}
#build-sidebar .map-container > .collapse{
   height: 100%;
}
/*OSM License*/
.map_license{
    position:absolute;
    bottom:0; 
    right:0;
    z-index:1;
    background: rgba(255,255,255,.7);
    color:#333;
    font-weight: 400;
    font-size:12px;
    padding: 0 5px;
}
.map_license a{
    color: #333;
    border-bottom: 1px dotted #bd5444;
}

/*
==============================
Properties
==============================
*/
#properties{
    margin: 5px 5px 0 35px;
    top: calc(50% + 60px);
    height: calc(50% - 65px); 
}

/*
==============================
Details
==============================
*/
#details{
    top: 70px;
    margin: 0 5px 0 35px;
    padding: 5px;
    height: calc(50% - 35px);
    max-height: calc(50% - 35px);
    overflow-x: hidden;
}
#details .panel.address{
    margin-bottom: 10px;
    text-align: center;
}
#details .panel.address .panel-body, #details .panel.address .panel-body > .row{
    padding: 5px 0 0;
}
#details .panel.address .pull-left{
    position:absolute;
    left: 10px;
}
#details .panel.address .pull-right{
    position:absolute;
    right: 10px;
}
#details .panel.address .addr{
    text-transform: capitalize;
}
#details .panel.address .btn{
    display: inline-block;
}
#details .panel h1{
    margin: 0;
    color: #111;
    font-size: 2em; 
}
#details .panel{
    border-radius: 0;
    border: none;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.3); 
}
#details .panel .panel-body{
    padding: 5px;
    background: #fff;
    color: #44545B; 
}
#details .panel .row .col-md-4, #details .panel .row .col-md-6, #details .panel .row .col-md-12{
    padding: 0 5px;
}
#details .panel .panel-body > .row{
    padding: 5px 0;
}
#details .details-view .col-md-6 .panel-body{
    min-height: 192px;
}
#details .details-view .panel .col-md-12{
    font-weight: 500;
}
#details .details-view .panel .contacts .col-md-4{
    font-weight: 400;
}
#details .details-view .panel .col-md-12 .col-md-4 > div{
    margin: 5px 0;
}
#details .category{
    color: #337AB7;
    font-weight: 400;
}
#details .details-view .panel-body .col-md-12 a{
    font-weight: 400;
    border-bottom: 1px dotted #bd5444;
    cursor: pointer;
}
#details .details-view .panel-body .col-md-12 a:hover{
    border-bottom: 2px solid #bd5444;
}
#details .details-view .contacts a{
    color: #44545B;
}
#details .property_tabs{
    border-bottom: 3px solid #44545B;
    margin-top: 10px;
}
#details .property_tabs > div{
    padding: 0 5px;
}
#details .property_tabs .btn{
    border: none;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    color: #333;
    background-color: #eef0f0;
    margin: 10px 0;
}
#details .property_tabs .btn:hover{
    background-color: #cfd0d0;
}
#details .property_tabs .btn.is-clicked{
    border-bottom: 10px solid #44545B;
    background-color: #44545B;
    color: #fff;
    margin: 10px 0 0;
}

#details .details-view .dataTables_wrapper .dataTables_scroll{
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#details .panel.breakdown{
    margin-top: 10px;
}
#details .panel.breakdown .panel-body{
    /*padding-bottom: 0;*/
}
#details .panel.breakdown h2{
    margin: 0;
    font-size: 1.1em;
}
#details .panel.breakdown .info{
    margin-top: 5px;
    padding: 0 10px 5px;
}
#details .panel.breakdown .info .col-md-6, #details .panel.breakdown .info .col-md-12{
    font-weight: 400;
    font-size: 18px;
}
#details .panel.breakdown .info .col-md-6 i, #details .panel.breakdown .info .col-md-12 i{
    font-size: 14px;
}
@media screen and (max-width: 1441px){
    #details .panel.breakdown .info .col-md-6, #details .panel.breakdown .info .col-md-12{        
        font-size: 18px;
    }
}
#details .panel.breakdown .col-md-8{
    padding-right: 0;
    padding-left: 0;
}
#details .panel.breakdown .info .col-md-6:first-child{
    border-right: 1px solid #ccc;
}
#details .breakdown .col-md-8{
    padding-left: 0;
}
#details .breakdown .viobox{
    padding: 5px !important;
    margin: 0px 10px;
    width: calc(33% - 20px);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 1px solid #fff;
    transition: all ease .3s;
}
#details .breakdown .viobox:hover{
    border: 1px solid #BD5444;
    cursor: pointer;    
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: all ease .3s;
}
#details .breakdown .aepBox{
    padding: 5px;
    margin: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 1px solid #fff;
    color: #333;
    transition: all ease .3s;
}
#details .breakdown .aepBox h2{
    margin-bottom: 25px;
}
#details .breakdown .aepList{
    font-size: 1.5em;
}
#details .breakdown .aepBox.listed{
    border-color: #BD5444;
}
#details .breakdown .aepBox.listed .aepList{
    color: #BD5444;
}
#details .breakdown .scale{
    margin-top: 10px;
}
#details .breakdown .progress, .progress.violationScore{
    position: relative;
    overflow:visible;
    margin-top: 15px;
    z-index: 1;
    box-shadow: none;
    width: 100%;
    background: linear-gradient(to right, #328C4D 10%, #BD8144 50%, #bd5444 90%);
    left: 0px;
    height: 20px;
    border: 1px solid #777;
    border-radius: 0;
}
#details .breakdown .progress-bar, .progress.violationScore .progress-bar{
    width: 100%;
    background: transparent;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-size: 16px;
}
#details .breakdown .coverbar, .progress.violationScore .coverbar{
    position: absolute;
    right: 0;
    background: rgba(255,255,255,.5);
    min-width: 1%;
    z-index: 1;
    height: 100%;
    line-height: 20px;
}
#details .breakdown .circle, .progress.violationScore .circle{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    line-height: 28px;
    z-index: 1;
    color: #111;
    border: 1px solid #555;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-top: -6px;
    font-family: "Lato", sans-serif;
}
#details .breakdown .scaleLabels, .progress.violationScore + .scaleLabels{
    display: block;
    width: 100%;
    margin: -15px 0 0px;
    font-family: "Lato", sans-serif;
}
#details .breakdown .scaleLabels span, .progress.violationScore + .scaleLabels span{
    width: 33%;
    text-align: center;
    min-width: 0;
    display: block;
    float:left;
}
#details .breakdown .scaleLabels span:first-child, .progress.violationScore + .scaleLabels span:first-child{
    text-align: left;
}
#details .breakdown .scaleLabels span:last-child, .progress.violationScore + .scaleLabels span:last-child{
    text-align: right;
}
#details .graph, .ownersProfile .graph{
    display:block;
    width: 100%;
    height: 100%; 
    min-height: 250px;
    max-height: 300px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}
#details .graphDiv.col-md-12{
    margin-bottom: 20px;
}

#details .graphDiv .panel-heading{
    text-align:center;
    padding: 10px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    background-color: #fff;
}
#details .googleMaps{
    font-size: 28px;
    margin: 0 5px;
}
 #details .export i{
    font-size: 24px;
    margin: 0 3px;
}

 /*
Export Popup
*/
#export-popup{
  display: none;
  position: absolute;
  z-index: 999;
  min-height: 150px;
  min-width: 100px;
  max-width: 450px;
  max-height: 430px;
  background-color: #373737;
  overflow-y: auto;
  overflow-x: hidden;
  border: 4px solid #BD5444;
  color: #fff;
}
#export-popup .container{
  background-color: #373737;
  min-height: 150px;
  min-width: 100px;
  width: 430px;
  max-height: 430px;
  padding-right: 20px;
}
#export-popup.ui-draggable-dragging .container{
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
#export-popup button.close{
  color: #fff;
  padding: 5px 0px 10px;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  font-weight: 300;
}
#export-popup button.close:hover{
  color: #BD5444;
}
#exportContainer{
    padding:0;
}
#exportContainer h3{
    margin-left: 20px;
}
#exportContainer > .row{
    margin: 10px 0 20px 20px;
    border: 1px solid #000;
    padding: 10px 0;
}
#exportContainer > .row:last-of-type {
    margin-top: 0;
    margin-bottom: 20px;
}
#exportContainer .col-xs-12, #exportContainer .col-xs-8{
    padding:0 10px;
}
#exportContainer .col-xs-4 {
    padding: 0 5px;
}
#exportContainer .btn{
    width:100%;
    background-color: #373737;
    border: 1px solid #5e5e5e;
    color: #fff;
}
#exportContainer .btn:hover {
    background-color: #2a2a2a;
}
#exportContainer .btn.border-orange{
    border: 2px solid #BD5444;
    transition: none;
}
#divExportSelectPage select{
    color: #000;
    padding: 6px;
}
#exportQuery{
    z-index: 1;
}
.gm-compass-tooltip-text {
  display: none;
}

/* end export popup*/

/*
==============================
Properties Functions
==============================
*/
#details, #properties {
    position: fixed;
    transform: translateY(0%);
    width: calc(100% - 40px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#details.is-full, #properties.is-full {
  height:100% !important;
  height: calc(100% - 70px) !important;
  top: 70px !important;
  max-height: none;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#properties.is-full{
    margin-top: 25px;
}
#details.is-hidden {
  transform: translateY(-105%);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#properties.is-hidden {
  transform: translateY(105%) !important; 
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

/*
==============================
Middle Trigger
==============================
*/
#middle-trigger {
  text-align: center;
  position: fixed;
  margin-top: 0px;
  top: calc(50% + 35px);
  left: 30px;
  height: 5px;
  width: 96.5%;
  opacity: .75;
  width: calc(100% - 30px);
  background-color: #BD5444;
  z-index: 1;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#middle-trigger:hover {
  opacity: 1;
}
#middle-trigger .up-down {
  position: fixed;
  margin-top: 0px;
  top: calc(50% + 35px);
  left: 50%;
  left:calc(50% - 30px);
  width: 60px;
  height: 30px;
  background-color: #BD5444;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
#middle-trigger span {
  cursor: pointer;
}
#middle-trigger i {
  font-size: 1.25em;
  padding: 3px 2px 0 2px;
  color: white;
}
#middle-trigger.is-up, #middle-trigger.is-up .up-down {
  top: 70px;
}
#middle-trigger.is-down {
  top: 99.5%;
  top: calc(100% - 5px);
  margin:0;
}
#middle-trigger.is-down .up-down {
  top: 91.5%;
  top: calc(100% - 30px);
  margin:0;
}

/*
==============================
Icons
==============================
*/
.fa-star-o, .fa-calendar, .fa-pencil-square-o, .fa-star {
    color: #44545b;
    font-size: 24px;
    padding: 3px 1px;
}
.fa-star-o:active, .fa-star-o:focus{
    color: #44545b;
}
.fa-star{
    color: #bd5444;
}
.fa-pencil-square-o.redNote{
    color: #bd5444;
}

.notesBubbleContainer{
  position: relative;
  display:inline-block;
  width: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 12px;
  cursor: pointer;
}
.notes-number{
  position: absolute;
  width: 16px;
  height: 20px;
  top: -5px;
  left: -6px;
}
.notes-number span {
  width: 16px;
  height: 16px;
  border: 1px white solid;
  background-color: #bd5444;
  border-radius: 8px;
  color: white;
  display: inline-block;
  position: relative;
  left: 7px;
  font-size: 10px;
  text-align: center;
}

/*
==============================
Notes Popup
==============================
*/
#notes-popup{
  display: none;
  position: absolute;
  z-index: 999;
  min-height: 400px;
  min-width: 450px;
  width: 450px;
  height: 400px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  border: 4px solid #BD5444;
}
#notes-popup .container{
  background-color: #fff;
  color: #333;
  /*min-height: 300px;
  min-width: 200px;
  max-width: 450px;
  max-height: 400px;*/
  width: 100%;
  height: 100%; 
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
#notes-popup.ui-draggable-dragging .container{
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
#notes-popup button.close{
  color: #333;
  font-size: 40px;
  font-weight: 300;
  padding: 5px 0px 10px;
  opacity: 1;
  text-shadow: none;
  outline: none;
}
#notes-popup button.close span:hover{
  color: #BD5444;
}
#notes-popup input{
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  margin-bottom: 10px;
}
#notes-popup .delete-note{
  cursor: pointer;
  font-size: 1.2em;
}
#notes-popup .delete-note:hover{
  color: #BD5444;
}
#notes-popup .note-time{
  font-size: .8em;
}
#notes-popup .delNote{
  font-size: 1.25em;
  margin-right: 5px;
  cursor: pointer;
}

#notes-popup .container textarea {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    outline: none;
}
#notes-popup .btn-default {
    background-color: #ddd;
}
#notes-popup .container pre {
    font-family: Roboto, sans-serif;
    border-radius: 0;
    border: none;
    font-size: 14px;
    cursor: text;
    margin-bottom: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word;
}
#notes-popup .container .appt-div pre{
    cursor: default;
}

#notes-popup .container pre.disabled{
    cursor: not-allowed;
}
#notes-popup .container .note-div, #notes-popup .container .appt-div {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: 10px;
}
#notes-popup .container .delNote, #notes-popup .container .dlAppt {
    font-size: 1.25em;
    line-height: 1em;
    margin-right: 0;
    margin-bottom: 5px;
    cursor:pointer;
}
#notes-popup .container .dlAppt{
    margin-right: 10px;
    font-size: 1.15em;
    line-height: 1.15em;
}

#notes-popup .container .delNote:hover, #notes-popup .container .dlAppt:hover {
    color: #bd5444;
}

#notes-popup .container .myappointments {
    margin-left: 5px;
}

#notes-popup .container h3 {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    border-bottom: 3px solid #44545b;
}

#notes-popup .container h3 > span {
    display: inline-block;
    padding: 10px;
    font-weight: 300;
    cursor: pointer;
    background-color: #eef0f0;
    transition: background-color ease .3s;
}

#notes-popup .container h3 > span:hover {
    background-color: #cfd0d0;
    transition: background-color ease .3s;
}

#notes-popup .container h3 > span.active {
    background-color: #44545B;
    color: #fff;
    transition: background-color ease .3s;
}
#notes-popup .container h3 > span.active i{
    color: #fff;
}
#notes-popup .note-div .btn{
    font-size:12px;
}
#notes-popup .fa-calendar, #notes-popup .fa-pencil-square-o{
    font-size: 1em;
}

.notesBubbleContainer{
  position: relative;
  width: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 12px;
  cursor: pointer;
}
.notesBubbleContainer .fa-pencil-square-o{
    margin-bottom: -5px;
}
.orange-number{
  position: absolute;
  width: 16px;
  height: 20px;
  top: -10px;
  left: -10px;
}
.orange-number span {
  width: 16px;
  height: 16px;
  border: 1px white solid;
  background-color: #bd5444;
  border-radius: 8px;
  color: white;
  display: inline-block;
  position: relative;
  left: 7px;
  font-size: 10px;
  text-align: center;
}

/*Div Popup More*/
#divPopupMore{
  display: none;
  position: absolute;
  z-index: 999;
  min-height: 250px;
  min-width: 400px;
  max-width: 400px;
  max-height: 381px;
  background-color: #373737;
  overflow-y: auto;
  overflow-x: hidden;
  border: 4px solid #BD5444;
}
#divPopupMore .container{
  background-color: #373737;
  min-height: 250px;
  min-width: 400px;
  max-width: 400px;
  max-height: 381px;
  padding:0;
  padding-right: 20px;
  color: #fff;
}
#divPopupMore.ui-draggable-dragging .container{
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
#divPopupMore button.close span{
  padding: 10px 0px 10px;
  opacity: 1;
  text-shadow: none;
}
#divPopupMore button.close span:hover{
  color: #BD5444;
}
#divPopupMore #close-popup{
    z-index: 1;
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    right: 10px;
    opacity: 1;
}
#divPopupMore .popuptitle:first-child{
    margin: 5px 0;
    padding-top: 6px;
}
#divPopupMore .popuptitle{
    padding: 6px;
    padding-top: 0;
    font-family: "Lato", sans-serif;
    font-size: 24px;
}
#divPopupMore .box{
    padding: 0 6px 6px 6px;
}
#divPopupMore .btn-default{
    background-color: #eef0f0;
    font-size: 1.05em;
}
#divPopupMore table.violations_table, #divPopupMore table.rental_table{
    margin: 0 auto;
}

#divPopupMore .moreZone span{
    display: table-cell;
    min-width: 180px; 
}
@media screen and (max-width:769px){
    #divPopupMore .container{
        width: auto;
    }
    #notes-popup .container{
        padding: 0;
        padding-right: 10px;
        margin: 0 5px;
    }
    #notes-popup{
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        width: calc(100% - 10px);
        border: none;
        max-width: none;
        min-width: auto;
        max-height: none;
        height: auto;
        margin: 10px 0;
    }
    #close-note{
        display: none;
    }
    #notes-popup h3{
        margin-bottom: 10px;
    }
    #notes-popup .container h3 > span{
        font-size: 16px;
    }
}


/*Div Popup More (from _light)*/
#divPopupMore{
  background-color: #fff;
  border-color: #BD5444;
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,.3);
}
#divPopupMore .container{
  background-color: #fff;
  color: #111;
}
#divPopupMore button.close span{
  color: #111;
}
#divPopupMore button.close span:hover{
  color: #BD5444;
}
#divPopupMore .dnc button{
    background-color: #ddd;
}


/*Sweet Alert/ Swal*/
.sweet-alert{
    border: 4px solid #Bd5444;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}
.sweet-alert .sa-input-error{
    top: 22px;
}
.sweet-alert button{
    font-weight:400;
}
.sweet-alert input{
    border: 1px solid #d7d7d7;
}
.sweet-alert .sa-icon.sa-error .sa-line{
    background-color: #BD5444;
}
.sweet-alert .sa-icon.sa-error{
    border-color: #bd5444;
}
.sweet-alert .btn-default{
    border: 1px solid #ccc;
    margin-top: 10px;
}
.sweet-alert.uploadProfile a.swalUpload{
    background-color: #377ab7;
    width: 10em;
    color: white;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 15px 5px 0 5px;
    cursor: pointer;
}
.sweet-alert.uploadProfile a.swalUpload:hover{
    background-color: #2d6da3;
}
.sweet-alert.uploadProfile input[type="file"]{
    display: none;
}
.sweet-alert.uploadProfile .uploadLogoTxt{
   display: inline-block;
   width: 60%;
   height: 35px;
   border-radius: 0;
   font-weight: 300;
   font-size: 14px;
   margin: 1px 5px 10px 0; 
}
.sweet-alert.uploadProfile .clientName{
    display: inline-block;
    width: 65%;
    border-color: #ccc;
    color: #333;
}


/*Owners Profile Dropdown*/
.ownersProfile{
  z-index: 5;
  width: calc(100% - 330px);
  right: calc((100% - (100% - 330px)) /2);
  height: calc(100% - 10% - 70px);

  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  background-color: #efefef;
}
.ownersProfile > .container{
    padding: 0 15px;
}
.ownersProfile > .container > h1{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.ownersProfile.is-active{
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);    
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all linear .4s;
}
.ownersProfile h1{
    font-size: 36px;
    color: #44545B;
}
.ownersProfile .row.toplevel > div{
    padding: 0 10px;
}
.ownersProfile .close-ownersProfile{
    cursor:pointer;
    font-size: 50px;
    margin-top: -16px;
}
.ownersProfile .progress.violationScore{
    margin: 7px 0 10px;
}
.ownersProfile .ownerStar{
    margin-left: 10px;
    cursor: pointer;
}
.ownersProfile .panel-default{
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.ownersProfile .panel-heading{
    font-size: 1.5em;
    padding: 5px 15px;
    font-family: Lato, sans-serif;
}
.ownersProfile .btn-primary{
    padding: 5px;
    font-size: 14px;
    margin-top: -3px;
}
.ownersProfile .btn-primary.reverseSearch{
    float: right;
    font-size: 20px;
    padding: 5px 15px;
    margin-top: -5px;
    margin-right: 20px;
    outline: 0;
}
.ownersProfile .btn-primary.violations{
    background: #eef0f0;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.ownersProfile .btn-primary.violations:hover{
    background: #fff;
}
.ownersProfile .table {
  color: #333;
  padding: 20px 0;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.ownersProfile .table>thead>tr:first-child>th {
  text-align: left;
  font-weight: 500;
  border: none;
}
.ownersProfile .table>thead{
  border: 1px solid #ccc;
}
.ownersProfile .table> tbody{
    width: 100%;
    border: 1px solid #ccc;
}
.ownersProfile .table>tbody>tr>td {
  border: none;
  vertical-align: middle;
  text-align: left;
}
.ownersProfile .table:not(.ownerProperties)>tbody>tr:last-child>td{
    font-size: 1.15em;
    font-weight: bold;
}
.ownersProfile .table-striped>tbody>tr:nth-of-type(odd){
  background-color: #eef0f0;
}
.ownersProfile .propertybreakdown {
    padding-top: 5px;
    padding-bottom: 10px;
}
.ownersProfile .propertybreakdown h3{
    margin-top: 0;
    margin-bottom: 0;
}
.ownersProfile .propertybreakdown .row > div{
    box-shadow: 0 0 5px rgba(0,0,0, .3);
    margin: 5px;
    padding: 10px 5px;
    cursor: initial;
}
.ownersProfile .propertybreakdown .row .col-md-6{
    width: calc(50% - 10px);
}
.ownersProfile .propertybreakdown .row .col-md-3{
    width: calc(25% - 10px);
    font-size: 1.15em;
}
.ownersProfile .propertybreakdown .col-md-6 .col-md-6 {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin: 10px 5px 0;
    padding: 5px 5px;
    font-size: 12px;
}
.ownersProfile .propertybreakdown .col-md-6 .col-md-6 span{
    font-size: 25px;
}
.ownersProfile .row.toplevel[data-view="property"] > .proppanels .panel:not(:last-of-type){
    margin-bottom: 20px;
}
.ownersProfile .row.toplevel[data-view="property"] > .proppanels .panel-body{
    height: 28vh;
    overflow-y: auto; 
}
.ownersProfile .row.toplevel[data-view="property"] > .proppanels{
    padding: 0 10px;
}
.ownersProfile .row.toplevel[data-view="property"] > .proppanels .panel .panel-body{
    padding: 10px 15px; 
}
.ownersProfile .row.toplevel[data-view="property"] > .proppanels .panel .panel-body > div {
    margin: 5px 0;
}
.ownersProfile .row[data-view="property"] .propertybreakdown .col-md-3 {
    background-color: #fff;
    margin-top: 0;
}
.ownersProfile .row[data-view="property"] .col-md-9 .propertybreakdown {
    padding: 0;
}
.ownersProfile .row[data-view="property"] .propertybreakdown > .row {
    margin: 0 -5px 10px -5px;
}
.ownersProfile .panel.contactinfo{
    margin-bottom: 10px;
}
.ownersProfile .panel.contactinfo .panel-heading .score{
    width: 350px;
}
.ownersProfile .panel.contactinfo .panel{
    margin-bottom: 0;
}
.ownersProfile .panel.contactinfo .h3{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}
.ownersProfile .panel.contactinfo .col-md-1 i, .ownersProfile .panel.contactinfo .col-md-offset-1 i{
    font-size: 1.15em;
}
.ownersProfile .panel.contactinfo .col-md-1 span, .ownersProfile .panel.contactinfo .col-md-offset-1 span{
    font-size: 2em;
}
.ownersProfile .panel.contactinfo .loadPhones .col-md-4{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    text-align: center;
    padding: 5px 10px 5px 0px;
    margin: 5px;
    width: calc(100%/3 - 10px);
    transition: box-shadow ease .3s;
}
.ownersProfile .panel.contactinfo .loadPhones .col-md-4:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transition: box-shadow ease .3s;
}
.ownersProfile .panel.contactinfo .loadPhones .custom{
    background-color: rgba(189, 84, 68, .1);
}
.ownersProfile .panel.contactinfo .loadPhones a .fa-check-circle-o, .ownersProfile .panel.contactinfo .loadPhones a .fa-circle-o{
    position: absolute;
    font-size: 12px;
    top: 3px;
    right: 0px;
}
.ownersProfile .panel.contactinfo .loadPhones a .delete{
    position: absolute;
    font-size: 19px;
    line-height: 15px;
    bottom: 1px;
    right: 3px;
}
.ownersProfile .panel.contactinfo .loadEmails a{
    text-transform: lowercase;
}

.ownersProfile .panel.contactinfo .col-md-4, .ownersProfile .panel.contactinfo .col-md-1, .ownersProfile .panel.contactinfo .col-md-3{
    padding: 0 10px;
}
.ownersProfile .panel.contactinfo .col-md-4 .panel-body, .ownersProfile .panel.contactinfo .col-md-1 .panel-body, .ownersProfile .panel.contactinfo .col-md-3 .panel-body{
    min-height: 120px;
    max-height: 120px;
    padding-bottom: 5px;
    overflow-y: auto;
}
.ownersProfile .contactinfo .therealdeal{
    display: block;
    position: absolute;
    width: 25px;
    right: 20px;
    bottom: 10px;
}
.ownersProfile .row.toplevel[data-view="property"] .panel{
    margin-bottom: 0;
}
.ownersProfile > .container > h1{
    border-bottom: 3px solid #44545B;
}
.ownersProfile .row.headerbuttons{
    display: inline-block;
    margin-left: 10px;
}
.ownersProfile .row.headerbuttons .btn{
    font-size: 20px;
    padding: 5px 30px;
    margin-top: -10px;
    margin-left: 5px;
    outline: 0;
    border-color: transparent;
}
.ownersProfile .row.headerbuttons .btn.is-active{
    border-bottom: 11px solid #44545B;
    background-color: #44545B;
    color: #fff;
    margin-bottom: -10px;
}
.ownersProfile .ownerProperties{
    box-shadow: none;
    padding: 0px;
}
.ownersProfile .ownerProperties tbody, .ownersProfile .ownerProperties thead{
    display: block;
}
.ownersProfile .ownerProperties thead{
    border: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}
.ownersProfile .ownerProperties tbody{
    overflow-y: auto;
}
.ownersProfile .ownerProperties tbody tr{
    table-layout: fixed;
    width:100%;
    display: table;
}
.ownersProfile .ownerProperties tbody tr:hover{
    background-color: #ddd;
}
.ownersProfile .ownerProperties>thead>tr:first-child>th{
    cursor: pointer;
}
.ownersProfile .ownerProperties>tbody>tr>td.text-center, .ownersProfile .table>thead>tr:first-child>th.text-center{
    text-align: center;
}
.ownersProfile .ownerProperties tbody td{
    padding: 16px 8px;
}
.ownersProfile .ownerProperties td .btn{
    border: 1px solid #ccc;
    float: right;
    padding: 3px 10px;
    margin-right: 20px;
}
.ownersProfile .ownerProperties .star, .ownersProfile .ownerProperties .fa-pencil-square-o{
    font-size: 20px;
    cursor: pointer;
}
.ownersProfile .ownerProperties .orange-number{
    left: -10px;
    top: -8px;
}
.ownersProfile .contactinfo .therealdeal img{
    width: 25px;
    height: 25px;
}
.ownersProfile .addPhoneNumber{
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: -10px;
    margin-right: 4px;
    width: 140px;
    font-size: 16px; 
    font-weight: 300;
}
.ownersProfile .no-select, .ownersProfile canvas{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ownersProfile .row[data-view="notes"] .propertybreakdown .col-md-3{
    background: #fff;
    margin-top:0;
    font-size: 12px;
}
.ownersProfile .row[data-view="notes"] .propertybreakdown .col-md-3 span{
    font-size: 25px;
}
.ownersProfile .row[data-view="notes"] .col-md-12 .panel{
    margin-bottom: 0;
}
.ownersProfile .row[data-view="notes"] .col-md-12 .panel .panel-body{
    max-height: 58vh;
    overflow-y: auto;
}
/*.ownersProfile .row[data-view="notes"] i{
    color: #333;
}*/
.ownersProfile .notesGrid{
    text-align: center;
}
.ownersProfile .notesGrid.loaded{
    text-align: left;
}
.ownersProfile .notesGrid h2 {
    margin-top: 10px;
    font-size: 1.5em;
}
.ownersProfile .notesGrid .actvLoader {
    display: inline-block;
    position: relative;
    margin: 20px 0;
    width: 100px;
    height: 60px;
    text-align: center;
}
.ownersProfile .notesGrid .actvLoader > div {
    background-color: #BD5444;
    margin: 0 4px;
    height: 100%;
    width: 10px;
    display: inline-block;
}
.ownersProfile .notesGrid .note-div{
    border: 1px solid #ccc;
    margin: 0 10px 15px;
    padding: 10px;
    background: #fff;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: all ease .3s;
    width: calc(25% - 20px);
}
.ownersProfile .notesGrid .note-div.is-active{
    border: 2px solid #bd5444;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: all ease .3s;
}
.ownersProfile .notesGrid .note-div span{
    text-transform:capitalize;
}
.ownersProfile .notesGrid pre{
    font-family: Roboto, sans-serif;
    border-radius: 0;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word;
}
.ownersProfile .notesGrid .viewAllNotes{
    padding: 4px 0;
    margin-bottom: 5px;
    margin-top: -5px;
}
.ownersProfile .notesGrid .viewAllNotes .notesBubbleContainer{
    width: auto;
    font-size: 22px;
}
@media screen and (max-width: 1441px) and (min-width: 770px){
    .ownersProfile{
        width: calc(100% - 250px); 
        right: calc((100% - (100% - 250px)) /2);
        height: calc(100% - 70px); 
    }
    .ownersProfile .btn-primary{
        padding: 5px 7px;
        font-size: 12px;
    }
    .ownersProfile .col-md-3 .table{
        margin-left: -5px;
    }
    .ownersProfile .panel.contactinfo .loadPhones .col-md-4{
        width: calc(50% - 10px);
    }
    .ownersProfile .propertybreakdown .col-md-6 .col-md-6 span{
        font-size: 20px;
    }
    .ownersProfile .panel.contactinfo .col-md-1 .panel-body{
        padding: 15px 2px;
    }
    .ownersProfile .panel.contactinfo .col-md-1 span{
        font-size: 2em;
    }
    .ownersProfile .panel.contactinfo .col-md-1 .panel-body div{
        font-size: .75em;
    }
    .ownersProfile .propertybreakdown .row.no-select{
        height: 250px !important;
    }
}
@media screen and (max-width:769px){
    .ownersProfile{
        display: none !important;
    }
    .ownersProfile .close-ownersProfile{
        cursor:pointer;
        font-size: 28px;
    }
}

.leads .isbbl{
    background-color: #cb8e78 !important;
}

/*
==============================
My Portfolio Page
==============================
*/

.myportfolio{
    padding: 0 10px;
}
.myportfolio .row.headerbuttons{
    display: inline-block;
    margin-left: 10px;
}
.myportfolio > .container > h1{
    border-bottom: 3px solid #44545B;
    padding-bottom: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #44545B;
}
.myportfolio .row.headerbuttons .btn{
    font-size: 20px;
    margin-left: 5px;
    outline: 0;
    border: none;
    margin-top: -10px;
    padding: 10px 30px;
}
.myportfolio .row.headerbuttons .btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #fff;
}
.myportfolio .row.headerbuttons .btn.is-active{
    border: 1px solid #44545B;
    border-bottom: none;
    background-color: #fff;
    color: #333;
    margin-bottom: 0px;
}
.myportfolio .panel{
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border: none;
    text-align:center;
}
.myportfolio .panel .panel{
    box-shadow: none;
    border: 1px solid #ccc;
}
.myportfolio .panel .panel > .panel-heading{
    font-size: 20px;
}
.myportfolio .panel-heading{
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
}
.myportfolio .panel .num{
    font-size: 2em;
    font-family: 'Lato', sans-serif;
}
.myportfolio [data-view="dashboard"] .panel-body{
    min-height: 100px;
}
.myportfolio h2{
    margin: 0;
    font-size: 1.75em;
}
.myportfolio .propheader{
    font-size: 26px;
}
.myportfolio h2 .btn{
    font-size: 16px;
}
.myportfolio .changeBox {    
    transition: all ease .3s;
}
.myportfolio .changeBox:hover{
    color: #bd5444;
    cursor: pointer;
    transform: scale(1.1);
    transition: all ease .3s;
}
.myportfolio .currentView{
    font-size: 22px;
    line-height: 1em;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
}
.myportfolio .viewSelect{
    padding: 5px 10px;
    padding-right: 25px;
    margin-left: 5px;
    font-size: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.myportfolio .currentView::after{ 
    content: "\f0dd";
    font-family: FontAwesome;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 18px;
    color: #44545B;
    z-index: 1;
    pointer-events: none;
}

.myportfolio .myProperties_search{
    font-size: 18px;
    padding: 5px 5px;
    vertical-align: middle;
    margin-right: 10px;
    width: 250px;
}

.myportfolio .graph{
    display:block;
    width: 100%;
    height: 100%; 
    min-height: 400px;
    max-height: 400px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}
.myportfolio .graphDiv.col-md-12{
    margin-bottom: 20px;
}

.myportfolio .graphDiv .panel-heading{
    text-align:center;
    padding: 10px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    background-color: #fff;
}
.myportfolio .actvLoader{
    position: absolute;
    top: calc(50% - 70px/2);
    left: calc(50% - 80px/2);
    display: inline-block;
    margin: 0;
    width: 70px;
    height: 80px;
    text-align: center;
}
.myportfolio .actvLoader > div {
    background-color: #BD5444;
    margin: 0 3px;
    height: 100%;
    width: 10px;
    display: inline-block;
}
.myportfolio .uploadedLists .panel{
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: all ease .3s;
}
.myportfolio .uploadedLists .panel:hover{
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    transition: all ease .3s;
}
#myProperties_wrapper th{
    text-align: center;
}
#myProperties_wrapper .dataTables_info, #myProperties_wrapper .dataTables_paginate{
    padding: 15px 20px 0;
}
#myProperties_wrapper .dataTables_scroll{
    border-bottom: 1px solid #aaa;
}
.myportfolio .propertiestable_panel .panel-body{
    padding: 5px 0 15px;
}
#myProperties tbody tr{
    background-color: #fff;
}
#myProperties tbody tr:hover{
    cursor: pointer;
    background-color: #ccc;
}
#myProperties tbody tr:hover td{
    border-color: #aaa;
}
#myProperties .violation_updated, #myProperties .permit_updated{
    /*background-color: rgba(189, 84, 68, .3);*/
    color: #BD5444;
    font-weight: 700;
    transition: all ease .3s; 
}
#myProperties .violation_updated:hover, #myProperties .permit_updated:hover{
    font-size: 1.25em;
    transition: all ease .3s;
}
.SumoSelect{
    width: 250px;
    overflow: hidden;
    vertical-align: middle;
}
.SumoSelect.open{
    overflow: initial;
}
.SumoSelect>.CaptionCont{
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    padding: 8px;
}
.SumoSelect>.CaptionCont>span.placeholder{
    font-style: normal !important;
}
.SumoSelect>.optWrapper{
    font-size: 16px;
    text-align: left;
}
.SumoSelect>.optWrapper>.options li.opt label{
    font-weight: 300;
}
.SumoSelect .select-all{
    height: 35px;
}
.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
    background-color: #BD5444;
}

#poweredByActovia {
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}

#poweredByActovia::after, #poweredByActovia::before{    
    position: absolute;
    top: 7px;
    color: #bd5444;
    text-shadow: -1px -1px 0px #fff;
    line-height: 12px;
    font-size: 12px;
    font-weight: 500;
}

#poweredByActovia::after {
    content: ' by Actovia';
    font-family: Roboto, sans-serif;
    right: -5.5em;
}
#poweredByActovia::before {
    content: '\f011'; /*Plug: f1e6 | Bolt: f0e7 | Battery: f240 | Circle: f011 */
    font-family: FontAwesome;
    right: -0.5em;
}

#poweredByActovia > img {
    max-width: 300px;
    height: auto;
    max-height: 55px;
    display: inline-block;
    margin: 0 0 5px;
}

#poweredByActovia.noLogo {
    color: #333;
    line-height: 70px;
    margin: 0;
    font-size: 28px;
    font-family: Lato, sans-serif;
}


/*
==============================
Export Popup
==============================
*/
#export-popup {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    border: 4px solid #BD5444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.ui-draggable-dragging#export-popup .container {
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
#export-popup {
  min-height: 150px;
  min-width: 100px;
  max-width: 450px;
  max-height: 430px;
}
#export-popup .container {
  background-color: #fff;
  min-height: 150px;
  min-width: 100px;
  width: 430px;
  max-height: 430px;
  padding-right: 20px;
}
#export-popup button.close {
  color: #333;
  padding: 5px 0 10px;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  font-weight: 300;
}
#export-popup button.close:hover {
  color: #BD5444;
}

#exportContainer {
  padding: 0;
}
#exportContainer h3 {
  margin-left: 20px;
}
#exportContainer > .row {
  margin: 10px 0 20px 20px;
  border: 1px solid #000;
  padding: 10px 0;
}
#exportContainer > .row:last-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
#exportContainer .col-xs-4 {
  padding: 0 5px;
}
#exportContainer .col-xs-12 .col-xs-4 {
  min-height: 0 !important;
}
#exportContainer .col-xs-8, #exportContainer .col-xs-12 {
  padding: 0 10px;
}
#exportContainer .btn {
  width: 100%;
  background-color: #e5e7e6;
  border: 1px solid #5e5e5e;
  color: #333;
  margin-top: 5px;
}
#exportContainer .btn:hover {
  background-color: #fff;
}
#exportContainer .btn.border-orange {
  border: 1px solid #BD5444;
  background-color: rgba(189, 84, 68, 0.2);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#exportContainer #divExportSelectPage select {
  color: #333;
  padding: 6px;
}

#results-sidebar .button-dropdown {
    z-index: 1;
    color: #fff;
    margin-top: 0.5rem;
    width: 75%;
}
#results-sidebar .button-dropdown:hover {
    color: #fff;
}