
/* skin-black navbar */
.main-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.main-header .navbar-toggle {
  color: #333;
}
.main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
}
.main-header .navbar {
  background-color: #ffffff;
}
.main-header .navbar .nav > li > a {
  color: #333333;
}
.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
  background: #ffffff;
  color: #999999;
}
.main-header .navbar .sidebar-toggle {
  color: #333333;
}
.main-header .navbar .sidebar-toggle:hover {
  color: #999999;
  background: #ffffff;
}
.main-header .navbar > .sidebar-toggle {
  color: #333;
  border-right: 1px solid #eee;
}
.main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid #eee;
}
.main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.main-header .navbar .navbar-right > li > a {
  border-left: 1px solid #eee;
  border-right-width: 0;
}
.main-header > .logo {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #eee;
}
.main-header .logo .logo-lg:before {
  margin-right: 10px;
}
.main-header > .logo:hover {
  background-color: #fcfcfc;
}
@media (max-width: 767px) {
  .main-header > .logo {
    background-color: #222222;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  .main-header > .logo:hover {
    background-color: #1f1f1f;
  }
}
.main-header li.user-header {
  background-color: #222;
}
.content-header {
  background: transparent;
  box-shadow: none;
}
.wrapper,
.main-sidebar,
.left-side {
  /* background-color: #222d32; */
  background-color: #3c8dbc;
}
.user-panel > .info,
.user-panel > .info > a {
  color: #fff;
}
.sidebar-menu > li.header {
  color: #ffffff;
  /* background: #1a2226; */
  background: #2a6283;
}
.sidebar-menu > li > a {
  /* border-left: 3px solid transparent; */
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a,
.sidebar-menu > li.menu-open > a {
  color: #ffffff;
  /* background: #1e282c; */
  background: #3c8dbc;
}
.sidebar-menu > li.active > a {
  /* border-left-color: #ffffff; */
}
.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  /* background: #2c3b41; */
}
.sidebar a {
  color: #ffffff;
}
.sidebar a:hover {
  text-decoration: none;
}
.sidebar-menu .treeview-menu > li > a {
  /* color: #8aa4af; */
  color: #ffffff;
  background: #3c8dbc;
  padding-left: 30px;
}
.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
  color: #b8c7ce;
}
.sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.pace .pace-progress {
  background: #222;
}
.pace .pace-activity {
  border-top-color: #222;
  border-left-color: #222;
}
#admin-user-login {
  padding: 15px;
}
#admin-user-login .form-group {
  margin-bottom: 0px;
}



/**
  MISC
**/
.panel-body {
  padding: 15px 0px;
}
.notification_event {
  margin-left: 25px;
}
.panel-body .table-responsive div {
  padding: 0px;
}
.table-condensed>tbody>tr>td {
  vertical-align: top;
}
.center-block {
  text-align: center;
}
.page-header {
  font-size: 24px;
}
.page-header > small {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.header-button {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .content-header .row .col-sm-12 > .pull-right {
    float: none !important;
  }
  .content-header .header-button:first-child {
    margin-left: 0px;
  }
  .content-header .header-button {
    margin-top: 15px;
  }
}
.icon-code-violation, .icon-code-violation:hover {
  color: #f39c12;
  font-size: 18px;
  margin-left: 10px;
}
.icon-delinquency, .icon-delinquency:hover {
  color: #dd4b39;
  font-size: 18px;
  margin-left: 5px;
}
.img-responsive {
  margin: 0 auto;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
hr.thin {
  margin-top: 10px;
  margin-bottom: 10px;
}


/**
  PERMISSIONS PAGE
**/
#create_group .box-body, #assign_user_group .box-body {
  min-height: 220px;
}
#user_management legend {
  font-size: 16px;
}
#user_management .userinfo {
  padding: 15px;
  background-color: #f4f4f4;
  color: #666;
  font-weight: bold;
  margin: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 25px;
}
#user_management .userbox {
  min-height: 120px;
}
#user_management .userinfo .suspend {
  color: #f39c12;
}
#user_management .userinfo .remove {
  color: #dd4b39;
}
#user_management .email-label {
  margin-left: 10px;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 10px;
}
.toggle.ios .toggle-handle {
  border-radius: 10px;
}



