body {}

.MultiCadastral_Main {
    width: 690px;
    background: #FFF;
    margin: 0;
    font-family: Microsoft JhengHei;
}

.MultiCadastral_Main > .upload {
    margin-top: 0px;
    padding: 20px;
    /*background: #ebf8fe;*/
    /*background: #edeff2;*/
    background: #f8f8f8;
    height: 70px;
}

.upload input[type=file] {
    display: inline-block;
}

.MultiCadastral_Table {
    width: 670px;
    border: 1px solid #eee;
    margin: 0 auto;
}

.MultiCadastral_Table tr {
    height: 36px;
    border: 1px solid #eee;
}

.MultiCadastral_Table th {
    padding: 4px;
    /* background: #e6ffff; */
    font-weight: bold;
    text-align: center;
    width: 12px;
}

.MultiCadastral_Table td {
    padding: 4px;
    text-align: center;
}

.MultiCadastral_Table tr:nth-child(odd) {
    /*background: #edeff2;*/
    background: #ebf8fe;
}


/*.MultiCadastral_Table td:nth-child(2),
.MultiCadastral_Table td:nth-child(3),
.MultiCadastral_Table td:nth-child(4),
.MultiCadastral_Table td:nth-child(5),
.MultiCadastral_Table td:nth-child(6),
.MultiCadastral_Table td:nth-child(7) {
    padding: 0;
}
*/

.MultiCadastral_Table td:nth-child(2),
.MultiCadastral_Table td:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
}

.MultiCadastral_Table td:nth-child(4) {
    width: 180px;
}

.MultiCadastral_Table td:nth-child(7) {
    text-align: left;
}

.MultiCadastral_Table td:last-child {
    text-align: left;
    width: 88px;
}

.MultiCadastral_Table td:nth-child(2) select {
    width: 75px;
}

.MultiCadastral_Table td:nth-child(3) select {
    width: 90px;
}

.MultiCadastral_Table td:nth-child(4) select {
    width: 170px;
}

h3.page-header {
    padding: 15px;
    margin: 0;
}

h4.status {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 0;
}

.status > .alert {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 5px;
}

.status > .alert-danger {
    color: #d84f4b;
    background-color: #ffefee;
    border-color: #ebccd1;
}

h4.status span {
    padding-left: 5px;
    padding-right: 5px;
}

h4.status label {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
}

.MultiCadastral_Main input[type=text],
.MultiCadastral_Main input[type=password],
.MultiCadastral_Main input[type=email],
.MultiCadastral_Main input[type=url],
.MultiCadastral_Main input[type=date],
.MultiCadastral_Main input[type=month],
.MultiCadastral_Main input[type=time],
.MultiCadastral_Main input[type=datetime],
.MultiCadastral_Main input[type=datetime-local],
.MultiCadastral_Main input[type=week],
.MultiCadastral_Main input[type=number],
.MultiCadastral_Main input[type=search],
.MultiCadastral_Main input[type=tel],
.MultiCadastral_Main input[type=color],
.MultiCadastral_Main select,
.MultiCadastral_Main textarea,
.Mail_Main input[type=text],
.Mail_Main input[type=password],
.NotificationMain input[type=text],
.NotificationMain input[type=password] {
    padding: .2em .2em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.center-block {
    text-align: center;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
}

.Mail_Main {
    width: 300px;
    background: #FFF;
    margin: 0;
    font-family: Microsoft JhengHei;
    border-radius: 5px;
    padding-bottom: 15px;
}

h5.Mailstatus {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}

.mail_tip {
    width: 280px;
    margin: 0 auto;
    text-align: center;
}

.mail_tip > .center-block {
    margin-top: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
}

.W300 {
    width: 300px;
}


/******註冊帳號******/

.NotificationMain {
    width: 900px;
    padding: 10px 15px;
    font-family: Microsoft JhengHei;
    border-radius: 5px;
    background: #FFF;
}

.NotificationMain > .alert {
    font-size: 15px;
}

.NotificationMain h3 {
    color: #855FB8;
    font-weight: bold;
    text-indent: 5px;
}

.step_h3 {
    border-bottom: 2px solid #02bebe;
    margin-top: 0;
}

.step_h3 p {
    display: inline-block;
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    color: #333;
}

.step_h3 label {
    width: 47px;
    font-size: 36px;
    color: #02bebe;
    text-align: center;
}

.step_h3 label span {
    font-size: 16px;
    text-align: center;
    color: #898989;
}

.isOK {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.font14 {
    font-size: 14px;
}

button.sso_btn {
    padding-left: 45px;
    padding-right: 45px;
}

a.getPwd_link {
    font-size: 14px;
    color: #337ab7;
    text-decoration: underline;
}

a.regAcc_link {
    font-size: 14px;
    color: #f55753;
    margin-right: 30px;
    text-decoration: underline;
}

a.modIP_link {
    font-size: 14px;
    color: #337ab7;
    text-decoration: underline;
}

.alert-teal {
    color: #009a9a;
    background-color: #f3fbfb;
    border-color: #00bebe;
}

.NotificationMain .AccountTable {
    width: 100%;
    margin:0px auto ;
}

.NotificationMain .AccountTable th {
    text-align: right;
    width: 140px;
    padding-right: 5px;
    line-height: 50px;
}

.NotificationMain .AccountTable th:nth-child(2) {
    width: 300px;
}

.NotificationMain .AccountTable td { padding-right: 30px; }

.NotificationMain .IPTable th {
    text-align: left;
    padding-bottom: 20px;
}

.NotificationMain .IPTable td {
    padding-left: 10px;
    padding-right: 10px;
}

