.pull-right
{
    float: right;
}

body
{
    padding-top: 0px !important;
}


.dt-buttons
{
    margin-top: 10px;
    margin-bottom : 10px;
}

a:not(.btn)
{
    color: #dc3545 !important;
}

.card-primary:not(.card-outline)>.card-header
{
    background-color: #dc3545;
}

.card-primary:not(.card-outline)>.card-header h3.card-title
{
    margin-bottom: 0px;
}

.sidebar a, a.brand-link
{
    color: white !important;
    text-decoration : none;
}


 body{
    padding : 15px;
}
.main-container
{
    padding: 15px;
    border-top: 3px solid black;
}

.hcenter
{
    text-align: center;
}

.Zebra_DatePicker_Icon_Wrapper
{
    max-width: 100%;
    width: 100% !important;
}

textarea
{
    height : 110px !important;
}

.no-border-top
{
    border-top: none;
}


.yellow-bg
{
    background-color: lightyellow !important;
    
}

.invoice_text
{
    font-size: 33px;
    font-weight: 300;
    color: black;
}

.invoice_top_header_label
{
    font-size: 10px;
    font-weight: 400;
    color: black;
}

.invoice_top_header_value
{
    font-size: 15px;
    color: black;
    font-weight: bold;
}

.invoice-logo-container
{
    text-align: right;
}

.invoice_section_top
{
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.invoice_address_container
{
    padding-top: 45px;
    
}

.invoice_address_label
{
    font-size: 11px;
    color: #808080;
    padding-bottom: 7px;
}

.invoice_address_name
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
}

.invoice_address_address
{
    font-size: 14px;
    color: #727272;
    padding-bottom: 10px;
}

.invoice_address_phone, .invoice_address_email
{
    font-size: 12px;
    color: #727272;
}

.invoice_address_phone
{
    padding-bottom: 5px;
}

.invoice_vehicle_details_container
{
    background-color: #F6FAFF;
    margin-top: 40px;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.invoice_vehicle_details_text
{
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
    padding-left: 15px;
}

.vehicle_details_label
{
    color: #3B5E8D;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
}

.vehicle_details_value
{
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
}

.payment_breakdown_text{
    font-size: 13px;
    color: black;
    padding-bottom: 10px;
    font-weight: bold;
}

.payment_breakdown_table{
    width: 100%;
}

.payment_breakdown_table thead tr th
{
    background-color: #3B5E8D;
    color: white;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 12px;
}

.payment_breakdown_table tbody tr th, .payment_breakdown_table tbody tr td
{
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 12px;
}

.payment_breakdown_table tbody tr.odd th,
.payment_breakdown_table tbody tr.odd td
{
    background-color: white;
}

.payment_breakdown_table tbody tr.even th,
.payment_breakdown_table tbody tr.even td
{
    background-color: #F7F7F7;
}

.payment_breakdown_table tbody tr.even.last th,
.payment_breakdown_table tbody tr.even.last td
{
    background-color: #E5E5E5;
}

.payment_breakdown_table tbody tr.even.last th
{
    font-size: 13px;
}

.payment_breakdown_table tbody tr.even.last td
{
    font-size: 13px;
}

.payment_breakdown_table tbody tr.even.last td.balance_amount{
    font-size: 15px;
    font-weight: bold;
}

.invoice_footer_text
{
    font-weight: bold;
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 20px;
   // border-bottom: 1px solid #C3DCFD;
}

.invoice_footer_section_title
{
    font-weight: bold;
    color: #939393;
    font-size: 12px;
    
    padding-bottom: 4px;
}

.invoice_footer_section_value
{
    color: #727272;
    font-size: 12px;
}

.footer_bottom_section_container
{
    border-right: 1px solid #D9D9D9;
    padding-left: 20px;
}

.footer_bottom_section_container:last-child
{
    border-right: none;
}

.footer_bottom_section
{
    padding-top: 10px;
    border-top: 1px solid #C3DCFD;
}

.invoice_vehicle_details_col
{
    border-right: 1px solid #E6E6E6;
    padding-left: 20px;
}

.invoice_vehicle_details_col:nth-child(1)
{
    padding-left: 15px;
}

.invoice_vehicle_details_col:last-child
{
    border-right: none;
}

.footer_bottom_section_container img
{
    width : 11px;
    margin-right: 7px;
}

.footer_bottom_section_container:nth-child(1)
    {
        padding-left: 0px;
    }

@media screen and (max-width: 992px)
{
    .invoice_view .invoice_vehicle_details_col
    {
        padding-left: 15px;
    }
    
    .invoice_vehicle_details_col
    {
        padding-top: 10px;
        text-align: center;
    }
    
    .invoice_vehicle_details_text
    {
        text-align: center;
    }
    
    
}

@media screen and (max-width: 768px)
{
    .invoice_view .footer_bottom_section_container
    {
        text-align: center;
        padding-bottom: 20px;
    }
    
    
}