/**
  CALENDAR PAGE
**/
.fc-time-grid-container {
  height: 100% !important;
}
.datetimepicker table {
  width: 400px;
}
#event .input-group[class*=col-] {
  padding-left: 15px;
}
#event #delete_event {
  padding-top: 10px;
  display: none;
}
#event #delete_event a {
  color: #dd4b39;
  cursor: pointer;
}



/**
  ADVANCED SEARCH
**/
.typeahead {
  /*
  border: 2px solid #FFF;
  border-radius: 4px;
  */
  padding: 8px 12px;
  /* max-width: 300px; */
  min-width: 90%;
  color: #000;
}
.tt-menu {
  width:300px;
}
ul.typeahead {
  margin:0px;
  padding:10px 0px;
  background: #b0cfde;

}
ul.typeahead.dropdown-menu li a {
  padding: 10px !important;
  border-bottom:#CCC 1px solid;
  color:#000;
}
ul.typeahead.dropdown-menu li:last-child a {
  border-bottom:0px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  text-decoration: none;
  background-color: #3a87ad;
  outline: 0;
}
#form_advanced_search {
  padding: 15px 15px;
}
#form_advanced_search .content-header {
  padding: 0px 0px 20px 0px;
}
#building label.search-group {
  margin-left: 15px;
}
.pad-slider {
  margin: 20px 15px;
  height: 70px;
}
.slider-tick-label-container {
  margin-top: 10px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.slider-tick-label-container div:nth-child(1) {
  width: 10px !important;
  float: left !important;
}
.slider-tick-label-container div:nth-child(2) {
  width: 70px !important;
  float: right !important;
  text-align: right !important;
}
#zoning .pad-slider {
  margin: 20px 15px;
  height: 100%;
}
.destroy-slider {
  margin-left: 20px;
  font-size: 11px;
}
.destroy-slider a {
  cursor: pointer;
}
#blue1 .slider-selection {
    background: #3c8dbc;
}
#blue2 .slider-selection {
    background: #2a6283;
}
#blue3 .slider-selection {
    background: #76afd0;
}
.slider-tick-label {
  padding-top: 20px !important;
  font-weight: bold;
}
#sale_date_btn {
  margin-left: 30px;
  width: 180px;
}
#general .box, #filter .box {
  min-height: 220px;
}
#assessment .box, #sale-history .box {
  min-height: 400px;
}
.alert-slider {
  margin-top: 15px;
}



/**
  SEARCH RESULTS
**/
#search-results .content-wrapper {
  overflow: auto;
}
#search-results .nav-tabs-custom {
  /* min-height: 280px; */
  overflow: auto;
}
#search-results .nav-tabs-custom .box {
  border-top: none;
  box-shadow: none;
}
#search-results-header .box {
  margin-bottom: 0px;
}
#search-results tr {
  line-height: 100%;
}
.search-result-section-title {
  font-size: 16px;
  text-decoration: underline;
}
#search-results .nav-tabs-custom > .nav-tabs > li.header {
  font-size: 18px;
  font-weight: bold;
}
#search-results .nav-tabs-custom > .nav-tabs > li.header i {
  font-size: 18px;
  margin: 10px;
}
#search-results .parcel-link {
  color: #337ab7;
}
#search-results .table-responsive {
  border: none;
}
#search-results .header > a {
  position: static !important;
  display: inline-block !important;
  padding: 5px !important;
}
.nav-tabs .dropdown-menu {
  margin-left: -80px;
}
.narrow-nav > li > a {
  padding: 3px 10px !important;
}
.infinite-scroll-last {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.action_save_favorite {
  cursor: pointer;
}
.page-load-status {
  display: none;
  text-align: center;
  color: #777;
}
.result-map {
  padding: 10px;
}
.favorite-check {
  color: #00a65a;
}
.favorite-uncheck {
  color: #909090;
}
.block-link {
  display: block;
}
.block-link:hover {
  color: #337ab7;
}


/**
  PROFILE
**/
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #76afd0;
}
#user-profile #delete_event {
  padding-top: 10px;
  display: none;
}
#user-profile a.click_search_delete, #user-profile a.click_favorite_delete, #user-profile a.click_favorite_group_delete {
  cursor: pointer;
}
#user-profile .action_button {
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #user-profile .action_button {
    line-height: 200%;
  }
  .hide_mobile {
    display: none;
  }
}
#user-profile .action_button:last-of-type {
  margin-right: 0px;
}
#user-profile .manage_favorite_group_label {
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}


