﻿body {
}

.requireMark:after {
    content: "*";
    font-size: 11px;
    color: red;
    margin-left: 4px;
}

.Custom-Error-Msg {
    color: red;
    font-size: 11px;
}

    .Custom-Error-Msg:before {
        content: "x";
        margin-right: 4px;
    }

.Custom-Success-Msg {
    color: green;
    font-size: 11px;
}

    .Custom-Success-Msg:before {
        content: "\2713";
        margin-right: 4px;
    }

.Custom-Warning-Msg {
    color: orange;
    font-size: 11px;
}

    .Custom-Warning-Msg:before {
        content: "!";
        margin-right: 4px;
    }

.txtCssCode {
    text-transform: uppercase;
}

.customtxt_1
{
    border-radius:7px;
    padding:5px !important;
    margin-right:5px !important;
    border:1px solid #000;
        float:none !important;
    margin-left:auto !important;
    position:static !important;
}

._Zero_pad_mar
{
    margin:0px;
    padding:0px;
}
#EPIN_Package_Qty_Container table td
{
    text-align:center;
}
