.my_container {
    min-height: 87.7vh;
}
.redcolorlabel label {
    display: inline-block;
    /*width: 160px;*/
    padding-left:0px;
    color: #E37222;
    font-size:18px;
    font-weight: 700;
    width: 100%;
    font-family: 微軟正黑體;
    text-align: center;
    /*margin-bottom: 5px;*/
}
.myTable {
    /*word-break:break-all;*/
    overflow: auto;
}
.redcolorlabel input {
    width: 80%;
}

.table td, .table th {
    vertical-align:middle;
}
label {
    margin-bottom: 0;
}

label.indexlabel {
    display: inline-block;
    padding-left:0px;
    /*color: #ce4949;*/
    font-size:18px;
    font-weight: 350;
    /*margin-bottom: 5px;*/
}

table.mylabel > tr > th {
    width: 50%;
}

.chooseplace {
    border:1px solid #aaa;
    border-radius:6px;
    padding:10px 15px;
    margin:10px auto;
    width: 100%;
    height: 45px;
}
.submitbutton {
    border:1px solid #aaa;
    border-radius:6px;
    background-color: #66B9BF;
    color: #FFF;
    padding:10px 15px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.subandgoBackbutton {
    width: 49%;
}
.Backbutton {
    border:1px solid #EEF2FD;
    background-color: #EEF2FD;
    color: #465775;
}
.goindexbutton {
    border:1px solid #CCC;
    background-color: #FFF;
    color: #000;
    margin-bottom: 10px;
}

.editbutton {
    border:1px solid #FFF;
    border-radius:6px;
    background-color: #66B9BF;
    color: #fff;
    padding:5px 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
}
.deletebutton {
    border:1px solid #FFF;
    border-radius:6px;
    background-color: #EEAA7B;
    color: #fff;
    padding:5px 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
}
.confirmeditbutton {
    border:1px solid #aaa;
    border-radius:6px;
    background-color: #3299DD;
    color: #fff;
    padding:2px 5px;
    width: 100%;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}
.listconfirmeditbutton {
    width: 45%;
    float: right;
}
a.confirmeditbutton {
    width: 45%;
    color: #000;
    background: #fff;
    border: 1px solid orange;
    float: left;
}
.timeoption {
    margin: auto;
}
.timeoption > .myactive {
    background:#FFFFFF;
    border:solid 1px #d2d2d2;
    border-radius:4px;
    display:inline-block;
    line-height:35px;
    text-align:center;
    letter-spacing:2px;
    color:#000;
    font-weight: 500;
    width: 11%;
    height: 35px;
    margin: 0px 10px 9px 0px;
    cursor: pointer;
}
.myactive:hover {
    background-color:#dedede;
}
.mynotactive:hover {
    background-color:#FFFFFF;
}
.timeoption > .myactiveoption {
    background-color:#0053F9;
    color: #FFFFFF;
}
.timeoption > .mynotactive {
    background-color:#EE5E68;
    color: #FFFFFF;
    cursor: not-allowed;
}
.timeoption > .timeExpired {
    color:#C5C5C5;
    cursor: not-allowed;
}
.placeAddbutton {
    font-size: 18px;
    color: #5DB85C;
    cursor: pointer;
    font-family: 微軟正黑體;
    font-weight: bold;
}
.mynav-link {
    color: rgba(255, 255, 255)!important;
    font-size: 18px;
}
.mynav-link:hover, .mynav-link:focus {
    color: rgba(255, 255, 255, 0.75)!important;
}
.cardmother {
    background-color: none;
    border:1px solid #66B9BF;
    margin-top: 15px;
}
.mycard_header {
    background-color: #66B9BF;
    border: none;
}
.mycard_headerlabel {
    text-align: left;
    color: white;
    margin: auto;
    font-size: 24px;
}
.my-4 {
    margin-top: 2.5rem !important;
}
.placelist {
    border:2px solid white;
    background-color: #66B9BF;
    color: white;
    cursor: pointer;
    padding: 4px 8px;
}
.table {
    margin: .2rem 0;
}
.dialogbody {
    padding-top: 5px;
    height: 100%;
}
/*系統預設*/
.defEditWidth {
    width: 14%;
}
.defWidth_Contact {
    width: 21.5%;
}
.siteNote {
    text-align:left;
}
#myChart {
    margin: 10px auto 10px auto;
}
.thanksText {
    margin: auto 40px;
    text-align: left;
}
@media screen and (max-width: 500px) {
    .timeoption {
        padding: 0;
    }
    .timeoption > .myactive {
        width: 49%;
        margin: 0px 0px 9px 0px;;
    }
    #myForm {
        width: 90%;
    }
    .thanksText {
        margin: auto;
    }
    .placelist {
        width: 48%;
    }
    .listAll {
        width: 97%;
        margin-top: 5%;
    }
}