
@media only screen and (max-device-width: 767px) {
    #task-readyToSend-detail .panel-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}