.table_stock{
	margin-top: 20px;
	position: relative;

}

.stock_page{
	background-color: #FFF;
}

.add_frns{
	top: initial;
}

.search_stock{
	margin-left: 30px;
	margin-bottom: 30px;
    margin-top: 80px;
}

.search_stock input[type=text]{
	border:1px solid #e5e5e5;
	border-radius: 2px;
	width: 200px;
    padding-left: 20px;
    height: 30px;
}

.search_stock input[type=text]:nth-child(odd){
	margin-left: 20px;
}

.search_stock input[type=submit]{
	text-align: center;
    width: auto;
    border: 1px solid #9B59B6;
    color: #9B59B6;
    background-color: transparent;
    height: 30px;
    font-size: .9em;
    font-weight: bold;
    border-radius: 2px;
    margin-left: 20px;

    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.search_stock input[type=submit]:hover{
	background-color: #9B59B6;
    color: white;
}

.table_stock thead tr th:first-child{
    border-top-left-radius: 2px;
}

.table_stock thead tr th:last-child{
    border-top-right-radius: 2px;
}

.table_stock tbody tr:not(.show){
    display: none;
}

.bloc-btn-pagination .btn-pagination{
    display: inline-block;
    color: #788288;
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #fcfcfd;
    border-radius: 2px 0px 0px 2px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    box-shadow: 0 0px 3px rgba(90,90,90,0.4);
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.bloc-btn-pagination .btn-pagination:nth-child(2){
    border-radius: 0px 2px 2px 0px;
}

.btn-pagination:hover{
    background: #ECECEC;
}
