body {
    font: 15px "微軟正黑體", Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    padding-top: 60px;
    background: url(../img/background.jpg) center;
}

.page-header {
    margin: 10px 0 10px;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

input:focus {
    outline: none
}

.navbar-brand {
    text-indent: -9999px;
    width: 140px;
    margin-top: 5px;
    margin-right: 20px;
    background: url(../img/logo_gbg.png) no-repeat;
    background-size: cover;
}

.nologo {
    text-indent: 0;
    background: none;
    white-space: nowrap;
    width: 180px;
    margin-top: 0;
}

.portfolio-item {
    margin-bottom: 10px;
    text-align: center;
}

    .portfolio-item h3 {
        font-weight: bold;
    }

.bs-callout strong {
    line-height: 1.5em;
    font-size: 105%;
    color: #111;
}

.navbar-inverse {
    box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14);
}

.container > .navbar-header, .navbar-inverse {
}
    /*.navbar-inverse .navbar-brand{ background: -webkit-linear-gradient(top,#f5f5f5 0,#b8b8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}*/
    .navbar-inverse .navbar-brand:hover {
        color: #ff3022;
    }

    .navbar-inverse .navbar-collapse {
    }

.navbar-collapse > .navbar-nav {
}

.navbar-collapse .navbar-nav > li > a {
    color: #FFF;
}

    .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > .alt {
        background-color: #db3227;
    }

.navbar-inverse .navbar-toggle {
    background-color: #db3227;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #b92016;
    }

.noworp {
    word-break: keep-all;
    word-wrap: normal;
}

.thumbnailp {
    width: 50px;
}

.serchdate {
    margin-top: 8px;
}

    .serchdate input {
        padding: 6px 8px;
    }

.nav-tabs.login > li.active > a, .nav-tabs.login > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 1.2em;
}

.nav-tabs.login > li > a {
    font-size: 1.2em;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    background-color: #c1c1c1;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.login img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.nav-tabs.login > li.active > a, .nav-tabs.login > li.active > a:hover, .nav-tabs.login > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #014da2;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.logincontent {
    background: #fff;
    border-radius: 0 0 20px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

input[type="text"] {
    height: 34px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

input[type="text"]::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
    color: #a3a3a3;
}

input[type="text"]::-webkit-input-placeholder {
    color: #a3a3a3;
}

.member {
    color: #FC3;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout-danger h4 {
    color: #ce4844;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.leftphoto {
    margin-top: 50px;
}

.paytable {
    width: 100%;
}

    .paytable th {
        text-align: right;
    }

    .paytable td {
        width: 120px;
        padding: 5px 0 5px 20px;
    }

    .paytable hr {
        border-top: 1px solid #8c8b8b;
    }

hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

    hr.style8:after {
        content: '';
        display: block;
        margin-top: 2px;
        border-top: 1px solid #8c8b8b;
        border-bottom: 1px solid #fff;
    }

.tab-pane {
    padding: 20px;
}

.REDWD_b {
    color: #F00;
}

footer {
    margin: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    /*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.well {
    color: #777;
}

    .well label {
        color: #111;
        margin-left: 5px;
    }

    .well > .form-group {
    }

.tab-content {
    background-color: #fff;
}

/*燈號*/
.round {
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 15px;
    line-heigth: 12px;
    text-align: center;
    text-decoration: none
}

.round_y {
    color: #FC0;
}

.round_g {
    color: #090;
}

.round_r {
    color: #f00;
}

.memberlist p {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.memberlist .g {
    font-size: 105%;
    font-weight: bold;
    color: #294989;
    width: 23%;
    text-align: right;
}

.memberlist .info {
    width: 25%;
    display: inline-block;
}

/*
* table.html css
*/

.table-main {
    font-size: 1.4rem;
    padding: .5rem;
}

    .table-main button {
        background: #fff;
    }

.table-check {
    width: 30px;
}

.table-id {
    width: 50px;
}

@media only screen and (max-width: 640px) {
    .table-select {
        margin-top: 10px;
        margin-left: 5px;
    }
}

@media (max-width: 990px) {
    .kntlogo, .gbglogo {
        margin-left: 10px;
    }

    .navbar-collapse .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 130%;
    }

    .dropdown-submenu > .dropdown-menu {
        margin-left: 10px;
    }
    /*table樣式*/
    .table-rwd {
        min-width: 100%;
    }

    tr.tr-only-hide {
        display: none !important;
    }

    .table-rwd tr {
        display: block;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #ffffff;
    }

    .table-responsive > .table > tbody > tr > td {
    }

    .table-rwd td {
        display: block;
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        white-space: normal;
        text-align: left;
        vertical-align: top;
        min-height: 30px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: normal;
        clear: left;
    }

    .table-rwd td:before {
        content: attr(data-th) "   ";
        display: inline-block;
        width: 80px;
        float: left;
        background-color: #7890a2;
        padding-right: 5px;
        text-align: left;
        font-weight: bold;
        color: #fff;
        margin-right: 5px;
    }

    .table-rwd td:after {
    }

    .btn {
        padding: 3px 10px;
        margin: 0;
    }

    .table-rwd .table-bordered td, .table-rwd .table-bordered th, .table-rwd .table-bordered {
        border: 0;
    }

    .memberlist .g {
        width: 40%;
    }

    .memberlist .info {
        width: 58%;
    }
}

/*聖誔節
.navbar-inverse .navbar-brand {
    color: #fff000;
}
.navbar-inverse {
    background-color: #007165;
    border-color: #007165;
}*/

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -15px;
}

input[type="radio"] {
    margin-left: 10px;
}

.data-inline {
    display: inline-block;
}

    .data-inline select {
        height: 34px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

@media (max-width: 780px) {
    .data-inline {
        display: block;
        margin-top: 5px;
    }
}

/*三格廣告區樣式*/
.ad {
    background: url( ../img/leftphoto.png) no-repeat center top;
}

.dowebok {
    width: 300px;
    height: 504px;
    margin: 60px auto 0;
}

    .dowebok > ul {
        margin: 0;
        padding: 0;
    }

    .dowebok li {
        width: 300px;
        overflow: hidden;
        zoom: 1;
    }

    .dowebok .item {
        padding: 8px 0;
        height: 168px;
        overflow: hidden;
        zoom: 1;
    }

        .dowebok .item img {
            width: 300px;
        }

@media (max-width: 990px) {
    .dowebok {
        margin: 0 auto;
        width: 300px;
        height: 170px !important;
        overflow-y: hidden;
    }

    .ad {
        width: 100%;
    }

    .form-group label:nth-of-type(2) {
        margin-top: 10px;
    }
}
