
/* Ticket */

.ticket_status {
    width: 48%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.ticket_status.fRight {
    float: right;
}

.table_scroll_rt {
    max-height: 400px;
    margin-top: 10px;
    overflow: auto;
}

.scroll_top_tr {
    position: absolute;
    z-index: 1;
    height: 30px;
    right: 20px;
    top: 15px;
    left: 20px;
}

.tkt_hirechy span {
    font-size: 14px;
    color: #484848;
    font-weight: 300;
    line-height: 29px;
    display: block;
    padding: 0 10px;
    float: left;
}

.tkt_hirechy span small {
    font-size: 12px;
    font-style: italic;
}

.tkt_hirechy span.fRight {
    float: right;
}

.fa.ticket_plus_icon {
    float: left;
    padding: 0 0 0 10px;
    line-height: 28px;
}

.tkt {
    border: 1px solid [main_bordcolor];
    background-color: #fffefc;
    height: 32px;
    font-weight: 500;
    margin: 8px 0 2px;
}
.tkt:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.tkt.folder_hirechy_list_bar {
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.tkt.folder_hirechy_list_bar .bar_col {
    font-size: 15px;
    color: #484848;
    font-weight: 300;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
}

.tkt.folder_hirechy_list_bar .bar_col1 {
    width: 45%;
    padding-left: 13px;
}

.tkt.folder_hirechy_list_bar .bar_col2 {
    width: 38%;
    padding-left: 2%;
}

.tkt.folder_hirechy_list_bar .bar_col3 {
    text-align: center;
}

.tkt.folder_hirechy_list_bar .bar_col .folder_hirechy {
    padding: 4px 0 0;
}

.pthread p {
    font-size: 13px;
    line-height: normal;
}

.col_half {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

.col_half table {
    width: 100%;
    min-width: inherit;
}

.col_half.fRight {
    width: 44%;
    float: right;
}

.tkt_history {
    border: 1px solid [main_bordcolor];
    padding: 15px;
    min-height: 298px;
}

.tkt_history h3 {
    font-size: 14px;
    font-weight: 700;
    color: #0b8132;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px;
    border: none;
}

.tkt_history h3:after {
    display: none;
}

ul.tkt_history_list {
    margin: 0;
    max-height: 231px;
    overflow: auto;
}

ul.tkt_history_list li {
    margin: 0 0 5px;
}

ul.tkt_history_list li a {
    font-size: 13px;
    line-height: normal;
}

.col1 h2.tkt_head {
    margin-bottom: 15px;
    border: none;
    line-height: normal;
}

.popup_wrap h3 a.answer_ticket,
.col1 h2 a.answer_ticket {
    font-size: 12px;
    color: #fff;
    text-transform: none;
    line-height: normal;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #73c126;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cc-list {
	font-size:0;
	letter-spacing:0;
	margin:10px 0;
	float:none;
    clear:both;
    max-height: 150px;
    overflow-y: auto;
}
.cc-list > li {
	font-size:13px;
	color:#8c8c8c;
	font-weight:500;
	line-height:normal;
	font-style:normal;
	display:inline-block;
	vertical-align:top;
	padding-bottom:10px;
	width:33%;
	cursor:pointer;
	position:relative;
}
.cc-list > li input[type=checkbox] {
    vertical-align: middle;
}
.to_email {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}