.paqle-search-categories a {
    font-weight: bold;
}

.paqle-search-categories {
    width: 100%;
}

.paqle-search-result {

}

a.paqle-search-block-link {
    display: inline;
    text-decoration: none;
    color: inherit;
}

#paqle-search-input {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 1);
}


#paqle-search-input input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/*.paqle-search-input input:not(:active):not(:focus) {
    border-color: #606060;
    background-color: #505050;
    color: white;
    cursor: pointer;
}

.paqle-search-input input:not(:active):not(:focus):hover {
    border-color: #e0e0e0;
}

.paqle-search-input input, .paqle-search-input input:focus {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 1);
}*/

.suggestionBox {
    width: 100%;
    height: 60px;
    position: relative;
}

.suggestionBox .suggestionBoxLogo {
    position: absolute;
    top: 4px;
    left: 6px;
    bottom: 4px;
    width: 52px;
}

.suggestionBox .suggestionBoxLogo .suggestionTextLogo {
    width: 52px;
    height: 52px;
    padding-top: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    -webkit-border-radius: 3px;
    color: white
}

.suggestionBox .suggestionBoxLogo .suggestionTextLogo.jobs {
    background-color: #6fa2c5;
}

.suggestionBox .suggestionBoxLogo .suggestionTextLogo.feeds {
    background-color: #ff6200;
}

.suggestionBox .suggestionBoxLogo .suggestionTextLogo.paqleSuggestionCategoryNews {
    background-color: #00c59c;
}

.suggestionBox .suggestionBoxLogo .suggestionTextLogo.paqleSuggestionCategoryPeople {
    background-color: #876fff;
}


.suggestionBox .suggestionBoxLogo {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 3px;
}

.suggestionBox .suggestionBoxLogo img {
    width: 100%;
}

.suggestionBox .suggestionBoxContent {
    position: absolute;
    top: 4px;
    left: 78px;
    bottom: 4px;
    right: 12px;
}

.suggestionBox .suggestionBoxContent h4 {
    display: block;
}

.categoryFilterBar {
    margin: 0;
}

.categoryFilterBar .categoryFilterButton {
    cursor: pointer;
    border-radius: 0;
    border-left: none;
    font-weight: bold;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.categoryFilterBar .categoryFilterButton:last-child {
    border-right: none;
}


.categoryFilterBar .categoryFilterButton:hover {

}

.categoryFilterBar .categoryFilterButton {
    background: #f0f0f0;
}

.categoryFilterBar .categoryFilterButton:hover {
    background: #e0e0e0;
}

.categoryFilterBar .categoryFilterButton.active {
    background: white;
    border-bottom: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .paqle-search-input-hidden-xs {
        display: none;
    }
}


.paqle-progress-bar {
    font-weight: bold;
    width: 100%;
    color: white;
    height: 50px;
}

.paqle-progress-bar-item {
    opacity: 0.5;
    text-align: center;
    position: relative;
    padding-left: 12px;
}

.paqle-progress-bar-item:nth-child(1) {
    background: #428bca;
}

.paqle-progress-bar-item:nth-child(2) {
    background: #489ee3;
}

.paqle-progress-bar-item:nth-child(3) {
    background: #4ba9f1;
}

.paqle-progress-bar-item:nth-child(1) .paqle-progress-bar-item-triangle {
    border-left: 25px solid #428bca;
}

.paqle-progress-bar-item:nth-child(2) .paqle-progress-bar-item-triangle {
    border-left: 25px solid #489ee3;
}

.paqle-progress-bar-item:nth-child(3) .paqle-progress-bar-item-triangle {
    border-left: 25px solid #4ba9f1;
}


.paqle-progress-bar-item-triangle {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid black;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}


.paqle-progress-bar-item.paqle-progress-bar-item-done {
    opacity: 1;
}

.paqle-tag-input input {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    outline: none;
    padding-left: 5px;
    margin-bottom: 2px;
    width: 150px;
    height: 24px;
    transition: 0.2s;
}

.paqle-tag-input input:hover, .paqle-tag-input input:focus {
    border-color: rgb(104, 176, 232);
    transition: 0.2s;
}

.paqle-tag-input .btn {
    display: inline-block;
    margin-top: -0.7px;
    height: 24px;
}

.paqle-tag-suggestion-row {
    cursor: pointer;
}

.paqle-tag-suggestion-row:hover, .paqle-tag-suggestion-row:hover>td {
    background-color: #f0faff !important;
}

.paqle-tag-suggestion-row.selected, .paqle-tag-suggestion-row.selected>td {
    background-color: #d2ffd2 !important;
}

.paqle-tag-suggestion-row.selected .text-muted {
    color: #000000;
}


li>a.paqle-feed-tab {
    height: 30px;
    color: #808080;
    padding: 6px 10px;
    cursor: pointer;
}

.paqle-feed-tab:hover {
    color: #505050;
}

.paqle-feed-header {
    background-color: #f5f5f5;
    padding-top: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.paqle-feed-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.paqle-feed-body {
    padding: 10px;
    padding-top: 0;
    border: 1px solid #ddd;
    border-top: none;
    min-height: 150px;
}

.show-folder-header {
    font-size: 20px;
    border-radius: 2px;
    padding: 5px;
    color: white;
}

.show-folder-entries {
    padding: 10px;
}

@media (max-width: 991px) {

    .paqle-feed-container {
        margin-top: -20px;
    }

    .paqle-team-content .paqle-feed-container {
        margin-top: 0;
    }

    .show-folder .paqle-feed-container {
        margin-top: 0;
    }

    .paqle-feed-header {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .paqle-feed-title {
        font-size: 16px;
    }

    .paqle-feed-body {
        border: none;
        padding: 0;
    }

    .show-folder-header {
        font-size: 16px;
        border-radius: 0;
        margin-top: -20px;
    }

    .paqle-team-content .show-folder-header {
        margin-top: 0;
    }

    .show-folder-entries {
    }

    .show-folder-news {
    }
}