/**
  MAP
**/
#map-results {
  height: 88vh;
}
#map-parcel {
  height: 600px;
}
#map-container {
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 100%;
  height: 100%;
}
#map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #map-results {
    height: 76vh;
  }
}
.map-labels {
  color: red;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  border: 1px solid black;
  white-space: nowrap;
}
#result-limit-warning {
  position:absolute;
  top:45%;
  left:50%;
  z-index:99;
  transform:translateX(-50%);
  border-color:#8a6d3b;
  box-shadow:2px 2px 4px #222;
}
#result-limit-warning .fa {
  float:left;
}
#results-loading-msg {
  position:absolute;
  top:45%;
  left:50%;
  z-index:99;
  transform:translateX(-50%);
  border-color:#31708f;
  box-shadow:2px 2px 4px #222;
  background-color:#eee;
}
#results-loading-msg .fa {
  float:left;
}
@media only screen and (max-width : 380px) {
  #result-limit-warning{left:40%; transform:translateX(-40%);}
}
#map-display-details {
  width:580px;
  min-height:150px;
  max-height:550px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width : 380px) {
  #map-display-details {
    width:300px;
  }
}
#map-display-details .attachment-block {
  min-height: 160px;
  border: none;
  background: none;
}
#map-display-details.box {
  margin-bottom: 0px;
}
#map-display-details .user-block {
  margin-bottom: 10px;
}
#map-display-details .user-block .username, #map-display-details .user-block .description {
  display: block;
  margin-left: 0px;
}
#map-display-details .nav-tabs {
  border-bottom: none;
}
#map-buttons {
  padding-bottom: 5px;
  text-align:center;
}
.map_parcel_notes {
  margin-top: 20px;
}


/**
  PARCEL
**/
.info-label {
  color: #777;
}
#master_parcel .text-muted {
  color: #383838;
}
#master_parcel .box-header .btn-tight {
  padding: 0px 5px;
}
#master_parcel .box-body .label {
  margin: 5px;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
}
#master_parcel .collapsing {
  transition: height 1.0s;
}
#master_parcel .parcel-slider-radius {
  margin-right: 20px;
}
#master_parcel .parcel-slider-sqft {
  margin-left: 20px;
}
#master_parcel .parcel-slider-price {
  margin-left: 20px;
}
#master_parcel .parcel-comp-submit {
  margin: 20px 0px 0px 10px;
}
@media (max-width: 1199px) {
  #master_parcel .parcel-slider-radius {
    margin: 0px 0px 30px 0px;
  }
  #master_parcel .parcel-slider-sqft {
    margin: 0px 0px 30px 0px;
  }
  #master_parcel .parcel-slider-price {
    margin: 0px 0px 30px 0px;
  }
  #master_parcel .parcel-comp-submit {
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  #master_parcel .parcel-slider-radius {
    margin: 0px 0px 40px 0px;
  }
  #master_parcel .parcel-slider-sqft {
    margin: 0px 0px 40px 0px;
  }
  #master_parcel .parcel-slider-price {
    margin: 0px 0px 40px 0px;
  }
  #master_parcel .parcel-comp-submit {
    margin: 15px 0px 0px 0px;
  }
}
#tab_map .content {
  padding: 5px;
}
#master_parcel .message {
  padding: 20px 0px;
  font-style: italic;
  font-size: 12px;
}
#master_parcel .table > tbody > tr > td:first-child {
  padding: 4px 50px 4px 0px;
}
#master_parcel #compstats {
  width: auto;
}
.add_note {
  padding: 0px 10px;
}


/**
  PIPL SEARCH
**/
#pipl-search dt {
  margin-top: 20px;
}
.no-results {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}


/**
  DOCUMENT BUILDER
**/
#document-results {
  margin: 20px;
}
#document-results .box-body {
  padding: 20px;
}
#document-results .header-btn {
  margin-top: 23px;
}


/**
  CALCULATORS
**/
#chov-builder-calc label {
  margin-right: 10px;
}

#chov-builder-calc .column-align label {
  width: 100px;
}
.profitpercent {
  font-weight: bold;
  font-size: 14px;
}


/**
  PRODUCT UPDATES
**/
#changelog img {
  margin:0px;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;

}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/**
  HOTLIST REPORT
**/
@media (min-width: 992px) {
  #report_filters .row {
    margin: 0px 0px 40px 0px;
  }
}