/*TD Smith Theme*/
.modal-content .modal-header {
  background-color: #4c8c40; }
  .modal-content .modal-header .modal-title {
    color: #fdcd0d; }
  .modal-content .modal-header h4 {
    color: #fdcd0d; }
  .modal-content .modal-header .close {
    color: #fdcd0d;
    float: right;
    margin-right: 0;
    margin-top: 0;
    background-color: #4c8c40;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    font-size: 15px;
    font-weight: 300; }
.modal-content .modal-body .form-control {
  border: 1px solid #4c8c40;
  border-radius: 4px;
  padding-left: 10px; }
.modal-content .btn.primary-modal {
  color: #fdcd0d;
  background-color: #4c8c40;
  border-color: #fdcd0d; }
  .modal-content .btn.primary-modal:hover {
    color: #4c8c40;
    background-color: #fdcd0d; }

/*# sourceMappingURL=modal.css.map */
