﻿/* 桌機版內容正常流動 */
@media (min-width: 992px) {
    .jumbotron {
        height: auto !important;
        overflow: visible !important;
    }
}

/* 手機版才限制高度並可滾動 */
@media (max-width: 991.98px) {
    .jumbotron {
        height: 487px;
        overflow-y: auto;
        overflow-x: auto;
    }
}

.jumbotron-size1 {
    height: 487px;
    max-width: 100%;
}

.jumbotron-size2 {
    height: 425px;
    max-width: 100%;
}

.jumbotron-size3 {
    text-align: center;
    height: 652px;
    max-width: 100%;
}

.jumbotron-size4 {
    height: 227px
}

.table-size1 {
    width: 100%;
    margin-left: 16px;
    white-space: nowrap;
}

.table-size2 {
    width: 100%;
    margin-left: 5px;
    white-space: nowrap;
}

.table-size3 {
    width: 100%;
    height: 500px;
}

.table-size4 {
    width: 100%;
    height: 143px;
    margin-left: 8px;
}

.thead-color {
    background-color: rgb(248, 245, 241);
}

/* 顏色設定-黑色*/
.table-text-black1 {
    background-color: #F6F6F6 !important;
    align-self: center;
    vertical-align: middle;
    height: 42px;
    width: 341px;
    text-align: center;
    font-size: large;
}

.table-text-black2 {
    text-align: center;
    height: 42px;
    width: 341px;
    font-size: large;
    align-self: center;
    vertical-align: middle;
}
/* 顏色設定-橘色*/
.table-text-orange1 {
    background-color: #F6F6F6 !important;
    align-self: center;
    vertical-align: middle;
    height: 42px;
    width: 341px;
    text-align: center;
    font-size: large;
    color: #F55500 !important;
}

.table-text-orange2 {
    align-self: center;
    vertical-align: middle;
    height: 42px;
    width: 341px;
    text-align: center;
    font-size: large;
    color: #F55500 !important;
}

/* 顏色設定-藍色*/
.table-text-blue1 {
    background-color: #F6F6F6 !important;
    align-self: center;
    vertical-align: middle;
    height: 42px;
    width: 341px;
    text-align: center;
    font-size: large;
    color: #337AB7 !important;
}

.table-text-blue2 {
    text-align: center;
    height: 42px;
    width: 341px;
    align-self: center;
    vertical-align: middle;
    font-size: large;
    color: #337AB7 !important;
}

.blue-text {
    color: #337AB7 !important;
}

/* 顏色設定-深綠*/
.table-text-green1 {
    background-color: #F6F6F6 !important;
    align-self: center;
    vertical-align: middle;
    height: 42px;
    width: 341px;
    text-align: left;
    font-size: large;
    color: #013220 !important;
}

.table-text-green2 {
    text-align: left;
    font-size: large;
    color: #013220 !important;
    height: 42px;
    width: 341px;
    align-self: center;
    vertical-align: middle;
}

/* 顏色設定-淺綠*/
.table-title-green {
    text-align: left;
    color: #337A55 !important;
    vertical-align: middle;
    font-size: x-large;
    height: 9px;
    background-color: #F8F5F1 !important;
}

.table-title-green2 {
    text-align: center;
    background-color: #F8F5F1 !important;
    color: #337A55 !important;
    font-family: 微軟正黑體;
    font-size: large;
}

/* 顏色設定-評等*/
.table-title-rating-A1 {
    font-size: large;
    height: 44px;
    width: 100px;
}

.table-title-rating-A2 {
    font-size: large;
    height: 44px;
    width: 150px;
}

.table-title-rating-A3 {
    font-size: large;
    height: 44px;
    width: 65px;
}

.table-title-rating-B1 {
    width: 100px;
    vertical-align: middle;
}

.table-title-rating-B2 {
    width: 150px;
    vertical-align: middle;
}

.table-title-rating-B3 {
    width: 65px;
    vertical-align: middle;
}

.table-text-A1 {
    text-align: center;
    height: 64px;
    width: 122px;
}

.table-text-A1 {
    text-align: center;
    height: 64px;
    width: 405px;
    color: #337AB7 !important;
    font-size: large;
    align-self: center;
    vertical-align: middle;
}

.table-text-A2 {
    text-align: center;
    height: 64px;
    width: 423px;
    color: #F55500 !important;
    font-size: large;
    align-self: center;
    vertical-align: middle;
}