﻿@charset "utf-8";
/*  ===== 基本覆寫 ===== */
* {
    font-family: Verdana,微軟正黑體, Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1em;
}

/*  ===== ochi框架 ===== */
.WrapperHeader {
    background: #ECF2F4;
    background: url('../images/header.jpg') #c6dde7 center top no-repeat;
}

    .WrapperHeader .logowrapper {
        min-height: 350px;
    }

    .WrapperHeader .logo {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .WrapperHeader .logo h1 {
            margin: 0;
        }

.MainMenu {
    height: 3em;
    background-color: #256c60;
    font-size: 1em;
    background-image: -webkit-linear-gradient(top, #428c7f 0%, #256c60 90%,#dadada 91%,#ffffff 100%);
    background-image: -moz-linear-gradient(top, #428c7f 0%, #256c60 90%,#dadada 91%,#ffffff 100%);
    background-image: -ms-linear-gradient(top, #428c7f 0%, #256c60 90%,#dadada 91%,#ffffff 100%);
    background-image: -o-linear-gradient(top, #428c7f 0%, #256c60 90%,#dadada 91%,#ffffff 100%);
    background-image: linear-gradient(to bottom, #428c7f 0%, #256c60 90%,#dadada 91%,#ffffff 100%);
}

.WrapperFooter {
    background: #e9e9e9;
}

    .WrapperFooter .footerblock {
        text-align: center;
        line-height: 1.5em;
        padding: 10px 0;
    }
/* 側邊欄 */
.sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

#toggle-sidebar {
    padding: 0 5px;
    cursor: pointer;
    font-size: 2.4em;
}

/*  ===== 系統使用第三方套件 ===== */
/* superfish menu */
.superfishmenu ul a {
    padding: 0.7em 1em;
    text-decoration: none;
    color: #ffffff;
}

.superfishmenu ul li:hover a, .superfishmenu ul li.sfHover a {
    background: #085144;
}

.superfishmenu ul li ul li {
    background: #085144;
    border-bottom: 1px solid #04362d;
}

    .superfishmenu ul li ul li:last-child {
        border-bottom: 0;
    }

    .superfishmenu ul li ul li a:hover,
    .superfishmenu ul li ul li.sfHover a:hover,
    .superfishmenu ul li ul li ul li,
    .superfishmenu ul li ul li.sfHover ul li a {
        background: #0e8c76;
    }

        .superfishmenu ul li ul li.sfHover ul li a:hover {
            background: #0e8c76
        }

.superfishmenu > ul li.activemenu {
    background: #19557b;
}

/* 修正history子選單寬度 */

/* easytab style */
.easytabH ul.menubar {
    margin: 0;
    padding: 0;
}

.easytabH .menubar li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #e9e9e9;
    border: solid 1px #dbdbdb;
    border-bottom: none;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: 0;
}

    .easytabH .menubar li a {
        font-size: 1em;
        line-height: 2em;
        display: block;
        padding: 2px 15px;
        outline: none;
        text-decoration: none;
    }

        .easytabH .menubar li a:hover {
            background-color: #d1e4e9;
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
            text-decoration: none;
        }

    .easytabH .menubar li.active {
        border: solid #ccc 1px;
        border-bottom: 0;
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-radius: 10px 10px 0 0;
    }

    .easytabH .menubar li a.active {
        font-weight: bold;
        color: #000;
    }

        .easytabH .menubar li a.active:hover {
            background-color: transparent;
            text-decoration: none;
            cursor: default;
        }

.easytabH .panel-container {
    background: #fff;
    border: solid #dbdbdb 1px;
    padding: 10px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}
/* easytab垂直tabs */
.easytabV ul.menubar {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid #dbdbdb;
}

.easytabV .menubar li {
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .easytabV .menubar li a {
        display: block;
        padding: 5px 3px;
        outline: none;
        background: #e9e9e9;
        margin-bottom: 5px;
    }

        .easytabV .menubar li a:hover {
            text-decoration: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

    .easytabV .menubar li.selected-tab a {
        position: relative;
        left: 1px;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-right: 0;
        border-left: 0;
        color: #000;
    }

.easytabV .panel-container {
}

/* Magnific Popup */
.magpopup {
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    width: 95%;
    margin: 20px auto;
    border-radius: 10px;
}

.magSizeS {
    max-width: 600px;
}

.magSizeM {
    max-width: 900px;
}

.magSizeL {
    max-width: 1300px;
}

.magpopupTitle {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 1.1em;
    border-bottom: 1px solid #c8c8c8;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ededed 60%, #dedede 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ededed 60%, #dedede 100%);
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #ededed 60%, #dedede 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ededed 60%, #dedede 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ededed 60%, #dedede 100%);
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
    /* overlay animate in */
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.5;
    }
    /* overlay animate out */
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*  ===== 套件覆寫用CSS ===== */
/* 覆寫bootstrap初始設定 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
/* 小於768px以下的螢幕 */
@media (max-width: 767px) {
    .no-gutter > [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .movieticketL {
        border-radius: 5px 5px 0 0;
    }

    .movieticketR {
        border-radius: 0 0 5px 5px;
    }

    .paddingMVRL {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* 介於991~768px的螢幕 */
@media (min-width: 768px) {
    .no-gutter > [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        width: 100%;
    }

    .movieticketL {
        border-radius: 5px 0 0 5px;
    }

    .movieticketR {
        border-radius: 0 5px 5px 0;
    }

    .paddingMVRL {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* 介於1199~992px的螢幕 */
@media (min-width: 992px) {
    .no-gutter > [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        max-width: 970px;
    }
}
/* 大於1200px的螢幕 內容最大到970px,故需覆寫bootstrap container原始設定 */
@media (min-width: 1200px) {
    .no-gutter > [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        max-width: 970px;
    }
}

/* 修正datepicker年月寬度 */
.xdsoft_datetimepicker .xdsoft_month {
    width: 80px;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 68px;
}

/* =============裝飾性CSS=============  */
.marT5v {
    margin-top: 5vh;
}

.marT10v {
    margin-top: 10vh;
}

.marT15v {
    margin-top: 15vh;
}

.marT20v {
    margin-top: 20vh;
}

.marT25v {
    margin-top: 25vh;
}

.marT30v {
    margin-top: 30vh;
}

.marT35v {
    margin-top: 35vh;
}

.marB5v {
    margin-bottom: 5vh;
}

.marB10v {
    margin-bottom: 10vh;
}

.marB15v {
    margin-bottom: 15vh;
}

.marB20v {
    margin-bottom: 20vh;
}

.marB25v {
    margin-bottom: 25vh;
}

.marB30v {
    margin-bottom: 30vh;
}

.marB35v {
    margin-bottom: 35vh;
}

.BoxBorderSa {
    border: 1px solid #dadada;
}

.BoxBorderDa {
    border: 2px dashed #dadada;
}

.BoxBgWa {
    background: #ffffff;
}

.BoxBgWb {
    background: #f2f2f2;
}

.BoxBgWc {
    background: #dadada;
}

.BoxBgCa {
    background: #0da7e7;
}

.BoxBgCb {
    background: #71ad24;
}

.BoxBgCc {
    background: #ffaa06;
}

.BoxBgCd {
    background: #e00b0b;
}

.BoxBgCf {
    background: #b02061;
}

.BoxBgCe {
    background: #2252ab;
}
.BoxBgCg {
    background: #fc4e03;
}

.BoxBgOa {
    background: rgba(0,0,0,.1);
}

.BoxBgOb {
    background: rgba(0,0,0,.9);
}

.BoxRadiusA {
    border-radius: 10px;
}

.BoxRadiusAu {
    border-radius: 10px 10px 0 0;
}

.BoxRadiusAd {
    border-radius: 0 0 10px 10px;
}

.BoxRadiusB {
    border-radius: 6px;
}

.BoxRadiusC {
    border-radius: 3px;
}

.BoxShadowA {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.BoxShadowB {
    box-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
}

.BoxShadowC {
    box-shadow: 0 4px 4px rgba(0,0,0,0.4), 0 2px 10px rgba(0,0,0,0.4)
}

.BoxShadowD {
    box-shadow: 7px 0 7px -7px rgba(0,0,0,0.2), -7px 0 7px -7px rgba(0,0,0,0.2);
}

.opa6 {
    opacity: 0.6;
}

.opa5 {
    opacity: 0.5;
}

.opa4 {
    opacity: 0.4;
}

.opa3 {
    opacity: 0.3;
}

.opa2 {
    opacity: 0.2;
}

.IconCa {
    color: #0da7e7;
}

.IconCb {
    color: #71ad24;
}

.IconCc {
    color: #ffaa06;
}

.IconCd {
    color: #e00b0b;
}

.IconCe {
    color: #346dd6;
}

.IconCf {
    color: #b02061;
}
.IconCg{
    color: #fc4e03;
}




.IconSizeA {
    font-size: 4em;
}

.IconSizeB {
    font-size: 5em;
}

.IconSizeC {
    font-size: 3em;
}

.padding20TB {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*  ===== 無障礙網站 ===== */
/* 內容字級調整 */
.ContentFontLarge {
    font-size: 120%;
}

.ContentFontNormal {
    font-size: 100%;
}

.ContentFontSmall {
    font-size: 80%;
}

#adjustfontsize a {
    border: 1px dashed;
    padding: 2px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
}

    #adjustfontsize a:hover {
        border: 1px solid;
    }

    #adjustfontsize a.actived {
        border: 1px solid #000;
        color: #000;
    }

#jumptocontent {
    color: rgba(0, 0, 0, 0);
    position: absolute;
}

    #jumptocontent:focus {
        border: 1px solid #09F;
        color: rgba(0, 0, 0, 1);
    }

a:focus {
    border: 1px solid #09F;
}
/*  ===== 本系統專用 ===== */
.filetitle {
    border-bottom: 2px solid #0fb99b;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: -6px;
}

.filetitlewrapper {
    border-bottom: 1px solid #bababa;
    padding: 5px 0;
}

    .filetitlewrapper .itemright {
        float: right;
        padding-top: 15px;
    }

.imgmaxheight {
    max-height: 80px;
}

.stripeMeCSl table {
    border: 1px solid #9aced1;
}

    .stripeMeCSl table tr td {
        border: 1px solid #c1dce8;
        background-color: #e7f5f7;
    }

.stripeMeCSl th {
    color: #203f51;
    border: 1px solid #9aced1;
    background: #a6e3ee;
}

    .stripeMeCSl th a {
        color: #1e9798;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: all ease-in-out 0.2s;
    }

        .stripeMeCSl th a:hover {
            color: #045051;
            border-color: #045051;
        }

.stripeMeCSl tbody:nth-child(even) tr td {
    background-color: #fbfeff;
}

.stripeMeCSl tr td:first-child {
    border-left-color: #9aced1;
}

.stripeMeCSl tr th:first-child {
    border-left-color: #9aced1;
}

.stripeMeCSl tr td:last-child {
    border-right-color: #9aced1;
}

.stripeMeCSl tr th:last-child {
    border-right-color: #9aced1;
}

.stripeMeCSl tr:last-child td {
    border-bottom-color: #9aced1;
}

.stripeMeCSl tr.spe td {
    background-color: #FEFBC2;
}

.stripeMeCSl table {
    border-collapse: collapse;
}

    .stripeMeCSl table tr td {
        padding: 5px;
        border-collapse: collapse;
    }

.stripeMeCSl th {
    padding: 5px;
    border-collapse: collapse;
}

.stripeMeCSl tr td.eventd {
    background-color: #fbfeff;
}


ol.doclist li a {
    border-bottom: 1px dotted #c9c9c9;
    color: #000;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    transition: all ease-in-out 0.2s;
}

    ol.doclist li a:hover {
        color: #2a6496;
        border-bottom: 1px solid #2a6496;
        background: #fffeb9;
        text-decoration: none;
        padding-left: 5px;
    }

    ol.doclist li a:visited {
        color: #a42f7c;
    }
/* 2020 */
.BoxBorderDb {
    border: 1px dashed #dadada;
}

.ReComm {
    margin-left: 40px;
}

.tableStyle {
    display: table
}

.trStyle {
    display: table-row;
}

.tdStyle {
    display: table-cell;
}

.font-black a {
    color: #000;
}

.loginW {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.imgH {
    max-height: 150px;
}

/* 2021 add */
.sharingansbtn {
    margin-top: 10px;
    color: #00899a;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    .sharingansbtn:hover {
        color: #00b0c5;
    }
/* 回到頂部 */
.WrapperBody .backTop {
    position: fixed;
    bottom: 4%;
    left: -150px;
    opacity: 0.7;
}

.WrapperBody .backTop {
    padding: 10px 10px 10px 20px;
    background: #000;
    border-radius: 0 10px 10px 0;
    height: 50px;
    text-decoration: none;
    font-size: 16px;
}

.introimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 400px;
}

/* 2023 add */
.BoxBorderSd {
    border: 1px solid #8f8f8f;
}
.ConMaxHa{max-height: 300px; overflow-y: auto;}
.ConMaxHb{max-height: 600px; overflow-y: auto;}
.font-register{color:#181818;}
.font-register a{color:#ffaa06;text-decoration: none;transition: all ease-in-out 0.2s;}
.font-register a:hover{color: #ffd100;}