

.pcoded-content {
    background: #f4f7fa;
}

.brbox img {
    border-radius: 12px;
}

.cabottom {
    color: #000066;
    padding: 0.5em 0 0.5em 0;
    font-size: 1rem;
    font-weight: 600;
}

p.cadate {
    color: #111;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    margin-top: -10px;
}

.item {
    position: relative;
}

.linkbox {
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 100;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    background-color: #999;
    border: 1px solid #999;
}

.linkbox:hover, .linkbox.active{
    background-color: #2F80ED;
    border: 1px solid #2F80ED;
}

.filters {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    position: relative;
}

.section-wrap {
    text-align: left;
    padding: 30px 20px 0px 20px;
}

.filter-type {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 12px;
}

.filter-type:last-child {
    border-bottom: 0px solid #F2F2F2;
}

.filter-type .type-name {
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    letter-spacing: 1.75px;
    width: 80px;
    vertical-align: middle;
    height: 32px;
}

.filter-type .type-name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.filter-type .type-btns .type-btn.active {
    color: #2F80ED;
    border: 1px solid #2F80ED;
}

.filter-type .type-btns .type-btn:hover {
    color: #2F80ED;
    border: 1px solid #2F80ED;
}

.filter-type .type-btns .type-btn {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 10px 8px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    color: #6a6a6a;
}

/* Grid */
.spot {
    display: block;
    position: relative;
    text-align: left;
    background-color: #fff;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
}

.spot .thumbnail {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}

.spot .blduration {
    bottom: 20px;
    right: 20px;
    font-weight: 1000;
    font-size: 36px;
}

.spot .blduration,
.spots .spot .duration {
    position: absolute;
    color: #FFF;
    line-height: 28px;
    letter-spacing: 1.49px;
    z-index: 9;
    font-family: Lato, sans-serif;
}

.spot .blduration span {
    font-size: 14px;
    font-weight: 700;
}

.tags {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 0;
}

.spot .info.has-author-img {
    padding-top: 20px;
}

.spot .info {
    padding: 30px;
    position: relative;
    min-height: 100px;
}

