.ticket_user_cell {
    padding: 16px !important;
    vertical-align: top;
    text-align: center !important;
    word-break: break-all;
}

.ticket_byline {
    font-size: 11px;
}

.page_table_row.ticket_status_change,
.page_table_row_alt.ticket_status_change {
    background-color: #EEE;
}

.page_table_row.ticket_status_change .page_table_cell,
.page_table_row_alt.ticket_status_change .page_table_cell {
    font-size: 12px;
}

.ticket_update_cell {
    padding: 16px !important;
    vertical-align: top;
    font-size: 14px !important;
    word-break: break-word;
}

.ticket_text {
    min-width: 100%;
    max-width: 1100px;
    overflow: auto;
}

.ticket_previous_text {
    background: #EEE;
    border-radius: 5px;
    padding: 10px;
}

.ticket_update_cell a {
    text-decoration: underline;
}

.ticket_attachment:first-of-type {
    margin-top: 30px;
    border-top: 1px solid #EEE;
}

.ticket_attachment {
    color: #000;
    padding: 10px 0 0 0;
    font-size: 13px;
}

.ticket_attachment img {
    margin-right: 10px;
}

.ticket_high_priority {
    background-color: #FFE680 !important;
}

.ticket_delete_btn {
    text-align: right;
}

.ticket_follow_box {
    position: inherit;
    width: 340px;
    text-align: left;
    background-color: #EEE;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 12px;
    z-index: 100;
    overflow: visible;
    box-shadow: 3px 3px 3px 3px #CCC;
}

#ticket_follow_button {
    text-decoration: none;
}

.ticket-browse-icons {
    float: right;
}

.ticket-browse-icons .sprite_icon {
    background: transparent !important;
    border: 0;
    cursor: default;
    margin-left: 4px;
}

.ticket-browse-icons .sprite_icon:hover {
    background: transparent !important;
    border: 0;
    cursor: default;
}

.page_banner_right .sprite_icon {
    margin-left: 3px;
}

#ticket-divider {
    display: inline-block;
    margin: 0 6px 0 9px;
}

.ticket-slim-header {
    height: 0 !important;
    padding: 0 !important;
}

.ticket_issue_tracker_notice {
    text-align: left;
}

#ticket_tracker_modal {
    width: auto;
    box-sizing: border-box;
    position: relative;
}

#ticket-tpl-delete {
    display: none;
}

#move-mailboxes {
    width: 300px;
    display: none;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

#move-mailboxes-title {
    display: inline-block;
    margin-bottom: 10px;
}

.mailbox-move-button {
    display: inline-block;
    width: 80%;
    margin-bottom: 10px;
}

@media handheld, only screen and (max-width: 767px) {
    .ticket_user_cell {
        padding: 2px !important;
    }
}

#ticket_note_box {
    width: 750px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#ticket_note_box .page_content {
    padding: 10px;
}

#ticket-notes-modal {
    padding: 20px;
}

#ticket-existing-notes {
    padding: 10px 5px;
}

.ticket-note-user {
    width: 10%;
    padding: 0 5px 10px 5px;
    display: table-cell;
    vertical-align: top;
}

.ticket-note-text {
    width: 90%;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 10px;
}

.ticket-note-sub-text {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
}

.ticket-note-user-img {
    width: 72px;
}

#ticket-notes-close {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#ticket-select-owner {
    background: #EEE;
    width: 350px;
    height: auto;
    padding-top: 10px;
    border-radius: 5px;
}

.ticket-owner-row {
    padding: 5px;
    margin: 0 10px;
}

.ticket-owner-row img {
    vertical-align: middle;
}

.ticket-owner-row input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding: 5px 8px;
}

.ticket-block-sender {
    margin-top: 8px;
}

#ticket-note-text {
    box-sizing: border-box;
    height: 64px;
    width: 100%;
    margin: 0;
}

#ticket_follow_drop {
    text-align: center;
    width: 220px;
}

.ticket-dbg td {
    background: #E6FFCD;
    border-top: 2px solid #CF9;
    border-bottom: 2px solid #CF9;
}

.ticket-dbg td:first-child {
    border: 2px solid #CF9;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.ticket-dbg td:last-child {
    border: 2px solid #CF9;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.ticket-min td {
    background: #FF9;
    border-top: 2px solid #D9D982;
    border-bottom: 2px solid #D9D982;
}

.ticket-min td:first-child {
    border: 2px solid #D9D982;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.ticket-min td:last-child {
    border: 2px solid #D9D982;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.ticket-maj td {
    background: #F93;
    border-top: 2px solid #D9822B;
    border-bottom: 2px solid #D9822B;
}

.ticket-maj td:first-child {
    border: 2px solid #D9822B;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.ticket-maj td:last-child {
    border: 2px solid #D9822B;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.ticket-cri td {
    background: #F63;
    border-top: 2px solid #D9572B;
    border-bottom: 2px solid #D9572B;
}

.ticket-cri td:first-child {
    border: 2px solid #D9572B;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.ticket-cri td:last-child {
    border: 2px solid #D9572B;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

#ticket_status_select,
#ticket_staff_select {
    width: 140px;
}

.ticket_status_section {
    background: unset !important;
    width: 126px !important;
    padding: 3px !important;
    margin: 0 !important;
    text-align: center;
    font-size: 13px !important;
    color: #000;
    border: 1px solid #EEE;
    cursor: pointer;
}

.ticket_status_section_open {
    background-color: #FFF !important;
    border-color: #DDD !important;
}

.ticket_status_section_waiting_for_reply {
    background-color: #F93 !important;
    border-color: #D9822B !important;
}

.ticket_status_section_testing {
    background-color: #ADF !important;
    border-color: #91BCD9 !important;
}

.ticket_status_section_followup {
    background-color: #FD0 !important;
    border-color: #D9BC00 !important;
}

.ticket_status_section_needs_call {
    background-color: #DDAFF8 !important;
    border-color: #BC95D3 !important;
}

.ticket_status_section_closed {
    background-color: #EEE !important;
    border-color: #DDD !important;
}

#ticket_status_default_selector_closed {
    height: 22px;
    padding: 10px 20px 0 20px;
}

.ticket-tag {
    word-break: normal;
    white-space: nowrap;
    width: unset;
    background: #FFF;
    color: #000;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 1px 3px 0 3px;
    margin: 0 1px 0 0;
    font-size: 8px;
    text-transform: uppercase;
    float: left;
}

.ticket-tag a {
    color: #000 !important;
}

.ticket-action-table {
    background-color: transparent !important;
    border-spacing: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 5px;
}

@media handheld, only screen and (max-width: 767px), (orientation: portrait) {

    #ticket_tracker_modal {
        width: 300px;
    }
}