.category-block {
    border: none;
}

a.user-login img{
    width: 40px!important;
    background-position: center;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    margin-left: 20px;

}

.important{
    color: #dcdc00;
}
.open{
    color: #4cc94c;
}
.closed{
    color: #db403c;
}
.all{
    color: #5bc0de;
}

.ticket_closed {
    color: #db403c;
}
.ticket_open {
    color: #4cc94c;
}
.ticket_replied {
    color: #5bc0de;
}
.ticket_answered {
    color: #337ab7;
}


.home-wrapper {
    background: #0080ff;
}

.doc_features_item_one img {
    width: 75px;
}

.doc_banner_area_two.knowledge {
    height: 395px;
}
section.breadcrumb_area_two.search{
    padding:10px 0 10px!important;
}

li.paginate_button{
    margin:0px 5px;
}
li.paginate_button a{
    background: #ffffff;
    padding: 5px 10px;
    color: #79ccde;
    border: 1px solid #79ccde;
}

textarea.form-control{
    height: 150px!important;
}

@media only screen and (max-width: 500px) {
    .doc_categories_guide_area.sec_pad{
        padding: 140px 0;
    }
}