
.float_n {
    float: none !important;
}

.add_more_plus{
    float: left;
    height: 16px;
    margin-left: 10px;
    margin-top: 10px;
    width: 16px;
}

.add_more_plus img {
    margin-top: 5px;
    float: left;
    cursor:pointer;
}

.remove_less_minus {
    float: left;
    height: 16px;
    margin-left: 10px;
    margin-top: 10px;
    width: 16px;
}

.remove_less_minus img {
    margin-top: 5px;
    float: left;
    cursor:pointer;
}

.property_address {
    width:100%;
    float:left;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 200px;
}

.search_driver{
    padding: 8px 1%;
    min-width: 350px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c4c4c4;
}

.property_address li {
    width: 100%;
    cursor: move;
    min-height: 35px;
    z-index: 5;
}

.property_address li:nth-child(2n) {
    background: #f1f1f1;
}

.property_address li:last-child {
    
}

.driver_name_table {
    margin-top: 10px;
    float: left;
    width: 100%;
    min-height: 20px;
}

.driver_name_table li {
    float: left;
    width: 95%;
}

.driver_name {
    margin-bottom: 20px;
    margin-bottom: 15px;
    width:98%;
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 1%;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.connectedSortable1 {
    font-size: 15px;
}

.driver_name_table .connectedSortable1 {
    margin-left: 5%;
    margin-bottom: 5px;
    font-size: 15px;
    cursor: move;
}

.completed_jobs_li {
    float: left;
    width: 95%;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 5%;
}

.driver_name_table .completed_jobs {
    cursor: move;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 5%;
}

.driver_name_wrapper {
    border: 1px solid #c4c4c4;
    border-top: none;
    padding: 0 1%;
}

.driver_name_span {

}

.driver_names_header {
    background: none repeat scroll 0 0 #c4c4c4;
    margin-bottom: 20px;
    padding: 1%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.connectedSortable1_link {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.connectedSortable1_link a {
    text-decoration: underline;
}

.connectedSortable1_checkbox {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.date_assignment_wrapper_div {
    text-align: center;
}

.date_assignment_wrapper_div span {
    font-size: 18px;
}

#assignment_filter_date {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    text-align: center;
    width:180px;
}


#assignment_filter_date_to {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    text-align: center;
    width: 180px;
}

#assignment_date {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
}


#driver_date {
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
}

#ui-datepicker-div {
    z-index: 111 !important;
}

.show_lines {
    display: none;
    margin: 20px auto;
    width: 95%;
}

.total_records_display {
    float: right;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}

.total_records_display span {
    color:#0082D7;
}

.width_94_9 {
    width: 94.9% !important;
}

.width_98_5 {
    width: 98.5% !important;
}

.width_98_per {
    width:98% !important;
}

#totalUnpaidAmount {
    text-align:right;
}

#totalPaidAmount {
    text-align:right;
}
.totalSums {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.totalSums #totalUnpaidAmount {
    line-height: 10px;
    padding: 10px;
    text-align: left !important;
}

.totalSums #totalPaidAmount {
    line-height: 10px;
    padding: 10px;
    text-align: left !important;
}

.totalSums #totalVatPaidAmount {
    line-height: 10px;
    padding: 10px;
    text-align: left !important;
}