﻿@charset "utf-8";
/* CSS Document */

.labelRequired {
    font-size: 13px;
    padding-bottom: 5px;
    display: inline-block;
    color: red;
}

.labelRequiredValidator {
    font-size: 13px;
    padding: 0px 0px 0px 0px !important;
    /*display: block;*/
    color: red !important;
    position: relative;
    top: 3px;
    /*float: left;
    width: 100%;*/
    clear: both;
}


span.labelRequiredValidator[style*="inline"]{
    display:block !important;
}
    .labelRequiredValidatorSmrtCtrl {
    font-size: 13px;
    padding: 0px 0px 0px 0px !important;
    /*display: block;*/
    color: red !important;
    position: relative;
    top: 3px;
    float: left;
    clear: both;
}

span.labelRequiredValidator[style*="inline"] {
    display: block !important;
}

.LabelErrorMessage ul li {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}



    .LabelErrorMessage ul li p {
        display: none;
    }


    .LabelErrorMessage ul li p.labelRequiredValidator {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 5px;
        color: Red !important;
        list-style-type: square !important;
        padding: 0;
        margin: 0;
        top: 0;
        display: block;
    }


.clearfix {
    clear: both;
    padding-bottom: 3px;
}

.dateRegMsg .labelRequiredValidator {
    display: block;
}
