.fix-sticky {
  position: fixed;
  z-index: 100;
}

.fix-sticky thead {
  background: #fff;
}

.fix-sticky thead th,
.fix-sticky thead th:first-child {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

.gridItem,
.mapFilterButton,
#filters,
.margin-bottom-10 {
  margin-bottom: 10px;
}

#bilanSearchInput {
  height: 34px;
  margin-left: 10px;
  border-radius: 4px;
}

#directoryPageGoogleMap {
  height: 600px;
}

.adverts-grid > div > .advert-img,
.adverts-list > div > .advert-img,
.adverts-single-box > .adverts-single-author {
  display: none;
}

.adverts-grid > div > .advert-post-title,
.adverts-grid > div > .adverts-manage-actions-wrap {
  margin-left: 0;
}

/* The css below is for solving the 3rd party classified plugin input with datepicker  */
#newAdDatePickerInput {
  position: relative;
}

/* The css below is for solving the 3rd party classified plugin input with datepicker  */
.acadp-custom-fields-search .form-group small {
  visibility: hidden;
  display: none;
}

.fixed-table-header-columns,
.fixed-table-body-columns {
  position: absolute;
  background-color: #fff;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
}

.fixed-table-header-columns .table,
.fixed-table-body-columns .table {
  border-right: 1px solid #ddd;
}

.fixed-table-header-columns .table.table-no-bordered,
.fixed-table-body-columns .table.table-no-bordered {
  border-right: 1px solid transparent;
}

.fixed-table-body-columns table {
  position: absolute;
  animation: none;
}

.bootstrap-table .table-hover > tbody > tr.hover > td {
  background-color: #f5f5f5;
}

.bootstrap-table .coboia,
.bootstrap-table .cat,
.bootstrap-table .nunaca,
.bootstrap-table .indicc,
.bootstrap-table .cdprod {
  font-weight: 900;
  background-color: rgba(255, 149, 3, 0.30);
}

.table.table-condensed > tbody > tr > th,
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > thead > tr > td {
  padding: 5px !important;
}

#directoryInformationModal {
  /*z-index: 9999999991 !important;*/
}

address {
  margin-bottom: 0 !important;
}

/*For maps*/
#ts-map-legend {
  margin: 12px;
  overflow: hidden;
  text-align: left;
  color: rgb(86, 86, 86);
  font-family: Roboto,Arial,sans-serif;
  -moz-user-select: none;
  font-size: 11px;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-left: 0 none;
}
#ts-map-legend p{
  margin: 0 0 0 0 !important;

}
h3.ts-map-legend-headline{
  margin:0 !important;
  padding:0 !important;
  text-align:center;
}

.ts-map-legend-color {
  height: 12px;
  width: 12px;
  margin-right: 3px;
  float: left;
  border-radius: 12px;
}

.ts-map-legend-color-red {
  background: #701200;
}

.ts-map-legend-color-yellow {
  background: #F79003;
}

.ts-map-legend-color-blue {
  background: #0073AF;
}

.ts-map-legend-color-green {
  background: #01633A;
}

.ts-map-legend-color-purple {
  background: #310049;
}

.ts-map-legend-color-alpin {
  background: #533a26;
}

.ts-map-legend-color-saanen {
  background: #ffffff;
  border: 1px solid #000000;
}

.ts-map-legend-color-alpin-saanen {
  background: #8a7464;
}

.ts-map-legend-color-angora {
  background: #f0c422;
}