@font-face {
    font-family: 'abudhabi';
    src: url('fonts/abudhabi.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'dubainew';
    src: url('fonts/dubainew.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'sharjah';
    src: url('fonts/sharjah.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.number-plate {
    min-width: 225px !important;
}

.plates-list .plate-holder.standalone {
    margin: 0px;
    margin-bottom: 7px;
}

.plate-holder.standalone {
    margin: 0px 0px;
    border: solid 1px #454545;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

    .plate-holder.standalone > div {
        float: left;
        height: 37px;
    }

        .plate-holder.standalone > div:first-child {
            width: 20%;
            text-align: center;
            font-size: 20px;
            background-color: #c40404;
            color: #fff;
            line-height: 32px;
            font-weight: bold;
        }

            .plate-holder.standalone > div:first-child + div {
                width: 38%;
                font-size: 10px;
                text-align: center;
                line-height: 19px;
                height: 25px;
                margin-top: 6px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

    .plate-holder.standalone.dubai > div:first-child + div {
        background-image: url("../images/PlateImages/dubai-plate.png") !important;
        background-position: center center;
        background-size: 35px;
        background-repeat: no-repeat !important;
        margin-top: 4px;
        text-indent: -99999px;
    }

    .plate-holder.standalone.dubai.private > div:first-child + div {
        background: url("https://portal.moi.gov.ae/eservices/images/PlateImages/Plate_Dubai.svg") no-repeat center center !important;
        background-size: 48px;
        margin-top: 6px;
        text-indent: -99999px;
    }

    .plate-holder.standalone.ummqai > div:first-child + div {
        background-image: url("../images/PlateImages/ummalq-plate.png") !important;
        background-position: center center;
        background-size: 35px;
        background-repeat: no-repeat !important;
        margin-top: 4px;
        text-indent: -99999px;
    }

    .plate-holder.standalone.ajman > div:first-child + div {
        background-image: url("../images/PlateImages/ajman-plate.png") !important;
        background-position: center center;
        background-size: 35px;
        background-repeat: no-repeat !important;
        margin-top: 4px;
        text-indent: -99999px;
    }

    .plate-holder.standalone.abudhabi > div:first-child {
        font-family: abudhabi;
    }

    .plate-holder.standalone.abudhabi > div:last-child {
        font-family: abudhabi;
        font-size: 27px;
    }

    .plate-holder.standalone.dubai > div:last-child {
        font-family: dubainew;
        font-size: 32px;
    }

    .plate-holder.standalone div,
    .plate-holder.standalone.sharjah > div:last-child {
        font-family: sharjah;
    }

    .plate-holder.standalone.abudhabi.private > div:first-child {
        background-color: #fff;
        width: 40%;
        color: #000;
        font-weight: normal;
    }

        .plate-holder.standalone.abudhabi.private > div:first-child + div {
            width: 20%;
            height: 36px;
            background-color: #d00000 !important;
            margin: 0px;
            background-image: url("../images/PlateImages/abudhabi-plate-private.png") !important;
            background-position: center center;
            background-size: 34px;
            background-repeat: no-repeat !important;
        }

    /* AD Taxi */

    .plate-holder.standalone.abudhabi.taxi > div:first-child {
        background-image: url("../images/PlateImages/abudhabi-plate-taxi.png") !important;
        background-position: center center;
        background-size: 75px;
        background-repeat: no-repeat !important;
        background-color: #faf907;
        width: 40%;
    }

        .plate-holder.standalone.abudhabi.taxi > div:first-child + div {
            width: 60%;
            font-size: 18px;
            text-align: center;
            line-height: 38px;
            color: #454545;
            font-family: abudhabi;
        }

    .plate-holder.standalone.abudhabi.private > div:last-child {
        background-color: #fff;
        width: 40%;
        font-family: abudhabi;
    }

    /* AD Diplomatic */
    .plate-holder.standalone.abudhabi.diplomatic {
        background-color: #d00000;
    }

    .plate-holder.standalone.dubai.consula {
        background-color: #faf907;
    }

        .plate-holder.standalone.abudhabi.diplomatic > div:first-child, .plate-holder.standalone.dubai.consula div:first-child {
            width: 30%;
            color: #fff;
            font-size: 10px;
            background-color: #d00000;
            font-weight: normal;
        }

        .plate-holder.standalone.dubai.consula div:first-child {
            background-color: #faf907;
            color: #000;
        }

        .plate-holder.standalone.abudhabi.diplomatic > div:first-child + div, .plate-holder.standalone.dubai.consula > div:first-child + div {
            width: 40%;
            font-size: 18px;
            text-align: center;
            line-height: 27px;
            color: #454545;
            border-radius: 6px;
            background-color: #fff;
            background-image: none !important;
            text-indent: 0px;
        }

        .plate-holder.standalone.abudhabi.diplomatic > div:last-child, .plate-holder.standalone.dubai.consula > div:last-child {
            width: 30%;
            color: #fff;
            font-size: 10px;
        }

        .plate-holder.standalone.dubai.consula > div:last-child {
            color: #000;
        }

    .plate-holder.standalone > div:last-child {
        width: 41%;
        font-size: 30px;
        text-align: center;
        line-height: 38px;
        color: #000;
        font-weight: 600;
    }

    .plate-holder.standalone.dubai > div:first-child {
        background-color: #fff;
        color: #454545;
    }

    /* DU Taxi */

    .plate-holder.standalone.dubai.taxi > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate-taxi.png") !important;
        background-position: 5px center;
        background-size: 55px;
        background-repeat: no-repeat !important;
        background-color: #f8ea08;
        width: 35%;
    }

        .plate-holder.standalone.dubai.taxi > div:first-child + div {
            width: 65%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #000;
            background-color: #f8ea08;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* DU Gov */

    .plate-holder.standalone.dubai.gov > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate-national.png") !important;
        background-position: center center;
        background-size: 55px;
        background-repeat: no-repeat !important;
        background-color: #fff;
        width: 30%;
    }

        .plate-holder.standalone.dubai.gov > div:first-child + div {
            width: 70%;
            font-size: 25px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #cd0000;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* DU Export */

    .plate-holder.standalone.dubai.export > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate-export.png") !important;
        background-position: center center;
        background-size: 87px;
        background-repeat: no-repeat !important;
        background-color: #0059b6;
        width: 40%;
    }

        .plate-holder.standalone.dubai.export > div:first-child + div {
            width: 60%;
            font-size: 25px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* DU Motorcycle */

    .plate-holder.standalone.dubai.motorcycle > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate.png") !important;
        background-position: center center;
        background-size: 47px;
        background-repeat: no-repeat !important;
        background-color: #fff;
        width: 40%;
    }

        .plate-holder.standalone.dubai.motorcycle > div:first-child + div {
            width: 60%;
            font-size: 25px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
            color: #000;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* DU Commercial */

    .plate-holder.standalone.dubai.commercial > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate-commerce.png") !important;
        background-position: center center;
        background-size: 85px;
        background-repeat: no-repeat !important;
        background-color: #fff;
        width: 40%;
    }

        .plate-holder.standalone.dubai.commercial > div:first-child + div {
            width: 60%;
            font-size: 25px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
            color: #000;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* DU Public */

    .plate-holder.standalone.dubai.public > div:first-child {
        background-image: url("../images/PlateImages/dubai-plate-comme-publi.png") !important;
        background-position: center center;
        background-size: 69px;
        background-repeat: no-repeat !important;
        background-color: #02d0de;
        width: 40%;
    }

        .plate-holder.standalone.dubai.public > div:first-child + div {
            width: 60%;
            font-size: 25px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
            color: #8f918e;
            background-color: #02d0de;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
        }

    /* Sharjah Export */

    .plate-holder.standalone.sharjah.export > div:first-child {
        background-color: #0059b6;
        width: 20%;
        font-size: 10px;
        line-height: 20px;
    }

        .plate-holder.standalone.sharjah.export > div:first-child span, .plate-holder.standalone.sharjah.export > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.sharjah.export > div:first-child + div {
            width: 20%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.sharjah.export > div:last-child {
        background-color: #0059b6;
        width: 60%;
        color: #fff;
        font-size: 25px;
    }

    /* Sharjah private */

    .plate-holder.standalone.sharjah.private > div:first-child {
        display: none;
    }

    .plate-holder.standalone.sharjah.private.category > div:first-child {
        display: block;
        width: 20%;
        background-color: #fff;
        color: #000;
    }

    .plate-holder.standalone.sharjah.private > div:first-child + div span {
        display: block;
        font-size: 11px;
        line-height: 7px;
        margin-top: 4px;
    }

    .plate-holder.standalone.sharjah.private > div:first-child + div {
        width: 40%;
        font-weight: normal;
        text-align: center;
        color: #000;
        background-color: #fff;
        margin: 0px;
        height: 32px;
        font-size: 8px;
        line-height: 9px;
    }

    .plate-holder.standalone.sharjah.private.category > div:first-child + div {
        width: 20%;
    }

    .plate-holder.standalone.sharjah.private > div:last-child {
        width: 60%;
        color: #000;
        background-color: #fff;
        font-size: 25px;
    }

    /* Sharjah public */

    .plate-holder.standalone.sharjah.public > div:first-child {
        display: none;
    }

        .plate-holder.standalone.sharjah.public > div:first-child + div span {
            display: block;
            font-size: 11px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.sharjah.public > div:first-child + div {
            width: 40%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #10e99d;
            margin: 0px;
            height: 36px;
            font-size: 7px;
            line-height: 9px;
        }

    .plate-holder.standalone.sharjah.public > div:last-child {
        width: 60%;
        color: #fff;
        background-color: #10e99d;
        font-size: 25px;
    }

    /* Sharjah Classic */

    .plate-holder.standalone.sharjah.classic > div:first-child {
        background-color: #94543b;
        width: 30%;
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
    }

        .plate-holder.standalone.sharjah.classic > div:first-child span, .plate-holder.standalone.sharjah.classic > div:last-child span {
            display: block;
            line-height: 7px;
            margin-top: 5px;
        }

    .plate-holder.standalone.sharjah.classic > div:last-child {
        width: 35%;
        font-weight: normal;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        background-color: #94543b;
    }

    .plate-holder.standalone.sharjah.classic > div:first-child + div {
        background-color: #94543b;
        width: 35%;
        color: #fff;
        font-size: 25px;
        margin: 0px;
        height: 37px;
        line-height: 30px;
    }

    /* Ajman Undertrail */

    .plate-holder.standalone.ajman.undertrail > div:first-child {
        background-image: url("../images/PlateImages/ajman-plate-under-trail.png") !important;
        background-position: center center;
        background-size: 125px;
        background-repeat: no-repeat !important;
        background-color: #cf1e0c;
        width: 56%;
    }

        .plate-holder.standalone.ajman.undertrail > div:first-child + div {
            width: 44%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #FFF;
            background-color: #cf1e0c;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* Ajman Export */

    .plate-holder.standalone.ajman.export > div:first-child {
        background-image: url("../images/PlateImages/ajman-plate-export.png") !important;
        background-position: center center;
        background-size: 125px;
        background-repeat: no-repeat !important;
        background-color: #0b89bb;
        width: 56%;
    }

        .plate-holder.standalone.ajman.export > div:first-child + div {
            width: 44%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #FFF;
            background-color: #0b89bb;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* Ajman motorcycle */

    .plate-holder.standalone.ajman.motorcycle > div:first-child {
        background-image: url("../images/PlateImages/ajman-plate-1.png") !important;
        background-position: center center;
        background-size: 95px;
        background-repeat: no-repeat !important;
        background-color: #fff;
        width: 56%;
    }

        .plate-holder.standalone.ajman.motorcycle > div:first-child + div {
            width: 44%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #000;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
        }

    /* Ajman public */

    .plate-holder.standalone.ajman.public > div:first-child {
        background-image: url("../images/PlateImages/ajman-plate-white.png") !important;
        background-position: center center;
        background-size: 47px;
        background-repeat: no-repeat !important;
        background-color: #10e99d;
        width: 56%;
    }

        .plate-holder.standalone.ajman.public > div:first-child + div {
            width: 44%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #10e99d;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
        }

    /* Ajman Private */

    .plate-holder.standalone.ajman.private > div:first-child {
        background-color: #fff;
        color: #454545;
        width: 20%;
    }

        .plate-holder.standalone.ajman.private > div:first-child + div {
            background: url("https://portal.moi.gov.ae/eservices/images/PlateImages/Plate_Ajman.svg") no-repeat center center !important;
            background-size: 62px;
            background-color: #fff;
            width: 20%;
            height: 32px;
            margin: 0px;
        }

    .plate-holder.standalone.ajman.default > div:first-child {
        background-color: #fff;
        color: #454545;
        width: 30%;
    }

        .plate-holder.standalone.ajman.default > div:first-child + div {
            background-image: url("../images/PlateImages/ajman-plate.png") !important;
            background-position: center center;
            background-size: 55px;
            background-repeat: no-repeat !important;
            background-color: #fff;
            width: 35%;
            height: 32px;
            margin: 0px;
        }

    .plate-holder.standalone.ajman.ajman > div:last-child {
        width: 35%;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #000;
        background-color: #fff;
        text-indent: 0px;
        background-image: none !important;
        margin: 0px;
        height: 32px;
    }

    /* Ummal Private */

    .plate-holder.standalone.ummal.private > div:first-child {
        background-color: #fff;
        color: #454545;
        width: 20%;
    }

        .plate-holder.standalone.ummal.private > div:first-child + div {
            background-image: url("../images/PlateImages/ummalq-plate.png") !important;
            background-position: center center;
            background-size: 43px;
            background-repeat: no-repeat !important;
            background-color: #fff;
            width: 30%;
            height: 32px;
            margin: 0px;
        }

    .plate-holder.standalone.ummal.private > div:last-child {
        width: 50%;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #000;
        background-color: #fff;
        text-indent: 0px;
        background-image: none !important;
        margin: 0px;
        height: 32px;
    }

    /* Ummal public */

    .plate-holder.standalone.ummal.public > div:first-child {
        background-image: url("../images/PlateImages/ummalq-plate.png") !important;
        background-position: center center;
        background-size: 43px;
        background-repeat: no-repeat !important;
        background-color: #10e99d;
        width: 56%;
    }

        .plate-holder.standalone.ummal.public > div:first-child + div {
            width: 44%;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            color: #000;
            background-color: #10e99d;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
        }


    /* Ummal Export */

    .plate-holder.standalone.ummal.export > div:first-child {
        background-color: #0059b6;
        width: 20%;
    }

        .plate-holder.standalone.ummal.export > div:first-child span, .plate-holder.standalone.ummal.export > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.ummal.export > div:first-child + div {
            width: 20%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.ummal.export > div:last-child {
        background-color: #FFF;
        width: 60%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah undertrail */
    .plate-holder.standalone.khaimah.undertrail > div:first-child {
        width: 27%;
        font-size: 10px;
        font-weight: normal;
        background-color: #cf1e0c;
    }

        .plate-holder.standalone.khaimah.undertrail > div:first-child span, .plate-holder.standalone.khaimah.undertrail > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.undertrail > div:first-child + div {
            width: 38%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #cf1e0c;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.khaimah.undertrail > div:last-child {
        background-color: #FFF;
        width: 35%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah Export */

    .plate-holder.standalone.khaimah.export > div:first-child {
        width: 15%;
        font-size: 10px;
        font-weight: normal;
        background-color: #0059b6;
        line-height: 21px;
    }

        .plate-holder.standalone.khaimah.export > div:first-child span, .plate-holder.standalone.khaimah.export > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.export > div:first-child + div {
            width: 35%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 10px;
            line-height: 20px;
        }

            .plate-holder.standalone.khaimah.export > div:first-child + div > div:first-child {
                width: 20%;
                line-height: 8px;
                font-size: 8px;
                float: left;
                margin-top: 5px;
            }

            .plate-holder.standalone.khaimah.export > div:first-child + div > div:last-child {
                width: 80%;
                float: left;
            }

    .plate-holder.standalone.khaimah.export > div:last-child {
        background-color: #0059b6;
        width: 50%;
        color: #FFF;
        font-size: 25px;
    }

    /* Khaimah works */

    .plate-holder.standalone.khaimah.works > div:first-child {
        width: 20%;
        font-size: 10px;
        font-weight: normal;
        background-color: #0059b6;
    }

        .plate-holder.standalone.khaimah.works > div:first-child span, .plate-holder.standalone.khaimah.works > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.works > div:first-child + div {
            width: 40%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.khaimah.works > div:last-child {
        background-color: #FFF;
        width: 40%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah private */

    .plate-holder.standalone.khaimah.private > div:first-child {
        background-color: #fff;
        width: 40%;
        color: #000;
        font-weight: normal;
    }

        .plate-holder.standalone.khaimah.private > div:first-child + div {
            width: 17%;
            height: 36px;
            margin: 0px;
            background-image: url("../images/PlateImages/khaimah-plate.png") !important;
            background-position: center center;
            background-size: 24px;
            background-repeat: no-repeat !important;
            border-left: solid 1px;
            border-right: solid 1px;
        }

    .plate-holder.standalone.khaimah.private > div:last-child {
        background-color: #fff;
        width: 40%;
    }

    /* Khaimah motorcycle */

    .plate-holder.standalone.khaimah.motorcycle > div:first-child {
        background-color: #fff;
        width: 20%;
        font-size: 10px;
        line-height: 20px;
        color: #000;
        font-weight: normal;
    }

        .plate-holder.standalone.khaimah.motorcycle > div:first-child span, .plate-holder.standalone.khaimah.motorcycle > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.motorcycle > div:first-child + div {
            width: 20%;
            font-weight: normal;
            text-align: center;
            color: #000;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.khaimah.motorcycle > div:last-child {
        background-color: #fff;
        width: 60%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah public */

    .plate-holder.standalone.khaimah.public > div:first-child {
        background-color: #10e99d;
        width: 20%;
        font-size: 10px;
        line-height: 20px;
        color: #000;
        font-weight: normal;
    }

        .plate-holder.standalone.khaimah.public > div:first-child span, .plate-holder.standalone.khaimah.public > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.public > div:first-child + div {
            width: 20%;
            font-weight: normal;
            text-align: center;
            color: #000;
            background-color: #10e99d;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.khaimah.public > div:last-child {
        background-color: #10e99d;
        width: 60%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah Taxi */

    .plate-holder.standalone.khaimah.taxi > div:first-child {
        width: 20%;
        font-size: 10px;
        font-weight: normal;
        background-color: #fff;
        color: #000;
    }

        .plate-holder.standalone.khaimah.taxi > div:first-child span, .plate-holder.standalone.khaimah.taxi > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.khaimah.taxi > div:first-child + div {
            width: 30%;
            font-weight: normal;
            text-align: center;
            color: #000;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 10px;
            line-height: 20px;
        }

    .plate-holder.standalone.khaimah.taxi > div:last-child {
        background-color: #10e99d;
        width: 50%;
        color: #000;
        font-size: 25px;
    }

    /* Khaimah privateclass */

    .plate-holder.standalone.privateclass > div:first-child {
        background-color: #fff;
        color: #000;
    }

        .plate-holder.standalone.privateclass > div:first-child + div {
            background-image: url("../images/PlateImages/khaimah-plate-1.png") !important;
            background-position: center center;
            background-size: 35px;
            background-repeat: no-repeat !important;
            margin-top: 0px;
            text-indent: -99999px;
            height: 32px;
        }

    /* Khaimah tower */

    .plate-holder.standalone.tower > div:first-child {
        display: none;
    }

        .plate-holder.standalone.tower > div:first-child + div {
            background-image: url("../images/PlateImages/khaimah-plate-tower.png") !important;
            background-position: center center;
            background-size: 55px;
            background-repeat: no-repeat !important;
            margin-top: 0px;
            text-indent: -99999px;
            height: 38px;
        }

    .plate-holder.standalone.tower > div:last-child {
        width: 65%;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #000;
    }

    /* fujairah private */

    .plate-holder.standalone.fujairah.private > div:first-child {
        background-color: #fff;
        color: #000;
    }

        .plate-holder.standalone.fujairah.private > div:first-child + div {
            background-image: url("../images/PlateImages/fujairah-pate.png") !important;
            background-position: center center;
            background-size: 35px;
            background-repeat: no-repeat !important;
            margin-top: 0px;
            text-indent: -99999px;
            height: 32px;
        }

    .plate-holder.standalone.fujairah.private > div:last-child {
        font-size: 30px;
    }
    /* fujairah motorcyle */
    .plate-holder.standalone.fujairah.motorcyle > div:first-child {
        width: 20%;
        font-size: 15px;
        font-weight: normal;
        background-color: #fff;
        color: #000;
    }

        .plate-holder.standalone.fujairah.motorcyle > div:first-child + div {
            width: 30%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #fff;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 15px;
            line-height: 32px;
            color: #000;
        }

    .plate-holder.standalone.fujairah.motorcyle > div:last-child {
        background-color: #FFF;
        width: 50%;
        color: #000;
        font-size: 25px;
    }

    /* fujairah public */

    .plate-holder.standalone.fujairah.public > div:first-child {
        width: 20%;
        font-size: 15px;
        font-weight: normal;
        background-color: #00cfe2;
        color: #000;
    }

        .plate-holder.standalone.fujairah.public > div:first-child + div {
            width: 30%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #00cfe2;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 36px;
            font-size: 15px;
            line-height: 32px;
            color: #000;
        }

    .plate-holder.standalone.fujairah.public > div:last-child {
        background-color: #00cfe2;
        width: 50%;
        color: #000;
        font-size: 25px;
    }

    /* fujairah undertrail */

    .plate-holder.standalone.fujairah.undertrail > div:first-child {
        width: 20%;
        font-size: 10px;
        font-weight: normal;
        background-color: #cf1e0c;
    }

        .plate-holder.standalone.fujairah.undertrail > div:first-child span, .plate-holder.standalone.fujairah.undertrail > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.fujairah.undertrail > div:first-child + div {
            width: 30%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #cf1e0c;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 13px;
            line-height: 20px;
        }

    .plate-holder.standalone.fujairah.undertrail > div:last-child {
        background-color: #cf1e0c;
        width: 50%;
        color: #fff;
        font-size: 25px;
    }

    /* fujairah Exp */

    .plate-holder.standalone.fujairah.export > div:first-child {
        width: 20%;
        font-size: 10px;
        font-weight: normal;
        background-color: #0059b6;
    }

        .plate-holder.standalone.fujairah.export > div:first-child span, .plate-holder.standalone.fujairah.export > div:first-child + div span {
            display: block;
            font-size: 12px;
            line-height: 7px;
            margin-top: 5px;
        }

        .plate-holder.standalone.fujairah.export > div:first-child + div {
            width: 30%;
            font-weight: normal;
            text-align: center;
            color: #fff;
            background-color: #0059b6;
            text-indent: 0px;
            background-image: none !important;
            margin: 0px;
            height: 32px;
            font-size: 13px;
            line-height: 20px;
        }

    .plate-holder.standalone.fujairah.export > div:last-child {
        background-color: #0059b6;
        width: 50%;
        color: #fff;
        font-size: 25px;
    }

/** Abu Dhabi - New Plate **/
.ad-plate-logo div:first-child {
    background-color: #ffffff !important;
    color: #000 !important;
    background: url(https://portal.moi.gov.ae/eservices/images/PlateImages/Plate_AbuDhabi.svg) no-repeat center center !important;
    background-size: 75px;
    text-align: left !important;
    width: 45% !important;
    font-family: abudhabi;
    /*font-size: 15px !important;*/
    padding-left: 5px;
}

.ad-plate-logo div:nth-child(2) {
    width: 20% !important;
    padding-top: 8px;
    display: none;
}

.ad-plate-logo div:nth-child(3) {
    width: 53% !important;
    font-family: abudhabi;
    font-size: 28px !important;
}

.plate-holder.standalone.abudhabi p {
    font-weight: 800;
    font-size: 8px !important;
    line-height: 9px;
}


/* unknown/default plates */
.plate-holder.standalone.other-plates div {
    width: 100% !important;
    font-size: 14px !important;
    background-color: #fff;
    color: #000;
    display: block;
    height: 21px !important;
    line-height: 21px !important;
    text-transform: uppercase;
    margin-top: 0px !important;
    text-align: center !important;
}

    .plate-holder.standalone.other-plates div span:first-child {
        float: left;
        margin-left: 10px;
        font-family: sans-serif !important;
    }

    .plate-holder.standalone.other-plates div span:last-child {
        float: right;
        margin-right: 10px;
    }

    .plate-holder.standalone.other-plates div:last-child {
        font-size: 15px;
    }

.plate-holder.standalone.other-plates.gray div:nth-child(2) {
    background-color: #999 !important;
    color: #f5f5f5 !important;
}

.plate-holder.standalone.other-plates.blue div:nth-child(2) {
    background-color: blue !important;
    color: #fff !important;
}

.plate-holder.standalone.other-plates.red div:nth-child(2) {
    background-color: red !important;
    color: #fff !important;
}

.plate-holder.standalone.other-plates.green div:nth-child(2) {
    background-color: green !important;
    color: #fff !important;
}

.plate-holder.standalone.other-plates.yellow div:nth-child(2) {
    background-color: yellow !important;
    color: #000 !important;
}

.plate-holder.standalone.other-plates.orange div:nth-child(2) {
    background-color: orange !important;
    color: #000 !important;
}

.plate-holder.standalone.other-plates.brown div:nth-child(2) {
    background-color: brown !important;
    color: #fff !important;
}

.plate-holder.standalone.other-plates.black div:nth-child(2) {
    background-color: black !important;
    color: #fff !important;
}

.plate-container {
    margin: 0px auto;
}

.plate-container-small {
    width: 40%;
    min-width: 262px;
}

@media (max-width: 426px) {
    .plate-container-small {
        width: 100% !important;
    }
}


.plateNo {
    box-shadow: 0px 2px 2px #333;
    border-radius: 5px;
}

.plate-frame {
    border: solid 3px #333;
    border-radius: 4px;
    padding: 2px;
    min-width:260px !important;
}
