.tkt-add { 
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: right;
}
.tkt-overview { 
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    min-height: 190px;
    box-shadow: 0 1px 3px #c9c9c9;
    overflow: hidden;
}
.tkt-circle-wrap { 
    float: left;
    min-width: 160px;
    text-align: center;
    width: 16.6666%;
}
.tkt-circle { 
    display:inline-block;
    position:relative;
    padding:0 15px;
    margin:15px 0;
    font-size:12px;
    max-width:200px;
    vertical-align:top;
} 
.tkt-circle p { 
    margin:0;
}
.tkt-circle canvas { 
    width:100%;
    display:block;
}
.tkt-circle-inn { 
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
.tkt-circle-data { 
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    display: table;
}
.tkt-table-cell { 
    display:table-cell;
    vertical-align:middle;

}
.tkt-circle-data .tkt-table-cell { 
    color: #0e0e0e;
} 
.tkt-circle-cell p { 
    margin:0;
}
p.tkt-data { 
    margin-bottom: 10px;
}
.tkt-data { 
    font-size:42px;
    font-weight: 600;
    line-height:1;
}
.tkt-total { 
    color:#89c4f4; 
} 
.tkt-open { 
    color:#cddc39; 
}
.tkt-pending { 
    color:#e7505a; 
}
.tkt-solved { 
    color:#5ec21c; 
}
.tkt-closed { 
    color:#b671f6; 
}
.tkt-item { 
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px #c9c9c9;
    overflow: hidden;
}
.tkt-item-left { 
    float: left;
    width: 72px;
}
.tkt-thumb { 
    margin-bottom: 15px;
}
.tkt-thumb img { 
    width: 100%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tkt-type .label { 
    background: #dbdbdb;
    color: #0e0e0e;
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 5px;
}
.tkt-type .label.label-open { 
    background: #cddc39;
}
.tkt-type .label.label-pending { 
    background: #e7505a;
}
.tkt-type .label.label-solved { 
    background: #5ec21c;
}
.tkt-type .label.label-closed { 
    background: #b671f6;
}
.tkt-action { 
    overflow: hidden;
}
.tkt-action a { 
    width: 28px;
    height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.tkt-action a .fa { 
    font-size: 12px;
}
.tkt-action a:first-child { 
    float: left;
}
.tkt-action a:nth-child(2) { 
    float: right;
}
.tkt-action a:hover { 
    color: #2fa9dd;
    border-color: #2fa9dd;
}
.tkt-item-right { 
    margin-left: 85px;
}
.tkt-excerpt { 
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tkt-excerpt h6 { 
    color: #666;
    font-weight: 600;
    margin: 0 0 10px;
}
.tkt-excerpt h4 { 
    font-weight: 400;
    margin: 0 0 10px;
    color: #5b9bd1;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    text-overflow:ellipsis;
}
.tkt-excerpt h4 a:hover, .tkt-excerpt h4 a:focus { 
    text-decoration: none;
}
.tkt-excerpt p { 
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
    text-overflow:ellipsis;
}
.tkt-detail { 
    font-size: 12px;
}
.tkt-detail p strong { 
    font-weight: 600;
    color: #0e0e0e;
}
.tkt-detail p { 
    margin-bottom: 5px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
    text-overflow:ellipsis;
}
.tkt-detail p:last-child { 
    margin-bottom: 0;
}
.tkt-pagination { 
    background: #fff;
    padding: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 1px 3px #c9c9c9;
}
.tkt-pagination .pagination { 
    margin: 0;
    float: right;
}
.tkt-pagination .tkt-pagi-text { 
    float: left;
    margin:6px 10px 0 0;
}
.tkt-options { 
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px #c9c9c9;
}
.tkt-search { 
    max-width: 220px;
    position: relative;
}
.tkt-search .form-control { 
    padding-right: 40px; 
}
.tkt-search button { 
    background: none;
    border: none;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    color: #666;
}
.tkt-options label { 
    font-size: 12px;
}
.tkt-sort { 
    text-align: right;
}
.tkt-items-wrap { 
    min-height: 300px;
    position: relative;
}
.tkt-items-wrap .section-loader { 
    background-color: transparent;
}
.tkt-detail-wrap { 
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.tkt-detail-excerpt { 
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.tkt-detail-excerpt h6 { 
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 14px;
}
.tkt-detail-excerpt small { 
    float: right;
    color: #666;
}
.tkt-detail-excerpt h2 { 
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 20px;
}
.tkt-reply { 
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.user-reply-thumb { 
    float: left;
    width: 60px;
}
.user-reply-thumb img { 
    width: 100%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.user-reply-detail { 
    margin-left: 75px;
}
.user-reply-excerpt h4 { 
    font-size: 14px;
    margin: 0 0 12px;
}
.user-reply-excerpt h4 small { 
    float: right;
}
.user-reply-description { 
    margin-bottom:15px;
    padding-bottom: 15px;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
}
.user-reply-description p:last-child { 
    margin-bottom: 0; 
}
.tkt-reply .user-reply:last-child .user-reply-description {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.tkt-comment { 
    padding: 20px 15px;
}
.tkt-comment-inn { 
    margin-left: 75px;
}
.tkt-related { 
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.tkt-sidebar-title { 
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px;
}
.tkt-related-listing { 
    padding: 15px;
}
.tkt-related-listing ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}
.tkt-related-listing ul li { 
    margin-bottom: 15px;
    overflow: hidden;
}
.tkt-related-listing ul li:last-child { 
    margin-bottom: 0;
}
.tkt-related-left { 
    float: left;
    width: 60px;
}
.tkt-number { 
    background: #dbdbdb;
    color: #0e0e0e;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding: 5px;
}
.tkt-related-right { 
    margin-left: 72px;
}
.tkt-related-right h5 { 
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 2px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    text-overflow:ellipsis;
}
.tkt-related-right h5 a { 
    color: #0e0e0e;
}
.tkt-related-right h5 a:hover,.tkt-related-right h5 a:focus { 
    text-decoration: none;
    color: #3175af;
}
.tkt-related-right p { 
    color: #666;
    font-size: 10px;
    margin-bottom: 0;
}
.tkt-user-pro { 
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.tkt-user-top { 
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.tkt-user-middle { 
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.tkt-user-btm { 
    padding: 15px 0 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.tkt-system-info p { 
    margin-bottom: 15px;
}
.tkt-system-info { 
    margin-bottom: -15px;
}
.tkt-label-left { 
    font-weight: 600;
}
.tkt-label-right { 
    text-align: right;
}
.tkt-quick-action p { 
    margin-bottom: 15px;
}
.tkt-action-label { 
    font-weight: 600;
}
.tkt-action-label p { 
    margin-top: 6px;
}
.tkt-user-thumb { 
    float: left;
    width: 100px;
    background: #fff;
    margin-right: 15px;
    height: 100px;
}
.tkt-user-thumb img { 
    display: block;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tkt-user-info { 
    overflow: hidden;
}
.tkt-user-info h2 { 
    font-size: 16px;
    font-weight: 600;
}
.tkt-user-info p { 
    margin-bottom: 0;
    color: #666;
}
.user-tkts .tkt-filter {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}
.tkt-filter .mt-radio-inline{ 
    padding: 0;
}
.tkt-options label { 
    margin: 0;
}
.select-assignee { 
    margin-right: 15px;
}
.tkt-options hr { 
    margin: 15px 0;
}