﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    margin: 0px;
    color: #0A0A0A;
    /*background: url(../imgs/osha_bg3.jpg) top left repeat-x fixed;*/
}

button {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

input {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

select {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

img, a {
    outline: medium none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
}
/*-----------------------------*/
/*左邊區塊*/
#leftblock {
    width: 20%;
    float: left;
    clear: left;
    background-color: #F5F5F5;
}
/*Logo區塊*/
#logoblock {
    width: 20%;
    float: left;
    background-color: #F5F5F5;
}

.logofull {
    margin: 5px;
    width: auto;
    height: 100px;
    background: url(../imgs/osha_logo2.png) center top no-repeat;
    background-size: contain;
}
/*右邊區塊*/
#rightblock {
    width: 80%;
    float: right;
}

.contentblock {
    margin: 0.625em;
}
/*------------左邊選單開始------------*/
.navigation {
    width: 100%;
}

    .navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .navigation li {
        margin-bottom: 1px;
        line-height: 27px;
    }

        .navigation li a:link, .navigation li a:active, .navigation li a:visited {
            display: block;
            padding: 3px 3px 3px 10px;
            background-color: #A7B093;
            color: #FFFFFF;
            text-decoration: none;
        }

        * html .navigation li a {
            width: 100%;
        }

            .navigation li a:hover {
                background-color: #4F6128;
                color: #FFFFFF;
            }
    /*Level II*/
    .navigation ul ul > li {
        margin-bottom: 1px;
    }

        .navigation ul ul > li > a:link, .navigation ul ul > li > a:active, .navigation ul ul > li > a:visited {
            background-color: #E1EACD;
            padding-left: 20px;
            color: black;
        }

        .navigation ul ul > li > a:hover {
            background-color: #C3D69B;
            padding-left: 20px;
            color: black;
        }
    /*Level III*/
    .navigation ul ul ul {
    }

        .navigation ul ul ul > li {
            margin: 0px;
        }

            .navigation ul ul ul > li > a:link, .navigation ul ul ul > li > a:visited {
                /*background: #F5F8EE url(../image/arrow_pic.gif) 25px 11px no-repeat;*/
                padding-left: 40px;
                color: black;
            }

            .navigation ul ul ul > li > a:hover, .navigation ul ul ul > li > a:active {
                /*background: #D9E4BF url(../image/arrow_pic1.gif) 25px 11px no-repeat;*/
                padding-left: 40px;
                color: black;
            }

    /*選中menu樣式*/
    .navigation .selectMenu a {
    }
/*------------------------*/
/*頁面查詢標題*/
.search_headline {
    color: #4282C4;
    font-size: 1.125em;
    text-align: left;
    font-weight: bold;
    padding: 3px 0px 10px 32px;
    background: url(../imgs/search_pic.png) no-repeat left 2px;
}
/*第二層次標題*/
.data_headline {
    color: #3D7ED2;
    text-align: left;
    padding: 3px 0px 5px 0px;
    padding: 3px 0px 10px 32px;
    background: url(../imgs/bar_chart.png) no-repeat left 2px;
}
/*label setting*/
.control-group {
    margin-bottom: 3px;
    font-size: 0.875em;
}

.control-label {
    float: left;
    width: 180px;
    padding: 2px 5px;
    text-align: right;
    line-height: 1.625em;
    background-color: #E5E5E5;
    color: #222222;
}
/*.controls > .checkbox:first-child {
  padding-top: 5px;
}*/
.controls {
    *display: inline-block;
    margin-left: 200px;
    padding: 2px 5px;
    line-height: 1.625em;
    background-color: #F6F6F6;
}
/*.form-horizontal .controls:first-child {
  *padding-left: 180px;
}*/
.control-label_important {
    float: left;
    width: 180px;
    padding: 2px 5px;
    text-align: right;
    line-height: 1.625em;
    background-color: #FCE5D1;
    color: #222222;
}

.controls_important {
    *display: inline-block;
    margin-left: 200px;
    padding: 2px 5px;
    line-height: 1.625em;
    background-color: #FEF6F0;
}
/*-----------------------------------------*/
/*附註說明文字*/
.noticetext1 {
    color: #b94a48;
    font-size: 0.875em;
}
/*輸入框-一般*/
.inputblock {
    vertical-align: middle;
    font-weight: normal;
    color: #333;
    border: 1px solid #ACC5ED;
}
/*輸入框-紅框必輸*/
.inputblock_red {
    vertical-align: middle;
    font-weight: normal;
    color: #333;
    border: 1px solid #FF8080;
}
/*input text寬度限制*/
.iw80 {
    width: 80px;
}

.iw50 {
    width: 50px;
}

.iw30 {
    width: 30px;
}

.iw100 {
    width: 100px !important;
}

.iw120 {
    width: 120px;
}


.iw140 {
    width: 140px;
}

.iw200 {
    width: 200px;
}

.iw250 {
    width: 250px;
}

.iw500 {
    width: 500px;
}

.iw60p {
    width: 60%;
}

.iw90p {
    width: 90%;
}

.iw70 {
    width: 70px;
}

.iw75 {
    width: 75px;
}
/*---------------------------------*/
/*灰色連結*/
.hylink_gray1 {
    color: #666666;
    font-size: 0.875em;
    white-space: nowrap;
    letter-spacing: 1px;
}

    .hylink_gray1 A:link, .hylink_gray1 A:visited {
        color: #666666;
        text-decoration: none;
    }

    .hylink_gray1 A:hover {
        color: #999;
        text-decoration: underline;
    }
