
.content {
    border: 0pt solid #0000ff;
    width: 100% !important;
}

.mod_con_wrap {
    border: 0pt solid #0000ff;
    width: 98%;
    max-width: 1420px;
}

/* 內頁 攝影機 Surveillance Station Pro select 設定 */

.function_select_wrap {
    overflow: auto;
    border: 0pt solid #0000ff;
    padding: 10px 0px 0px 0px;
}

.function_select_wrap div {
    width: 225px;
    float: left;
    margin: 0px 10px 15px 0px;
}

.function_select_wrap div select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px 4px;

}

/* 輸出列表 */

#spec_con_show {
    border: 0pt solid #ff0000;
    min-height: 200px;
    overflow: auto;
}

.table-blue {
    border: 0pt solid #0000ff;
    margin: 10px auto 30px auto;
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
}

.table-blue th {

    max-width: 85px;
    min-width: 50px;
    height: 30px;

    text-align: center;
    vertical-align: middle;

    background-color: #DDDEE0;
    color: #53585E;

    padding: 10px 0px 10px 0px;

    border: 1pt solid #DBDDDC;

}

.table-blue td {
    height: 30px;

    text-align: center;

    vertical-align: middle;
    padding: 0px 0px 0px 5px;

    background-color: #FFFFFF;
    color: #2F2F2F;

    border: 1pt solid #EAEAEA;

}

.table-blue td.big {
    width: 13%;
    word-wrap: break-word;
    word-break: break-all;
}

.table-blue td.td_mark {
    /*border:1pt solid #aaaaaa; */
    border: 1pt solid #EAEAEA;
}

.table-blue .brand_place {

    text-align: center;
    vertical-align: middle;
    height: 55px;

    color: #FFFEFF;
    background-color: #F39019;

    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;

    padding: 0px 0px 0px 0px;

}

/* NOTES 下方展示區塊 */

.table-blue .bottom_note_wrap {
    padding: 0px 0px 0px 0px;
    border: 0pt solid #0000ff;
    height: 0px;
}

.table-blue .bottom_note_wrap .bottom_note_value {
    margin: 0px 0px 0px 0px;
    border: 0pt solid #00ff00;
}

/* NOTES 獨立頁面樣式設定 */

.note_wrap {
    max-width: 750px; /**/
}

.note_wrap .note_wrap_title {
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0px 0px 0px;

}

.note_wrap .note_wrap_con {
    margin: 5px 0px 10px 0px;
    font-size: 12px;
}

.note_wrap .note_wrap_con .share_note {
    max-width: 740px; /**/
    margin: 0px 0px 10px 0px;
    text-align: center;
    /*
    word-wrap: break-word;
    word-break: break-all;
    */
}

.note_wrap .note_wrap_con .alone_note {
    max-width: 740px; /**/
    border: 1pt solid #cccccc;
    padding: 5px;
    margin: 15px 5px;
    text-align: left;
    /*
    word-wrap: break-word;
    word-break: break-all;
    */
}

/* 多行註解css設定 */

.note_wrap .note_wrap_con .num_sign {
    margin: 0px 5px 0px 0px;
    border: 0pt solid #0000ff;
    /*
    font-weight:bold;
    color:#aaaaaa;
    */
}

.note_wrap .note_wrap_con .share_note_mun {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.note_wrap .note_wrap_con .bottom_line {
    clear: both;
}

/* 意見回覆表單 */

.sub-function {

    display: none;

    max-width: 960px;
    padding: 10px 0px 10px 15px;
    margin: 0px auto 30px auto;
    border: #BDBDBD 1px solid;
    overflow: auto;
    color: #666666;
    line-height: 2em;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}

.sub-function .feedback_note {
    clear: both;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
}

.sub-function .is_input,
.sub-function .is_submit {
    float: left;
    margin: 5px 15px 10px 0px;
}

.sub-function .is_input .title {
    padding: 0px 10px 0px 0px;
}

.sub-function table {
    border-collapse: collapse;
    border: 0px solid #0000ff;
}

.sub-function td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.sub-function input {

    color: #000;
    min-width: 130px;
    padding: 2px 4px;

    border: 1pt solid #aaaaaa;

    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;

}

/* 送出按鈕 */

.sub-function .is_submit a {

    color: #ffffff;
    background-color: #00ADEF;
    border: 0px solid #cccccc;

    padding: 3px 5px 3px 5px;

}

.sub-function .is_submit a:hover {

    color: #ffffff;
    background-color: #049CD8;

    border: 0px solid #aaaaaa;

}

