
  .nav-link
  {
   
      font-size: 1.2em!important;
  
  }
  
  .header {
      padding-top: 5px;
      padding-bottom: 5px;
      /*background-color: #43c4ce;*/
      color: #fff;
      
  }
    .header a {
      color: #fff;
  }    
  .footer {
      padding-top: 15px;
      padding-bottom: 15px;
      /*background-color: #43c4ce;*/
      color: #fff;

      height: 50px;
  }
  
  html,
  body{
  height: 100%;
}

.main{
  flex: 1 1 auto;
  display: flex;
}
.wrapper {
	
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
	padding-bottom: 40px;
}

  .btn-primary
  {
    background-color: #43c4ce!important;
      border-color: #43c4ce!important;
      color: white;
  }
  

  .k-search-container {
      margin-top: 35px;
      margin-bottom: 35px;
  }
  .k-map-grid {
    margin-top: 35px;
    margin-bottom: 35px;
}
.k-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr );
	grid-gap: 15px 40px;
}
.k-grid img {
    width: 128px;
    height: 128px;
}
.k-shadow {
    /*width: 250px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*text-align: center;*/
}
.filter-col{
    padding-left:10px;
    padding-right:10px;
}

/* Styles for wrapping the search box */



/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*attribute table style*/ .attribute-table tr:nth-child(odd) {
  background-color: #fff;
}

.attribute-table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.attribute-table tr {
  border-bottom: 1px solid #ddd;
}

.attribute-table th:first-child, 
.attribute-table td:first-child {
  padding-left: 16px;
}


.attribute-table td, 
.attribute-table th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.attribute-table th {
  font-weight: bold;
}

.attribute-table {
  font-size: 13px!important;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
} 
/*end attribute table style*/
.main-category-icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 51px;
	margin: 20px auto 10px;
	width: 52px;
}
.map-category-container p {
    text-align: center;
}
.selected-map-category {
    border-bottom: 2px solid rgb(30, 30, 30);
}
