﻿@charset "utf-8";
/*----------------------------------- 
 *	各區域主要名稱
 *	kvArea	主要kv區
 *	content
 *	表單美化
 *----------------------------------------*/
/* CSS Reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 14px;
    font-weight: normal;
}

em, cite {
    font-style: normal;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #666;
    font-family: "微軟正黑體", Arial, sans-serif;
    background-color: #ffffff;
}

/* kvArea */
.kvarea_bg {
    width: 1000px;
    margin: 0px auto;
}

.kvarea_bg_top {
    background-image: url(~/Content/Images/back_bg_01.jpg);
    height: 256px;
}

.logo {
    width: 331px;
    height: 128px;
    padding: 50px 0 0 70px;
}
/* content */
.content {
    background-color: #FFF;
    min-height: 780px; /*原本:600px edit by kenny 20150415*/
    padding: 20px;
}

    .content:after {
        content: '';
        display: block;
        clear: both;
    }
/* content_left */
.content_left {
    width: 200px;
    float: left;
    margin-right: 10px;
}

    .content_left ul {
        border: 1px #e4e5e6 solid;
        padding: 10px 0px;
        border-radius: 15px;
        width: 180px;
        background: #fff;
        z-index: 100;
    }

    .content_left li {
        position: relative;
        z-index: 100;
    }

        .content_left li a {
            font-size: 1.384615em;
            display: block;
            width: 140px;
            color: #292828;
            padding: 7px 10px 7px 10px;
            border-bottom: 1px solid #e4e5e6;
            margin: 0px 10px;
        }

            .content_left li a:hover, .content_left li.active > a {
                color: #0085da;
                z-index: 100;
            }

        .content_left li:last-child a {
            border-bottom: none;
        }

        .content_left li ul {
            position: absolute;
            left: 180px;
            top: -10px;
            display: none;
        }

        .content_left li.active > ul {
            display: block;
        }

/* content_right */
.content_right {
    width: 780px;
    float: left;
}

/* 表單美化 */
h2 {
    font-size: 25px;
    margin-bottom: 40px;
    color: #4b7bd2;
    text-align: center;
}

.form_main {
    padding-left: 25px;
    width: 550px;
    margin: 0 auto;
}

    .form_main > li {
        margin-bottom: 25px;
        font-weight: bolder;
        position: relative;
    }

        .form_main > li:after {
            content: "";
            width: 8px;
            height: 8px;
            position: absolute;
            display: block;
            background: #b2cbf9;
            top: 6px;
            left: -20px;
            border-radius: 5px;
        }

    .form_main > .no {
        margin-left: 25px;
    }

        .form_main > .no:after {
            display: none;
        }

    .form_main .no p {
        color: #333;
    }

.no span, .no .tit, .mm {
    width: 190px;
    display: inline-block;
}

.form_main > li > ul {
    margin: 10px 0 0 0;
}

.op, .color_blue {
    color: #234d9a;
}

.color_black {
    color: #000;
}

.form_main > li li {
    margin-bottom: 10px;
}

.form_main .content_div {
    padding: 0 0 0 25px;
    margin: 10px 0;
}

.form_main li p {
    margin-bottom: 5px;
}

.op, .sp {
    width: 250px;
    display: inline-block;
}

.bottom {
    margin-bottom: 5px;
}

div.bottom label {
    width: 180px;
    display: inline-block;
}

.width_l {
    width: 220px;
    display: inline-block;
    vertical-align: top;
}

.short {
    width: 85px;
}

.p_left {
    margin: 10px 20px;
}
/* 下拉選單 */
.select_long {
    width: 156px;
}
/* 巷弄 */
.wm {
    display: block;
    margin: 10px 0 10px 195px;
}

    .wm.long {
        margin-left: 155px;
    }
/* 增加按鈕 */
.addBtn, .addBz {
    width: 410px;
    height: 30px;
    line-height: 30px;
    background: #666;
    color: #fff;
    text-align: center;
}

    .addBtn:hover, .addBz:hover {
        background: #333;
    }
/* 確認按鈕 */
/* 確認按鈕 */
/*.btn {
	width: 640px;
	margin: 20px auto;
}*/
.ok {
    width: 200px;
    /*width: auto;*/
    height: 40px;
    padding: 0px 15px 0px 15px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*html, body, .tcooc_area {
	height: 100%;
}*/
.tcooc_area {
    background: #FFFFFF;
}

.tcooc_content {
    max-width: 700px;
    margin: 0px auto 0px auto;
    padding: 20px 15px 20px 15px;
}

.row {
    width: 100%;
}

    .row > div {
        line-height: normal;
        float: left;
    }

.tcooc_table label {
    margin: 0px 0px 0px 0px;
}

.tcooc_table input {
    max-width: 100%;
}

#NoticeContent {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

    #NoticeContent a {
        color: #4b7bd2;
    }

.tcooc_table {
    text-align: left;
    border: 1px solid #E1F0FF;
}

    .tcooc_table .row {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
    }

    .tcooc_table .tcooc_table_input.row input {
        width: auto;
    }
    
    .tcooc_table .row:nth-child(odd) {
        background: #E1F0FF;
        display: table;
    }

#BusinessItem {
    font-weight: bolder;
    padding: 0px 15px 10px 15px;
}

#AddRbisBtnPath {
    background-color: #E1F0FF;
}

#BusinessItem > div:first-child {
    padding: 10px 15px 20px 15px;
}

.row > .tcooc_more {
    width: auto;
    /*height: auto;*/
    height: 40px;
    min-width: 300px;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    margin: 0px auto 20px auto;
    padding: 5px 0px 5px 0px;
    float: none;
    cursor: pointer;
    display: table;
}

.tcooc_footer {
    margin: 15px 0px 0px 0px;
}

@media (max-width: 620px) {
    .ok {
        margin: 0px 0px 10px 0px;
    }
}

@media (max-width: 576px) {
    .tcooc_table input {
        width: 100%;
    }

    .tcooc_table .row:nth-child(odd) {
        display: block;
    }

    #BusinessItem > div:last-child {
        min-width: 200px;
    }
}
