
.search-button{
  float:right;
  background: #a0a0a0;
  color: #fff;
  padding: 0px 10px 0px 10px;
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
  line-height: 40px;
  font-size: 15px;  
  cursor:pointer;
}

.search-block{
  list-style:none;
  padding-left:0!important;
}

.search-block li.item{
  padding:15px;  
  margin-bottom: 25px;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}

.search-block li ul{
  list-style:none;
  padding-left:0!important;
}

.search-block li.item ul li.name-search{
  font-size:16px;
  font-weight:bold;
  color:#000!important;
}

.search-block li.item ul li.link-search{
  font-size:14px;             
  color:#006000!important;
}

.search-block li.item ul li.text-search{
  font-size:12px;
  color:#000!important;             
}

.search-block li.item ul li.text-search span{
  font-size:12px;
  color:silver!important;             
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);  
    z-index:999999;  
      -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 85%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 15%;
    padding: 15px;
    background: #a0a0a0;
    font-size: 13px;
    border: none;
    cursor: pointer;    
    color:#fff;
}

.overlay button:hover {
    background: #bbb;
}

button[class="show_next"]{
    background: #a0a0a0;
    font-size: 14px;
    padding:10px;
    border:0!important;
    color:#fff;  
}