html, body {
    background-color: #F8F8F8;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Source Han Sans", "Noto Sans CJK", "Hiragino Sans", "Heiti TC", "Microsoft Jhenghei", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
    font-size: 1rem;
    background-image: url("../img/main-background.png");
    background-position: center top;
    background-size: 100%;
    background-repeat: repeat-y;
    min-height: 100%;
}

body :focus{
    outline: solid black 3px;
}

* {
    box-sizing: border-box;
}

html, html.font-default {
    font-size: 0.875em;
}

    html.font-large {
        font-size: 1em;
    }

    html.font-small {
        font-size: 0.75em;
    }

.main {
    margin: 0 auto;
    width: 100%;
    max-width: 1090px;
    padding: 10px;
}

.main-container {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    max-width: 910px;
    padding: 0 10px;
}

.main-navbar {
    padding: 0 40px;
}

    .main-navbar .navbar-brand {
        padding-left: 0;
        padding-right: 16px;
    }

        .main-navbar .navbar-brand > img {
            display: inline-block;
            height: 20px;
            height: 1.42857rem;
        }

        .main-navbar .navbar-brand > span {
            position: relative;
            top: -2px;
            display: inline-block;
            margin-left: 8px;
            padding-left: 8px;
            vertical-align: middle;
            font-size: 0.8rem;
            color: #555;
            border-left: 1px solid #aaa;
        }

    .main-navbar .navbar-right > li > a {
        color: #999;
    }

        .main-navbar .navbar-right > li > a:hover {
            color: #999;
        }

    .main-navbar .navbar-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }

    .main-navbar .dropdown-menu {
        border: none;
        padding: 8px 0;
    }

        .main-navbar .dropdown-menu > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .main-navbar .dropdown-menu > li.active > a {
            color: inherit;
            background-color: #efefef;
        }

.font-large .main-navbar .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

.font-small .main-navbar .navbar-brand > span {
    top: 0;
}

.main-panel {
    border: 0;
}

    .main-panel .panel-heading {
        position: relative;
    }

    .main-panel .panel-subheading {
        border-bottom: 1px solid #ccc;
    }

    .main-panel .panel-heading, .main-panel .panel-subheading, .main-panel .panel-footer {
        padding: 16px 24px;
    }

    .main-panel .panel-heading-icon {
        position: absolute;
        right: 16px;
        bottom: 0;
        height: 70px;
    }

    .main-panel .panel-title {
        font-size: 1.714em;
    }

    .main-panel .panel-footer {
        text-align: right;
    }

        .main-panel .panel-footer .btn {
            margin-right: 12px;
        }

            .main-panel .panel-footer .btn:last-child {
                margin-right: 0;
            }

    .main-panel .panel-jumbotron {
        position: relative;
        padding: 24px;
        padding-left: 48px;
    }

        .main-panel .panel-jumbotron:before {
            content: "";
            position: absolute;
            top: 24px;
            left: 24px;
            height: 40%;
            width: 1px;
            background-color: #aaa;
        }

        .main-panel .panel-jumbotron p {
            line-height: 1.8;
        }

    .main-panel.panel-primary .panel-jumbotron {
        background-color: #d9e1ee;
    }

        .main-panel.panel-primary .panel-jumbotron:before {
            background-color: #195a94;
        }

    .main-panel .panel-body {
        padding: 24px;
    }

.main-case-col {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #979797;
}

.main-case-title {
    color: #464646;
    font-weight: bold;
}

.main-case-content {
    padding-left: 32px;
}

.main-case-panel {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main-case-separator {
    position: relative;
    display: block;
    text-align: center;
    margin: 8px 0;
}

    .main-case-separator:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #ccc;
    }

.main-case-separator-control {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
}

    .main-case-separator-control > input {
        display: none;
    }

        .main-case-separator-control > input:checked + span:before {
            content: "\f147";
        }

    .main-case-separator-control span:before {
        content: "\f196";
        font-family: "FontAwesome";
        margin-right: 8px;
        color: #777;
    }

.main-case-jumbotron {
    position: relative;
    padding: 24px;
    padding-left: 48px;
}

    .main-case-jumbotron:before {
        content: "";
        position: absolute;
        top: 24px;
        bottom: 48px;
        left: 24px;
        width: 1px;
        background-color: #aaa;
    }

    .main-case-jumbotron p {
        line-height: 1.8;
        margin-bottom: 0;
    }

