/* CSS Document */

input,
button,
select,
textarea {
    outline: none
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.editor a {
    word-wrap: break-word;
    word-break: break-all;
}

.table_scroll {
    overflow-x: auto;
    display: block;
}

.datatable {
    width: 100%;
    border-spacing: 0;
}

.datatable th {
    text-align: center;
    font-size: 14px;
    padding: 14px 4px;
    vertical-align: middle;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.datatable td {
    text-align: center;
    padding: 12px 4px;
}

.datatable.ordersl th {
    border-bottom-width: 0;
}

header {
    position: fixed;
    height: 95px;
    width: 100%;
    z-index: 5;
    background-color: #c69c6d;
}

.logo {
    width: 300px;
    position: absolute;
    z-index: 10000;
    top: 30px;
    left: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*.logo:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}*/

nav {
    padding-top: 30px;
}

.menu-img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menu-img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.menuzord-menu > li:first-child {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    text-align: right;
}

.top-right {
    color: #d7c19d;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 1px;
}

.top-right a {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    display: inline-block;
}

.top-right a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.35s ease;
}

.top-right img {
    display: inline-block;
    vertical-align: top;
}

.subnav a {
    display: block;
    padding-bottom: 1em;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

.subnav a:hover,
.subnav a.current {
    color: #f0d493;
}

@media only screen and (max-width: 990px) {
    nav {
        position: absolute;
        width: 100%;
        top: 20px;
        padding: 0;
    }
    /*.showhide:before {
        content: "選單";
        display: block;
        position: absolute;
        right: 13px;
        bottom: -20px;
        text-align: right;
        font-size: 12px;
        color: #d7c19d;
        width: 50px;
    }*/
    .menuzord-menu > li:nth-of-type(1) {
        top: auto;
        right: auto;
        background: none !important;
        position: inherit;
        line-height: 24px;
        padding: 0;
        text-align: left;
        border-right-width: 0;
    }
    .menuzord-menu > li:nth-of-type(1) > div {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 15px 10px;
    }
    .menuzord-menu>li>a:after {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .logo {
        width: 250px;
        top: 30px;
        left: 5px;
    }
}

@media only screen and (max-width: 320px) {}