/*panel search input form*/
#search-form form{
position: relative;
width: 100%;
font-size: 18px;
padding: 8px 15px;
padding-right: 37px;
background-color: #fff;
border-radius: 10px;
margin-left: 15px;
}


#search-form{
float: left;
margin-top: 10px;
height: 30px;
width: 80%;
outline: none;
border: none;
}


#search-form form input{
width: 100%;
color: #222;
border: 0;
font-size: 18px;
border: none;
background-color: transparent;
}

#search-form form button{
position: absolute;
top: 6px;
right: 6px;
font-size: 18px;
color: #222;
height: 22px;
border: none;
outline: none;
background: #fff;
cursor: pointer;
}

#search-form form button i{
font-size: 22px;
}






/*search output result*/


.search-modal-content{
width: 100%;
overflow: hidden;
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
-webkit-border-image: url(none) 30 stretch; /* Safari 3.1-5 */
-o-border-image: url(none) 30 stretch; /* Opera 11-12.1 */
border-image: url(none) 30 stretch;
}
