﻿.button-26 {
    appearance: button;
    background-color: #1652F0;
    border: 1px solid #1652F0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Graphik,-apple-system,system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.15;
    overflow: visible;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all 80ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
}

.button-26:disabled {
    opacity: .5;
}

.button-26:focus {
    outline: 0;
}

.button-26:hover {
    background-color: #0A46E4;
    border-color: #0A46E4;
}

.button-26:active {
    background-color: #0039D7;
    border-color: #0039D7;
}

.Hidden {
    display: none;
}

.Button {
    border-top: 1px thin solid #96d1f8;
    background: #3e779d;
    padding: 0px 1px 0px 2px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    /*text-shadow: rgba(0,0,0,.2) 0 1px 0;*/
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin: 0px 1px 1px 0px;
}

    .Button:hover {
        border-top-color: #28597a;
        background: #28597a;
        color: #ccc;
    }

    .Button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.Button_Link1 {
    background: #537D3E;
    border-top: 1px solid #96d1f8;
    background: #3e779d;
    padding: 0px 2px 2px 2px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    text-decoration: none;
    vertical-align: super;
}

    .Button_Link1:hover {
        border-top-color: #28597a;
        background: #537D3E;
        color: #ccc;
    }

    .Button_Link1:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.b1f, .b2f, .b3f, .b4f {
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: aliceblue;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
/*background-color: #DFFBFC;*/
.b1f {
    height: 1px;
    margin: 0 5px;
    background: black;
}

.b2f {
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}

.b3f {
    height: 1px;
    margin: 0 2px;
}

.b4f {
    height: 2px;
    margin: 0 1px;
}

.head {
    background: White;
    /*background:#E2F3FE;*/
    /*padding: 0px;
            margin: 0px;    
            */
}

div.content, div.head {
    padding-left: 7px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

    div.head h1 {
        margin: 0px;
        background: lightblue;
        font-size: 26px;
    }
/*.content {background:#2B63A2; padding-top:5px;}*/
.content {
    background: #2B63A2;
    padding-top: 5px;
}
.login_title {
    background-color: #DFFBFC;
}

div.content {
    text-align: center;
}

.ImageLogo {
/*    background-color: White;*/
    /*background-color: Transparent;*/
/*    margin-left: 10px;*/
    margin-bottom: 5px;
    /*
        border-style: double;
        border-width: 1px;
        border-radius: 5px;*/
    /*background: url('../Image/EPZALogo.png');
        background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;*/
}

.Label_ComNa {
    color: #CC9900;
    /*margin-bottom:0px;*/
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 24px;
    /*font-family: 標楷體,arial, helvetica, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
    /*font-weight: bold;*/
    /*font-style: italic;*/
    text-shadow: -1px -1px rgb(230,245,255),0 1px 3px #999, 1px 1px 1px #888;
}

.Label_SysNa {
    color: #462300;
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-shadow: -1px -1px rgb(230,245,255),0 1px 2px #999, 1px 2px 2px #888;
}

.Label_ProgNa {
    color: #462300;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-shadow: -1px -1px rgb(230,245,255),0 1px 2px #999, 1px 2px 2px #888;
}

/*淺色：用於登入畫面-白色White #FFFFFF 或 淺藍色PowderBlue #B0E0E6 */
.Label_Login {
    color: #B0E0E6;
    font-size: 14px;
}

.Label_Msg {
    color: #990000;
    font-size: 14px;
}

table tr, table td {
    /*border:1px solid #000;*/
}

.login_bgColor {
    background-color: #5B82B1;
}

.login_input_div .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.login-top {
    padding-top: 40px;
}
.login-bom {
    margin-bottom: 30px;
}