.p-viewer {
        position: relative;
        margin: -30px 10px;
        float: right;
        cursor: pointer;
    }

    #quotediv {
        display: none;
        padding: 5px 15px;
    }

    .text-red {
        color: #ff0000;
    }

    .label-padding-top {
        padding-top: 36px !important;
    }

    .form-group-right {
        float: right;
        margin-top: 22px;
    }

    .mt-negative-15 {
        margin-top: -15px;
    }

    .float-right {
        float: right;
    }

    .lg-logo-img {
        width: 200px;
        height: 55px;
    }

    .hide-existing-quote {
        display: none;
    }

    /*Term and condistion css*/
    .custom-modal-width {
        width: 50% !important;
    }

    .modal-header-custom {
        background-color: #0033A1;
        color: #fff;
    }

    .modal-body-custom {
        max-height: 600px;
        overflow-y: auto;
    }

    .logo-img {
        height: 60px;
        width: 30%;
    }

    p.justify {
        text-align: justify;
    }
    /*Term and condistion css end*/
    .mt-22 {
        margin-top: 22px;
    }

    .btn-black {
        color: #000;
    }

    /* Modal dialog width */
    .modal-lg-90 {
        width: 90% !important;
    }

    /* Modal header colors */
    .modal-header-blue {
        background-color: #0033A1;
        color: #fff;
    }

    /* Modal body scroll and height */
    .modal-body-scroll {
        max-height: 600px;
        overflow-y: auto;
    }

    /* Padding top 10px (used twice) */
    .pt-10 {
        padding-top: 10px;
    }

    /* Float right (for the button container) */
    .float-right {
        float: right;
    }
