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

.RadInput_Apls_Skln .riTextBox,
.RadInputMgr_Apls_Skln {
  padding: 6px 12px;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.RadInput_Apls_Skln .riEmpty,
.RadInput_Empty_Apls_Skln {
  color: #888888; }

.RadInput_Apls_Skln .riDisabled,
.RadInput_Disabled_Apls_Skln {
  opacity: .7;
  cursor: default;
  color: #888888; }

.RadInput_Apls_Skln .riHover,
.RadInput_Hover_Apls_Skln {
  border-color: #adadad;
  color: #555555;
  background-color: #ffffff; }

html body .RadInput_Apls_Skln .riFocused,
html body .RadInput_Focused_Apls_Skln {
  border-color: #d9ffb3;
  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_Apls_Skln .riRead,
html body .RadInput_Read_Apls_Skln {
  border-color: #888888;
  color: #888888;
  background: #eeeeee; }

html body .RadInput_Apls_Skln .riError,
html body .RadInput_Error_Apls_Skln {
  border-color: #a94442; }

html body .RadInput_Apls_Skln .riNegative,
html body .RadInput_Negative_Apls_Skln {
  color: #6f6f6f; }

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

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

.RadInput_Apls_Skln .riLabel {
  color: #333333;
  padding-top: 6px;
  padding-bottom: 6px; }

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