﻿/*調整字體*/
body {
    font-family: 微軟正黑體;
}
/*調整MENU網底風格*/
.BanerStyle {
    background-color: #595959;
    font-size: 20px;
}
/*調整MENU字體部份風格*/
.MenuStyle a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
/*調整下拉式選單部份風格*/
.DropDownMenuStyle {
    font-size: 20px;
    background-color: #EDE8DB;
}

    .DropDownMenuStyle a {
        color: #F7C090;
        font-weight: bold;
    }

        .DropDownMenuStyle a:hover,
        .DropDownMenuStyle a:focus {
            color: #E46C0A;
            text-decoration: none;
            /*background-color: #f5f5f5;*/
        }
/*pagLogin登入視窗位置調整*/
.loginStyleDiv {
    padding-top: 200px;
}
/*pagLogin登入視窗風格調整*/
.loginStyle {
    color: white;
    font-size: 18px;
}

/*pagLogin登入底圖風格調整*/
.LoginPic {
    /*background-image: url(../images/Login2.jpg);*/
    text-align: left;
    height: 756px; /*底圖高*/
    width: 1144px; /*底圖寬*/
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -378px; /* -底圖高/2 */
    margin-left: -572px; /* -底圖寬/2 */
}
.LoginPic1 {
    /*background-image: url(../images/Login2.jpg);*/
    text-align: left;
    height: 756px; /*底圖高*/
    width: 1144px; /*底圖寬*/
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -378px; /* -底圖高/2 */
    margin-left: -572px; /* -底圖寬/2 */
}
/*調整右上角登入後資訊風格*/
.Login_P {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    z-index: 1001;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #95C3AE;
    color: black;
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

    .Login_P a {
        color: black;
    }
/*登入按鈕*/
.LoginbtnStyle {
    background-color: #595651;
    color: white;
}

    .LoginbtnStyle :hover {
        color: white;
    }

    .LoginbtnStyle :focus {
        color: white;
    }
/*三塊方塊酥風格*/
.AreaTitle {
    font-size: 18px;
    color: white;
    background-color: #1F3162;
    padding: 5px;
}
/*網頁按鈕風格*/
.AreaTitle_Button {
    background-color: #95C3AE;
    color:white;
}

.centered {
    color: #FFFFFF;
    font-size: 1.4vw;
    font-family: "微軟正黑體";
    position: absolute;
    bottom: 0;
    margin-bottom: 0.5%;
    z-index: 1001;
    /*padding-top: 10px;*/
    /*padding-left: 1%;*/
    width: 23%;
}

.box-2 {
    width:30%;
    background: rgba(38,121,171,0.6);
}

.c3-chart-text text {
    font-size: 1.5vh;
}

g.tick text tspan {
    font-size: 1.5vh;
    font-family: 微軟正黑體;
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 2vh;
    font-family: 微軟正黑體;
}

.c3-legend-item {
    font-size: 12px;
    font-family: 微軟正黑體
}

.c3-axis-x-label {
    font-size: small;
    font-family: 微軟正黑體
}

.homeModule{
    width:20px;
    height:20px;
    display:inline-block;
    background-size: 20px;
    background-image:url(/images/menu/HomeModule_B.png);
    
}

.menu_icon{
    width:20px;
    margin-bottom:5px;
}

.switch_icon {
    width: 30px;
}

.download_btn {
    padding: 5px 15px;
    font-size: 15px;
    color: white;
    border: none;
    border-radius: 5px;
    background-color: #01589B;
}
.common_btn {
    padding: 5px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    background-color: #E9EDF1;
}
    .common_btn:hover {
        padding: 5px 15px;
        font-size: 20px;
        color: white;
        border: none;
        border-radius: 5px;
        background-color: #01589B;
    }
.click_btn {
    padding: 5px 15px;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 5px;
    background-color: #01589B;
}

.btn_style {
    border: 1px solid #C3BEBE;
    border-radius:5px;
    background-color:white;
    color:black;
    font-size:20px;
    font-weight:900;
    padding:5px 15px;
    float:right;
}

.multipleDll, .multipleDll :hover{
    border: none !important;
}

input, select {
    border: none;
    border-radius: 5px;
}

/*jquery confirm 套件 確認按鈕移置右邊*/
.jconfirm.white .jconfirm-box .buttons button.btn-default:first-child{
	float:right !important;
}

.multiselect-container {
    max-height: 400px;
    overflow-y: auto;
}