/*Telerik RadInput SAMPA Skin*/
.riContentWrapper {
    width:auto !important;
}
/*global*/

.RadInput_SAMPA,
.RadInputMgr_SAMPA
{
	font:12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_SAMPA .riTextBox,
html body .RadInputMgr_SAMPA
{
	border-color:#898772;
	background:#fff;
	color:#272722;
	font:12px "segoe ui",arial,sans-serif;
}

html body .RadInput_SAMPA .riEmpty,
html body .RadInput_Empty_SAMPA
{
	color:#777;
}

html body .RadInput_SAMPA .riHover,
html body .RadInput_Hover_SAMPA,
html body .RadInput_SAMPA .riFocused,
html body .RadInput_Focused_SAMPA
{
	border-color:#2c8406;
}

html body .RadInput_SAMPA .riRead,
html body .RadInput_Read_SAMPA
{
	border-color:#b0b0b0;
}

html body .RadInput_SAMPA .riDisabled,
html body .RadInput_Disabled_SAMPA
{
	border-color:#b0b0b0;
	color:#777;
	cursor:default;
}

html body .RadInput_SAMPA .riError,
html body .RadInput_Error_SAMPA
{
	border-color:#e92600;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

.RadForm.rfdTextbox .RadInput_SAMPA .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_SAMPA[type="text"]
{
	border-color:#e92600;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#b32d34;
}

html body .RadInput_SAMPA .riNegative,
html body .RadInput_Negative_SAMPA
{
	color:#444;
}

/*buttons*/

.RadInput_SAMPA a
{
	background:transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_SAMPA .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:4px 5px;
}

.RadInput_SAMPA .riBtn a:hover
{
	background-position:4px -45px;
}

/*spin*/

.RadInput_SAMPA .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_SAMPA a.riUp
{
	background-position:4px -98px;
}

.RadInput_SAMPA a.riUp:hover
{
	background-position:4px -148px;
}

.RadInput_SAMPA a.riDown
{
	background-position:4px -199px;
}

.RadInput_SAMPA a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_SAMPA .riLabel
{
	color:#272722;
}

/*rtl*/

html body .RadInputRTL_SAMPA .riError,
html body .RadInputRTL_Error_SAMPA
{
	background-position:3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_SAMPA .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_SAMPA[type="text"]
{
	background-position:3px -298px;
}

/* Password Strength Metter */
.riStrengthBar
{
	background:url('Input/PasswordStrength.png') repeat-y;
    display: inline-block;
    height:20px;
    margin-left:5px;
    font:11px/18px Tahoma, "Times New Roman" !important;
    color:#000;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}

.riStrengthBarL0
{
    background: none;
}

.riStrengthBarL1
{
    background-color:#ff3933;
    background-position:0 0;
    color:#620000;
}

.riStrengthBarL2
{
    background-color:#ff7833;
    background-position:-300px 0;
    color:#922b00;
}

.riStrengthBarL3
{
    background-color:#ffbe33;
    background-position:-600px 0;
    color:#9e5900;
}

.riStrengthBarL4
{
    background-color:#a4e67d;
    background-position:-900px 0;
    color:#696400;
}

.riStrengthBarL5
{
    background-color:#6bcc33;
    background-position:100% 0;
    color:#236800;
}
