.side-content{
  margin-top: 20px;
  margin-left: 2%;
  min-height: 80%;
}
#side-search{
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-color: yellow;
  padding: 15px;
  padding-top: 2vh;
}

#search-title{
  font-size: 1.3vw;
  color: black;
  font-family: 'Helvetica-Bold';
  text-align: center;
  text-transform: uppercase;
}
#side-search label{
  color: black;
  font-family: 'Helvetica-Bold';
  font-size: 1.1vw;
}
#side-search input{
  color: black;
  font-family: 'Helvetica-Bold';
  font-size: 1.05vw;
}

.search-options{
  color: yellow;
}

.results-main-grid{
  color: yellow !important;
  font-size: 1.1vw;
  font-family: 'Helvetica-Bold';

}
#main-form{
  margin-top: 20px;
}
#main-form label{
  margin-bottom: 0 ;
}
#main-form input{
  border-radius: 0;
}

.pagerMain{
  margin: auto;
}

.section-detail{
  width:100%;
  background-color: white;
  padding: 10px;
}

.no-padding-section{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*SEARCH */
#language{
  width: 50%;
}
#doc_type{
  width: 50%;
}

.record-title-text{
  color: black;
}

.record-list-element{
  width: 70%;
  margin-top: 15px;
}
.record-list{
  list-style-type: none;
}

.image-container{
  position: relative;
  width: 20vw;
  max-width: 20vw;
  max-height: 40vh;
  min-width: 19vh;
  min-height: 25vh;
}

.thumbnail-image{
  width: 19vw;
  max-width: 19vw;
  max-height: 25vh;
}
.original-thumbnail{
  object-fit: cover;
}
.photo-image{
  width: 15vw;
  max-width: 15vw;
  max-height: 20vh;
  object-fit: cover;
}

.record-link{
  color: yellow;
}
.record-wrap{
    padding-bottom: 2vh;
}

/* LIST VIEW */

.list-view-wrapper{
  border-top: 1px solid grey;
  /*border-bottom: 1px solid grey;*/
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.thumbnail-list-image{
  width: 12vw;
  max-width: 12vw;
  max-height: 16vh;
}

.image-container-list{
  position: relative;
  width: 13vw;
  max-width: 15vw;
  max-height: 17vh;
  min-width: 15vh;
  min-height: 17vh;
}

.record-title-list{
  font-size: 1.2vw;
  font-family: 'Helvetica-Bold';
  text-align: left;
  color: yellow;
}
.record-title-list  a{
  text-decoration: none;
  color: yellow;
}

/**RESULTS */
.option-block{
  border: 1px solid black;
  background-color: #dddddd;
  width: 50%;
  color: black;
  margin: auto;
  font-size: 0.9vw;
  padding: 0.5rem;
}

.counter-block{
  color: yellow;
  margin: auto;
  font-size: 1.2vw;
  padding: 0.5rem;
  font-family: 'Helvetica-Bold';
}
.block-select{
  background-color: yellow;
  color: black;
  border: 1px solid black;
  font-size: 1vw;
  padding: 0.5rem;
}

.props-field{
  text-align: left;
}

#grid_view{
}

.result-main-content{
  background-color: black;
  color: yellow;
  font-size: 1.2vw;
  font-family : 'Helvetica-Bold';
}
