﻿.course-content h2
{
    font-size: 17px;
    border-bottom: solid 1px #E8E8E8;
}


/**搜尋頁隱藏掉*/
.header-content .search-wrap
{
    display: none;
}


.selectGroup
{
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
}

    .selectGroup li
    {
        text-align: center;
        min-width: 75px;
        cursor: pointer;
        font-size: 15px;
        display: inline-block;
        color: #777;
        border-bottom: solid 2px #FFF;
        /*transition: .3s ease-in;*/
    }

        .selectGroup li.active, .selectGroup li:hover
        {
            background: #6AA8DA;
            border-radius: 5px;
            color: #FFF;
            border-bottom: solid 1px #DEEFDD;
        }

.course-content:hover .hiddenTypeName
{
    transform: scale(1);
    opacity: 1;
}

.course-content .hiddenTypeName
{
    transform: scale(0);
    opacity: 0;
    transition: .3s ease-in;
    transition-delay: .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    padding-top: 25%;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}



.filterGroup .filterTypeName, .filterGroup li
{
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    padding: 3px 7px 1px 7px;
}


.filterGroup .filterTypeName
{
    display: inline-block;
    width: 140px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ABABAB;
    vertical-align: top;
}

.filterPanel
{
    position: relative;
    margin: 5px 0;
    padding: 1px;
}

    .filterPanel .search_box
    {
        display: inline-block;
        margin-left: 0px;
        padding: 0 5px;
    }

.logoPanel
{
    display: none;
}

.fixBox
{
    height: 55px; /**減少視覺疲勞閃爍*/
    font-size: 28px;
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    right: -5px;
    top: 5px;
    transform: rotate(25deg);
    color: #E8E8E8;
}

.marginRow
{
    margin: 10px 0;
}


.resultCountText {
    text-align: right;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 15px;
    font-size: 15px;
    color: #666;
}

.resultCountText .totalNumbers {
    font-size: 20px;
    color: #44AB5D;
}

.searchCardPanel {
    padding: 0 4%;
}


.course-content a:hover
{
    color: #6AA8DA !important;
    text-decoration: none;
}

.course-content img:hover
{
    opacity: 0.8;
}

.dateTimeBox
{
    float: right;
    display: inline-block;
    font-size: 13px;
    color: #909090;
}

.contentRowPanel
{
}

.course-content-brief
{
    /*max-width: 600px;*/
    line-height: 23px;
    color: #888;
}

.course-content:hover .course-content-brief
{
    color: #6AA8DA;
}

.course-content-brief .wtspaper {
    border: 1px solid;
    background-color: antiquewhite;
    cursor: pointer;
    text-align: center;
    word-break: break-all;
}

    .course-content-brief .wtspaper:hover {
        background: #80d6d9;
        color: #FFF;
    }

    .course-content-brief .wtspaper:active {
        box-shadow: inset 5px 3px 5px grey;
    }

.noSearchResult {
    width: 100%;
    padding: 15px 5px;
    margin: 10px 0px 20px 0px;
    text-align: center;
    color: #ef8669;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgrey;
}



.filterPanel .search_box button span
{
    font-size: 22px;
    color: #BEBEBE;
}


.search-toolbar{
    display: inline-block;
    max-width: 750px;
}

.search-toolbar ul {
    list-style: none;
}
.search-toolbar ul li {
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    padding: 3px 7px 1px 7px;
    text-align: center;
    min-width: 75px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    color: #777;
    border-bottom: solid 2px #FFF;
    font-weight: 400;
    margin: 0 2px 10px 2px;
    /* transition: .3s ease-in; */
}

.search-toolbar ul li.active ,.search-toolbar ul li.searchType:hover{
    margin: 0 2px 10px 2px;
    background: #80d6d9;
    color: #FFF;
    border-bottom: solid 1px #DEEFDD;
}
.search-toolbar ul li.active a,.search-toolbar ul li a:hover{
    color: #FFF;
    text-decoration:none;
}

/** radio Button Styles*/

.radio-toolbar input[type="radio"]
{
    display: none;
}

.radio-toolbar
{
    display: inline-block;
    max-width: 750px;
}


    .radio-toolbar label
    {
        font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
        padding: 3px 7px 1px 7px;
        text-align: center;
        min-width: 75px;
        cursor: pointer;
        font-size: 15px;
        display: inline-block;
        color: #777;
        border-bottom: solid 2px #FFF;
        font-weight: 400;
        margin: 0 2px 5px 2px;
        /* transition: .3s ease-in; */
        /*display:inline-block;
    background-color:#ddd;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;*/
    }

        .radio-toolbar input[type="radio"]:checked + label, .radio-toolbar label:hover
        {
            background: #4C9BD2;
            /*background: #E88181;*/
            /*border-radius: 5px;*/
            color: #FFF;
            border-bottom: solid 1px #DEEFDD;
        }

    .radio-toolbar.style2 input[type="radio"]:checked + label, .radio-toolbar.style2 label:hover
    {
        background: #67BD72;
        /*border-radius: 5px;*/
        color: #FFF;
        border-bottom: solid 1px #DEEFDD;
    }





