/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 квіт 2016, 10:09:31
    Author     : nvv1982
*/


#search_div{
position:relative;
float:left;
width:300px;
top:-7px;
left:5px;
overflow-y: hidden;
}

#search_inp{
max-width: 100%;
background-color: white;
color:black;
width:300px;
font-size:20px;
height:30px;
}
#search_close_div{
float:right;

}
#searchtp_div{
position:relative;
top:-7px;
left:20px;
width:100px;
float:left;
}
#searchtp_sel{
height:35px;
font-size:20px;
}
#search_body{
    overflow-y: scroll;
    width:100%;
    height:75vh;
  }
  
  .td_code{
      font-size:8pt;
      width:20px;
  }
  
  #podbor_bt{
      float:left;
  }