﻿body {
}

.center-block {
    float: none;
}

.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-10 {
    margin-top: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-right-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.logo {
    height: 50px;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    margin-top: 10px;
    line-height: 50px;
}

.regedit {
    max-width: 550px;
    margin: 0 auto;
}

#loading {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 5px;
}

    #loading div {
        margin: 10px auto;
        width: 100px;
        background-color: #FF5050;
        border-radius: 5px;
        padding: 5px;
    }
/*功能選單*/
ul.feature {
    padding-left: 0px;
}

    ul.feature li {
        float: left;
        padding-right: 10px;
        list-style-type: none;
    }

        ul.feature li::after {
            content: "|";
            padding-left: 10px;
        }

        ul.feature li:last-child::after {
            display: none;
        }
/*Table*/
.css-table, .break-table {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    margin-bottom: 20px;
    display: table;
}

    .css-table .tr {
        display: table-row;
    }

    .css-table > .tbody > .tr:nth-child(2n+1) {
        background-color: #f9f9f9;
    }

    .css-table > .tbody > .tr:hover {
        background-color: #EEEEEE;
    }

    .css-table > .tbody > .tr.del {
        text-decoration: line-through;
        background-color: #999999;
    }

        .css-table > .tbody > .tr.del .td {
            text-decoration: line-through;
        }

    .css-table .td, .css-table .th, .break-table td, .break-table th {
        padding: 5px;
        text-align: center;
        display: table-cell;
        border: #ddd 1px solid;
    }

    .css-table .td, .break-table td {
        color: #666666;
    }

    .css-table .th, .break-table th {
        color: #000000;
        font-weight: bolder;
    }

    .css-table .thead {
        display: table-header-group;
    }

    .css-table .tbody {
        display: table-row-group;
    }

    .css-table .event > * {
        padding: 5px;
    }

@media only screen and (max-width: 960px) {
    .brand {
        display: none;
    }

    .css-table {
        background-color: transparent;
    }

        .css-table .thead {
            display: none;
        }

        .css-table .tr {
            display: block;
            border: #ddd 1px solid;
            margin-bottom: -1px;
            background: #ffffff;
            float: left;
            width: 100%;
        }

        .css-table > .tbody > .tr:nth-child(2n+1) {
            background-color: #FFFFFF;
        }

        .css-table > .tbody > .tr:hover {
            background-color: #FFFFFF;
        }

        .css-table > .tbody > .tr.del {
            background-color: #999999;
        }

        .css-table .tr:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .css-table .tr:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .css-table .th,
        .css-table .td {
            display: inline-block;
            border: none;
            float: left;
        }

        .css-table .event {
            display: block;
            float: right;
        }
    /* Force table to not be like tables anymore */
    .break-table {
        background-color: transparent !important;
    }

        .break-table,
        .break-table thead,
        .break-table tbody,
        .break-table th,
        .break-table td,
        .break-table tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .break-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .break-table tr {
                border-radius: 5px;
                border: 1px solid #ccc;
                margin-bottom: 10px;
                background-color: #ffffff;
            }

            .break-table td {
                /* Behave  like a "row" */
                border: none !important;
                border-bottom: 1px solid #eee !important;
                position: relative;
                padding-left: 35% !important;
                white-space: normal;
                text-align: left;
            }

                .break-table td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 6px;
                    width: 30%;
                    padding-right: 10px;
                    white-space: nowrap;
                    text-align: left;
                    font-weight: bold;
                    color: #1a1a1a;
                }

                .break-table td:before {
                    content: attr(data-title);
                }
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
