@charset "utf-8";
/* CSS Document */

.personal-form-header,
.product-form-header,
.product-form-offset-header{
    font-family: 'MHei HK Heavy', 'Microsoft JhengHei', serif;
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    height: 120px;
    width: 1170px;
    position: relative;
    top: 0px;
    left: 0px;
}

@media (min-width:768px)
{
    .personal-form-header,
    .product-form-header,
    .product-form-offset-header{
        font-family: 'MHei HK Heavy', 'Microsoft JhengHei', serif;
        padding-top: 30px;
        margin-left: calc((100% - 750px)/2);
        height: 120px;
        width: 750px;
        position: relative;
        top: 0px;
        left: 0px;
    }
}
@media (min-width:992px)
{

    .personal-form-header,
    .product-form-header,
    .product-form-offset-header{
        font-family: 'MHei HK Heavy', 'Microsoft JhengHei', serif;
        padding-top: 30px;
        margin-left: calc((100% - 970px)/2);
        height: 120px;
        width: 970px;
        position: relative;
        top: 0px;
        left: 0px;
    }
}
@media (min-width:1200px)
{
    .personal-form-header,
    .product-form-header,
    .product-form-offset-header{
        font-family: 'MHei HK Heavy', 'Microsoft JhengHei', serif;
        padding-top: 30px;
        margin-left: calc((100% - 1170px)/2);
        height: 120px;
        width: 1170px;
        position: relative;
        top: 0px;
        left: 0px;
    }
}

.personal-form-header,
.product-form-header{
    background-color: #FFFFFF;
    z-index: 100;
}

.product-border {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #ddd;
}

.personal-form-header h3,
.product-form-header h3 {
    color: #00a20b
}

#product-type-dropdown {
    position: relative;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    width: 400px;
    color: #000000;
}

#product-reset-btn{
    position: relative;
    margin-left: 15px;
    margin-top: -5px;
}

.access-service {
    height: 35px;
    width: 35px;
    background-color: #4FAD48;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-top: 11px;
    margin-left: -3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.form-header {
    font-family:'MHei HK Heavy', 'Microsoft JhengHei', serif;
    padding:20px 0 20px 0
}
.form-header h3 {
    color:#00a20b
}
.form-control-static {
    line-height:34px
}
.checkbox {
    margin-top:8px
}
a.btnLogout {
    display:block;
    float:right;
    margin:-20px 20px 0 0;
    background-color:#8fc31f;
    font-family:'MHei HK Medium', 'Microsoft JhengHei', serif;
    text-align:center;
    color:#fff;
    width:70px;
    height:35px;
    padding:6px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}
a.btnLogout:hover, a.btnLogout:focus {
    background-color:#79a51a;
    text-decoration:none
}
a.btnHeaderLogout {
    display:block;
    float:right;
    background-color:#00b034;
    font-family:'MHei HK Medium', 'Microsoft JhengHei', serif;
    font-size:14px;
    text-align:center;
    color:#fff;
    width:70px;
    height:35px;
    margin-bottom:20px;
    padding:6px 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
a.btnHeaderLogout:hover, a.btnHeaderLogout:focus {
    background-color:#008728;
    text-decoration:none
}
.table th {
    font-family:'MHei HK Medium', 'Microsoft JhengHei', serif;
    font-weight:normal;
    color:#00a20b
}
.table td {
    font-family:'MHei HK Medium', 'Microsoft JhengHei', serif;
}

.table .subTd {
    border-top: 0px;
    padding: 0px;
}

.table th:nth-child(1) {
    width: 15%;
}
.table th:nth-child(2) {
    width: 20%;
}
.table th:nth-child(3) {
    width: 10%;
}
.table th:nth-child(4) {
    width: 15%;
}
.table th:nth-child(5) {
    width: 15%;
}
.table th:nth-child(6) {
    width: 25%;
}

.btnSubmit, .btnCancel {
    font-family:'MHei HK Medium', 'Microsoft JhengHei', serif;
    width:75px
}

@media (max-width:767px) {
    .btnBack, .btnSubmit, .btnCancel {
        width:100%;
        margin-bottom:20px
    }
}
