.invoices table .row-options {
    display: none !important;}
    
.estimates table .row-options {
    display: none !important;}

.payments table .row-options {
    display: none !important;}
    
.leads table .row-options {
    display: none !important;}




    tr.even {
    background: #f5f5f5 !important;
}

.s-status {
    margin-top: -4px !important;}
    
    .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 12px 10px 8px 10px !important;
}

table .staff-profile-image-small {
    height: 23px !important;
    width: 23px !important;}
    
    td.dataTables_empty {
    height: 190px !important;
}


.proposal-view .col-md-4 {
    width: 100% !important;
}

.proposal-view .nav-tabs-flat {
    display: none !important;}

.proposal-view .col-md-8 {
    width: 100% !important;
}

#expenses_to_bill {
    width: 100% !important;
}

#expenses_to_bill .font-medium.bold.text-danger {
    display: none !important;
}


@media (min-width: 992px){
.web-to-lead .col-md-12 {
    width: 50% !important;
}
}

.web-to-lead .text-danger {
    display: none !important;
}

.web-to-lead  .btn.btn-success {
    width: 100% !important;
    margin-left: 50% !important;
    margin-top: 20px !important;
    text-transform: none !important;
    font-size: 19px !important;}
