.caldera-grid .form-control {
  padding: 16px !important;
  height: auto !important;
  box-shadow: none !important;
  background: #eee !important;
  color: #999 !important;
  border: none !important;
}

.caldera-grid input[type="submit"] {
  padding: 10px 20px !important;
  border-radius: 2px !important;
  background: #999999 !important;
  color: white !important;
  font-size: 20px !important;
  border: 2px solid #999999 !important;
  float: right !important;
  transition: all 0.3s ease-in-out !important;
}

.caldera-grid input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  border-color: #999999 !important;
  color: #999999 !important;
}

.caldera-grid .checkbox label {
  padding-left: 0 !important;
}

.caldera-grid label [type="radio"],
.caldera-grid label [type="checkbox"] {
  display: none;
}
.caldera-grid .radio span:before,
.caldera-grid .radio-inline span:before,
.caldera-grid .checkbox span:before,
.caldera-grid .checkbox-inline span:before {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-color: #eee;
  font-style: normal;
  vertical-align: middle;
  content: "";
}

.caldera-grid [type=radio]:checked + span:before { content: "W"; }
.caldera-grid [type=checkbox]:checked + span:before { 
    width: 17px;
    height: 17px;
    color: #2ea3f2;
    font-family: dashicons;
    font-size: 17px;
    line-height: 17px;
    content: "\f147";
}
