.bs-search{
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

.bs-search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.bs-btn-sort-all {
    background: #1d1d1d;
    color: white;
    font-weight: bold;
    border: 1px solid #000000;
}

.bs-btn-sort-all:hover, .bs-btn-sort-all:focus {
    background: black;
    color: white;
    border: 1px solid #fff;
    font-weight:bold;
}

.bs-btn-sort-tf {
    background: #68d93d;
    border: 1px solid #369014;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight:bold;

}

.bs-btn-sort-tf:hover, .bs-btn-sort-tf:focus {
    background: #369014;
    font-weight:bold;

}

.bs-btn-sort-video {
    background: #FF8F8F;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    border: 1px solid #b0392b;
    font-weight:bold;
}

.bs-btn-sort-video:hover, .bs-btn-sort-video:focus {
    background: #ffc7c7;
    font-weight:bold;
}

.bs-btn-sort-image {
    background: #6fa5f8;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    border: 1px solid #326dc6;
    font-weight:bold;
}

.bs-btn-sort-image:hover, .bs-btn-sort-image:focus {
    background: #abccff;
    font-weight:bold;

}

.bs-btn-sort-audio {
    background: #78e5ad;
    border: 1px solid #0e7d44;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight:bold;

}

.bs-btn-sort-audio:hover, .bs-btn-sort-audio:focus {
    background: #a4ebc7;
    font-weight:bold;

}

.bs-btn-sort-file {
    background: #D797E7;
    border: 1px solid #B170C2;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight:bold;
}

.bs-btn-sort-file:hover, .bs-btn-sort-file:focus {
    background: #e5beef;
    font-weight:bold;

}

.bs-btn-sort-project {
    background: #ff9b67;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    border: 1px solid #c1541b;
    font-weight:bold;
}

.bs-btn-sort-project:hover, .bs-btn-sort-project:focus {
    background: #fdbd9d;
    font-weight:bold;

}

.bs-btn-sort-folder {
    background: #ffd762;
    border: 1px solid #ca9700;
    color: #1d1d1d;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight:bold;
}

.bs-btn-sort-folder:hover, .bs-btn-sort-folder:focus {
    background: #f7e09e;
    font-weight:bold;
}

.bs-fa-items {
    color: white !important;
    font-size: 130% !important;
    cursor: pointer;
    padding: 0 3px;
}

.bs-fa-items:hover {
    color: #ccc !important;
    cursor: pointer;
}

img.bs-thumbnail.img-responsive {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.thumbnail-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.bs-title-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.bs-description-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #333333;
    height: 90px;
}

@media (min-width: 600px) {

    .non-mobile-float-right {
        float:right;
    }

}

@media (min-width: 907px) {
    .thumbnail-wrap {
        height: 120px;
        overflow: hidden;
    }

    .bs-title-container {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }

    .bs-description-container {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 12px;
        color: #333333;
        height: 90px;
    }


}

@media (min-width: 1200px) {
    .bs-search{
        padding: 6px 12px;
    }

    .thumbnail-wrap {
        height: 110px;
        overflow: hidden;
    }

    .bs-title-container {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }

    .bs-description-container {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 12px;
        color: #333333;
        height: 90px;
    }
}

.bs-media-box {
    border: 1px solid #bfbfbf !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgb(167 167 167 / 75%) !important;
    -moz-box-shadow: 1px 1px 3px 0px rgba(167, 167, 167, 0.75) !important;
    box-shadow: 1px 1px 3px 0px rgb(167 167 167 / 75%) !important;
}

.bs-media-box:hover {
    border: 1px solid #1d1d1d !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgb(167 167 167 / 100%) !important;
    -moz-box-shadow: 1px 1px 3px 0px rgba(167, 167, 167, 1) !important;
    box-shadow: 1px 1px 3px 0px rgb(167 167 167 / 100%) !important;
}

.bs-actions-container {
    display: inline;
    float: right;
    margin-top: 2px;
}

.bs-footer-container{
    padding: 8px;
    margin: 0px;
}

.bs-media-box-container {
    padding: 0 6px 0 0;
}

.bs-gallery-title {
    color: #1d1d1d !important;
    font-weight: 700;
}

.hr-divide {
    height: 1px;
    background-color: #ccc;
    border: none !important;
}

.hr-video {
    background-color: #dc4736;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-video{
    color: #dc4736;
}

.bs-footer-video {
    background-color: #FF8F8F;
}

.bs-icon-tf{
    color: #4bc41e;
}

.bs-footer-tf {
    background-color: #68d93d;
}

.hr-tf {
    background-color: #4bc41e;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.hr-audio {
    background-color: #119c55;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-audio{
    color: #119c55;
}

.bs-footer-audio {
    background-color: #78e5ad;
}

.hr-folder {
    background-color: #fdbd00;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-folder{
    color: #fdbd00;
}

.bs-footer-folder {
    background-color: #ffd762;
}


.hr-file {
    background-color: #a045b4;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-file{
    color: #a045b4;
}

.bs-footer-file {
    background-color: #D797E7;
}

.hr-image {
    background-color: #3f88f8;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-image{
    color: #3f88f8;
}

.bs-footer-image {
    background-color: #6fa5f8;
}

.hr-project {
    background-color: #f16922;
    border: none !important;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.bs-icon-project{
    color: #f16922;
}

.bs-footer-project {
    background-color: #ff9b67;
}

.bs-mediaicon {
    background: #fff;
    padding: 6px 9px 4px 11px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px 1px rgb(0 0 0 / 40%);
}
