.sidebar-block {
    margin-bottom: 25px;
}

.sidebar-block .add-icon {
    float: right;
}

.sidebar-block .add-icon a {
    color: inherit;
}

.sidebar-section {
    border: 1px solid [main_bordcolor];
    border-top-width: 2px;
    background-color: #fff;
}

.sidebar-section .search {
    position: relative;
    border-bottom: 1px solid [main_bordcolor];
    background-color: #f9f9f9;
}

.sidebar-section .search input {
    font-size: 13px;
    color: #9e9b95;
    font-weight: 300;
    font-style: italic;
    height: 31px;
    padding: 0 10px;
    border: none;
    margin: 0;
    background: none;
    width: 150px;
    float: right;
}


/* New */

.sidebar-section .search .select {
    padding: 0 10px;
    border: none;
    margin: 0;
    background: none;
    position: relative;
    width: 88px;
    float: left;
    border-right: 1px solid [main_bordcolor];
}

.sidebar-section .search .select>a {
    font-size: 13px;
    color: #9e9b95;
    font-weight: 300;
    font-style: italic;
    line-height: 31px;
    display: block;
}

.sidebar-section .search .select>a>span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 84%;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -4px;
}

.sidebar-section .search .select>a>i {
    float: right;
    margin-top: 8px;
}

.sidebar-section .search .select .more_box {
    top: 31px;
    left: -1px;
    right: inherit;
}

.sidebar-section .search input.btn {
    font-size: 0;
    text-indent: -100000px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: url([search_button_png]) 50% 50% no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
}

.view-all a {
    font-size: 12px;
    color: #5d6060;
    font-weight: 300;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0;
    border-bottom: 1px dotted #5d6060;
}

.sidebar-section .listing {
    max-height: 279px;
    overflow: auto;
}
.sidebar-section .listing li {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid [main_bordcolor];
}
.sidebar-section .listing li:last-child {
    border-bottom: none;
}
.sidebar-section .listing li .icon {
    font-size: 10px;
    float: left;
    margin: -2px 8px 0 0;
}
.sidebar-section .listing li .icon i {
	display: inline-block !important;
	font-style: normal !important;
}
/* New */
.sidebar-section .listing li .icon.red i {
    color: #ff0000;
}
.sidebar-section .listing li .icon.amber i {
    color: #ffbf00;
}
.sidebar-section .listing li .icon.green i {
    color: #62db38;
}
.sidebar-section .listing li p {
    font-size: 13px;
    color: #363636;
    font-weight: 400;
    line-height: 18px;
	overflow: hidden;
	margin:0;
}
#ticket_listing.listing li p {
	overflow: hidden;
	margin: 0;
	white-space: pre;
	width: 100%;
	text-overflow: ellipsis;
}
.sidebar-section .listing li p span {
    font-size: 13px;
    color: #9d9992;
    font-weight: 300;
    font-style: italic;
    display: none;
}
.sidebar-section .listing li a {
    color: inherit;
}