.RadButton_Default.rbToggleButton .rbIcon, .RadButton_Default.rbCheckBox .rbIcon, .RadButton_Default.rbRadioButton .rbIcon, .RadButton_Default.rbToggleButton .rbText, .RadButton_Default.rbCheckBox .rbText, .RadButton_Default.rbRadioButton .rbText
{
    color: #fff !important;
}

body
{
}

.RedlabelSmall
{
    font-size: 11px;
    font-weight: 500;
    color: RED;
    line-height: normal;
}

.GreenlabelSmall
{
    font-size: 11px;
    font-weight: 500;
    color: green;
    line-height: normal;
}

#blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #fff;
    z-index: 1000;
}

    #blocker div
    {
        position: relative;
        top: 50%;
        left: 50%;
        width: 50em;
        height: 2em;
        margin: -1em 0 0 -2.5em;
        color: #000;
        font-weight: bold;
    }

.Errormsg
{
    font-family: "Trebuchet MS", arial, tahoma;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}

.Sucessmsg
{
    font-family: "Trebuchet MS", arial, tahoma;
    font-size: 12px;
    color: #4F8A10;
    font-weight: bold;
}

.RequiredText
{
    font-family: "Trebuchet MS", arial, tahoma;
    font-size: 12px;
    color: Red;
}

.validationsummary
{
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 99%;
    color: red;
}

.validationheader
{
    left: 0px;
    position: relative;
    font-size: 12px;
    color: red;
    height: 14px;
    font-weight: bold;
    padding-top: 3px;
}

.validationsummary ul
{
    padding-top: 5px;
    padding-left: 45px;
    list-style: list;
    font-size: 12px;
    color: red;
}

    .validationsummary ul li
    {
        padding: 2px 0px 0px 15px;
    }

.RequiredText
{
    color: red;
}


html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default, .RadAutoCompleteBox, RadAutoCompleteBox RadAutoCompleteBox_Default
{
    display: block !important;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.RadAutoCompleteBox_Default .racTokenList
{
    border: none !important;
}

.disabled
{
    color: #ababab;
}

text[readonly], text[disabled], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], input[readonly], submit[disabled], button[disabled], a[disabled]
{
    background-color: #e2e5f1!important;
    background-image: none !important;
    cursor: default;
    display: block !important;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.RadComboBox RadComboBox_Bootstrap
{
    display:block !important;
}
.RadPicker
{
    display:block !important;
}