/*淺藍色連結*/
.hylink_blue1 {
    color: #2E8AE6;
    font-size: 0.875em;
    white-space: nowrap;
    letter-spacing: 4px;
}

    .hylink_blue1 A:link, .hylink_blue1 A:visited {
        color: #2E8AE6;
        text-decoration: none;
    }

    .hylink_blue1 A:hover {
        color: #E68A00;
        text-decoration: underline;
    }
/*-------------------------------------------*/
/*按鈕*/
.common_btn {
    white-space: nowrap;
    border-radius: 4px;
    padding: 3px 7px;
    height: 27px;
    letter-spacing: 1px;
    margin-left: 5px;
    cursor: hand;
}
/*no left margin*/
.common_btn2 {
    white-space: nowrap;
    border-radius: 4px;
    padding: 3px 7px;
    height: 27px;
    letter-spacing: 1px;
    cursor: hand;
}
/*綠色按鈕*/
.green_btn {
    color: #618022;
    background-color: #F3F8EA;
    border: 1px solid #A2C55A;
}

    .green_btn:hover {
        color: #FFFFFF;
        background-color: #A3D119;
        border: 1px solid #A2C55A;
    }
/*橘色按鈕*/
.orange_btn {
    color: #FFFFFF;
    background-color: #FFA319;
    border: 1px solid #FFBB77;
}

    .orange_btn:hover {
        color: #CC6600;
        background-color: #FFF5E6;
        border: 1px solid #FFAD33;
    }

/*藍色按鈕*/
.blue_btn {
    color: #FFFFFF;
    background: -webkit-linear-gradient(#297ACC, #70B8FF);
    background: -o-linear-gradient(#297ACC, #70B8FF);
    background: -moz-linear-gradient(#297ACC, #70B8FF);
    background: linear-gradient(#297ACC, #70B8FF);
    border: 1px solid #B8DBFF;
}

    .blue_btn:hover {
        color: #FFFFFF;
        background: -webkit-linear-gradient(#70B8FF, #297ACC);
        background: -o-linear-gradient(#70B8FF, #297ACC);
        background: -moz-linear-gradient(#70B8FF, #297ACC);
        background: linear-gradient(#70B8FF, #297ACC);
        border: 1px solid #B8DBFF;
    }
/*-------------------------------*/
/*靠右不黏邊*/
.align_r {
    text-align: right;
    padding: 2px 5px;
}
/*靠左*/
.aligh_l {
    text-align: left;
    padding: 2px 5px;
}
/*置中*/
.align_center {
    text-align: center;
    padding: 2px 5px;
}
/*點狀分隔線*/
.dot_separator {
    width: 97%;
    border-top: 0px dashed #B2B2B2;
    border-bottom: 1px dashed #B2B2B2;
    margin: 10px 0px;
}
/*單純間隔,隔上10px*/
.topseparator {
    margin-top: 10px;
    padding-top: 10px;
}
/*單純間隔,隔上5px*/
.topseparator2 {
    margin-top: 3px;
    padding-top: 3px;
}

/*隔下10px*/
.botseparator {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*隔下10px*/
.botseparator2 {
    margin-bottom: 3px;
    padding-bottom: 3px;
}
/*浮動靠左*/
.leftfloat {
    float: left;
}
/*浮動靠右*/
.rightfloat {
    float: right;
}
/*清除左右*/
.clearall {
    clear: both;
}

/*------------------表格資料開始--------------------*/
.oshadata {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFF;
}

    .oshadata caption {
        color: #306ED1;
        font-size: 1em;
        text-align: left;
        font-weight: bold;
        padding: 2px 0px 5px 30px;
        background: url(../imgs/file_icon1.png) no-repeat left 2px;
    }

    .oshadata th {
        border: 0px solid #B2D1FF;
        padding: 6px;
        background-color: #2E8AE6;
        color: #FFF;
        white-space: nowrap;
        font-size: 0.875em;
    }

    .oshadata td {
        border: 0px solid #B2D1FF;
        font-size: 0.875em;
        padding: 5px;
        vertical-align: top;
        color: #000;
    }

        .oshadata td.textmid {
            text-align: center;
        }

        .oshadata td.textleft {
            text-align: left;
        }

        .oshadata td.textright {
            text-align: right;
        }

    .oshadata a {
        color: #306ED1;
        text-decoration: underline;
    }

        .oshadata a:hover {
            color: #1D427D;
            text-decoration: none;
        }

.oshadata_even {
    background-color: #EEEEEE;
}
/*------------------表格資料結束--------------------*/
.tdTitle {
    text-align: right;
    vertical-align: middle;
    background-color: #E5E5E5;
    padding: 2px 5px;
    text-align: right;
    width: 20%;
    height: 25px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.tdContent {
    background-color: #F6F6F6;
    border-top-color: #fff;
    height: 25px;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 30%;
}

.tdTitle3 {
    text-align: right;
    vertical-align: middle;
    background-color: #E5E5E5;
    padding: 2px 5px;
    text-align: right;
    width: 10%;
    height: 25px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.tdContent3 {
    background-color: #F6F6F6;
    border-top-color: #fff;
    height: 25px;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 23%;
}

.edtiTable {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 100%;
}

.mainData {
    width: 100%;
    border-top: 0px dashed #B2B2B2;
    border-bottom: 1px dashed #B2B2B2;
    margin-top: 2px;
    margin-bottom: 2px;
}

.adminFontColor {
    color: #005dbc;
}
.adminButtonColor {
    color: #005dbc;
}
.adminButtonColor:hover {
    color: orange;
}