/*global*/
.RadInput_MVL,
.RadInputMgr_Metro {
    /*font-family: Roboto, sans-serif;*/
    font-size: 12px;
    width: 100%;
}

/*textbox states*/
html body .RadInput_MVL .riTextBox,
html body .RadInputMgr_Metro {
    border-color: #e5e5e5;
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

html body .RadInput_MVL .riEmpty,
html body .RadInput_Empty_Metro {
    color: #bbbbbb;
}

html body .RadInput_MVL .riHover,
html body .RadInput_Hover_Metro {
    color: #333;
    border-color: #767676;
}

html body .RadInput_MVL .riFocused,
html body .RadInput_Focused_Metro {
    border-color: #fe5e3e;
}

html body .RadInput_MVL .riRead,
html body .RadInput_Read_Metro {
    border-color: #b0b0b0;
}

html body .RadInput_MVL .riDisabled,
html body .RadInput_Disabled_Metro {
    color: #c9c0c0;
    cursor: default;
}

html body .RadInput_MVL .riError,
html body .RadInput_Error_Metro {
    border-color: #de3914;
    background: #ffe9e9 100% -298px no-repeat url('/Skins/MVL/Common/radActionsSprite.png');
    color: #de3914;
}

.RadForm.rfdTextbox .RadInput_MVL .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Metro[type="text"] {
    border-color: #de3914;
    background: #fff 100% -298px no-repeat url('/Skins/MVL/Common/radActionsSprite.png');
    color: #de3914;
}

html body .RadInput_MVL .riNegative,
html body .RadInput_Negative_Metro {
    color: #565656;
}

/*buttons*/
.RadInput_MVL a {
    background: transparent no-repeat url('/Skins/MVL/Common/radActionsSprite.png');
}

/*go*/
.RadInput_MVL .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_MVL .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/
.RadInput_MVL .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_MVL a.riUp {
    background-position: -4px -85px;
}

    .RadInput_MVL a.riUp:hover {
        background-color: #eee;
    }

.RadInput_MVL a.riDown {
    background-position: -4px -106px;
}

    .RadInput_MVL a.riDown:hover {
        background-color: #eee;
    }

/*label*/
.RadInput_MVL .riLabel {
    color: #666;
}

.RadInput_MVL .riResizeIcon {
    background: transparent 0 0 no-repeat url('/Skins/MVL/Common/ResizeEdge .gif');
}

html body .RadInputRTL_Metro .riError,
html body .RadInputRTL_Error_Metro {
    background-position: 3px -298px;
}

.RadInputRTL_Metro .riResizeIcon {
    background-position: 0 -19px;
}

.RadForm.rfdTextbox .RadInputRTL_Metro .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Metro[type="text"] {
    background-position: 3px -298px;
}
