/** 
 *	Dojo - Bootstrap to support/replace default dojo theme. 
 *   
 */
 
.dojoBootstrapFieldCustomized{
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.dojoBootstrapFieldCustomizedNoWidth{
  display: block;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.dojoBootstrapFieldCustomizedNoWidthModal{
  display: inline-block;
  margin-bottom: 0;
  width: 120px;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  -webkit-user-select: none;
}

.dojoBootstrapFieldCustomizedBusiness{
  display: inline-block;
  margin-bottom: 0;
  width: 168.88899999px;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  -webkit-user-select: none;
}

.listSpecificFLR {
  width: 90%;
  padding: 15px 0 10px 0;
  padding-left: 30px;
}

.listSpecificFLR li {
  border-top: 1px solid #EEE;
  padding: 6px 0;
  list-style: none;
}