.main-case-jumbotron-warning:before {
    background-color: #FFD367;
}

.step-breadcrumb {
    margin: 0;
    background-color: transparent;
    counter-reset: step-counter;
}

    .step-breadcrumb > li {
        position: relative;
        border-radius: 40px;
        color: #000;
        background-color: #16D0C1;
        padding: 8px 12px;
        padding-right: 16px;
        margin: 4px 0;
        margin-right: 32px;
    }

        .step-breadcrumb > li:before {
            content: counter(step-counter);
            counter-increment: step-counter;
            display: inline-block;
            color: #16D0C1;
            background-color: #fff;
            width: 24px;
            height: 24px;
            font-size: 1.143em;
            margin-right: 8px;
            border-radius: 50%;
            text-align: center;
            vertical-align: middle;
        }

        .step-breadcrumb > li:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -2px;
            margin-left: 6px;
            left: 100%;
            width: 24px;
            height: 4px;
            border-radius: 3px;
            background-color: #16D0C1;
        }

        .step-breadcrumb > li:last-child {
            margin-right: 0;
        }

            .step-breadcrumb > li:last-child:after {
                display: none;
            }

        .step-breadcrumb > li + li:before {
            content: counter(step-counter);
            padding: 0;
            color: #16D0C1;
        }

        .step-breadcrumb > li.active {
            color: #000;
        }

            .step-breadcrumb > li.active:after {
                background-color: #BFBFBF;
            }

            .step-breadcrumb > li.active ~ li {
                background-color: #BFBFBF;
            }

                .step-breadcrumb > li.active ~ li:before {
                    color: #BFBFBF;
                }

                .step-breadcrumb > li.active ~ li:after {
                    background-color: #BFBFBF;
                }

@media (max-width: 666px) {
    .step-breadcrumb > li.active {
        margin: 0;
    }

        .step-breadcrumb > li.active:after {
            display: none;
        }

    .step-breadcrumb > li:not(.active) {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }
}

.step-list {
    counter-reset: step-counter;
}

    .step-list > li {
        position: relative;
        padding-left: 32px;
        list-style: none;
        margin: 24px 0;
    }

        .step-list > li:before {
            content: counter(step-counter);
            counter-increment: step-counter;
            position: absolute;
            top: 0;
            left: 0;
            color: #16D0C1;
        }

        .step-list > li:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 24px;
            width: 1px;
            background-color: #16D0C1;
        }

.home-card-container {
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
    padding-bottom: 30px;
}

.home-card {
    position: relative;
    display: block;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
}

    .home-card:before {
        content: "";
        position: absolute;
        pointer-events: none;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
    }

    .home-card.in, .home-card.out {
        pointer-events: none;
    }

.home-card-title {
    position: relative;
    margin: 0;
    font-weight: normal;
    z-index: 9;
}

.home-card-icon {
    position: absolute;
    max-width: 100%;
}

.home-card-comment {
    position: absolute;
    padding: 12px;
    margin: 0;
    line-height: 1.8;
}

a.home-card {
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

    a.home-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    }

        a.home-card:hover .home-card-title {
            transform: translateY(30%);
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        }

    a.home-card .home-card-title {
        transition: transform 0.3s ease-out, text-shadow 0.1s ease-out;
    }

.home-card .form-group {
    margin-bottom: 4px;
}

.home-card .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    box-shadow: none;
}

.home-card .floating-label-form-group label {
    padding: 0 8px;
}

