/*global*/
.RadInput_NGOPRO,
.RadInputMgr_NGOPRO {
  font: 12px arial,sans-serif; }

/*textbox states*/
html body .RadInput_NGOPRO .riTextBox,
html body .RadInputMgr_NGOPRO {
  border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
  background: #fff;
  color: #555555;
  font: 14px arial,sans-serif; }
html body .RadInput_NGOPRO .riEmpty,
html body .RadInput_Empty_NGOPRO {
  color: #a5a5a5; }
html body .RadInput_NGOPRO .riHover,
html body .RadInput_Hover_NGOPRO,
html body .RadInput_NGOPRO .riFocused,
html body .RadInput_Focused_NGOPRO {
  border-color: #515151;
  color: #333333; }
html body .RadInput_NGOPRO .riRead,
html body .RadInput_Read_NGOPRO {
  border-color: #d0d0d0; }
html body .RadInput_NGOPRO .riDisabled,
html body .RadInput_Disabled_NGOPRO {
  border-color: #d0d0d0;
  /*color: #8a8a8a;*/
  background: #eeeeee;
  cursor: default; }
html body .RadInput_NGOPRO .riError,
html body .RadInput_Error_NGOPRO {
  border-color: #d51923;
  background: white 100% -295px no-repeat url('Input/sprite.gif');
  color: #d51923; }

.RadForm.rfdTextbox .RadInput_NGOPRO .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_NGOPRO[type="text"] {
  border-color: #d51923;
  background: white 100% -298px no-repeat url('Input/sprite.gif');
  color: #d51923; }

html body .RadInput_NGOPRO .riNegative,
html body .RadInput_Negative_NGOPRO {
  color: #565656; }

.RadInput_NGOPRO a {
  background: transparent no-repeat url('Input/sprite.gif'); }
.RadInput_NGOPRO .riBtn a {
  width: 20px;
  height: 18px;
  line-height: 18px;
  background-position: 3px 5px; }
  .RadInput_NGOPRO .riBtn a:hover {
    background-position: 3px -45px; }
.RadInput_NGOPRO .riSpin a {
  width: 15px;
  height: 7px;
  line-height: 7px; }
.RadInput_NGOPRO a.riUp {
  background-position: 4px -98px; }
  .RadInput_NGOPRO a.riUp:hover {
    background-position: 4px -148px; }
.RadInput_NGOPRO a.riDown {
  background-position: 4px -199px; }
  .RadInput_NGOPRO a.riDown:hover {
    background-position: 4px -249px; }
.RadInput_NGOPRO .riLabel {
  color: #000; }
.RadInput_NGOPRO .riResizeIcon {
  background: url('Common/radActionsSprite.png') no-repeat transparent;
  background-position: -6.5px -966.5px;
  margin-bottom: -1px; }

html body .RadInputRTL_NGOPRO .riError,
html body .RadInputRTL_Error_NGOPRO {
  background-position: 3px -298px; }
html body .RadInputRTL_NGOPRO .riResizeIcon {
  background-position: -6.5px -986.5px; }

.RadForm.rfdTextbox .RadInputRTL_NGOPRO .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_NGOPRO[type="text"] {
  background-position: 3px -298px; }

.RadInput .riTextBox.height70px {
  min-height: 70px !important; }
