.savbtn_area {
    text-align: left !important;
}
.machinerequest-list {
    padding: 2.5px 5.5px !important;
}

.savebtn {
    padding: 10px 20px !important;
    background: #007bff !important;
    color: #fff;
    font-size: 14px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 4px;
}

.dataTables_filter {
    position: absolute;
    width: 292px;
    float: right;
    margin-right: 8px;
    padding-top: 4px;
    right: 335px;
    /*153px*/
    top: -69px;
}

#trucknumber_table_filter {
    right: 190px;
}

.dataTables_filter label {
    font-size: 0;
    position: relative;
}

.dataTables_filter input {
    width: 292px;
    height: 31px;
    border: #888 1px solid !important;
    padding-right: 3px !important;
    padding-right: 4px \9 !important;
    padding-left: 17px !important;
    padding-left: 4px \9 !important;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    color: #a8a8a8 !important;
    font-size: 13px;
    font-family: 'Conv_AvenirLTStd-Medium';
    margin-bottom: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.dataTables_filter label:after {
    width: 11px;
    height: 11px;
    background: url(../img/search_ico.png) no-repeat center center;
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    margin: auto;
}
span.incident_no_textbox {
    border: 1px solid #d9d9d9;
    font-size: 14px;
	line-height: 1.42857143;
    color: #000;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(255,255,255,1);
    display: block;
    border-radius: 30px;
    padding: 0 0 0 10px;
}
    
span.incident_no_textbox input {
    border: 0px;
	background-color: #FFF;
}
span.incident_no_textbox:focus
{
	border: 0px;
}