﻿

#main_wrapper {
    /*width: 100%;*/
    width:1300px;
    margin: auto;
    
    overflow: hidden;
    
}

#main_wrapper_Mobil {
    /*width: 100%;*/
    width:800px;
    margin: auto;
    

    
}


#header {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 3px;
    font-family: 微軟正黑體;
    padding:0px;
    border: 0px solid #000000;
    /*border-bottom: 2px solid #EEF0EF;
    --overflow: hidden;*/
}


#center {
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: -5px;
    border: 0px solid #000000;
    overflow:visible;
    /*--height:1000px;*/
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    border: 0px solid #000000;
    background-color: #666666;
}

#header .logo {
    float: left;
    /*width:100px;
    height: 60px;
    border: 1px solid #000000;*/
    margin-right: 10px;
    margin-top:15px;
    margin-left: 0px;
    /*display: none;*/
}

    #header .logo img {
        float: left;
        margin-right: 0px;
        width: 200px;
        height: auto;
    }

    #header .logo .logo2 {
        width: 150px;
        margin-top: 5px;
        margin-left: 5px;
    }


#header .SysName {

    float: left;
    color: #333333;
    font-size: 1.4em;
    font-family: 微軟正黑體;
    letter-spacing: 7px;
    font-weight: bolder;
    margin-top:30px;
    margin-left:20px;
}



.ColorArea1 .menu_btn {
    float: left;
    background-color: white;
    padding: 1px;
    margin-top: 4px;
    margin-left: 7px;
    -webkit-border-radius: 8px; /* support firefox */
    -moz-border-radius: 8px;
    padding-left: 4px;
    padding-right: 2px;
    
}

    .ColorArea1 .menu_btn span {
        font-size: .9em;
        float: left;
        margin-top: 3px;
        font-weight: bolder;
        font-family: 微軟正黑體;
    }

    .ColorArea1 .menu_btn img {
        float: right;
        width: 20px;
        height: 20px;
        margin-left: 7px;
        margin-right: 5px;
    }

#header .LogoArea {
    --clear: both;
    float: left;
    width: 48%;
    height: 70px;
    font-family: 微軟正黑體;
    border: 0px solid #000000;
}

#header .ColorArea1 {
    --clear: both;
    float: right;
    
    width: 50%;
    height: 70px;
    background: #C7A0BD;
    background: #C7A0BD;
    background: linear-gradient(-45deg, transparent 15px, #C7A0BD 0) bottom right;
}

#header .UserInfo {
    float: right;
    margin: 10px;
    color: white;
    font-size: .95em;
}


#header .BtnItems {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 1em;
}



#header .BtnItem {
    float: left;
    border-right: 1px solid #FFFFFF;
    padding-left: 5px;
    padding-right: 10px;
    margin-right:10px;
}

#header .BtnItems a {
    color: white;
    font-size: .85em;
}

#center .Content {
    float: left;
    width: 100%;
    margin-top: 10px;
    
    /*padding-left: 7px;*/
    /*--border: 1px solid #C7A0BD;
    --display: none;*/
}

#center .Content {
    /*--height: 1000px;*/
    overflow: auto;
    overflow-x: hidden;
    width:100%;
}



#center .PageTitle {
    clear: both;
    float: left;
    width: 100%;
    height: 30px;
    letter-spacing: 5px;
    margin-bottom: 3px;
    background: #F2D77C;
    background: linear-gradient(135deg, transparent 15px, #F2D77C 0) top left, linear-gradient(-135deg, transparent 15px, #809EC0 0) top right, linear-gradient(-45deg, transparent 15px, #809EC0 0) bottom right, linear-gradient(45deg, transparent 15px, #809EC0 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

#center .PageTitleTxt {
    float: left;
    margin-left: 10%;
    background-color: #FFCC66;
    padding-left: 30px;
    padding-right: 30px;
    width: 60%;
    height: 100%;
    line-height: 30px;
    font-weight: bolder;
    font-family: 微軟正黑體;
    font-size:1.2em;
}


    #center .PageTitleTxt img {
        float: left;
        width: 20px;
        height: 20px;
        margin-left: 20px;
        margin-top: 5px;
        margin-right: 10px;
    }


#center .Content #defaultpage{
    
    overflow: auto;
    overflow-x: hidden;
    border: 0px solid #000000;
    float:left;
    margin-left:0px;
    margin-top:10px;
    
    margin-bottom:200px;
}

#footer .copyright {
    /*--clear: both;*/
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: .8em;
}


#AlertPageActive {
    border: 2px solid #993399;
    background-color: #F5F6F8;
    height: 3em;
    width: 300px;
    position: absolute;
    top: 700px;
    left: 45%;
    z-index: auto;
    visibility: hidden;
    padding-top: 5px;
    font-size: .9em;
    letter-spacing: 3px;
    color: #FFFFFF;
}

#AlertMessage {
    color: #006382;
    font-weight: bold;
}

.CancelRefresh {
    color: #CC6600;
    text-decoration: underline;
}

#AlertErrorMsg {
    border: 2px solid #FF0000;
    position: absolute;
    bottom: 40%;
    left: 45%;
    visibility: hidden;
    z-index: auto;
    background-color: #F5F6F8;
    text-align: left;
    padding: 10px;
}

.ErrorMsg_txt {

    color: #CC3300;
    font-size: .9em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: overline;
}

#AlertCheckButton {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
