/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#page-header {
    display: none;
}

.stg-single-ticket {
    padding-top: 20px;
}

.ava_block, .stgh-div-block {
    float: left;
    clear: left;
}

.ava_block {
    width: 15%;
}

.stgh-div-block-in-row {
    float: left;
    padding-bottom: 30px;
    width: 85%;
}

.stgh-alert {
    /*width: 100%;*/
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}

.stgh-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.stgh-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.stgh-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.stgh-alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.stgh-form-group {
    margin-bottom: 15px
}

.stgh-form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.stgh-textarea {
    background-color: #fff;
    background-image: none;
    /*border:1px solid #ccc;*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control {
    width: 100%;
    color: #555;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.stgh-attachements-block {
    margin-top: 15px;
}

.stgh-attachements-block ul {
    list-style: none;
}

.stgh-attachements-block ul li a {
    color: #0073aa;
    text-decoration: none;
    border-bottom: none;
}

.stgh-attachements-block ul li a:hover {
    text-decoration: underline;
}

.stg_ticket-types-block {
    word-break: break-all;
}

.red {
    color: red;
}

#stgh_ticketlist .stgh_new_color {
    color: #0073AA;
}

#stgh_ticketlist .stgh_closed_color {
    color: #D54E21;
}

#stgh_ticketlist .stgh_answered_color {
    color: #26BD43;
}

#stgh_ticketlist .stgh_notanswered_color {
    color: #E8BA2A;
}

#stgh_ticketlist .trash_color {
    color: #000000;
}

.stgh_colored_status {
    margin-right: 5px;
    padding: 2px 5px 2px 5px;
    font-size: 9px;
    letter-spacing: 1px;
    text-shadow: none;
    font-weight: bold;
    line-height: 0;
    display: inline;
    color: #fff;
    text-transform: uppercase;
}

.stgh_new_color {
    background: #0073AA;
}

.stgh_closed_color {
    background: #D54E21;
}

.stgh_answered_color {
    background: #26BD43;
}

.stgh_notanswered_color {
    background: #E8BA2A;
    white-space: nowrap;
}

.trash_color {
    background: #000000;
}

#stgh_ticketlist td {
    background: none;
}

.stgh_colored_status_excerpt.stgh_new_excerpt_color {
    color: #0073AA;
}

.stgh_colored_status_excerpt.stgh_closed_excerpt_color {
    color: #D54E21;
}

.stgh_colored_status_excerpt.stgh_notanswered_excerpt_color {
    color: #E8BA2A;
}

.stgh_colored_status_excerpt.stgh_answered_excerpt_color {
    color: #26BD43;
}

#stgh_ticket-conversation-excerpt:before, tfoot .column-stgh_ticket-conversation-excerpt:before {
    content: "";
    display: inline-block;
    font: 400 20px/0.5 dashicons;
    left: -4px;
    padding: 0;
    top: 4px;
    vertical-align: top;
}

#page #stg_ticket_files_block {
    margin-bottom: 15px;
}

#stgh-comments-form h2, #stgh-comments h2 {
    cursor: inherit;
    /*-moz-user-select: none;*/
    border-bottom: 1px solid #eee;
}

.stgh_width100pro{
    width:100% !important;
}

.stgh_clearleft{
    clear:left !important;
}

.grecaptcha-badge{
    display: none !important;
}