﻿/*bs4-card-start*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-deck .card {
    margin-bottom: 15px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -8px;
        margin-left: -8px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 8px;
        margin-bottom: 0;
        margin-left: 8px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 8px;
        margin-bottom: 0;
        margin-left: 8px;
    }
   
}
/*bs4-card-end*/
.card-title{
    min-height: 75px;
}
.card-subTitle {
    font-size: 18px;
    font-weight: 600;
    color: #2A3F54;
}

.card-text.card-subTitle {
    margin-bottom: 2px;
}
.ps-text {
    font-size: 12px;
    color: #555;
    margin-bottom: 0;
}
.card-text.num {
    display: block;
    font-size: 28px;
    font-weight: 600;
    padding: 0px 12px;
    color: #39688E
}

.fz-14{
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fnName{
    width: 200px;
}

.fw-bold{
    font-weight: bold;
}
.required {
    color: #dc3545;
}

.form-group label.control-label {
    line-height: 32px;
}
.error-message{
    font-size: 12px;
}


.tabBox {
    padding: 16px;
    border: solid 1px #d0d0d0;
    border-top: solid 2px #73879C;
    position: relative;
    top: 1px;
    z-index:100;
}
.gradeModal{
    width: 900px;
    display: inline-block;
}
.gradeModal .table th, td, .gradeModal .table> tbody > tr > td, .gradeModal .table> tbody > tr > th, .gradeModal .table thead > tr > td, .gradeModal .table thead > tr > th, .gradeModal  .table thead {
    border: solid 1px #555;
}
.gradeModal .table .title,.gradeModal .table .subTitle{
    font-weight: 600;
    color:#2A3F54;
}
.selectBox {
    border: solid 1px #ccc !important;
    background-color: #fff;
    height: 120px;
    overflow-y: auto;
}
.selectBox2 {
    height: 300px;
    overflow-y: auto;
}
.selectBox table{
    margin-bottom: 0px;
}
.selectBox td {
    border: 0px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.gradeModal thead{
    background-color:#2A3F54;
    color: #fff
}
.subTitle {
    font-weight: 600 !important;
    color: #2A3F54;
    padding-left: 8px;
    padding-right: 8px;
}


.return_pos {
    float: right;
}
.search{
    background-color: #ededed;
    padding: 16px;
    margin:16px 0px;
}
.search.close{
    display: none;
}
.search .title{
    font-weight: 600;
    color: #5A738E;
    font-size:20px;
    text-align: center;
    padding-bottom: 16px;

}
.btn-default-Gray {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #2A3F54;
    color: white;
    border-radius: 50px;
}
.btn-default-Gray:hover, .btn-default-Gray:focus {
    background-color: rgba(52,73,94,.94);
    color: white;
}
.nav-tabs > li{
    margin-bottom: -2px
}
.nav-tabs > li:not(:first-child) {
    margin-left: -1px
}
.nav-tabs li a {
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    margin-right: 0px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-weight: 700;
}
.nav-tabs li a:hover {
    border: solid 1px #73879C;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border: solid 1px #2A3F54;
    background-color: #2A3F54;
    color: white;
}
.nav-tabs {
    border-bottom: 0px;
}
    .nav-tabs li a:hover {
        border-top: solid 2px #73879C;
        border-left: solid 2px #73879C;
        border-right: solid 2px #73879C;
       
        z-index: 99
    }
.nav.child_menu li {
    border-bottom: solid 1px rgba(255,255,255,0.5)
}
.site_title.row-brand.d-flex {
    background: #5d768c;
}
.nav_menu {
    background: #fff;
}
table.jambo_table thead {
    background: #e0e0e0;
}

table.jambo_table thead a,table.jambo_table thead {
        color: #777;
    }
body .container.body .right_col, .search {
    background-color: #eaeef1;
}

.modal-title {
    font-weight: 600;
    color: #2A3F54;
}
.modal-subtitle {
    color: #58a3ef;
    font-weight:600;
    font-size:18px;
}
.modal_labelTable {
    color: #2A3F54;
}
table.jambo_table .thead-activity a,table.jambo_table .thead-activity {
    color: #fff !important;
    font-weight: 700;
}

.modalTable, .modalTable td {
    border-top: solid 1px #aaa!important;
    border: solid 1px #aaa;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.border-0 {
    border: 0;
}

.d-flex {
    display: flex !important;
}

.d-inline-block {
    display: inline-block !important;
}

.float-none {
    float: none;
}
.mt-0{
    margin-top: 0!important;
}
.mb-0{
    margin-bottom: 0px!important;
}
.m-0 {
    margin: 0;
}

.mr-1{
    margin-right: 4px!important;
}
.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.mr-2 {
    margin-right: 8px !important;
}
.mr-3 {
    margin-right: 16px !important;
}
.ml-1 {
    margin-left: 4px !important;
}
.ml-2 {
    margin-left: 8px !important;
}
.ml-3 {
    margin-left: 16px !important;
}
.mb-1 {
    margin-bottom: 4px;
}
.mb-2 {
    margin-bottom: 8px;
}
.mb-3 {
    margin-bottom: 16px;
}
.mt-1{
    margin-top: 4px;
}
.mt-2 {
    margin-top: 8px;
}
.mt-3 {
    margin-top: 16px;
}
.mt-4i{
    margin-top:2rem!important;
}
.mt-5i {
    margin-top: 5rem !important;
}
.mx-0{
    margin-left:0;
    margin-right:0
}
.my-1{
    margin-top:4px;
    margin-bottom: 4px;
}
.my-2{
    margin-top:8px;
    margin-bottom:8px;
}
.my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-center{
    text-align: center!important;
}
.p-50 {
    padding: 50px;
}
.p-0{
    padding:0;
}
.pr-3{
    padding-right:12px
}
.pt-1{
    padding-top:4px;
}
.pt-5 {
    padding-top: 3rem;
}
.pb-3 {
    padding-bottom: 16px;
}
.pl-1{
    padding-left: 4px;
}
.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.py-6p{
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
.pb-6p{
    padding-bottom: 6px!important;
}


.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
.w-auto{
    width: auto;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100%!important;
}
.w-900px{
    width: 900px;
}
.h-500p{
    flex:1;
    overflow:auto;
}
.h-100{
    height:100%;
}
.h-85vh{
    height:85vh;
}
.hr {
    /*height: 1px;
    background-color: #000;
    width:100%;*/
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: dashed 1px #aaa !important;
}
.hr-shadow {
    border-top: solid 1px #8C9EAA;
    box-shadow: 0px 2px 3px #C3D3E0;
}
.tableLink {
    color: #2A3F54;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}
/*.modal-container .modal-frame 此兩樣式用於 vue-final-modal此套件置中*/
.modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90%;
}
/*自定義彈跳卡片-start*/
.bsCard {
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: auto;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
}

.bsCard * {
    position: relative;
    box-sizing: border-box;
    color: #111;
    font-size: 18px;
}

.bsCard .dateStyle {
    color: #2A3F54;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 600;
}

.bsCard .bsCard-2 {
    display: flex;
}

.bsCard .bsCardImg {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bsCard .bsCardImg img {
    width: 100%;
}

.bsCard .bsCardImgText {
    flex: 0 0 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.bsCard .bsCardImgText div {
    padding-bottom: 6px;
}

.bsCard .bsCardImgText .status {
    font-size: 32px;
    font-weight: 600;
    color: green
}

.bsCard .icon-close {
    position: absolute;
    font-size: 20px;
    top: 12px;
    right: 12px;
    color: #444;
    cursor: pointer;
}

.bsCard .icon-close:hover {
    color: #777;
}

/*自定義彈跳卡片-end*/

label.filebutton {
    width: 120px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
}
.card {
    border-radius: 8px;
    padding: 8px;
    background-color: #F9F9F9;
    border: solid 1px #eee;
    box-shadow: 0 0px 5px rgba(0,0,0,20%)
}
.active-tr {
    background-color:rgba(38,185,154,.25)!important;
}
.fileFrame {
    border: dashed 2px #73879C;
}
.fileStyle {
    display: inline-block;
    text-align: center;
    flex-direction: column;
    border-radius: 8px;
    width: 100%;
    text-align:center
   
}
.fileStyle img{
    display:inline-block;
    height:160px;
    object-fit:contain;
}
.uploadStyle {
    display: flex;
    text-align: center;
    flex-direction:column;
}
.uploadStyle .glyphicon {
    font-size: 50px;
}
.uploadStyle p{
    font-weight: 600;

    margin-top: 8px;
}
.OrganizeDetail {
    border: solid 1px #eee;
    border-radius: 8px;
    box-shadow: 0 0px 5px rgba(0,0,0,20%);
    max-width: 1000px;
    padding: 24px 28px
}
.modal-body.scroll{
    max-height: 60vh;
    overflow-y: auto;
}
.modal-grayBox {
    background-color: #ededed;
    border-radius: 5px;
    padding: 16px;
}
.disabled-check{
    background-color: #eee;
}
.member-subTitle{
    padding: 2px 4px;
    background-color: #eee;
    font-size: 18px;
    font-weight:600;
}
.member-content {
    padding: 8px 4px;
}
.optionsAdd{
    display: inline-block;
    width: calc(100% - 34px)
}
.optionsAdd-2 {
    display: inline-block;
    width: calc(100% - 36px)
}

.closeIcon {
    color: #337ab7;
    margin: 4px;
    display: inline-block;
    line-height: 6px;
    padding: 4px;
    border: solid 1px #337ab7;
    border-radius: 4px;
    cursor: pointer;
}
.closeIcon:hover {
    background-color: #ddd;
}
.progress{
    border: solid 1px #ddd;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    margin: 10px 10px;

}
.progress-bar {
    height: 32px;
    padding: 4px 0px;
    text-align: left;
    color: #333;
    background-color: #ddd;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.progress-text {
    position: absolute;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    padding-top: 4px;
    color: rgba(52,73,94,.94);
    font-weight: 600;
}
.vote-bar {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px 8px;
    border: solid 1px #000;
    border-radius: 4px;
}
.dataText {
    font-weight: 600;
    color: rgba(52,73,94,.94);
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
}
.dateText {
    font-weight: 600;
    color: #2A3F54; 
    font-size: 21px;
}
@media screen and (min-width: 1024px){
    .w-label {
        width: 120px;
    }
    .w-input-12 {
        width: calc(100% - 120px);
    }
    .w-memberLabel {
        width: 80px;
    }
    .w-memberInput {
        width: calc(50% - 80px);
    }
}
/*label按鈕 start*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}
/*label按鈕-end*/
table.event thead{
    background-color: #ededed;
}
table.event td{
    border: solid 1px #ddd
}
table.event thead tr {
    
    border-top: solid 1px #ddd
}
.row-bs4 {
    display: flex;
    flex-wrap: wrap;
}
.label-grade::after, .label-isSubscription::after {
    content: "(功能權限)";
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 13px;
}
.label-isSubscription::after {
    content: "※啟用訂閱，每月自動寄發繳費連結";
    position: absolute;
    width: 220px;
    top: 20px;
    left: 10px;
    font-size: 13px;
}
.input-gradePrice::after {
    content: "/月";
    position:absolute;
   right:0;
}
.thead-activity {
    background-color: #638eb1 !important;
}
.search-activity {
    background-color: #ddebf8
}
.directions{
    font-size:14px;
}
.round-8{
    border-radius:8px;
}
.scroller {
    height: 100%;
}


.scroller.grid .vue-recycle-scroller__item-view {
    border: 1px solid #ececec;
    padding: 4px 8px;
}

.member-subTitle.framStyle {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding:4px 8px;
   
}
.member-content.framStyle {
    border: 2px solid #eee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 20px;
    min-height: 40px;
}
@media screen and (min-width:1028px) {
    .event-sticky {
        position: sticky;
        background-color: #fff;
        z-index: 5;
        top: 0;
    }
}
