.RadInput_SilkAzul1 .riTextBox,
.RadInput_SilkAzul1 .riSelect,
.RadInput_SilkAzul1 .rcSelect,
.RadInputMgr_SilkAzul1 {
    border-color: #c4c4c4;
    color: #3b3b3b;
    background-color: #ffffff;
}

.RadInput_SilkAzul1 .riEmpty,
.RadInput_Empty_SilkAzul1 {
    color: rgba(59, 59, 59, 0.8);
}

.RadInput_SilkAzul1.RadInputHovered .riTextBox,
.RadInput_SilkAzul1.RadInputHovered .riSelect,
.RadInput_SilkAzul1.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
    border-color: #3d7cc9;
    color: black;
    background-color: #ffffff;
}

.RadInput_SilkAzul1.RadInputFocused .riTextBox,
.RadInput_SilkAzul1.RadInputFocused .riSelect,
.RadInput_SilkAzul1.RadInputFocused .rcSelect,
.RadInput_Focused_SilkAzul1 {
    border-color: #23457b;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_SilkAzul1.RadInputError .riTextBox,
.RadInput_SilkAzul1.RadInputError .riSelect,
.RadInput_SilkAzul1.RadInputError .rcSelect,
.RadInput_Error_SilkAzul1,
.RadForm.rfdTextbox .RadInput_SilkAzul1 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #d51923;
    color: #d51923;
    background-color: #ffffff;
}

.RadInput_SilkAzul1.RadInputError {
    color: #d51923;
}

.RadInput_SilkAzul1 .riNegative,
.RadInput_Negative_SilkAzul1 {
    color: #555454;
}

.RadInput_SilkAzul1 a,
.RadInput_SilkAzul1.RadInputDisabled a:hover,
.RadInput_SilkAzul1.RadInputDisabled a:active {
    border-color: #c4c4c4;
    color: #5f5f5f;
    background-color: #e3e3e3;
    background-image: linear-gradient(white, #e3e3e3);
}

.RadInput_SilkAzul1 a:hover {
    border-color: #3d7cc9;
    color: #ffffff;
    background-color: #3d7cc9;
    background-image: linear-gradient(#558cd0, #3d7cc9);
}

.RadInput_SilkAzul1 a:focus, .RadInput_SilkAzul1 a:active {
    border-color: #23457b;
    color: #ffffff;
    background-color: #2b5597;
    background-image: none;
}

.RadInput_SilkAzul1 .riLabel {
    color: #5f5f5f;
}

.RadInput_SilkAzul1 .riResizeIcon {
    background: transparent 0 0 no-repeat url(" ");
}

.RadInputRTL_SilkAzul1 .riError,
.RadInputRTL_Error_SilkAzul1 {
    background-position: 3px -298px;
}

.RadInputRTL_SilkAzul1 .riResizeIcon {
    background-position: 0 -19px;
}

.RadForm.rfdTextbox .RadInputRTL_SilkAzul1 .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_SilkAzul1[type="text"] {
    background-position: 3px -298px;
}
