﻿a:hover {
    text-decoration: none;
}

.cnt-subjectname {
    color: #959595;
    position: relative;
}

    .cnt-subjectname .fa.fa-circle {
        font-size: 6px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

.power_search {
    top: 80px;
    position: absolute;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: #5375D9;
    background-color: #fffafaed;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 15px;
    width: 100%;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #ccc;
    z-index: 100;
    min-width: 300px;
}

.cnt-img-cover .img-cover {
    width: 100%;
    height: 300px;
}

.cnt-img-cover .name-container {
    position: absolute;
    left: 0;
    right: 0;
}

.cnt-img-cover .name-table {
    width: 100%;
    height: 300px;
    display: table;
}

    .cnt-img-cover .name-table .name-table-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

        .cnt-img-cover .name-table .name-table-cell .cnt-control-search {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

            .cnt-img-cover .name-table .name-table-cell .cnt-control-search input {
                padding-right: 40px;
            }

            .cnt-img-cover .name-table .name-table-cell .cnt-control-search
            .fa-search {
                position: absolute;
                right: 15px;
                top: 10px;
            }

.page-search .nav-tabs .nav-link.active,
.page-search .nav-tabs .nav-item.show .nav-link {
    border: none;
    border-bottom: 2px solid #698AF1;
    color: #698AF1;
}

.page-search .nav-tabs .nav-link {
    font-weight: 600;
    color: #333;
    border: none;
    border-bottom: 2px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
}

    .page-search .nav-tabs .nav-link:hover,
    .page-search .nav-tabs .nav-link:focus {
        border: none;
        border-bottom: 2px solid #698AF1;
        color: #698AF1;
    }

.page-search .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.keysearch {
    font-weight: 600;
}

ul.list-unstyled li .title {
    text-decoration: none;
    color: #5375D9;
}

ul.list-unstyled li .shortdesc {
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
}

.page-search .tab-content .list-unstyled .media img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.page-search .tab-content .list-unstyled .media .media-body h5 {
    color: #5375D9;
}

#presenter_user_taglist .k-multiselect-wrap li span {
    margin-right: .4em;
}

#presenter_user_taglist .selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
}

#presenter_user-list .k-item {
    line-height: 1em;
    min-width: 300px;
}

    #presenter_user-list .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 10px 10px 10px 5px;
    }

        #presenter_user-list .k-item > span:first-child {
            -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
            -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
            box-shadow: inset 0 0 30px rgba(0,0,0,.3);
            margin: 10px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

#presenter_user-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#presenter_user-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

#icon_filter {
    position: absolute;
    font-weight: 600;
    right: 0px;
    top: 55px;
    cursor: pointer;
}

#text_filter {
    font-size: 12px;
    color: red;
    float: left;
}

@media (max-width: 768px) {
    #text_filter {
        visibility: hidden;
    }

    .page-search .nav-tabs .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

    .page-search .nav-tabs .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
