﻿body {
    font-family: "Noto", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans SC", "Source Han Sans", "PingFang SC", "Microsoft Yahei", source-han-sans-simplified-c, sans-serif;
    background-color: #fff;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}
a {
    color: #333;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

    .dropzone .dz-preview {
        margin: 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

        .dropzone .dz-preview .dz-image {
            border-radius: 10px;
        }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 10px;
        }

        .dropzone .dz-preview .dz-remove {
            position: absolute;
            top: 0;
            right: 4px;
            z-index: 9999;
            font-size: 18px;
            color: #d5d5d5;
        }

/*
.q-item__section--side .q-icon {
    font-size: 18px;
}
*/

.q-carousel__next-arrow .q-icon, .q-carousel__prev-arrow .q-icon {
    font-size: 20px;
}

.q-carousel .q-btn .q-icon {
    font-size: 0.718em;
}

.mx-gridbutton {
    padding: 20px 0 30px;
}

    .mx-gridbutton a {
        color: #3f3f3f;
    }

    .mx-gridbutton-borderx {
        border-left: 1px solid rgba(0,0,0,.12);
        border-right: 1px solid rgba(0,0,0,.12);
    }

.mx-gridbutton-icon {
    font-size: 28px;
    padding: 10px 10px 15px;
}

.doc-note {
    background-color: #eee;
    border-radius: 4px;
    margin: 16px 0;
    padding: 16px 24px;
    font-size: 1em;
    border-width: 0 5px 0;
    border-style: solid;
    border-color: #9e9e9e;
    letter-spacing: .5px;
}

.doc-note--tip {
    background-color: #c1f4cd;
    border-color: #21ba45;
}

.doc-note--label {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 5px 0;
    padding: 0 0 0 6px;
    border-width: 0 0 0 3px;
    border-color: #0898a8;
}

.mx-list-border-teal-1 {
    border-bottom: 1px solid #d7e9e8;
    border-right: 1px solid #d7e9e8;
}

.q-message-label {
    margin: 32px 0 0;
}

.q-message-container > div {
    max-width: 50%;
}

.mx-message img {
    width: 100px;
    height: 100px;
    padding: 5px 0 0 10px;
}

.mx-carouseltext {
    padding: 5px;
    text-align: left;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}

.q-message-text-content img {
    max-height: 100px;
}

.mx-Ymiddle {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background: transparent;
}

    .mx-Ymiddle:before {
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: transparent;
    }

    .mx-Ymiddle > div {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
