

button.primary { text-transform: none; }
.flex { flex: 1; }
.noflex { flex: 0 0 auto !important; }

input[type=text], textarea, select, button {
    margin-bottom: 0px;
}

button.primary:disabled {
  cursor: not-allowed;
  color: #8A9AA0;
  background: #DBE4E7;
  text-shadow: none;
  border: 1px solid #AFAFAF;
  border-top: 1px solid #C4C4C4;
  border-left: 1px solid #C4C4C4;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
}


.custom-qtip {
  background: #222;
  color: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.custom-qtip .qtip-content {
  padding: 5px 10px;
}

.custom-qtip .qtip-tip {
  background: #222;
  border-color: #222;
}



svg.icon  {
    stroke: #919192;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}