.ticket-action-create-element {
  margin-left: 10px;
  margin-right: 10px;
  color: white !important;
}

.ticket-action-create-element:hover,
.ticket-action-create-element:focus,
.ticket-action-create-element.active {
  color: #fff !important;
  background-color: #367fa9 !important;
  border-color: #204d74 !important;
}

.ticket-edit-content .dropzone {
  min-height: 200px;
  border: 3px solid #3c8dbc;
}

@media (max-width: 768px) {
  .ticket-edit-content .sonata-ba-form-actions a span,
  .ticket-edit-content .sonata-ba-form-actions button span {
    display: none;
  }

  .ticket-show-content .table-responsive > .table > tbody > tr > td,
  .ticket-show-content .table-responsive > .table > tbody > tr > th,
  .ticket-show-content .table-responsive > .table > tfoot > tr > td,
  .ticket-show-content .table-responsive > .table > tfoot > tr > th,
  .ticket-show-content .table-responsive > .table > thead > tr > td,
  .ticket-show-content .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }

  .ticket-list-content .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }

  .ticket-list-content .ticket-list-table-cell .icheckbox_square-blue {
    margin-right: 10px;
  }

  .ticket-list-content .ticket-list-table-cell .ticket-list-table-cell-row {
    margin: 10px 0 !important;
  }

  .ticket-list-content .ticket-list-table-cell .btn-group {
    margin-top: 5px;
  }

  .ticket-list-content .ticket-list-table-cell .btn-group > * {
    font-size: 14px;
    padding: 8px 14px;
  }
}

@media (min-width: 768px) {
  .ticket-action-create-element {
    margin-left: 0;
    margin-right: 0;
  }
}
