@charset "UTF-8";
.btn-deep-orange{
    background:#F57403;
}
.btn-orange{
    background: #FFA726;
}
.btn-gray{
    background: #BDBBBD;
}
.btn-seek-bg{
    background: #FE8F17;
    border-color: #FE8F17;
}
.btn-seek-bg:hover{
    background: #FEA027;
    border-color: #FEA027;
}
 .btn_bg_blue{
 	background:#29b6f6;
 }
 