.hdp_ticket_description-file ul {
    margin: 0;
    padding: 0;
}

.hdp_ticket_description-file li {
    background: none;
    float: left;
    list-style: none;
    margin: 0 2px !important;
    padding: 1px 2px !important;
}

#hdp_left_panel {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    width: 68.4681%;
}

#hdp_right_panel {
    margin: 0 0 0 5px;
    width: 30.4043%;
    float: left;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 6px #CCCCCC;
    background: #F0F0F0;
    padding: 3px;
}

#hdp_right_panel td {
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#hdp_right_panel th {

    font-size: 14px;
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: bold;
}

h2.hdp_heading {
    color: #333333;
    font-size: 20px;
    margin: 0;
    text-align: left;
    line-height: 40px;
}

h2.hdp_heading a, h2.hdp_heading a:hover {
    float: right;
    color: #0088CC;
    font-size: 16px;
    text-decoration: none;
}

h2.hdp_heading img {
    border: none;
    width: 32px;
    height: 32px;
}

img {
    border: none;
}

.hdp_ticket-images img {
    width: 60px;
    height: 60px;
    max-width: none !important;
}

.adminform {
    border: none !important;
    border-collapse: inherit !important;
    margin: 0px !important;
    padding: 4px;
    width: 100%;
}

.hdp_ticket_comments ul {
    margin: 0;
    padding: 0 4px;
}

#hdp_left_panel li {
    background: none !important;
}

.hdp_ticket_comments ul li {
    list-style: none;
    position: relative;
    padding-bottom: 10px !important;
    background: none;
}

.hdp_ticket_comments ul li.icon-download {

    content: normal !important;
}

.table-condensed {
    border: none !important;
}

.hdp_ticket_comments tr td {
    border: none !important;
    background: none !important;
}

.hdp_ticket_comments tr td.hdp_ticket_comments {
    border: 1px solid #CCCCCC !important;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
    padding: 0 !important;
    width: 100%;
}

.hdp_ticket_arrow {
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    top: 8px;
    left: -12px;
    height: 14px;
    width: 9px
}

.hdp_ticket_comments td.hdp_ticket_icon_user {
    padding: 0 15px 0 0;
    vertical-align: top;
}

.hdp_ticket img {
    border-radius: 3px 3px 3px 3px;

}

.hdp_ticket_comments_body {
    position: relative;
}

.hdp_ticket_commenter-name {
    background-color: #E1E1E1;
    background-image: linear-gradient(#F8F8F8, #E1E1E1);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    height: 26px;
    padding: 4px 10px 0 6px;


}

.hdp_ticket_name {
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding-right: 5px;
}

.hdp_ticket_date_time {
    color: #777;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
    text-transform: capitalize;
    float: right;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    line-height: 24px;
}

.hdp_ticket_comment-text {
    padding: 5px;
    background: #FFF;
}

.hdp_ticket_comment-file li {

    float: left;
    list-style: none outside none;
    margin: 0 2px !important;
    padding: 1px 2px !important;
}

.hdp_ticket_comment-file {
    padding: 5px 0;
}

.hdp_ticket_comment-file a {
    text-decoration: none;
    color: #A93018;
}

hr#separator {
    margin: 5px 0px 0px 0px;
}

.hdp_fullwidth {
    width: 96%;
}

.required {
    color: red;
    padding-left: 3px;
}

form#hdp_form label.control-label, form#adminForm label.control-label {
    text-align: left;
    font-weight: bold;
}

.dropzone {
    border: 1px dashed rgba(0, 0, 0, 0.3) !important;
}