﻿html, body, form {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-family: 微軟正黑體;
    letter-spacing: 0.4px;
}

a {
    color: #555;
    text-decoration: none;
}

div {
    Box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: .1875rem .375rem;
    font-size: 16px;
    font-family: 'Noto Sans TC',sans-serif;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-control:focus {
        border-color: #aaaaaa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(170, 170, 170, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(170, 170, 170, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #aaaaaa;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #aaaaaa;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaaaaa;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[readonly] {
        border: none;
        box-shadow: none;
    }


#BrowserNotice {
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: black;
}

    #BrowserNotice .Sentence {
        vertical-align: middle;
    }

    #BrowserNotice .DownloadButton {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 85px;
        height: 21px;
        background-image: url("/_MasterPage/_Image/Base/Download.jpg");
        background-repeat: no-repeat;
        vertical-align: middle;
    }


#Base {
    height: 100%;
}