.hotKeyword
{
    margin-left: 15px;
    display: inline-block;
    color: #777;
    font-size: 15px;
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    vertical-align: bottom;
}

    .hotKeyword a
    {
        color: #4599DD;
        margin: 0 3px;
        /*text-decoration: none !important;*/
    }

.searchTypeBox
{
    text-align: right;
    margin-top: 50px;
}

    .searchTypeBox .btn
    {
        width: 75px;
    }



/*.arrow-Wrapper
{
    position: relative;
}


.arrow-box
{
    position: absolute;
    top: 0px;
    background: #44AB5D;
    color: #FFF;
    display: inline-block;
}

.arrow-right
{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #44AB5D;
}*/


.noPaddingright
{
    padding-right: 0px;
    text-align: right;
}

.searchItemTypeWrapper
{
    text-align: right;
    font-size: 13px;
    color: #A6A6A6;
    /*border: solid 1px #EAEAEA;*/
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

    .searchItemTypeWrapper .fa
    {
        color: #CCC;
        font-size: 22px;
        transform: rotate(-35deg);
        margin-right: 5px;
    }

.contentRowPanel:hover .searchItemTypeWrapper, .contentRowPanel:hover .searchItemTypeWrapper .fa
{
    color: #e0ce88;
}









/**test searchCard*/

.searchCardPanel .item > .col-xs-3-fix
{
    margin-bottom: 20px;
}

.searchCard
{
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    width: 215px;
    height: 360px;
    border: solid 1px #E4E4E4;
    margin-bottom: 65px;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
}

    .searchCard .imgWrapper
    {
        position: relative;
        background: #4C4C4C;
        border-radius: 0 0 20px 20px;
        border-top: solid 1px #E8E8E8;
    }

    .searchCard .imgFixPanel
    {
        /*position:absolute;
        top:0px;
        left:0px;
        background: -webkit-linear-gradient(45deg,#353535 0%,#413422 50%,#545983 100%);
        background: linear-gradient(45deg,#353535 0%,#413422 50%,#545983 100%);
        opacity:0.15;
        z-index: 3;
        width:100%;
        height:100%;
        color:#FFF;*/
    }

    .searchCard img
    {
        border-radius: 0 0 20px 20px;
        transition: .3s ease-in;
        opacity: 1;
    }

    .searchCard:hover img
    {
        opacity: 0.5;
    }



    .searchCard .bigTitle
    {
        background: #6F9172;
        padding: 3px 0;
        text-align: center;
        font-size: 17px;
        color: #FFF;
    }

    .searchCard .description
    {
        text-align: left;
        font-size: 13px;
        height: 103px;
        margin-bottom: 20px;
        color: #888;
        padding: 10px;
        border-top: solid 1px #CCC;
        overflow: hidden;
    }

    .searchCard .leftSide, .searchCard .rightSide
    {
        width: 50%;
        float: left;
        text-align: center;
        border-right: solid 1px #E8E8E8;
        /* border-top: 1px solid #E8E8E8; */
        padding: 5px;
        /* margin-top: 15px; */
        /*height: 35px;*/
        color: #B0B0B0;
    }

.iconDisplay
{
    display: inline-block;
    font-size: 22px;
}



/**如果隱藏掉 導覽列?*/

.paddingleft0.col-md-12
{
    display: none;
}

.fullBG
{
    min-height: 150px;
    background: #F7F7F7;
    border-bottom: solid 5px #F0F0F0;
    border-top: solid 5px #F0F0F0;
    padding-bottom: 10px;
}




.notFoundKeyword
{
    font-size: 17px;
    font-weight: 700;
    color: #44AB5D;
    margin-right: 5px;
}

.notFoundBox
{
    float: left;
    padding-left: 15px;
}

.main-container div.container
{
    padding-left: 0px;
}


.main-container > div > div.container
{
    max-width: 1074px!important;
    padding-left: 0px;
}

.filterPanel .search_box
{
    margin-top: 15px;
}

.loadingImage
{
    display: none;
    vertical-align: bottom;
}


.fieldFilterGroup
{
    vertical-align: top;
}

.fieldFilterGroup label
    {
        margin: 0 2px 10px 2px;
    }


select.sortTypeSelect
{
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    border: solid 1px #CCC;
    border-radius: 5px;
    margin-left: 10px;
}



.userCommentTimes {
    color: #DFB569;
}