.home-card-mail {
    height: 390px;
    color: #000;
    background-color: #26BEB6;
}

    .home-card-mail:before {
        top: 0;
        right: 0;
        width: 150px;
        height: 150px;
        background-image: url("../img/home-card-mail.png");
        background-size: 120%;
    }

    .home-card-mail .home-card-icon {
        left: -30px;
        bottom: 0;
        height: 122px;
    }

    .home-card-mail .home-card-comment {
        left: 100px;
        bottom: 18px;
    }

    .home-card-mail .mail-go-title {
        font-weight: normal;
        margin-top: 48px;
        margin-bottom: 18px;
    }

    .home-card-mail .mail-go-button {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 70px;
        line-height: 60px;
        padding: 5px;
        border-radius: 35px;
        border: 0;
        background-color: #FFD324;
        box-shadow: 0 0 14px rgba(35, 118, 104, 0.2);
        transform-origin: left center;
        transition: transform 0.2s ease-out, box-shadow 0.3s ease-out;
    }

        .home-card-mail .mail-go-button > img {
            height: 61px;
            vertical-align: top;
        }

        .home-card-mail .mail-go-button > span {
            padding-left: 24px;
            padding-right: 36px;
            font-size: 1.714em;
            color: #474F5C;
        }

        .home-card-mail .mail-go-button:hover {
            box-shadow: 0 0 9px rgba(35, 118, 104, 0.8);
            transform: scale(1.2);
        }

        .home-card-mail .mail-go-button:active {
            background-color: #fac800;
        }

