@charset "utf-8";
/* CSS Document */
/*btn-search*/
.btn-common
{
	display:block;
	margin:10px auto;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#3b5999;
	color:#ddd;
	font-size:14px;
	border-radius:5px;
}
.btn-common:hover
{
	color:#fff;
}
.btn-search
{
	font-size: 16px;
	color:#b5b6b7;
    padding: 12px 12px;
    line-height: 1em;
	background:#fff;
	border-radius:50%;
	box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn-search:hover
{
	box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.3),2px -2px 5px rgba(153, 153, 153, 0.3),-2px 2px 5px rgba(153, 153, 153, 0.3),-2px -2px 5px rgba(153, 153, 153, 0.3);
}
.input-search
{
	border-color: inherit;
	border: 0;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#3b5999, #3b5999);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}
