﻿body
{
    background: url(Images/background.png);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微軟正黑體";
    font-size: 14px;
}

/* --去除預設陰影-- */
.btn-default {
    text-shadow: 0 0px 0 #fff;
}

/* Arrangement ========================================================================================= */
.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

/* Table ========================================================================================= */

.table-borderless > tr > th,
.table-borderless > tr > td,
.table-borderless > thead > tr > th,
.table-borderless > thead> tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody> tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot> tr > td {
    border: none;
}

.table>thead>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>th, 
.table>tbody>tr>td, 
.table>tfoot>tr>th, 
.table>tfoot>tr>td {
    vertical-align: middle;  
    font-weight: normal;
}

.table {
    /*font-size: 0.9em;*/
}

/* Text ========================================================================================= */
.text-danger {
    color: #cb0000;
}

.text-bold {
    font-weight: bold;
}

/* Other ========================================================================================= */
.pointer {
    cursor: pointer;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none !important;
  outline: none !important;
}

/* 文字 */
.highlight {
    color: #0088CC;
}

.alert {
    color: #cb0000;
}

.gray {
    color: gray;
}

.info {
    padding: 2px 4px;
    color: #444;
}

.star {
    color: #cb0000 !important;
}

.placeholder {
    color: #a9a9a9;
}

.text-green {
    color: #22b04a;
}

.NumberLimit {
    ime-mode: disabled;
    -moz-ime-mode: disabled;
    -ms-ime-mode: disabled;
    -webkit-ime-mode: disabled;
}

::-webkit-input-placeholder {
    color: #a9a9a9;
}

:-moz-placeholder {
    color: #a9a9a9;
}
/* 其他 */
.pointer {
    cursor: pointer;
}

.red {
    color: red;
}

.orange {
    color: orangered;
}

.yellow {
    color: darkorange;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.purple {
    color: purple;
}

.th-red {
    background-color: rgb(244, 204, 204) !important;
    color: initial !important;
}

.th-orange {
    background-color: rgb(249, 203, 156) !important;
    color: initial !important;
}

.th-yellow {
    background-color: rgb(255, 229, 153) !important;
    color: initial !important;
}

.th-green {
    background-color: rgb(217, 234, 211) !important;
    color: initial !important;
}

.th-blue {
    background-color: rgb(201, 218, 248) !important;
    color: initial !important;
}

.th-purple {
    background-color: rgb(217, 210, 233) !important;
    color: initial !important;
}

.bold {
    font-weight: bold;
}

.note {
    color: #cb0000;
    margin-bottom: 5px;
}

.jGrowl-notification > div {
    font-size: 14px !important;
}

.NOTICE_BASE {
    margin: 0 0 1px 0;
    padding: 3px 3px;
    -webkit-box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px #eee;
}

.NOTICE_RED {
    color: #be2164;
    border: 1px solid #ee9bbf;
    background: #fae3ed;
}

.NOTICE_GREEN {
    color: #366a04;
    border: 1px solid #96bd98;
    background: #f2fee6;
}

.NOTICE_YELLOW {
    color: #ac970b;
    border: 1px solid #dcc10f;
    background: #fcf5cb;
}

/* Common styles for all types */
.bs-callout {
    padding: 6px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-callout p.pd3:first-child {
    text-indent: -3em;
    padding-left: 3em;
    padding-right: 3em;
}

.bs-callout p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bs-callout p.pd3 {
    padding-left: 3em;
    padding-right: 3em;
}

.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-danger h4 {
    color: #ce4844;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout-success {
    border-left-color: #3c763d;
}

.bs-callout-success h4 {
    color: #3c763d;
}

/* 排版 */
.hide {
    display: none;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}
.form-control {
    font-size: 14px;
}

.btn-default {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-default:active,
    .btn-default.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default.disabled
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-default .badge, {
        text-shadow: none;
    }

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #e0e0e0;
        background-image: none;
    }


body > div.jGrowl {
    position: fixed;
}

div.jGrowl {
    z-index: 200000;
    height: 0;
}

.jGrowl {
    top: 43px !important;
    font-size: 17px;
}

.jGrowl-notification {
    background-color: #000000;
    opacity: 1;
}
div.jGrowl div.warning {
    /*background-color: #fcf8e3; 
    border: 1px solid rgba(0, 0, 0, 0.1);*/
    background-color: #f7e5d8;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #c09853;
}

    div.jGrowl div.warning hr {
        color: #c09853;
    }

div.jGrowl div.success {
    /*background-color: #dff0d8;  
    border: 1px solid rgba(0, 0, 0, 0.1);*/
    background-color: #dff0d8;
    border: 3px solid #8fb551;
    color: #468847;
}

    div.jGrowl div.success hr {
        color: #468847;
    }


div.jGrowl div.error {
    /*background-color: #f2dede;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    background-color: #ecc9cf;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #b94a48;
}

    div.jGrowl div.error hr {
        color: #b94a48;
    }

div.jGrowl div.info {
    background-color: #a4d1ff;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #003c77;
}

    div.jGrowl div.info hr {
        color: #003c77;
    }
.jGrowl-notification > div {
    font-size: 18px !important;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 420px !important;
    margin-top: 45px !important;
    box-shadow: 2px 2px 10px #CCC;
}