.required {
    color: red;
    padding-left: 3px;
}

.hdp_fullwidth {
    width: 98%;
}

.hdp-container h3 {
    font-size: 18px;
}

.hdp-toolbar-container {
    margin-bottom: 10px;
}

#hdp-left-panel {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 6px;
}

#hdp-right-panel .hdp-ticket-details-heading {
    border-radius: 5px 5px 0 0;
}

#hdp-right-panel th {
    font-size: 1.1rem;
    background-color: #006DCC;
    color: #fff;
    padding: 8px;
}

#hdp-right-panel td {
    padding: 6px;
}

.hpd-add-new-ticket-link i {
    padding-right: 10px;
}

/*Style for ticket subject*/
h3.hdp-ticket-subject {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
}

/* Style for message of the ticket*/
.hdp-ticket-message {
    margin-bottom: 20px;
    border-bottom: 1px solid #D1D5DB;
}

/*Style for Comments heading*/
h3.hdp-comments-heading {
}

/*Style for comment row*/
.hdp-ticket-comment {
    margin: 10px 0;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    max-width: 100%;
    overflow-x: hidden;
}

/**
Style for ticket comment
 */
.hdp-ticket-message, .hdp-ticket-comment-message {
    padding: 6px;
    max-width: 100%;
    overflow-x: hidden;
}

/**
Style for header which display name, time, avatar of each comment
 */
.hdp-ticket-comment-header {
    background-color: #F3F4F6;
    padding: 5px;
    vertical-align: middle;
}

/*Style for user avatar */
.hdp-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

/*Style for avatar in case text is used */
.hdp-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 */
.hdp-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.hdp-edit-comment-button, button.hdp-delete-comment-button {
    margin-left: 5px !important;
    padding: 2px 10px !important;
    font-size: 12px !important;
}

/*Attachments Style*/
.hdp-attachments-container {
    background-color: #EEF2FF;
    margin: 10px 0 0 0;
    padding: 10px 5px;
}

.hdp-attachments-container li {
    list-style: none;
    display: inline-block;
}

.hdp-attachments-container .hpd-delete-attachment_link {
    color: red;
    font-size: 22px;
    padding-right: 8px;
}

.hdp-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%;
}

.hdp-upload-icon {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #457d54;
    cursor: pointer;
}


.hdp-container .dropzone .dz-message {
    margin: 1em 0;
}

.hdp-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) {
    .hdp-toolbar-container .btn-group {
        margin-bottom: 5px;
    }
}

.hdp-internal-badge {
    color: #fff;
    background-color: #266B6C;
    padding: .25em .4em;
    text-align: center;
    border-radius: .25rem;
    text-shadow: none;
}

.

