﻿input[type="date"] {
  padding: 2.5px 0px !important;
}
input[type="text"],
input[type="password"] {
  text-indent: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
select:hover {
  /*outline: none;
    border: 1px solid @InkBlueDark !important;
    background:@LightGray;*/
}
select {
  padding: 4px 0px !important;
}
.SelectedOptionColor-Black select {
  color: black !important;
}
.OptionsColor-Black option {
  color: black !important;
}
::-webkit-input-placeholder {
  color: #d3d3d3;
}
::-moz-placeholder {
  color: #d3d3d3;
}
:-ms-input-placeholder {
  color: #d3d3d3;
}
:-moz-placeholder {
  color: #d3d3d3;
}
::-webkit-input-placeholder {
  color: #dedede;
  font-family: inherit;
  font-size: inherit !important;
}
::-moz-placeholder {
  color: #dedede;
  font-family: inherit;
  font-size: inherit !important;
}
:-ms-input-placeholder {
  color: #dedede;
  font-family: inherit;
  font-size: inherit !important;
}
:-moz-placeholder {
  color: #dedede;
  font-family: inherit;
  font-size: inherit !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #efefef !important;
  cursor: pointer;
  color: #454545;
  border: none !important;
  /*width:100% !important;*/
}
.Txt_With_LightGray_Border {
  border: 1px solid #dedede;
}
.Txt_With_No_Border {
  border-style: none;
}
.Txt_With_No_Border:focus {
  outline: none;
}
.Txt_Rounded_Border {
  border-radius: 20px;
  border: 1px solid #dedede;
  padding: 3px;
  background: #f8f8f8;
}
.Ddl_NoArrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 30%;
}