.spot .info .author-img {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -22px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.spot .author-name {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 80px;
    font-size: 13px;
    color: #9B9B9B;
    line-height: 1em;
}

.spot .info h4.title.row-2 {
    height: auto;
    line-height: 1em;
    max-height: 2.6em;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 12px;
}

.spot .info h4.title.row-2,
.spot .info p.descript {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.spot .info h4.title {
    line-height: 1.5em;
    max-height: 3em;
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.spot .info .metas {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
}

.spot .info .metas div.row-2 {
    height: auto;
    line-height: 1.5em;
    max-height: 3em;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
}

.info .metas div.address i {
    width: 14px;
    height: 18px;
    font-size: 18px;
    color: #6A6A6A;
    vertical-align: middle;
}

.spot .info .metas div.address span {
    color: #444;
    vertical-align: middle;
}

.spot .info p.destit {
    text-align: right;
    line-height: 1.5em;
    height: 21px;
    float: right;
    color: #515356;
    margin-top: 10px;
}

.icon-Views:before {
    content: "\e963";
}

.spot .info p.destit {
    text-align: right;
    line-height: 1.5em;
    height: 21px;
    float: right;
    color: #515356;
    margin-top: 10px;
}

.no-top-padding {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

.col-xs-3 {
    padding-bottom: 10px;
}

strong,
b {
    color: #333;
    font-weight: 600;
}

.btn>i,
.introjs-button>i {
    margin-right: 0px;
}

.btn-outline-secondary {
    background-color: #2F80ED;
}

.col-lg-12 .btn-outline-secondary {
    background-color: #ffb606;
    border-color: #e9a300;
    padding: 10px 10px;
    font-size: 0.66rem;
    margin-right: -2px;
}

.inner .col-lg-6 {
    align-items: center;
    display: flex;
}

.dropdown-menu.show:before {
    display: none !important;
}

.badge {
    font-weight: 500;
    font-size: 0.8em;
    background-color: #2F80ED !important;
    cursor: pointer;
    color: #fff;
    width: auto !important;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 0px dashed #2F80ED !important;
}

.inner .col-md-4 input {
    border-radius: 100px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group {
    background: transparent;
}

.input-group button {
    color: #666 !important;
    z-index: 10;
    margin-left: -66px !important;
}

.input-group button:hover {
    color: #ffb606 !important;
}

.clockbox {
    color: #111;
    font-size: 0.9rem;
    font-weight: 500;
    float: right;
    margin-top: -23px;
}

.dropdown-menu {
    min-width: auto;
    padding: 10px 0;
    border-radius: 0;
}

@media screen and (max-width: 480px) {
    .section-wrap {
        text-align: left;
        padding: 15px 10px 0px 10px;
    }

    .inner .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .input-group {
        width: 90%;
    }

    .input-group button {
        padding-left: 30px !important;
    }

    .inner .btn.btn-outline-secondary {
        padding: 5px 10px;
        font-size: 10px;
    }

    .filter-type .type-btns .type-btn {
        display: inline-block;
        padding: 3px 10px;
        margin: 5px 0 5px 0;
        font-size: 0.8rem;
        border-radius: 30px;
        font-weight: 500;
        background-color: transparent;
        color: #2F80ED;
        border: 1px solid #2F80ED;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-6:first-child {
        display: flex;
        align-items: center;
    }

    .filter-type .type-btns .type-btn.active {
        background-color: #2F80ED;
        color: #fff;
        border: 1px solid #2F80ED;
    }

    #tripTheme01 {
        overflow: hidden;
        height: 40px;
    }


    .linkbox:hover {
        background-color: #999;
        border: none;
    }
}

@media screen and (max-width: 375px) {
    .publish {
        display: none;
    }
}

@media screen and (min-width: 1700px) {
    .input-group button {
        margin-left: -40px !important;
    }

    .linkbox {
        top: 20px;
        right: 30px;
    }

    .filter-type .type-btns .type-btn {
        font-size: 17px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
    .linkbox svg {
        margin-top: -4px;
    }
}
.linkbox{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}


/*隱藏Datatable 搜尋*/
.activity_table_filter{
    display: none;
}


.main-activity{
    float: left;
    width: 33.3%;
}
.hideData{
    display: none;
    pointer-events: none;;
}
#search_btn{
    border: none;
    background: transparent;
}
.search-main{
    width: 30% !important;
}
.filter-type .type-btns .type-btn.active.hiden {
    color:black;
    border: none;
}
.checkAllTag{
    color: #2F80ED !important;
    border: 1px solid #2F80ED !important;
}


@media screen and (max-width: 480px) {
    .main-activity{
        float: left;
        width: 100%;
    }
    .search-main{
        width: 90% !important;
    }
}
.card{
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
}

.card .card-header h5 {
    margin-bottom: 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}
.card .card-header h5:after {
    content: "";
    background-color: #2F80ED;
    position: absolute;
    left: -18px;
    top: 3px;
    width: 4px;
    height: 20px;
}
.dataTables_paginate{
    text-align: center;
}

#activity_table_paginate{
    margin-top:0.5em;
    text-align: center;
    float : none !important;
}

.paging_simple_numbers a.paginate_button,
.paging_simple_numbers a.previous,
.paging_simple_numbers a.next {
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    border-radius: 50% !important;
    background: #FFF !important;
    border: 1px solid #2F80ED !important;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #2F80ED !important;
    position: relative !important;
    display: inline-block !important;
    text-align: center !important;
}

.paging_simple_numbers a.paginate_button:hover,
.paging_simple_numbers a.previous:hover,
.paging_simple_numbers a.next:hover {
    border: 1px solid #2F80ED !important;
    background: #2F80ED !important;
    color: #FFF !important;
    z-index: 1 !important;
}

.paging_simple_numbers a.paginate_button.current {
    border: 1px solid #2F80ED !important;
    background: #2F80ED !important;
    color: #FFF !important;
}

/*fix*/
.brbox {
    border: 1px solid #000066;
    border-radius: 1em;
    padding: 0.5em;
    box-shadow: 0px 3px 8px -1px rgb(50 50 71 / 5%);
    filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
    background-color: #fff;
}
.mission-tag {
    position:relative; 
    height: 20px;
}
.mission-tag p.cadate {
    float: left;
    margin-top: inherit;
}
.mission-tag .clockbox {
    margin-top: inherit;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px;
}
.activityTable_style{
    display: flex;
    flex-wrap: wrap;
}