﻿/*Only Ezy App Application Custome CSS Start*/
.topspace-28 {
    padding-top: 28px;
}
.lblSuccessMessage pre {
    font-family: "Arial" !important;
    white-space: normal;
}
table.rwd-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.orderidandinfo {
    display:block;
}
.orderidandinfo .lbl-order {
    display:inline-block;
    padding-right: 25px;
    box-sizing:border-box;
    width: 30%;
}
.orderidandinfo .applicant-date {
    display:inline-block;
    margin-top: 6px;
    width: 30%;
    text-align:left;
}
.orderidandinfo .applicant-name {
    display:inline-block;
    margin-top: 6px;
    width: 40%
}
.orderidandinfo .applicant-name .applicant-name-box {
    display: inline-block;
    padding-left: 20px;
}
.thankYou {
    width:100%;
} 
.thankYou .image-box {    
    display: table-cell;
    width: 240px;
    height: auto;
    vertical-align: top;
}
.thankYou .image-box .img {
    border: 2px solid #dddddd;
    border-radius: 6px;
    width: 95%;
    height: auto;
}
.thankYou .text-box {    
    display: table-cell;
    height: auto;
    vertical-align: top; 
    font-size: 16px;
}
.thankYou .text-box .label {    
    font-size: 16px;
}

.greyBox-EzyApp {
    background: #eee;
    padding: 0px 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.securePaymentBox {
    display: block;
    text-align: center;
    min-width: 70%;
    width: fit-content;
    margin: 20px auto;
}
.paymentImg {
        text-align:center;
        margin: 0px auto;
    }
.paymentImg .img {
        width:80px;
    }
.securePaymentBox h2 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 30px;
}
.securePaymentBox p {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 24px;
}
.securePaymentBox .okButton {
    padding: 15px 25px;
    min-width: 100px;
}


.custome-table-threecolumn table.columnTable,
table#MotorVehicleTable {
    border-bottom: 1px solid #ced2d8;
    padding: 15px 0px;
    margin-bottom: 10px;
}
.custome-table-threecolumn table.columnTable:last-child,
table#MotorVehicleTable:last-child {
    border-bottom: 0px solid #ced2d8;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.custome-table-threecolumn table.columnTable tr,
table#MotorVehicleTable tr {
    width: 33.33%;
    display: inline-block;
    padding-bottom:20px;
}
.custome-table-threecolumn table.columnTable tr td,
table#MotorVehicleTable tr td {
    width: 100%!important;
    display: block;
    margin: 0px;
    padding: 0px 25px 0px 0px;
}
table#MotorVehicleTable tr td:nth-child(2) ,
table#MotorVehicleTable tr td:nth-child(4)
{
    padding-bottom: 15px;
}
    table#MotorVehicleTable tr.MotorVehicleTable-Seprator {
        display: block;
        width: 100%;
        padding-right: 20px;
    }
    table#MotorVehicleTable tr.MotorVehicleTable-Seprator td {
        display: block;
        width: 100%;
        border:0px solid;
        border-bottom: 1px solid #ced2d8;
        padding: 6px 0px;
        margin-bottom: 10px;
    }
    table#MotorVehicleTable tr.MotorVehicleTable-Seprator td hr {
        border: 0px solid;
    }
    table#MotorVehicleTable span.Label {
        margin-top:10px;
    }
    
.custome-tablecolumn {
    width: 65%;
    margin: 0px auto;
}
.dateOfServiceEnd {
    padding-left: 15px;
}
.custome-tablecolumn td {
    padding-right:0;
}
.custome-tablecolumn hr {
    padding: 15px 0px 0px;
    margin-bottom: 15px;
    border: 0px;
    border-bottom: 1px solid #ced2d8;
}
.custome-tablecolumn .label, 
.custome-tablecolumn .Label {
    font-family: "Arial";
    font-size: 13px;
    font-weight: normal;
    color: #595858;
}



@media only screen and (max-width: 1023px) {
    .header-hold {
        display: block;
    }
    .title-hold {
        margin-top: 20px;
    }
    .orderidandinfo {
        display:block;
    }
    .orderidandinfo .lbl-order {
        display:inline-block;
        padding-right: 0;
        width: 100%;
    }
    .orderidandinfo .applicant-date {
        display:inline-block;
        margin-top: 15px;
        width: 100%;
        text-align:left;
    }
    .orderidandinfo .applicant-name {
        display:inline-block;
        margin-top: 6px;
        width: 100%;
    }
    .orderidandinfo .applicant-name .applicant-name-box {
        padding: 10px 0px;
        display: block;
    }
    
    .custome-tablecolumn {
        width: 100%;
        margin: 0px auto;
    }
    .custome-tablecolumn td:first-child {
        padding-bottom: 0px;
    }
    .custome-tablecolumn td.dateOfServiceEnd {
        padding-bottom: 0px;
    }
    .dateOfServiceEnd {
        padding-left: 0px;
    }
    .custome-table-threecolumn table.columnTable,
    table#MotorVehicleTable {
        display:inline-block;
        border-bottom-width: 2px;
    }
        .custome-table-threecolumn table.columnTable tr td,
        table#MotorVehicleTable tr td {
            padding-right: 0px;
        }
        table#MotorVehicleTable tr {
            padding-bottom:0px;
            margin-bottom: 15px;
        }
        table#MotorVehicleTable tr td:nth-child(even) {
            padding-bottom:15px;
        }

        .header-hold .logo img {
            width: 120px;
        }
        .ezyapp-menu .menuLevel {
            padding: 4px 20px 6px 20px;
            font-size: 14px;
        }

         .thankYou .image-box {
            display: block;
            margin: 0px auto;
            padding-bottom: 30px;
        }
        .thankYou .text-box {
            display: block;
        }
}


@media only screen and (max-width: 568px) {
    .action-button-holder .action-holder-right {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .order-actions {
        margin-bottom:5px;
    }
}
/*Only Ezy App Application Custome CSS End*/