@import url("./lib/jquery.jgrowl.min.css");

.ticket-row hr {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.ticket-meta {
    color: #6b9812;
}
.ticket-content .title, .ticket-content .title a {
    color: #000;
}
.ticket-content .title {
    margin: 0.75rem 0;
}
.ticket-content .title a:hover {
    color: #555;
    text-decoration: none;
}
.ticket-user-date {
    text-align: left;
}
.ticket-views-comments {
    text-align: right;
}
.ticket-date, .ticket-views {
    padding-right: 20px;
}
.comments {
    margin: 1rem 0;
    padding: 1rem 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-list {
    padding: 0;
}
.ticket-comment {
    list-style-type: none;
    margin-top:2rem;
}
.ticket-comment-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ticket-img {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.ticket-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 0;
    padding-left: 15px;
}
.ticket-comment-author {
    display: block;
    font-weight: bold;
    color: #777;
    margin-bottom: .25rem;
}
.ticket-comment-createdon {
    color: #a0a0a0;
    padding-right: 2rem;
}
.ticket-comment a {
    color: #6b9812;
}
.ticket-comment-text {
    padding: 0.5rem 0;
}
.comment-reply {
    font-size: .75rem;
    padding-left: 55px;
}
.reply {
    padding-right: 1rem;
}
#comment-form {
    /*        flex: 0 0 50%;
        max-width: 50%;*/
}
@media only screen and (max-width: 992px) {
    .ticket-user-date, .ticket-views-comments {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ticket-date, .ticket-user {
        display: block;
    }
    .ticket-views-comments {
        text-align: left;
    }
    .ticket-user-date {
        margin-top: 1rem;
    }
    .ticket-views-comments {
        text-align: left;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 992px) {
    .ticket-user-date {
        margin-top: 0;
    }
}