.home-card-announcement {
    height: 190px;
    color: #fff;
    background-color: #40719D;
}

    .home-card-announcement:before {
        top: 0;
        right: 10%;
        width: 180px;
        height: 180px;
        background-image: url("../img/home-card-announcement.png");
    }

    .home-card-announcement .announcement-list {
        padding: 0;
        margin-top: 8px;
        list-style-type: none;
    }

        .home-card-announcement .announcement-list > li {
            position: relative;
            padding: 10px 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .home-card-announcement .announcement-list > li:before {
                content: "\f111";
                font-family: "FontAwesome";
                position: absolute;
                left: 4px;
                font-size: 0.5em;
                line-height: 18px;
            }

    .home-card-announcement button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(to bottom, rgba(64, 113, 157, 0), #40719d);
    }

    .home-card-announcement .button-collapse {
        display: none;
    }

    .home-card-announcement.expanded {
        height: 500px;
    }

        .home-card-announcement.expanded .announcement-list {
            height: 100%;
            height: calc(100% - 50px);
            overflow: auto;
        }

            .home-card-announcement.expanded .announcement-list > li {
                white-space: inherit;
            }

        .home-card-announcement.expanded .button-expand {
            display: none;
        }

        .home-card-announcement.expanded .button-collapse {
            display: block;
        }

.home-card-search-case {
    height: 100%;
    background-color: #D9E2EE;
}

    .home-card-search-case:before {
        top: 10px;
        left: 20%;
        width: 168px;
        height: 180px;
        background-image: url("../img/home-card-case.png");
    }

    .home-card-search-case .home-card-icon {
        right: 20px;
        top: 18px;
        max-height: 20px;
    }

    .home-card-search-case .form-control:focus {
        border-color: #00A69D;
    }

    .home-card-search-case .floating-label-form-group label {
        color: #00A69D;
    }

    .home-card-search-case .btn {
        padding-left: 38px;
        padding-right: 38px;
        padding: 8px 25px;
    }

.home-card-my-case {
    height: 190px;
    background-color: #D9E2EE;
}

    .home-card-my-case:before {
        top: 0;
        right: 0;
        width: 168px;
        height: 180px;
        background-image: url("../img/home-card-case.png");
    }

    .home-card-my-case .case-list {
        padding: 0;
        margin-top: 8px;
        list-style-type: none;
    }

        .home-card-my-case .case-list p {
            margin-bottom: 2px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .home-card-my-case .case-list .badge {
            border: 0;
            padding: 0;
            line-height: 1;
        }

        .home-card-my-case .case-list > li {
            position: relative;
            padding: 8px 12px;
        }

            .home-card-my-case .case-list > li:before {
                content: "\f111";
                font-family: "FontAwesome";
                position: absolute;
                left: 2px;
                font-size: 0.5em;
                line-height: 18px;
                color: #5984B6;
            }

    .home-card-my-case .table-list > tbody > tr > td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .home-card-my-case .table-list .fa-circle {
        font-size: 0.5em;
    }

    .home-card-my-case .table-list p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home-card-my-case .button-more {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px 12px;
        text-align: right;
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }

.home-card-login {
    height: 190px;
    color: #000;
    background-color: #6B96FA;
}

    .home-card-login:before {
        top: 25%;
        left: 0;
        width: 95px;
        height: 122px;
        background-image: url("../img/home-card-login.png");
    }

    .home-card-login:hover {
        color: #fff;
    }

        .home-card-login:hover .home-card-icon {
            transform: scale(1.1);
        }

        .home-card-login:hover .home-card-title.home-card-title {
            transform: translateY(35px);
        }

    .home-card-login:active {
        background-color: #5285f9;
    }

    .home-card-login .home-card-icon {
        right: 12px;
        top: 24px;
        height: 84px;
        transition: transform 0.2s ease-out;
    }

    .home-card-login .home-card-comment {
        left: 12px;
        bottom: 0;
        color: #000;
    }

.home-card-faq {
    height: 190px;
    background-color: #FFD367;
}

    .home-card-faq:before {
        top: 25%;
        left: 0;
        width: 115px;
        height: 200px;
        background-image: url("../img/home-card-faq.png");
    }

    .home-card-faq .home-card-icon {
        right: 12px;
        top: -5px;
        height: 119px;
    }

    .home-card-faq .form-control {
        height: 45px;
        padding-right: 40px;
    }

        .home-card-faq .form-control:focus {
            border-color: #4A4A4A;
        }

    .home-card-faq .btn-search {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #FFD367;
        background-color: #fff;
        border: 0;
        border-radius: 50%;
    }

.home-card-resend {
    height: 190px;
    color: #000;
    background-color: #1488B5;
}

    .home-card-resend:hover {
        color: #fff;
    }

        .home-card-resend:hover .home-card-icon {
            transform: rotate(25deg) scale(0.9);
        }

    .home-card-resend:active {
        background-color: #11779e;
    }

    .home-card-resend .home-card-icon {
        right: 5px;
        bottom: -5px;
        height: 113px;
        transition: transform 0.2s ease-out;
    }

.home-card-nuisance {
    height: 190px;
    overflow: hidden;
    color: #000;
    background-color: #FFA777;
}

    .home-card-nuisance:hover {
        color: #fff;
    }

        .home-card-nuisance:hover:before {
            transform: scale(2) rotate(45deg);
        }

        .home-card-nuisance:hover .home-card-icon {
            transform: scale(1.2);
        }

    .home-card-nuisance:active {
        background-color: #ff975e;
    }

    .home-card-nuisance:before {
        top: 0;
        right: 10%;
        width: 60px;
        height: 70px;
        transition: transform 0.2s ease-out;
        background-image: url("../img/home-card-nuisance.png");
    }

    .home-card-nuisance .home-card-icon {
        right: 12px;
        bottom: 8px;
        font-size: 2.286em;
        transition: transform 0.2s ease-out;
    }

.home-card-polcar {
    height: 190px;
    overflow: hidden;
    color: #fff;
    background-color: #474F5C;
}

    .home-card-polcar:hover {
        color: #fff;
    }

        .home-card-polcar:hover:before {
            transform: translateX(80px) scale(1.8) rotate(-20deg);
        }

        .home-card-polcar:hover .home-card-icon {
            transform: scale(1.2);
        }

    .home-card-polcar:active {
        background-color: #3c434e;
    }

    .home-card-polcar:before {
        bottom: -20px;
        left: 5%;
        width: 90px;
        height: 70px;
        transition: transform 0.2s ease-out;
        transform-origin: center bottom;
        background-image: url("../img/home-card-polcar.png");
    }

    .home-card-polcar .home-card-icon {
        right: 12px;
        bottom: 8px;
        font-size: 2.286em;
        transition: transform 0.2s ease-out;
    }

.home-card-mailto {
    height: 190px;
    overflow: hidden;
    color: #fff;
    background-color: #f28dd4;
}

.home-card-mailto:hover {
    color: #fff;
}

.home-card-mailto:hover:before {
    transform: translateX(80px) scale(1.8) rotate(-20deg);
}

.home-card-mailto:hover .home-card-icon {
    transform: scale(1.2);
}

.home-card-mailto:active {
    background-color: #3c434e;
}

.home-card-mailto:before {
    bottom: -20px;
    left: 5%;
    width: 90px;
    height: 70px;
    transition: transform 0.2s ease-out;
    transform-origin: center bottom;
    background-image: url("../img/home-card-mail.png");
}

    .home-card-mailto .home-card-icon {
        right: 12px;
        bottom: 8px;
        font-size: 2.286em;
        transition: transform 0.2s ease-out;
    }

.home-card-mailto-integrity {
    height: 190px;
    overflow: hidden;
    color: #fff;
    background-color: #cd7ffa;
}

    .home-card-mailto-integrity:hover {
        color: #fff;
    }

        .home-card-mailto-integrity:hover:before {
            transform: translateX(80px) scale(1.8) rotate(-20deg);
        }

        .home-card-mailto-integrity:hover .home-card-icon {
            transform: scale(1.2);
        }

    .home-card-mailto-integrity:active {
        background-color: #3c434e;
    }

    .home-card-mailto-integrity:before {
        bottom: -20px;
        left: 5%;
        width: 90px;
        height: 70px;
        transition: transform 0.2s ease-out;
        transform-origin: center bottom;
        background-image: url("../img/home-card-mail.png");
    }

    .home-card-mailto-integrity .home-card-icon {
        right: 12px;
        bottom: 8px;
        font-size: 2.286em;
        transition: transform 0.2s ease-out;
    }

@media (min-width: 768px) {
    .home-card-container.backdrop .home-card:not(.expanded) {
        opacity: 0.2;
        pointer-events: none;
    }

    .home-card-announcement.expanded {
        position: absolute;
        top: 0;
        right: 5px;
        width: 375px;
        height: 590px;
        z-index: 9;
    }

        .home-card-announcement.expanded.out {
            height: 190px;
        }

        .home-card-announcement.expanded + .home-card {
            margin-top: 200px;
        }
}

.floating-label-form-group {
    position: relative;
}

    .floating-label-form-group label {
        pointer-events: none;
        display: block;
        position: absolute;
        top: 1.5em;
        opacity: 0;
        z-index: 0;
        font-size: 0.65em;
        line-height: 1em;
        vertical-align: baseline;
        margin: 0;
        transition: top 0.3s ease, opacity 0.3s ease;
    }

    .floating-label-form-group.floating-label-form-group-with-value label {
        top: 0;
        opacity: 1;
    }

.label-reply {
    display: block;
    height: 55px;
    line-height: 37px;
    cursor: pointer;
}

    .label-reply > div {
        padding: 8px 16px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

        .label-reply > div:before {
            content: "\f096";
            font-family: "FontAwesome";
            margin-right: 8px;
            color: #777;
        }

    .label-reply > input {
        display: none;
    }

    .label-reply input:checked + div {
        background-color: #ccc;
    }

        .label-reply input:checked + div:before {
            content: "\f046";
            color: #1588b5;
        }

.input-search {
    display: inline-block;
    width: calc(100% - 100px);
    margin-right: 16px;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

input:focus {
    background-color: #FFFF80 !important;
}

textarea:focus {
    background-color: #FFFF80 !important;
}

select:focus{
    background-color: #FFFF80 !important;
}

/* Change the font-size and you'll see all proportional */
/* Some cool theming for the tag */
.case-tag {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 4px;
    padding: 8px 16px;
    line-height: 1;
    background-color: #bfbfbf;
    color: #fff;
    border: 1px solid #aaa;
    border-left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

    .case-tag:before, .case-tag:after {
        content: "";
        position: absolute;
        display: block;
        border: 1px solid #aaa;
    }

    .case-tag:before {
        z-index: -1;
        left: -12px;
        top: 3px;
        width: 23px;
        height: 23px;
        border-top-left-radius: 8px;
        border-width: 1px 0 0 1px;
        background-color: #bfbfbf;
        transform: rotateZ(-45deg);
    }

    .case-tag:after {
        top: 10px;
        left: -6px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #fff;
    }

    .case-tag:hover {
        text-decoration: none;
        color: #fff;
    }

        .case-tag:hover, .case-tag:hover:before {
            background-color: #a6a6a6;
        }

    .case-tag:active, .case-tag:active:before {
        background-color: #999999;
    }

/*# sourceMappingURL=style.css.map */
/* Upload Files css */

.k-button.k-upload-button {
    border-style: none;
    text-align: left;
}

.k-widget.k-upload.k-header * {
    border-style: none;
    box-sizing: border-box;
    line-height: inherit;
}

.k-widget.k-upload.k-header {
    border-style: none;
}

.k-upload-files.k-reset.k-file {
    padding: 0px;
}


/* Upload Files css */
