* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.content-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ecf0f5;
    z-index: 800;
}

.form-group {
    margin-bottom: 15px;
}

.h3, h3 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

body {
    color: #5a5a5a;
    font-family: "微軟正黑體","蘋果儷中黑","黑體",Hiragino Sans GB,"儷黑 Pro",Myriad Pro;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.systemname {
    font-family: "微軟正黑體","蘋果儷中黑","黑體",Hiragino Sans GB,"儷黑 Pro",Myriad Pro;
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.bs-footer {
    margin-top: auto;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/css/fonts/glyphicons-halflings-regular.eot);
    src: url(/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-link:before {
    content: "\e144"
}

.header-confirm-dialog {
    background-color: #f2dede !important;
    color: #a94442 !important;
}

.btn-confirm-dialog-no {
}

.btn-confirm-dialog-yes {
    background-color: #d7b6b6;
}

    .btn-confirm-dialog-yes:hover {
        background-color: #99cc99;
    }

.mask-loading {
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-right: 10px;
}

.error_panel {
    height: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .error_panel .alert {
        display: block;
        width: 92px;
        height: 93px;
        background: url(../../Images/alert.png) center center no-repeat;
        margin: 85px auto 0;
    }

    .error_panel .title {
        display: block;
        font-size: 28px;
        color: #3f3f3f;
        letter-spacing: 0.1em;
    }

    .error_panel .info {
        display: block;
        font-size: 16px;
        color: #3f3f3f;
        letter-spacing: 0.1em;
        margin: 14px 0 0;
    }

    .error_panel .back_home {
        display: block;
        margin: 40px auto;
        text-decoration: none;
        width: 120px;
    }

        .error_panel .back_home:hover b {
            background-color: #FF9600;
        }

        .error_panel .back_home b {
            display: block;
            font-size: 18px;
            color: #fff;
            background-color: #5bc0de;
            width: 120px;
            height: 33px;
            line-height: 33px;
            font-weight: normal;
            border-radius: 5px;
        }