.required {
  color: red;
  padding-left: 3px;
}

.edh_fullwidth {
  width: 98%;
}

.edh-container h3 {
  font-size: 18px;
}

.edh-toolbar-container {
  margin-bottom: 10px;
}

#edh-left-panel {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 6px;
}

#edh-right-panel .edh-ticket-details-heading {
  border-radius: 5px 5px 0 0;
}

#edh-right-panel th {
  font-size: 1.1rem;
  background-color: #006DCC;
  color: #fff;
  padding: 8px;
}

#edh-right-panel td {
  padding: 6px;
}

.hpd-add-new-ticket-link i {
  padding-right: 10px;
}

/*Style for ticket subject*/
h3.edh-ticket-subject {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5px;
}

/* Style for message of the ticket*/
.edh-ticket-message {
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D5DB;
}

/*Style for Comments heading*/
h3.edh-comments-heading {
}

/*Style for comment row*/
.edh-ticket-comment {
  margin: 10px 0;
  border: 1px solid #D1D5DB;
  border-radius: 5px;
  max-width: 100%;
  overflow-x: hidden;
}

/**
Style for ticket comment
*/
.edh-ticket-message, .edh-ticket-comment-message {
  padding: 6px;
  max-width: 100%;
  overflow-x: hidden;
}

/**
Style for header which display name, time, avatar of each comment
*/
.edh-ticket-comment-header {
  background-color: #F3F4F6;
  padding: 5px;
  vertical-align: middle;
}

/*Style for user avatar */
.edh-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

/*Style for avatar in case text is used */
.edh-user-avatar-text {

}

/*Style for name of user in the commment */
.hpd-ticket-comment-user {
  color: #333333;
  font-weight: bold;
}

/*Style for time of user */
.edh-ticket-comment-time {
  color: #777;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

button.edh-edit-comment-button, button.edh-delete-comment-button {
  margin-left: 5px !important;
  padding: 2px 10px !important;
  font-size: 12px !important;
}

/*Attachments Style*/
.edh-attachments-container {
  background-color: #EEF2FF;
  margin: 10px 0 0 0;
  padding: 10px 5px;
}

.edh-attachments-container li {
  list-style: none;
  display: inline-block;
}

.edh-edit-comment-heading {
  margin-top: 0;
}

form .control-label {
  text-align: left !important;
  font-weight: bold;
}

.dropzone {
  border: 1px dashed rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 20px;
}

.center {
  text-align: center !important;
}

.input-xxlarge {
  max-width: 100%;
}

.edh-upload-icon {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #457d54;
  cursor: pointer;
}


.edh-container .dropzone .dz-message {
  margin: 1em 0;
}

.edh-container .dz-button {
  color: #fff;
  background-color: #457d54;
  border-color: #457d54;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.dropzone {
  padding: 0 !important;
}

.dropzone .dz-message {
  margin: 1rem 1rem;
}

.tingle-modal-box__footer button {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
}

@media (max-width: 575.98px) {
  .edh-toolbar-container .btn-group {
      margin-bottom: 5px;
  }
}

.edh-internal-badge
{
  color: #fff;
  background-color: #266B6C;
  padding: .25em .4em;
  text-align: center;
  border-radius: .25rem;
  text-shadow: none;
}
