.aclientlist > a {
  color: cornflowerblue;
}
.aclientlist > a:hover,
.aclientlist a:active {
  color: #748f5c;
}
.btn-medium {
  padding: 7px 12px;
  font-size: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn-medium > i {
  font-size: 12px;
}
.btn-medium [class^="icon-"],
.btn-medium [class*=" icon-"] {
  margin-top: 2px;
}
.add-btn {
  padding-top: 20px;
  font-size: 18px;
}
.add-btn :hover {
  color: #748f5c;
  text-decoration: none;
}
.add-btn > a :hover {
  color: #748f5c;
}
.add-btn > a > i {
  font-size: 24px;
  color: #6498ad;
  margin-right: 8px;
}
.add-btn-wundlin {
  padding-top: 20px;
  font-size: 18px;
}
.add-btn-wundlin :hover {
  color: #748f5c;
  text-decoration: underline;
}
.add-btn-wundlin > a :hover {
  color: #748f5c;
}
.add-btn-wundlin > a > i {
  font-size: 24px;
  color: #6498ad;
  margin-right: 8px;
}
.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 {
  border: 0;
  background: #6498ad;
  font-weight: normal;
  /*color: #ffffff;*/

  /*a{
        color:#fff;
    }*/

}
input[type=text],
input[type=submit],
input[type=button],
textarea {
  width: 100%;
  /* padding: 0.2em; */
  font-size: 1em;
  /*margin-bottom: 1em;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.3rem !important;
}
.modified-anchor {
  border-radius: 8px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.modified-anchor > i {
  color: #FFFFFF;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
.small-col-margins {
  margin-bottom: -5px;
}
.modal-open {
  overflow: inherit;
}
.inActiveCmtsId {
  margin-top: 1rem !important;
}
.inActiveCmtsId textarea {
  max-width: none !important;
}
#VendorRequestDenieComments {
  max-width: none !important;
}
