﻿/* We have override some of the sitefinity css file class */
/*
.RadInput_Default, .RadInputMgr_Default
{
    font: 12px "segoe ui" ,arial,sans-serif;
}
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #333;
    font: 12px "segoe ui" ,arial,sans-serif;
}
html body .RadInput_Default .riEmpty, html body .RadInput_Empty_Default
{
    color: #a5a5a5;
}
html body .RadInput_Default .riHover, html body .RadInput_Hover_Default, html body .RadInput_Default .riFocused, html body .RadInput_Focused_Default
{
    border-color: #515151;
    color: #333;
}
html body .RadInput_Default .riRead, html body .RadInput_Read_Default
{
    border-color: #d0d0d0;
}
html body .RadInput_Default .riDisabled, html body .RadInput_Disabled_Default
{
    border-color: #d0d0d0;
    color: #8a8a8a;
    cursor: default;
}

*/

html body .RadInput_Default .riError, html body .RadInput_Error_Default
{
    border-color: #d51923;
    background: white 100% -298px no-repeat url('Images/Errormsg.gif') !important;
    color: #d51923;
}
.RadForm.rfdTextbox .RadInput_Default .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_Default[type="text"]
{
    border-color: #d51923;
    background: white 100% -298px no-repeat url('Images/Errormsg.gif') !important;
    color: #d51923;
}
 
 /*

html body .RadInput_Default .riNegative, html body .RadInput_Negative_Default
{
    color: #565656;
}
.RadInput_Default a
{
    background: transparent no-repeat url('/WebResource.axd?d=5P6wDBc1Hm7pq_Kgn25gSIyQ7uJ168KYQiZkZf-mirQvUWtgzaPikCSKet6TmkESX-mPMaACC0FhnOG4UF3ynzjMhxwhh_xz3tuBqNU3T2ViDy0ceFLlgvxcQ3ez-oJwYhpk5dhzsnfub3hwcmp9YhXcuYwp0-tc9ELlMuu6xAY1&t=635459843060000000');
}
.RadInput_Default .riBtn a
{
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}
.RadInput_Default .riBtn a:hover
{
    background-position: 3px -45px;
}
.RadInput_Default .riSpin a
{
    width: 15px;
    height: 7px;
    line-height: 7px;
}
.RadInput_Default a.riUp
{
    background-position: 4px -98px;
}
.RadInput_Default a.riUp:hover
{
    background-position: 4px -148px;
}
.RadInput_Default a.riDown
{
    background-position: 4px -199px;
}
.RadInput_Default a.riDown:hover
{
    background-position: 4px -249px;
}
.RadInput_Default .riLabel
{
    color: #000;
}
.RadInput_Default .riResizeIcon
{
    background: url('/WebResource.axd?d=oxgjU2tD2YU49i6PSDGcnVDb7I28gdwdYG7BEl0Ygot0bTgv5Lv4ei3MNPOY8v05HMpMc0jHFKiOpdZnyg-Yy9efaibf4xDHPhgidLV9qqHy-KYv9u48IJeAS3O_JCFOtFC9W1zxNXS43pEJK58WSApZ75fIEtqQBmJHyClsUW1Ez8-2VeoWjHwxp8ND1bKR0&t=635459843060000000') no-repeat transparent;
    background-position: -6.5px -966.5px;
    margin-bottom: -1px;
}
html body .RadInputRTL_Default .riError, html body .RadInputRTL_Error_Default
{
    background-position: 3px -298px;
}
html body .RadInputRTL_Default .riResizeIcon
{
    background-position: -6.5px -986.5px;
}
.RadForm.rfdTextbox .RadInputRTL_Default .riError[type="text"], .RadForm.rfdTextbox .RadInputRTL_Error_Default[type="text"]
{
    background-position: 3px -298px;
}
*/