.RadInput_CWPT,
.RadInputMgr_CWPT {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .t-ie .RadInput_CWPT,
  .t-ie .RadInputMgr_CWPT {
    height: 34px;
    height: calc(1.42857em + 14px); }

.RadInput_CWPT .riTextBox,
.RadInputMgr_CWPT {
  padding: 6px 12px;
  border-color: #cccccc !important;
  /*border-radius: 4px;*/
  color: #cccccc;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.RadInput_CWPT .riEmpty,
.RadInput_Empty_CWPT {
  color: white; }

.RadInput_CWPT .riDisabled,
.RadInput_Disabled_CWPT {
  opacity: .7;
  cursor: default;
  color: white; }

.RadInput_CWPT .riHover,
.RadInput_Hover_CWPT {
  border-color: #adadad;
  color: #cccccc;
  background-color: #ffffff; }

html body .RadInput_CWPT .riFocused,
html body .RadInput_Focused_CWPT {
  border-color: #00a1dc;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

html body .RadInput_CWPT .riRead,
html body .RadInput_Read_CWPT {
  border-color: white;
  color: white;
  background: #eeeeee; }

html body .RadInput_CWPT .riError,
html body .RadInput_Error_CWPT {
  border-color: #a94442; }

html body .RadInput_CWPT .riNegative,
html body .RadInput_Negative_CWPT {
  color: #e6e6e6; }

.RadInput_CWPT .riSelect {
  overflow: hidden;
  border-radius: 0 4px 4px 0; }

.RadInput_CWPT a {
  padding-left: 6px;
  padding-right: 6px;
  border-color: #cccccc;
  color: #777777;
  background-color: #ffffff; }
  .RadInput_CWPT a:hover {
    border-color: #adadad;
    color: #777777;
    background-color: #e6e6e6; }

.RadInput_CWPT .riLabel {
  color: #aaaaaa;
  padding-top: 6px;
  padding-bottom: 6px; }

.RadInput_CWPT.riContButton .riDown {
  margin-left: -33px;
  margin-left: calc(-13px - 1.42857em); }
